bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.34k stars 134 forks source link

Not working in a virtual machine #142

Closed henryernice closed 10 months ago

henryernice commented 10 months ago

System information

MacOS 13.3.1 running Windows 11 in Paralells desktop.

Issue description

I know this is not your main concern but is it a bug or is there anything i can do? And the reason i have to use this in a virtual machine is because i am trying to mod Brotato which is a windows game. And it is on an M1 Macbook pro so its hard to reproduce. Sorry

Steps to reproduce

No response

Recovery log

N/A

Minimal reproduction project

No response

nikitalita commented 10 months ago

Yeah, I just tested it, it's not able to work in GUI mode because the shaders can't compile (Parallels likely doesn't have support for compiling GLES3 headers with their virtual GPU).

For a workaround, use it in CLI mode, see the README here: https://github.com/bruvzg/gdsdecomp#command-line

henryernice commented 10 months ago

Thanks Im gonna try that :)