What are the possible reasons for a game not closing on linux mint 18 kde?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Gabriel
:warning: Old Version Published before Godot 3 was released.

Hi, I finished the Simple 2D game tutorial (http://docs.godotengine.org/en/stable/tutorials/step_by_step/simple_2d_game.html ). It works great on Windows 10, but for some reason it does not close on my Linux Mint 18 KDE 64-bit VM on virtualbox. I press the “x” to close the window but it freezes the game without closing, so i need to kill the process.

Any idea why is this happening? Is it because it’s a virtual machine, maybe?

I turned off debug and choose “Pack into executable” option.

Thanks in advance.

:bust_in_silhouette: Reply From: Calinou

Is it because it’s a virtual machine, maybe?

This is because of the graphics rendering in VirtualBox, I have the same issue when running Godot in VirtualBox (Linux guests) here. The exported project should run fine on bare metal though (that is, outside of a virtual machine).

You are right. The problem is virtualbox, but changing the audio setting to “Intel HD Audio” makes it possible to close the app. On live USB is also problematic.

Gabriel | 2016-10-31 00:26