[Bug 11313] New: Debug version of NO$GBA fails silently
http://bugs.winehq.org/show_bug.cgi?id=11313 Summary: Debug version of NO$GBA fails silently Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: nornagon(a)gmail.com Created an attachment (id=10421) --> (http://bugs.winehq.org/attachment.cgi?id=10421) WINEDEBUG=+relay wine NO\$GBA.exe Using git wine and a patch to stop wine crashing on gdi32.dll.GetGlyphOutline being called (the patch is simply removing @ stub GetGlyphOutline from gdi32.spec), the program exits with a few lines of (unrelated-seeming) messages: fixme:spoolsv:serv_main (0 (nil)) fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory The debug version is unfortunately pay-for, and the free version does not have this issue. Relay log attached. -- 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=11313 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #1 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-23 04:01:32 --- 0009:Call KERNEL32.GetProcAddress(7e9e0000,00565575 "GetGlyphOutline") ret=00566d11 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=00566d11 0009:Call KERNEL32.ExitProcess(7ffdf000) ret=00566d22 It exits because of your incorrect patch for GetGlyphOutline. Change the .spec entry for GetGlyphOutline to point to GetGlyphOutlineA instead. Marking this bug as invalid. -- 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=11313 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-01-23 04:01:57 --- 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.
http://bugs.winehq.org/show_bug.cgi?id=11313 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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