- May 5, 2020
- 202
- 193
Hello!
Long story short. My actual computer is a laptop Dell Latitude E6510. I put inside a Ubuntu 20.04. In my tower, i never have any problem to launch a game. But in the laptop, any game launch.
For Renpy game. If i go in a shell and put before the executable
this is work. For Unity game, the game try to launch and shutdown. I receive in the shell the messagte about this command is unknow. But is the executable of the game and i put the file executable.
I know Ubuntu do not use BASH and i have to call it before launch a game (The ./ code reason). But why Unity do not launch and all other game too..
I think i have few library missing. But i have any idea how to begin.
Long story short. My actual computer is a laptop Dell Latitude E6510. I put inside a Ubuntu 20.04. In my tower, i never have any problem to launch a game. But in the laptop, any game launch.
For Renpy game. If i go in a shell and put before the executable
Code:
./
I know Ubuntu do not use BASH and i have to call it before launch a game (The ./ code reason). But why Unity do not launch and all other game too..
I think i have few library missing. But i have any idea how to begin.