http://bugs.winehq.org/show_bug.cgi?id=10987
Summary: Unhandled page fault on read access to 0x00000001 at address 0x1 (thread 0009) Product: Wine Version: 0.9.52. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: cardcaptorstacey@gmail.com
Created an attachment (id=9943) --> (http://bugs.winehq.org/attachment.cgi?id=9943) Konsole error
A bug followed by http://bugs.winehq.org/show_bug.cgi?id=10393 after updating from 0.9.47
0.9.52 still works with episodes 1-3 of Sam & Max season one but 4-6 all return this error.
http://bugs.winehq.org/show_bug.cgi?id=10987
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-12-31 09:17:46 ---
Please run the game by following command:
WINEDEBUG=+tid,+seh,+relay wine "C:\Program Files\Telltale Games\Sam and Max - Abe Lincoln Must Die\Sam and Max - Abe Lincoln Must Die Data\Sam and Max - Abe Lincoln Must Die.exe" &> /tmp/relay.log && grep -A 20 -B 2000 "Unhandled page fault" /tmp/relay.log > /tmp/relay.txt
and attacht the file /tmp/relay.txt to this bug.
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #2 from Stacey cardcaptorstacey@gmail.com 2007-12-31 09:45:12 --- Created an attachment (id=9944) --> (http://bugs.winehq.org/attachment.cgi?id=9944) Attachment for previous comment
There is no .txt file only .log which I have attached
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-12-31 09:53:13 --- wine: cannot find 'C:/Program Files/Telltale Games/Sam and Max - Abe Lincoln Must Die/Sam and Max - Abe Lincoln Must Die Data/Sam and Max - Abe Lincoln Must Die.exe
Please put the correct path+filename of the executable in the command. Apperently i copied and pasted it incorrectly.....
http://bugs.winehq.org/show_bug.cgi?id=10987
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Summary|Unhandled page fault on read|Crash in "Sam and Max - Abe |access to 0x00000001 at |Lincoln Must Die" |address 0x1 (thread 0009) |
--- Comment #4 from Dan Kegel dank@kegel.com 2007-12-31 09:55:06 --- Look at that log file... it says that wine couldn't find the executable. Please try again, you may have to adjust the commandline to make it work.
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #5 from Stacey cardcaptorstacey@gmail.com 2007-12-31 10:28:54 --- Created an attachment (id=9947) --> (http://bugs.winehq.org/attachment.cgi?id=9947) Correct attachment for previous comment
Sorry, this is must be the right one :)
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-12-31 10:39:22 --- 0009:Call KERNEL32.GetConsoleInputExeNameA(7b820000,00b1b054) ret=00b1b11a 0009:Ret KERNEL32.GetConsoleInputExeNameA() retval=00000001 ret=00b1b11a 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0x1 --> crash
Looks to me like that GetConsoleInputExeNameA() implementation causes the trouble. Hans, could have another look at it, to see why it fails?
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #7 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2007-12-31 10:43:01 --- @Hans, maybe i'm way off, but isn't there a call to GetConsoleInputExeNameW missing in the implmentation of GetConsoleInputExeNameA?
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #8 from Hans Leidekker hans@it.vu.nl 2008-01-01 07:21:14 --- Created an attachment (id=9954) --> (http://bugs.winehq.org/attachment.cgi?id=9954) kernel32: Improve the stub for GetConsoleInputExeName.
We're not initializing the name to any meaningful value yet and there's no prior call to SetConsoleInputExeName either, so this app is probably thrown off by the empty name. Please try this patch.
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #9 from Stacey cardcaptorstacey@gmail.com 2008-01-01 08:06:05 --- How do I add the patch? :D I'm in Debian. As soon as you let me know I'll give it a go
http://bugs.winehq.org/show_bug.cgi?id=10987
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #10 from Hans Leidekker hans@it.vu.nl 2008-01-01 08:15:11 --- $ cd /path/to/wine/src $ patch -p1 < /path/to/patch.diff $ make
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #11 from Stacey cardcaptorstacey@gmail.com 2008-01-01 14:48:50 --- Created an attachment (id=9961) --> (http://bugs.winehq.org/attachment.cgi?id=9961) Patch log
Did what Hans said and complied it myself but came up with a new error. Check the attachment for the log
http://bugs.winehq.org/show_bug.cgi?id=10987
--- Comment #12 from Stacey cardcaptorstacey@gmail.com 2008-01-13 14:55:27 --- Created an attachment (id=10221) --> (http://bugs.winehq.org/attachment.cgi?id=10221) Error reported from upgrade to 0.9.53
http://bugs.winehq.org/show_bug.cgi?id=10987
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch
--- Comment #13 from Austin English austinenglish@gmail.com 2008-06-05 10:37:11 --- Is this still an issue in 1.0-rc3 or newer wine?
http://bugs.winehq.org/show_bug.cgi?id=10987
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED
--- Comment #14 from Austin English austinenglish@gmail.com 2008-12-03 16:37:46 --- Abandoned.
http://bugs.winehq.org/show_bug.cgi?id=10987
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Austin English austinenglish@gmail.com 2008-12-03 16:39:09 --- Closing.