[Bug 11712] New: BSSBWin crashes when closing windows
http://bugs.winehq.org/show_bug.cgi?id=11712 Summary: BSSBWin crashes when closing windows Product: Wine Version: 0.9.55. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: tobias_stegmann(a)gmx.net Created an attachment (id=10935) --> (http://bugs.winehq.org/attachment.cgi?id=10935) debug message for bssbwin Used Wine version: wine-0.9.55 Used Linux distribution: Ubuntu 7.10 x86_64 Used software version: BSSBWin 4.3.14 Software download: http://www.bssb.de/downloads/2kb/downloads/SetupV.EXE Software description: German management software for sport clubs written in Visual Basic 6.0, depends on Windows XP SP 2 or Win2k SP Bug-Description: After Getting the application installed and starting ( as described in http://bugs.winehq.org/show_bug.cgi?id=11658#c11 ) when closing windows which were opened by submenu-buttons - see debugger message for details. Thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 06:52:24 --- Hi, does 'wget http://kegel.com/wine/winetricks && sh winetricks cc580' work around this? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #2 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 08:13:29 --- Hi, no, after installing cc580 the error still persists. Thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 08:27:11 --- Then ,using wincfg, set comctl32.dll to "builtin" again. Then run the app by WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && grep -A 20 -B 3000 "Unhandled page fault" /tmp/relay.log > /tmp/relay.txt and attach the file /tmp/relay.txt to this bug (make sure you trigger the bug of course!) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #4 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 08:44:15 --- Created an attachment (id=10938) --> (http://bugs.winehq.org/attachment.cgi?id=10938) output of grep -A 20 -B 3000 "Unhandled page fault" /tmp/relay.log > /tmp/relay.txt I had to do this in 2 jobs because the app freezes and I have to kill it with Ctrl+C. I hope this isn't a problem. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 12:14:31 --- hmm the log only shows one call (RtlFreeHeap), so could you please attach the whole file /tmp/relay.log to the bug (bzip2 it) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #6 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 12:37:37 --- Had to upload it to a file hoster, because bzip2 file is greater than 1000kB: You can download it from here: http://punischdude.bplaced.net/filemanager/relay.log.bz2 Thanks -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #7 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 13:02:12 --- Could you try is using native oleaut32.dll changes anything? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #8 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 14:08:36 --- Created an attachment (id=10948) --> (http://bugs.winehq.org/attachment.cgi?id=10948) error when oleaut32.dll is used as native Using native oleaut32.dll wine complains about a missing oleaut32.dll and msvbvm60.dll, both exist in system32 - see attachment Thanks. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #9 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 14:13:03 --- hmm, maybe it's better to try 'wget http://kegel.com/wine/winetricks && sh winetricks dcom98' -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #10 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 14:23:04 --- Created an attachment (id=10949) --> (http://bugs.winehq.org/attachment.cgi?id=10949) error after installing dcom98
From one error to another... ;)
After installing dcom98 it starts again but crashes with runtime error '-2147417848' when I want to open a submenu window - see attachment. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-02-24 16:02:33 --- ouch, guess this does not really lead to anything :( What if you set ole32.dll and rpcrt4.dll again to builtin in winecfg? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #12 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-02-24 16:22:23 --- The cat bites herself into her tail ;) -- see first posting of this report. I think I'll wait until this is fixed in wine 1.x ;) Thanks anyway. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.bssb.de/downloads | |/2kb/downloads/SetupV.EXE Keywords| |download --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-06-12 11:03:14 --- Is this still an issue in current (1.0-rc4 or newer) wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #14 from Tobias Stegmann <tobias_stegmann(a)gmx.net> 2008-06-12 13:46:11 --- Created an attachment (id=13948) --> (http://bugs.winehq.org/attachment.cgi?id=13948) error log for wine-1.0-rc4 Yes, but the app does not freeze anymore, it crashes - see attachment. With winetricks installed: mdac28 cc580 dcom98 dll settings: "odbc32"="native,builtin" "odbccp32"="native,builtin" "ole32"="builtin" "oleaut32"="native,builtin" "riched20"="native" "rpcrt4"="builtin" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-12-18 12:03:53 --- Please retest in 1.1.10. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimesio(a)earthlink.net --- Comment #16 from Rosanne DiMesio <dimesio(a)earthlink.net> 2010-06-07 18:25:25 --- Is this still an issue in current (1.2-rc2 or newer) Wine? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 Rosanne DiMesio <dimesio(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #17 from Rosanne DiMesio <dimesio(a)earthlink.net> 2011-04-29 09:06:41 CDT --- No response in three years. Marking abandoned. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11712 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Nikolay Sivov <bunglehead(a)gmail.com> 2011-04-30 01:27:20 CDT --- Closing. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org