dimesio wrote: > > fettouhi wrote: > > > > > > Code: > > [af@andre ~]$ env WINEPREFIX="/home/af/.local/share/wineprefixes/log" wine C:\\windows\\command\\start.exe /Unix /home/af/.local/share/wineprefixes/log/dosdevices/c:/users/Public/Desktop/Legend\ of\ Grimrock.lnk > > > > > > > > > > That's not the correct way to run apps from the command line. http://wiki.winehq.org/FAQ#head-3b297df7a5411abe2b8d37fead01a2b8edc21619 > > You didn't mention what version of Wine; if it's not the latest development release, upgrade. Running this way [af@andre ~]$ cd "/home/af/.local/share/wineprefixes/log/drive_c/Program Files/GOG.com/Legend of Grimrock/" [af@andre ~]$ env WINEARCH=win32 WINEPREFIX=~/.local/share/wineprefixes/log wine ./grimrock.exe yields the same results.