I'm trying to run the .exe but I have this problem: https://imgur.com/XNPyrl9
Is it a reading problem? Or is it something to do with the debugger?
Run .exe in lubuntu 20.04 using Wine
Re: Run .exe in lubuntu 20.04 using Wine
Is Game_t.exe an installer or a standalone file?
Does it make any difference if you use wine start to run the .exe
Does it make any difference if you use wine start to run the .exe
Code: Select all
wine start /unix /home/matiasf/Descargas/windows/1/Game/Game_t.exe
Re: Run .exe in lubuntu 20.04 using Wine
Thank you for responding.
It´s a separate file. https://imgur.com/TFKSJsH It didn't make any difference to use wine start.
It´s a separate file. https://imgur.com/TFKSJsH It didn't make any difference to use wine start.
Re: Run .exe in lubuntu 20.04 using Wine
Does it make any difference if you copy the file inside a wine-prefix?
Is it possible (and legal) to download the file?
Code: Select all
cp /home/matiasf/Descargas/windows/1/Game/Game_t.exe /home/matiasf/.wine/drive_c/Game/
wine start /unix /home/matiasf/.wine/drive_c/Game/Game_t.exe
Re: Run .exe in lubuntu 20.04 using Wine
https://imgur.com/uF2XdPb
No changes, unless I made a mistake in the commands.
The file is completely legal.
No changes, unless I made a mistake in the commands.
The file is completely legal.
Re: Run .exe in lubuntu 20.04 using Wine
Okay, i found the problem. The .exe file is a game, a game of Japanese origin, which only works unless the system language is changed.
I apologize for this, it was my mistake.
I apologize for this, it was my mistake.