dimesio wrote: > I downloaded the demo. It needs native oleaut32.dll. Copy it from a Windows install to Wine's windows/system32 directory, and set the override on the Libraries tab in winecfg. Thanks for the suggestion. I got oleaut32.dll from an XP install. It's still throwing the same alert box although the console output has changed somewhat. Odd that that last message only appears after a few seconds delay... Code: laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ wine EZWdemo50.exe fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004 err:ole:CoGetClassObject class {be2bc570-0865-11d1-827f-0000c027c6db} not registered err:ole:CoGetClassObject no class object {be2bc570-0865-11d1-827f-0000c027c6db} could be created for context 0x1 fixme:ole:FileMonikerImpl_ParseDisplayName (0x167150,0x1665b8,(nil),0x14ca82,0x32ece0,0x32ecdc),stub! laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ So I uninstalled and reinstalled EZNEC, and now I get a different error alert: "Run time error 48: Error in loading DLL" Console output: Code: laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ wine EZWdemo50.exe fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004 err:ole:CoGetClassObject class {be2bc570-0865-11d1-827f-0000c027c6db} not registered err:ole:CoGetClassObject no class object {be2bc570-0865-11d1-827f-0000c027c6db} could be created for context 0x1 fixme:ole:FileMonikerImpl_ParseDisplayName (0x16a380,0x1697c8,(nil),0x14ca72,0x32ece0,0x32ecdc),stub! laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a laughlin@nibbler:~/.wine/drive_c/Program Files/EZW$ Thanks for the help, Jeff