Charles Davis wrote: > Is that all? That can't be all, can it? There should be more lines, some > of which start with 'fixme:' instead of 'err:'. Then again, maybe not. > Sorry, I missed the first part (I thought it was part of another program) err:wincodecs:IcnsEncoder_CreateInstance Trying to save ICNS picture, but ICNS support is not compiled in. fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {312fb6f1-b767-409d-8a6d-0fc154d4f05c}, hres is 0x80004005 err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder err:wincodecs:IcnsEncoder_CreateInstance Trying to save ICNS picture, but ICNS support is not compiled in. fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {312fb6f1-b767-409d-8a6d-0fc154d4f05c}, hres is 0x80004005 err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder err:wincodecs:IcnsEncoder_CreateInstance Trying to save ICNS picture, but ICNS support is not compiled in. fixme:ole:CoCreateInstance no instance created for interface {00000103-a8f2-4877-ba0a-fd2b6645fb94} of class {312fb6f1-b767-409d-8a6d-0fc154d4f05c}, hres is 0x80004005 err:menubuilder:convert_to_native_icon error 0x80004005 creating bitmap encoder err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000 err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000 > > Apparently, this program doesn't look at DOS devices (i.e. drive > letters) to determine where the disk is. > > We are gonna need more information, though. Try setting this variable > like so: > > export WINEDEBUG=+reg > > before starting your program. Then post the resulting output from Wine. > (This should get you a bunch of output from the program's registry > accesses.) I'll bet that "vitamin's" right (like usual), and this > program is trying to read some registry entry that Wine just doesn't set. > > Chip Let me know if you stil need the long version... Thanks, Anna