http://bugs.winehq.org/show_bug.cgi?id=14780
Summary: FoxPro for Windows 2.5 setup.exe crashes with page fault Product: Wine Version: 1.1.2 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: m.koller@surfeu.at
I try to install FoxPro for Windows 2.5 (this is NOT Visual FoxPro) on openSuse 11.0 with wine 1.1.2. I removed ~/.wine before. When running "wine SETUP.EXE" some setup steps can be done, but at the point before it begins to copy the files, I get a dialog from the FoxPro setup, which tells me "FoxPro needs at least FILES=40 in CONFIG.SYS. Please insert this line in your CONFIG.SYS and reboot" (this is translated and shortened from my german FoxPro version) Clicking on OK leads to a crash of wine. In the terminal from where I started I have only the follwing lines: /tmp/foxpro> wine ./SETUP.EXE wine: created the configuration directory '/home/martin/.wine' Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/home/martin/.wine' has been updated. wine: Unhandled page fault on write access to 0xff000004 at address 0x7bc44252 (thread 0023), starting debugger... err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x7bc44252
When I create .wine/drive_c/CONFIG.SYS with the line FILES=40 the mentioned dialog does no longer appear, but wine crashes with the same message again.
I can provide the FoxPro files for some tests if needed (note: FoxPro is not a free application)