jim.hitch wrote: > The program looks as if it's loading, but then nothing happens. Looks like a python program. And python has all sorts of issues on Wine. ... hmm interesting, not many bugs open for python. Please open a bug report in Wine's bugzilla, and attach wine_log.txt (as a plain text file, do not paste) when running: Code: WINEDEBUG=warn+all wine yourprogram.exe &> wine_log.txt Note that without warn+all all you get are two fixmes: Code: fixme:powrprof:DllMain (0x7de60000, 1, (nil)) not fully implemented fixme:powrprof:DllMain (0x7de60000, 0, 0x1) not fully implemented