Hello I have for a 1.5 year run a graphical image editor called Picture Window Pro with wine. It has been only a pleasure. Its fast, logical, support color management and 16-bit files. However they have recently announced version 4.0. The new version has harder system requirements and must have an NT based system. On my system all functions from 3.5 works with wine in the new version. The new version also supports raw files and this works also. There are a few things that not work. 1. The new Batch workflow don?t work http://www.dl-c.com/Temp/pwp40beta/Workflow.pdf 2. The play function don?t work either http://www.dl-c.com/Temp/pwp40beta/BrowseEnhancements.pdf When I start pw40.exe I get this warnings: 1. Just start and quit. wine pw40.exe fixme:win:EnumDisplayDevicesW ((null),0,0x7fc9f548,0x00000000), stub! fixme:treeview:TREEVIEW_Expand TVE_EXPANDPARTIAL not implemented fixme:win:EnumDisplayDevicesW ((null),0,0x7fc8f548,0x00000000), stub! 2. Ok I load the comctl32 to get away the treeview error: WINEDLLOVERRIDES="comctl32=n" wine pw40.exe fixme:win:EnumDisplayDevicesW ((null),0,0x7fc9f548,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x7fc8f548,0x00000000), stub! 3. Lets try the workflow and play function. WINEDLLOVERRIDES="comctl32=n" wine pw40.exe fixme:win:EnumDisplayDevicesW ((null),0,0x7fc9f548,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x7fc8f548,0x00000000), stub! fixme:msg:pack_message msg 85 (WM_NCPAINT) not supported yet fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet fixme:win:EnumDisplayDevicesW ((null),0,0x7fc8f548,0x00000000), stub! fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000010 fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000010 fixme:shell:ShellView_OnNotify LVN_KEYDOWN key=0x00000011 Cannot decode z:\home\ltg\arbeid\ev\bi.jpg fixme:commdlg:GetFileName95 Flags 0x00810000 not yet implemented Anyone have an idea where to start debugging/fixing? I run wine 0.9.11 compiled from source on a pentum 4 fedora4 box. Picture window pro 4 can be downloaded from from http://www.dl-c.com/ It?s under 5mb and fully functional for 30 days. The only thing I have done to get it up and running is #mkdirhier ~/.wine/drive_c/windows/system32/color (Why is not this folder created with wineprefixcreate?) Thanks Lars Tore Gustavsen