http://bugs.winehq.org/show_bug.cgi?id=19048
Summary: Assertion failure at listview.c:5796 Product: Wine Version: 1.1.24 Platform: PC URL: http://www.worldstart.com/weekly-download/archives/reg -cleaner4.3.htm OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: b0ntrict0r@yandex.ru
Created an attachment (id=21969) --> (http://bugs.winehq.org/attachment.cgi?id=21969) wine log demonstrates the issue
Using RegCleaner 4.3, Build 780 is impossible because of different memory access violations and wine assertion failures (see bug 19046). Attached wine log demonstrates one of these failures. It's hard to reproduce this exactly same way because of random memory access violations (which makes this report almost senseless, I understand) but general recommendation is to play around with list in the program's main window and operate with menu only (!) using keyboard shortcuts.
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #21969|application/octet-stream |text/plain mime type| |
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2009-06-23 08:09:04 --- Looks like heap memory is corrupted at this point. Does 'winetricks cc580' help?
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #2 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:10:11 --- RegCleaner does not report about memory access violations any more and runs without crashes with this library override, but ListView in the main window becames broken (see scr1.png). And I cannot run % wine winecfg without explicitly setting default locale (I use different one) with this override set. That is I have to run % LANG="C" wine winecfg (see winecfg.log).
I've got two screenshots (scr2.png and scr3.png) of RegCleaner's Crash window complaining on access violation in user32.dll and comctl32.dll when library override *does not* set in case they can help.
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #3 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:12:21 --- Created an attachment (id=21971) --> (http://bugs.winehq.org/attachment.cgi?id=21971) winecfg crashes with native DLL if locale doesn't explicitly set
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #4 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:13:33 --- Created an attachment (id=21972) --> (http://bugs.winehq.org/attachment.cgi?id=21972) ListView is broken when app running with native DLL
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #5 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:14:45 --- Created an attachment (id=21973) --> (http://bugs.winehq.org/attachment.cgi?id=21973) Access violation in builtin user32.dll
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #6 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:15:49 --- Created an attachment (id=21974) --> (http://bugs.winehq.org/attachment.cgi?id=21974) Access violation in builtin comctl32.dll
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #7 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 09:18:30 --- scr{1-3}.png are first, second and third PNG images respectively.
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #8 from Arseny Solokha b0ntrict0r@yandex.ru 2009-06-23 11:25:35 --- Steps to reproduce in http://bugs.winehq.org/show_bug.cgi?id=19047#c2
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #9 from Shawn Fisher sfisher@cradlepoint.com 2009-06-25 11:47:51 --- Created an attachment (id=22017) --> (http://bugs.winehq.org/attachment.cgi?id=22017) Assertion 5796 w/ Ubicom's ConfigTool.exe from SDK revision 7.2/7.4
http://bugs.winehq.org/show_bug.cgi?id=19048
Shawn Fisher sfisher@cradlepoint.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sfisher@cradlepoint.com
--- Comment #10 from Shawn Fisher sfisher@cradlepoint.com 2009-06-25 11:50:23 --- I can replicate this very easily. Nikolay Sivov's suggestion of 'winetricks cc580' fixed the problem. For reference I have attached a debug dump, I hope it helps find the reason why the assertion occurs.
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Assertion failure at |Assertion failure in |listview.c:5796 |LISTVIEW_GetItemT()
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2009-06-25 12:13:35 --- (In reply to comment #9)
Created an attachment (id=22017)
--> (http://bugs.winehq.org/attachment.cgi?id=22017) [details]
Assertion 5796 w/ Ubicom's ConfigTool.exe from SDK revision 7.2/7.4
It isn't available for free, right?
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #12 from Shawn Fisher sfisher@cradlepoint.com 2009-06-25 12:41:46 --- (In reply to comment #11)
(In reply to comment #9)
Created an attachment (id=22017)
--> (http://bugs.winehq.org/attachment.cgi?id=22017) [details] [details]
Assertion 5796 w/ Ubicom's ConfigTool.exe from SDK revision 7.2/7.4
It isn't available for free, right?
I appologize, I am embarassed to say I was under the impression that there was a free version of the developer tools available, but I was wrong. I will try to contact Ubicom to see if they can provide any support on this issue. Sorry for wasting your time.
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #13 from Arseny Solokha b0ntrict0r@yandex.ru 2009-07-04 02:01:23 --- See http://bugs.winehq.org/show_bug.cgi?id=19047#c5
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com 2009-08-14 14:55:20 --- (In reply to comment #10)
I can replicate this very easily. Nikolay Sivov's suggestion of 'winetricks cc580' fixed the problem. For reference I have attached a debug dump, I hope it helps find the reason why the assertion occurs.
Hi, Shawn.
Please attach a +listview log for this ConfigTool.exe.
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2009-10-16 14:34:41 --- What is a status of that for 1.1.31?
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2009-12-08 15:53:47 --- Test with 1.1.34 please.
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2010-05-25 14:59:56 --- I don't any Listview assertions. Currently it crashes in recently added icon code, I'll open a new bug for that.
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22877
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #18 from Nikolay Sivov bunglehead@gmail.com 2010-05-25 15:17:11 --- After disabling breaking on first chance exceptions it starts under winedbg, and I still can't reproduce any assertions.
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.worldstart.com/w | |eekly-download/archives/reg | |-cleaner4.3.htm |
http://bugs.winehq.org/show_bug.cgi?id=19048
--- Comment #19 from Nikolay Sivov bunglehead@gmail.com 2011-10-02 14:03:31 CDT --- Could you provide official download location for it?
http://bugs.winehq.org/show_bug.cgi?id=19048
Daniel Jelinski djelinski1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |djelinski1@gmail.com
--- Comment #20 from Daniel Jelinski djelinski1@gmail.com 2013-03-09 00:14:50 CST --- No comments from the original reporter in over 3 years, no download for one application, the other reported to work fine (see comment 17). Shouldn't it be marked as resolved?
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://regcleaner.en.softon | |ic.com/download
--- Comment #21 from Nikolay Sivov bunglehead@gmail.com 2013-03-09 00:28:45 CST --- As I remember I tested it and wasn't able to reproduce this particular assertion, but it's possible to download it, I'll add an url.
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|bunglehead@gmail.com |
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Assertion failure in |RegCleaner 4.3.0.780: |LISTVIEW_GetItemT() |assertion failure in | |LISTVIEW_GetItemT()
http://bugs.winehq.org/show_bug.cgi?id=19048
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #22 from Nikolay Sivov bunglehead@gmail.com 2013-05-24 15:42:14 CDT --- Resolving abandoned, no reply after a long time. Reopen if you're still able to reproduce with wine 1.5.31.
http://bugs.winehq.org/show_bug.cgi?id=19048
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #23 from Bruno Jesus 00cpxxx@gmail.com 2013-06-05 09:23:30 CDT --- Closing abandoned bugs.
https://bugs.winehq.org/show_bug.cgi?id=19048 Bug 19048 depends on bug 22877, which changed state.
Bug 22877 Summary: RegCleaner crashes on start https://bugs.winehq.org/show_bug.cgi?id=22877
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=19048
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://regcleaner.en.softon |http://dl.cdn.chip.de/downl |ic.com/download |oads/26111/RegCleaner.exe?1 | |402516421-1402523921-f595bd | |-B-f069f758984be8c266c4ee16 | |3beee555.exe CC| |focht@gmx.net Resolution|ABANDONED |FIXED
--- Comment #24 from Anastasius Focht focht@gmx.net --- Hello folks,
I found several sites which still carry that specific version, search for: 'RegCleaner 4.3.0.780'
The app works fine here, resolving 'fixed'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=19048
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #25 from Anastasius Focht focht@gmx.net --- I meant 'resolved' ... closing is of course part of the release process :)
https://bugs.winehq.org/show_bug.cgi?id=19048
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.20.