http://bugs.winehq.org/show_bug.cgi?id=30355
Bug #: 30355 Summary: DVDSubEdit.exe crashes immediately. Product: Wine Version: 1.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: vinkronald@hotmail.com Classification: Unclassified
Created attachment 39679 --> http://bugs.winehq.org/attachment.cgi?id=39679 Program Error Details log file
When started, the program DVDSubEdit.exe crashes into a Crash Report. The same executable runs without any problem in a vmware XP virtual machine. I used the latyest version of DVDSubEdit 1.52
http://bugs.winehq.org/show_bug.cgi?id=30355
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://download.videohelp.c | |om/DVDSubEdit/ CC| |00cpxxx@gmail.com Ever Confirmed|0 |1
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-06-18 22:20:09 CDT --- Confirmed in wine 1.5.6. Same output, winetricks mfc42 is needed.
http://bugs.winehq.org/show_bug.cgi?id=30355
Rafal Stanilewicz washuu@eastnews.com.pl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |washuu@eastnews.com.pl
--- Comment #2 from Rafal Stanilewicz washuu@eastnews.com.pl 2012-10-24 16:27:41 CDT --- my wine 1.5.15 doesn't show crash report, just shows on the console
$ wine Release/DVDSubEdit.exe err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\washuu\Pobrane\Release\DVDSubEdit.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\washuu\Pobrane\Release\DVDSubEdit.exe" failed, status c0000135
without even creating first window.
http://bugs.winehq.org/show_bug.cgi?id=30355
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com 2012-10-24 17:41:08 CDT --- winetricks mfc42 is needed, please try again after installing mfc.
https://bugs.winehq.org/show_bug.cgi?id=30355
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |comctl32 Summary|DVDSubEdit.exe crashes |DVDSubEdit 1.52 crashes on |immediately. |startup
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming, still present.
Prerequisite: 'winetricks -q mfc42'
'winetricks -q comctl32' works around the crash.
$ sha1sum DVDSubEdit1.52.zip 64c2417f209b8b5dd8a9defd1571861063ff2017 DVDSubEdit1.52.zip
$ du -sh DVDSubEdit1.52.zip 812K DVDSubEdit1.52.zip
$ wine --version wine-1.7.17-65-gfba08e3
Regards
https://bugs.winehq.org/show_bug.cgi?id=30355
Teras teras@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |teras@luukku.com
--- Comment #5 from Teras teras@luukku.com --- Still an issue and still workaround works.
wine-1.7.36-113-g797bd65
https://bugs.winehq.org/show_bug.cgi?id=30355
narri xqwerty123@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xqwerty123@luukku.com
--- Comment #6 from narri xqwerty123@luukku.com --- Still crashing 1.7.42
https://bugs.winehq.org/show_bug.cgi?id=30355
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #7 from super_man@post.com --- still crashing 1.7.48
https://bugs.winehq.org/show_bug.cgi?id=30355
--- Comment #8 from super_man@post.com --- Still crashing
Wine build: wine-1.7.51-225-g3966aff
https://bugs.winehq.org/show_bug.cgi?id=30355
--- Comment #9 from super_man@post.com --- still crashes 1.8.rc1
https://bugs.winehq.org/show_bug.cgi?id=30355
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #10 from winetest@luukku.com --- Still crashing wine-staging 1.9.14.
https://bugs.winehq.org/show_bug.cgi?id=30355
--- Comment #11 from winetest@luukku.com --- (In reply to winetest from comment #10)
Still crashing wine-staging 1.9.14.
And wine-1.9.14-git.
https://bugs.winehq.org/show_bug.cgi?id=30355
--- Comment #12 from winetest@luukku.com --- (In reply to winetest from comment #11)
(In reply to winetest from comment #10)
Still crashing wine-staging 1.9.14.
And wine-1.9.14-git.
Still crashes wine 2.0rc4 and staging 2.0rc4.
The patch from https://source.winehq.org/patches/data/128795 didnt help. I tested because it's comctl32 related.
https://bugs.winehq.org/show_bug.cgi?id=30355
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source Summary|DVDSubEdit 1.52 crashes on |DVDSubEdit 1.52 crashes on |startup |startup, broken | |TBM_SETRANGEMAX handling Assignee|wine-bugs@winehq.org |bunglehead@gmail.com
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com --- Application sets Trackbar range to [0,0], with position at 0. Then sets range max to -1, and later uses current position for indexed access of internal data stored in std::vector<T*>, that doesn't go well.
https://bugs.winehq.org/show_bug.cgi?id=30355
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |bb1d68ede06c8b517ea16246e37 | |6a4a4e52bf1c5 Assignee|bunglehead@gmail.com |wine-bugs@winehq.org Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #14 from Nikolay Sivov bunglehead@gmail.com --- Fixed with bb1d68ede06c8b517ea16246e376a4a4e52bf1c5.
https://bugs.winehq.org/show_bug.cgi?id=30355
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.0-rc5.
https://bugs.winehq.org/show_bug.cgi?id=30355
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.x
https://bugs.winehq.org/show_bug.cgi?id=30355
Michael Stefaniuc mstefani@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |---
--- Comment #16 from Michael Stefaniuc mstefani@redhat.com --- Removing 1.8.x milestone from bugs included in 1.8.7.