http://bugs.winehq.org/show_bug.cgi?id=5982
Summary: wineprefixcreate causes unhandled page fault Product: Wine Version: 0.9.19. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P1 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: timmr@atlanticbb.net
After running "make install" in source directory and ldconfig in /usr/local/lib , running wineprefixcreate fails to fully create .wine directory and issues the following messages:
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x608eb103 (thread 0009), starting debugger...
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x608eb103 (thread 000b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04b
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x608eb103 (thread 000d), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04b
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000c04b
Also have this problem with 0.9.18, but 0.9.17 is ok. Running kernel 2.4.26 on k6 and also P3 under Slack 10.2 Compiling from tarball (not using wineinstall).