Tutorial How to open exe files in linux

asgardtipar2

Well-Known Member
May 24, 2018
1,149
596
Hey guys, so I had to install new OS, Linux Ubuntu 18.04 to be precise and give up of my trusty Windows. I have downloaded the game, extracted it.. but when I try to run the game it says, something about an error that occurred while loading the archive.. I tried it with an actual game, and its the same, so its not this game. Do I need a specific program/app or something to run games on Linux?
P.S If its not clear Its the first time I am using LInux.
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,111
14,790
Do I need a specific program/app or something to run games on Linux?
Well, you need the said program/app to be wrote for Linux, and ".exe" aren't.

There's always the possibility to launch them with , but I'll let people with more knowledge talk about this.
 
  • Like
Reactions: asgardtipar2

scrumbles

Engaged Member
Jan 12, 2019
2,243
2,285
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/

In short:
- Ren'py games: double click the .sh file. Forget the .exe
- RPG Maker MV: grab the Linux version of MV from https://f95zone.to/threads/rpg-maker-mv-v1-62-linux-mac-and-windows.31352/ and follow the instructions (click on "spoiler")
- Unity: install Wine, then right click on the .exe and open it with Wine. Ubuntu is shipped with it, but if you want the latest version, visit the official site ( ) and install the stable release
- Flash: grab the official Flash Player Projector from
 
Last edited:

asgardtipar2

Well-Known Member
May 24, 2018
1,149
596
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/

In short:
- Ren'py games: double click the .sh file. Forget the .exe
- RPG Maker MV: grab the Linux version of MV from https://f95zone.to/threads/rpg-maker-mv-v1-62-linux-mac-and-windows.31352/ and follow the instructions (click on "spoiler")
- Unity: install Wine, then right click on the .exe and open it with Wine. Ubuntu is shipped with it, but if you want the latest version, visit the official site ( ) and install the stable release
- Flash: grab the official Flash Player Projector from
Thank you sooo much <3
 
  • Like
Reactions: scrumbles

asgardtipar2

Well-Known Member
May 24, 2018
1,149
596
Well, you need the said program/app to be wrote for Linux, and ".exe" aren't.

There's always the possibility to launch them with , but I'll let people with more knowledge talk about this.
Thank you <3
 

kaelapeaches

Newbie
Feb 16, 2021
19
35
personally I always liked play on linux over WINE. not sure if they still use it. but linux has an IRC chat you can get help from. Just an FYI. Lot of good people in the chat that can help you out. It takes time to learn Linux. but don't give up
 

Grantiose

New Member
Oct 20, 2017
11
14
https://f95zone.to/threads/playing-on-linux-tutorials-tools-and-help.19523/

In short:
- Ren'py games: double click the .sh file. Forget the .exe
- RPG Maker MV: grab the Linux version of MV from https://f95zone.to/threads/rpg-maker-mv-v1-62-linux-mac-and-windows.31352/ and follow the instructions (click on "spoiler")
- Unity: install Wine, then right click on the .exe and open it with Wine. Ubuntu is shipped with it, but if you want the latest version, visit the official site ( ) and install the stable release
- Flash: grab the official Flash Player Projector from
i tried double clicking the .sh and it gave me a window full of code :´(
 

scrumbles

Engaged Member
Jan 12, 2019
2,243
2,285
i tried double clicking the .sh and it gave me a window full of code :´(
First, right click on the .sh file and verify that it is executable.
Then, assuming that your distro is Ubuntu (and your file manager is Nautilus): follow .