Run .exe in lubuntu 20.04 using Wine

Questions about Wine on Linux
Locked
fernandez
Level 1
Level 1
Posts: 5
Joined: Wed Jul 15, 2020 10:17 pm

Run .exe in lubuntu 20.04 using Wine

Post by fernandez »

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?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Run .exe in lubuntu 20.04 using Wine

Post by jkfloris »

Is Game_t.exe an installer or a standalone file?
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
fernandez
Level 1
Level 1
Posts: 5
Joined: Wed Jul 15, 2020 10:17 pm

Re: Run .exe in lubuntu 20.04 using Wine

Post by fernandez »

Thank you for responding.
It´s a separate file. https://imgur.com/TFKSJsH It didn't make any difference to use wine start.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Run .exe in lubuntu 20.04 using Wine

Post by jkfloris »

Does it make any difference if you copy the file inside a wine-prefix?

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
Is it possible (and legal) to download the file?
fernandez
Level 1
Level 1
Posts: 5
Joined: Wed Jul 15, 2020 10:17 pm

Re: Run .exe in lubuntu 20.04 using Wine

Post by fernandez »

https://imgur.com/uF2XdPb
No changes, unless I made a mistake in the commands.
The file is completely legal.
fernandez
Level 1
Level 1
Posts: 5
Joined: Wed Jul 15, 2020 10:17 pm

Re: Run .exe in lubuntu 20.04 using Wine

Post by fernandez »

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.
Locked