[Bug 10987] New: Unhandled page fault on read access to 0x00000001 at address 0x1 ( thread 0009)
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(a)winehq.org ReportedBy: cardcaptorstacey(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 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> 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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #2 from Stacey <cardcaptorstacey(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)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..... -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 Dan Kegel <dank(a)kegel.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dank(a)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(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #5 from Stacey <cardcaptorstacey(a)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 :) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #7 from Louis Lenders <xerox_xerox2000(a)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? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #8 from Hans Leidekker <hans(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #9 from Stacey <cardcaptorstacey(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 Hans Leidekker <hans(a)it.vu.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)it.vu.nl --- Comment #10 from Hans Leidekker <hans(a)it.vu.nl> 2008-01-01 08:15:11 --- $ cd /path/to/wine/src $ patch -p1 < /path/to/patch.diff $ make -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #11 from Stacey <cardcaptorstacey(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 --- Comment #12 from Stacey <cardcaptorstacey(a)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 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10987 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-06-05 10:37:11 --- Is this still an issue in 1.0-rc3 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=10987 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |ABANDONED --- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-12-03 16:37:46 --- 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=10987 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-12-03 16:39:09 --- 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