On Tue, Mar 6, 2012 at 12:09 PM, portaro <wineforum-user@xxxxxxxxxx> wrote: > In terminal error-> > wine '/home/joao/.wine/drive_c/Programas/Empire Interactive/FlatOut2/FlatOut2.exe' > fixme:ntoskrnl:IoAllocateErrorLogEntry stub: 0x6832e4a0, 48 You need to change to the directory where the program is installed first: [code] cd '/home/joao/.wine/drive_c/Programas/Empire Interactive/FlatOut2' wine FlatOut2.exe [/code] James