http://bugs.winehq.org/show_bug.cgi?id=15780
Summary: 5 Days A Stranger game encounters a page fault on startup Product: Wine Version: 1.1.7 Platform: PC URL: http://www.acid-play.com/file/5days13.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: arethusa26@gmail.com
Created an attachment (id=16888) --> (http://bugs.winehq.org/attachment.cgi?id=16888) 5 Days A Stranger +relay,+seh,+file log
With 1.1.7, when attempting to start the 5days.exe executable, a dialog box is shown with the message:
"An exception 0xC0000005 occured in ACWIN.EXE at EIP = 0x0046DD82 ; program pointer is +9902, ACI version 2.55.560, gtags (0,0)
AGS cannot continue, this exception was fatal. Please note down the numbers above, remember what you were doing at the time and notify CJ on the Tech forum."
From relay traces, it seems that the failure to open a file called
"acsetup.cfg" causes the later page fault to occur, something that doesn't occur on Windows:
0009:Call KERNEL32.CreateFileA(004eebec "acsetup.cfg",80000000,00000003,0032f560,00000003,00000080,00000000) ret=004456f7 0009:Ret KERNEL32.CreateFileA() retval=ffffffff ret=004456f7 ... trace:seh:raise_exception code=c0000005 flags=0 addr=0x46dd82
Touching acsetup.cfg in the application directory allows the application to start up. A compressed relay and file trace log is attached.