I'm having problems with several programs crashing in GetDriveTypeW. I recently did a fresh install from source with tools/wineinstall so it may be a config problem. Any ideas where to start?
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x404944b0). In 32-bit mode. 0x404944b0 (GetDriveTypeW+0xac [volume.c:110] in KERNEL32.DLL): movw 0x0(%edi),%ax 111 { Wine-dbg>bt Backtrace: =>0 0x404944b0 (GetDriveTypeW+0xac(root=0x0) [volume.c:110] in KERNEL32.DLL) (ebp=4081e8b8) 1 0x40493294 (GetVolumeInformationW+0x300(root=0x0, label=0x0, label_len=0x0, serial=0x0, filename_len=0x4081fb34, flags=0x4081fb38, fsname=0x0, fsname_len=0x0) [volume.c:683] in KERNEL32.DLL) (ebp=4081f7b8) 2 0x40493551 (GetVolumeInformationA+0x91(root=0x0, label=0x0, label_len=0x0, serial=0x0, filename_len=0x4081fb34, flags=0x4081fb38, fsname=0x0, fsname_len=0x0) [volume.c:780] in KERNEL32.DLL) (ebp=4081f7fc) 3 0x01004012 (PPView97.exe..text+0x3012 in PPView97.exe) (ebp=4081fb48) 4 0x01004c0c (PPView97.exe..text+0x3c0c in PPView97.exe) (ebp=4081fc8c) 5 0x0100577f (PPView97.exe..text+0x477f in PPView97.exe) (ebp=4081fdb0) 6 0x01005970 (PPView97.exe..text+0x4970 in PPView97.exe) (ebp=4081fec4) 7 0x01005aa8 (PPView97.exe..text+0x4aa8 in PPView97.exe) (ebp=4081ff2c) 8 0x404773ca (start_process+0xf2(arg=0x0) [process.c:785] in KERNEL32.DLL) (ebp=4081fff4) 9 0x4002921d (wine_switch_to_stack+0x11 in libwine.so.1) (ebp=00000000)
Robert Reif reif@earthlink.net writes:
I'm having problems with several programs crashing in GetDriveTypeW. I recently did a fresh install from source with tools/wineinstall so it may be a config problem. Any ideas where to start?
That was an oversight on my part, it should be fixed now.