http://bugs.winehq.org/show_bug.cgi?id=16404
Summary: Ever17 crash in system voices menu Product: Wine Version: 1.1.10 Platform: PC URL: http://www.download.com/Ever17-Out-of-Infinity/3000- 7494_4-10573528.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: tyle7@hotmail.com
Created an attachment (id=17729) --> (http://bugs.winehq.org/attachment.cgi?id=17729) Terminal output from the crash
This is tested on wine from git, with patch http://bugs.winehq.org/attachment.cgi?id=17707 applied to avoid the crash of bug 10005 .
This only occurs in the full version of the game, as the system voices menu not is included in the trial version. I have tested this with the Japanese full version, not sure if US version affected as well.
Steps to reproduce:
Start the game, Click on Special -> System Voices Click on any of the characters on the screen. The game crashes.
http://bugs.winehq.org/show_bug.cgi?id=16404
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=16404
tyle7@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Ever17 crash in system |Ever17 full version: crash |voices menu |in system voices menu
http://bugs.winehq.org/show_bug.cgi?id=16404
Stefano Guidoni s.guidoni@tin.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |s.guidoni@tin.it
--- Comment #1 from Stefano Guidoni s.guidoni@tin.it 2009-02-05 12:49:58 --- Does it crash if you use native msadp32.acm?
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #2 from tyle7@hotmail.com 2009-02-05 16:35:22 --- Tested again with wine 1.1.14 with clean wine folder. The crash occurs regardless of if native or builtin version of msadp32.acm is used.
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #3 from tyle7@hotmail.com 2009-02-05 16:38:36 --- Created an attachment (id=19274) --> (http://bugs.winehq.org/attachment.cgi?id=19274) WINEDEBUG=+adpcm from running the builtin msadp32.acm. Running with native produces practically identical output
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #4 from tyle7@hotmail.com 2009-03-03 08:06:46 --- Tested some more, and cold pinpoint the problem a bit further:
The crash only occurs when the game is run with Japanese locale, i.e. LANG=ja_JP.UTF-8 wine Ever17PC.exe
There is no crash when running under my standard locale (en_US.UTF.8).
http://bugs.winehq.org/show_bug.cgi?id=16404
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download | URL|http://www.download.com/Eve | |r17-Out-of-Infinity/3000-74 | |94_4-10573528.html |
--- Comment #5 from Austin English austinenglish@gmail.com 2010-08-05 09:19:03 --- Download link is dead. Please update and retest in wine 1.3.0 or newer.
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #6 from tyle7@hotmail.com 2010-08-05 12:43:36 --- Tested in Wine 1.3.0. No change from before.
http://bugs.winehq.org/show_bug.cgi?id=16404
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #7 from butraxz@gmail.com 2012-05-20 10:53:40 CDT --- This bug has not been updated for two years. Is this still an issue in current (1.5.4 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #8 from tyle7@hotmail.com 2012-05-20 14:35:02 CDT --- Still present in Wine 1.5.4.
http://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #9 from tyle7@hotmail.com 2013-06-19 11:13:35 CDT --- Still present in Wine 1.6-rc2.
http://bugs.winehq.org/show_bug.cgi?id=16404
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
https://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #10 from Austin English austinenglish@gmail.com --- Is this still an issue in current (1.7.36 or newer) wine? If so, please attach terminal output.
https://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #11 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 50829 --> https://bugs.winehq.org/attachment.cgi?id=50829 terminal output
I can confirm this bug in wine-1.7.37. I attach terminal output that shows the same fault in attachment 17729.
From my point of view, the root cause of this bug is lstrcmp() incompatibility.
Because last a few lines from WINEDEBUG=relay log (with decoded SJIS Circled Number Characters) indicates ② and ⑳ have same weights on wine.
0009:Call KERNEL32.lstrcmpA(0033fb88 "⑳",0044af7c "①") ret=004158ad 0009:Ret KERNEL32.lstrcmpA() retval=00000001 ret=004158ad 0009:Call KERNEL32.lstrcmpA(0033fb88 "⑳",0044af78 "②") ret=0041591c 0009:Ret KERNEL32.lstrcmpA() retval=00000000 ret=0041591c 0009:Call KERNEL32.UnhandledExceptionFilter(0033f660) ret=004343ed wine: Unhandled page fault on read access to 0x003dfd34 at address 0x40ec08 (thread 0009), starting debugger...
Of course, they have different weights on native.
https://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #12 from Ken Sharp imwellcushtymelike@gmail.com --- Please retry in Wine 3.9 or later.
https://bugs.winehq.org/show_bug.cgi?id=16404
tokktokk fdsfgs@krutt.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fdsfgs@krutt.org
https://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #13 from Sagawa sagawa.aki+winebugs@gmail.com --- It still present in wine 3.9.
https://bugs.winehq.org/show_bug.cgi?id=16404
--- Comment #14 from Sagawa sagawa.aki+winebugs@gmail.com --- Commit d8c973ad95ba5e8a9a51df0dd9be587950179ec3 fixes this issue.
https://bugs.winehq.org/show_bug.cgi?id=16404
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #15 from joaopa jeremielapuree@yahoo.fr --- Fixed by last commit.
Can an administrator close this bug as FIXED?