how to export game for Linux?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AndrewD

I try to export game for Linux but ran into a problem: Linux dont read file. (I should say I never using Linux before and running it on Virtual machine. I Exported project on windows.)

In export folder I have “game.app.x86.pck” and “game.app.x86.x86_64”. Linux don’t run any of it.
What I have to do to run game?

Have you tried adding permissions? Right click to the game.app.x86.x86_64, select properties, then permissions, and check the “allow execute” or something similar.

p7f | 2020-07-03 13:06

:bust_in_silhouette: Reply From: Calinou

Virtual machines generally don’t provide 3D acceleration by default, which is required to run Godot (as well as exported projects).

Try using Linux running on bare metal instead (e.g. from live media), or find a way to set up a software OpenGL fallback in the virtual machine such as llvmpipe.