Mark Knecht
2004-Oct-25 14:35 UTC
[Wine]Gigasampler LE - unhandled exception during installation
Hi, When attempting to install a program in new installation of Wine I run into this problem. In an earlier version of Wine (20040505) the installation progress further and then ended with a different error. In the new version I don't get very far and drop into WINEDEBUG. The P62 thing is interesting. That's a local USB printer setup in CUPS which is not attached at the moment. Not important to me really. s: is just my standard mapping for CDROMs as I use a lot of removable media in my studio and map all drives to lower letters. What sort of step would I take next in getting this working or reporting an error? Thanks, Mark flash mark $ wine --version wine: creating configuration directory '/home/mark/.wine'... wine: '/home/mark/.wine' created successfully. Wine 20041019 flash mark $ winecfg err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'C62' fixme:winspool:AddPrinterW DocumentPropertiesW on printer 'L"C62"' fails err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'C62' fixme:winecfg:WinMain The winecfg tool is not yet complete, and does not actually alter your configuration. fixme:winecfg:WinMain If you want to alter the way Wine works, look in the ~/.wine/config file for more information. flash mark $ cd .wine/dosdevices/ flash dosdevices $ ls c: z: flash dosdevices $ ln -s /mnt/cdrom/ s: flash dosdevices $ ls -la total 8 drwxr-xr-x 2 mark users 4096 Oct 25 12:20 . drwxr-xr-x 4 mark users 4096 Oct 25 12:20 .. lrwxrwxrwx 1 mark users 10 Oct 25 12:18 c: -> ../drive_c lrwxrwxrwx 1 mark users 11 Oct 25 12:20 s: -> /mnt/cdrom/ lrwxrwxrwx 1 mark users 1 Oct 25 12:18 z: -> / flash dosdevices $ cd flash mark $ cd /mnt/cdrom/ flash cdrom $ wine SETUP.EXE wine: Unhandled exception (thread 000c), starting debugger... WineDbg starting on pid 0xb Unhandled exception: page fault on read access to 0x77fb0610 in 32-bit code (0x004851b7). In 32 bit mode. Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:004851b7 ESP:77abfe48 EBP:77abfe9c EFLAGS:00010202( - 00 - -RI1) EAX:004d0000 EBX:77bfe008 ECX:00000040 EDX:77ae060c ESI:77fb0610 EDI:004992e8 Stack dump: 0x77abfe48: 00483087 77eff7c0 77bfe008 00000044 0x77abfe58: 00000000 00000000 00000000 00000000 0x77abfe68: 00000000 00000000 00000000 00000000 0x77abfe78: 00000000 00000000 00000001 00000001 0x77abfe88: 77ae060c 00000008 0000000c 00000010 0x77abfe98: 004d0000 77abff20 004830f9 00483087 Backtrace: =>1 0x004851b7 (0x77abfe9c) 2 0x004830f9 EntryPoint+0x72 in _ins0432._mp (0x77abff20) 3 0x77b65122 start_process+0xf2(arg=0x0) [/home/mark/CODE/WINE/wine-20041019/dlls/kernel/process.c:1022] in kernel32 (0x77abfff4) 4 0xb7fbd151 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000) 0x004851b7: repe movsl(%esi),%es:(%edi) Wine-dbg>