[Bug 12622] New: SSF: program ends prematurely
http://bugs.winehq.org/show_bug.cgi?id=12622 Summary: SSF: program ends prematurely Product: Wine Version: CVS/GIT Platform: PC-x86-64 URL: http://www7a.biglobe.ne.jp/%7Ephantasy/ssf/files/SSF_009 _beta.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: james.jrp015(a)gmail.com Created an attachment (id=12251) --> (http://bugs.winehq.org/attachment.cgi?id=12251) WINEDEBUG=+win,+msg,+relay wine SSF //wine0.9.59 SFF closes unexpectedly. I suspect this is because in 0.9.59 we see 001e:Ret imm32.ImmGetDefaultIMEWnd() retval=00020040 ret=00404549 was returned but in the latest git 001b:Ret imm32.ImmGetDefaultIMEWnd() retval=00000000 ret=00404549 -- 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=12622 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-04-16 23:15:26 --- Can you run a regression test: http://wiki.winehq.org/RegressionTesting -- 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=12622 --- Comment #2 from James <james.jrp015(a)gmail.com> 2008-04-17 23:18:31 --- (In reply to comment #1)
Can you run a regression test:
7fd05b01aeb7f0437c089c2b2fc6a47b0d8e02d0 is first bad commit commit 7fd05b01aeb7f0437c089c2b2fc6a47b0d8e02d0 Author: Aric Stewart <aric(a)codeweavers.com> Date: Mon Apr 7 09:38:24 2008 -0500 imm32: Make use of of the loaded IME for all processing. :040000 040000 f5788073eeccb02f6bd1a6821fe34fffb330ec70 5707a20cc91408e539c660ff9fc9876567a1c17d M dlls After thinking it through though, this may be proper behavior after all and the program stops due to some other reason. It's difficult to tell because it's not as if the program was working before... -- 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=12622 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-04-19 18:07:11 --- (In reply to comment #2)
(In reply to comment #1)
Can you run a regression test:
7fd05b01aeb7f0437c089c2b2fc6a47b0d8e02d0 is first bad commit commit 7fd05b01aeb7f0437c089c2b2fc6a47b0d8e02d0 Author: Aric Stewart <aric(a)codeweavers.com> Date: Mon Apr 7 09:38:24 2008 -0500 imm32: Make use of of the loaded IME for all processing. :040000 040000 f5788073eeccb02f6bd1a6821fe34fffb330ec70 5707a20cc91408e539c660ff9fc9876567a1c17d M dlls After thinking it through though, this may be proper behavior after all and the program stops due to some other reason. It's difficult to tell because it's not as if the program was working before...
Try reverting that patch, and/or compiling it's parent and see if things improve. -- 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=12622 --- Comment #4 from James <james.jrp015(a)gmail.com> 2008-04-21 20:20:28 --- It doesn't help, only reverts back to the sendMessage error. I'm going to work on the assumption that ImmGetDefaultIMEWnd() is working correctly and try to work forward from there. -- 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=12622 Edward Strong <edo(a)onkeh.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |edo(a)onkeh.net --- Comment #5 from Edward Strong <edo(a)onkeh.net> 2008-07-24 19:26:15 --- Double confirmation that this bug is alive and well as of 1.1.1 and only affects 64-bit. http://appdb.winehq.org/objectManager.php?sClass=version&iId=12916 -- 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=12622 --- Comment #6 from Edward Strong <edo(a)onkeh.net> 2008-07-30 05:54:11 --- Apparently NOT just 64-bit, same problem on Gentoo x86, wine-1.1.2 :( http://appdb.winehq.org/objectManager.php?sClass=version&iId=13110 -- 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=12622 --- Comment #7 from Edward Strong <edo(a)onkeh.net> 2008-07-30 05:57:33 --- Though apparently works on Ubuntu 32-bit, what could be the reason for such a discrepancy between distros? http://appdb.winehq.org/objectManager.php?sClass=version&iId=12916 -- 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=12622 Josef Schimke <jschimke(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #8 from Josef Schimke <jschimke(a)gmail.com> 2008-08-06 17:40:41 --- *** This bug has been confirmed by popular vote. *** -- 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=12622 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2009-01-19 15:15:31 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. 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=12622 --- Comment #10 from James <james.jrp015(a)gmail.com> 2009-02-07 22:13:53 --- It's still the same bug, where SSF ends prematurely, but now it goes further and give an error box. SuspendThread() error File:./SCSP_DirectSound.c Line : 4823 Function:_WriteFileThread -- 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=12622 --- Comment #11 from Austin English <austinenglish(a)gmail.com> 2009-08-13 13:01:28 --- Is this still an issue in current (1.1.27 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=12622 DL <taedium_vitae(a)eml.cc> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |taedium_vitae(a)eml.cc --- Comment #12 from DL <taedium_vitae(a)eml.cc> 2009-09-12 02:54:27 --- Yeah, but no message appears any more, it just closes silently.If there is a CD inserted, and mounted, SSF boots fine.Obviously if you are going to play games, you are going to need a CD inserted anyway, but it's still a bug, as this does not occur under windows. BTW, it doesn't matter if the cd inserted is a saturn game, it just needs to see that a CD is mounted. Also, despite the lack of an error message this is probably the same bug, as the workaround I mentioned also worked when the game did give an error message. -- 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=12622 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=12622 --- Comment #13 from Luke <gaming4jc2(a)yahoo.com> 2010-06-10 17:16:12 --- Created an attachment (id=28724) --> (http://bugs.winehq.org/attachment.cgi?id=28724) WINEDEBUG=+win,+msg,+relay wine SSF 2>debug.txt // Wine 1.2 RC2 Got this bug in 1.2 RC2 using SSF 0.11 Alpha R5 ( http://www.emulator-zone.com/doc.php/saturn/ssf.html ). Apparently it's still an issue. Log attached using same back trace as above. IF a CD is in the drive it will attempt to launch, otherwise it crashes. In my case it launches to the window and dies with an error prompt stating "XAudio2Crete() error. File: ./XAudi2App.cpp Line: 270 Function: XAudio2App::Initialize" dies with "err:ole:CoGetClassObject no class object {3eda9b49-2085-498b-9bb2-39a6778493de} could be created for context 0x1" or simply "fixme:win:EnumDisplayDevicesW ((null),0,0x902ce0c,0x00000000), stub!" if no CD is present. -- 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=12622 butraxz(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz(a)gmail.com --- Comment #14 from butraxz(a)gmail.com 2012-05-17 15:34:11 CDT --- This bug has not been updated for two years and OP by three. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you. -- 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=12622 --- Comment #15 from James <james.jrp015(a)gmail.com> 2012-05-17 19:00:22 CDT --- I haven't been actively using Wine for some time and I don't know how the latest version of wine runs the latest version of SSF unfortunately. -- 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=12622 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com --- Comment #16 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-05-17 19:18:47 CDT --- Still present in 1.5.4. The program closes itself 2 seconds after opened. -- 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=12622 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #17 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-09-27 20:40:25 CDT --- I was advised by email to take a better look in this bug and after spending some time debugging it I can confirm it's fixed. The problem I experienced in my last comment is also reproducible in Windows. It happens when there is no cd drive attached to the computer. -- 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=12622 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2012-09-28 13:43:51 CDT --- Closing bugs fixed in 1.5.14. -- 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=12622 MrRockchip <radiowavers(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |radiowavers(a)gmail.com --- Comment #19 from MrRockchip <radiowavers(a)gmail.com> 2012-11-25 15:58:45 CST --- My system information: ------------------------------------------------------------------------- OS version: Mac OS X Mountain Lion 10.8.2 X Window System: XQuartz 2.7.4 (xorg-server 1.13.0) Wine version: 1.5.18 - latest development version, built with GCC 4.7.2 from sources. I am using development version, because it has the built-in fix for Bug 32101. All the dependencies of Wine and GCC are the latest stable. ------------------------------------------------------------------------- This bug needs to be reopened (or a new version of it to be created, since "fixme:win:EnumDisplayDevicesW ((null),0,0xRandomMemoryAddress,0x00000000), stub!" error is not fixed by inserting/mounting a CD! If I mount/insert a CD, I get this console error anyway, and program closes in two seconds! If I don't mount/insert a CD, I get this console error and the program launches with warning message "?????CD??????????" (no CD present). But, if I ignore this warning message and don't click OK (which would result in program termination) I could navigate in the main program window between menu options (with keyboard arrows only, since program window doesn't expand and anything except "File(F)" is not visible. I click "File(F)" and then left/right keyboard arrows) After that, I get bug 12622. Please take a look! -- 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=12622 --- Comment #20 from MrRockchip <radiowavers(a)gmail.com> 2012-11-25 15:59:40 CST --- Sorry, I meant bug 32290, which I just created. -- 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=12622 --- Comment #21 from Bruno Jesus <00cpxxx(a)gmail.com> 2012-11-25 16:16:33 CST --- This bug was about Linux so let's discuss this further in your newly created bug. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=12622 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)gmx.net Version|unspecified |0.9.59. -- 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