Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when trying to export project from virtual machine #33752

Closed
zaksnet opened this issue Nov 20, 2019 · 3 comments
Closed

Error when trying to export project from virtual machine #33752

zaksnet opened this issue Nov 20, 2019 · 3 comments
Labels

Comments

@zaksnet
Copy link
Contributor

zaksnet commented Nov 20, 2019

Godot version:
Beta.1
OS/device including version:
Windows Server 2008
Issue description:
When trying to export a project from CMD using the following command godot.exe --export --no-window inside the project folder, i get ALERT: Your video card driver does not support any of the supported OpenGL versions. Please update your drivers or if you have a very old or integrated GPU upgrade it. The message makes sense since this is a virtual machine and does not have a graphics card that supports OpenGL. What doesn't make sense is why is why the check is happening when exporting, it should only run when starting the actual game.
I would guess that i need a headless (server) version of godot that does not have video support?

EDIT: Found this #11389. Guess i'm out of luck if thats what i need 😬

@Calinou
Copy link
Member

Calinou commented Nov 20, 2019

Indeed, this is a duplicate of #11389. Note that you should be able to run Godot in a virtual machine by installing mesa-dist-win, which is a software OpenGL 3.3 implementation.

@zaksnet
Copy link
Contributor Author

zaksnet commented Nov 20, 2019

Indeed, this is a duplicate of #11389. Note that you should be able to run Godot in a virtual machine by installing mesa-dist-win, which is a software OpenGL 3.3 implementation.

That is great, thank you! I would've never imagined such a thing existed.

@hiulit
Copy link

hiulit commented Jul 24, 2023

Just passing by to add a possible solution because I also wanted to run Godot 3.5 on a Virtual Box running Windows and I ended up using this DLL https://fdossena.com/?p=mesa/index.frag. You just have to copy it next to your Godot.exe and it works for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants