http://bugs.winehq.com/show_bug.cgi?id=1799
Summary: wineinstall err:seh:EXC_DefaultHandling Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-tools AssignedTo: wine-bugs@winehq.com ReportedBy: arlowatson@yahoo.com
running tools/wineinstall, building from source wine-20031016 on Intel Pentium 4 linux kernel 2.4.22:
Preparing to install default Wine registry entries... Installing default Wine registry entries...
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A: Could not stat /cdrom (No such file or directory), ignoring drive D: wine: Unhandled exception (thread 0009), starting debugger... err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x40178805
Registry install failed.
I understand that I get the "stat" errors because I don't have a floppy or CD in the drives, and that this is OK. The "Unhandled exception" is the reason I'm filing this bug.
What else can I tell you about my system?
$ uname -a
Linux localhost 2.4.22 #10 SMP Thu Oct 9 02:55:10 PDT 2003 i686 i686 i386 GNU/Linux
$ ./wine --debugmsg +relay,+file,+dosfs /mnt/windisk/WINDOWS/NOTEPAD.EXE 2>&1 | tail
trace:dosfs:GetDriveTypeW (L"Z:\mnt\windisk\WINDOWS\NOTEPAD.EXE") trace:file:CreateFileW L"Z:\mnt\windisk\WINDOWS\comdlg32.dll" QUERY_ACCESS FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0 trace:dosfs:DOSFS_GetFullName L"Z:\mnt\windisk\WINDOWS\comdlg32.dll" (last=1) trace:dosfs:DOSFS_FindUnixName /,L"mnt\windisk\WINDOWS\comdlg32.dll" trace:dosfs:DOSFS_OpenDir "/" wine: Unhandled exception (thread 0009), starting debugger... trace:dosfs:DOSFS_GetFullName L"Z:\mnt\windisk\WINDOWS\winedbg.exe" (last=1)trace:dosfs:DOSFS_FindUnixName /,L"mnt\windisk\WINDOWS\winedbg.exe" trace:dosfs:DOSFS_OpenDir "/" err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x40178805
I get the same errors whether or not I tell wineinstall to use the windows installation on /mnt/windisk.