ferlandez wrote: > > this is the output.txt after running "winedebug=+msi,+log4.txt etc etc " > There is no msi debug output in your log, and that command is not correct. Should be: Code: WINEDEBUG=+msi,+file wine /path/to/program.exe &> /tmp/output.txt Case matters, there are no spaces between the debug channels, and substitute the actual path to your program.