On Tue, Apr 15, 2008 at 8:49 PM, kgriff <wineforum-user@xxxxxxxxxx> wrote: > Well, I got past that issue. The problem turned out to be two Windows native dll's, msc42.dll and msvcp60.dll. I couldn't figure out how to see the whole list of errors in my terminal window. (I'm quite new to Linux and Wine) Once I figured that out, I just worked from the first error down. Once I moved both of those dll's from my windows installation system32 directory to the wine system32 directory, things improved some. Now, when I run the program, it attempts to execute, but then I get a pop up window with, > "Unable to read version information from file C:\Program Files\Nova Development\Photo Explosion Deluxe\Ipe40.exe, insufficient memory or low system resources" > > I've seen posts with error messages similar to this one, so I'm now trying to look into the cause of this error. > Can you try: $ wget http://kegel.com/wine/winetricks $ sh winetricks vcrun6 And see if things improve?