bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.42k stars 138 forks source link

Gui Is not working on windows, CLI is working though #74

Closed reynold666 closed 1 year ago

reynold666 commented 1 year ago

Hi, GUI does not startup for me on clicking on the EXE. Able to use the CLI command to extract the pck file though.

nikitalita commented 1 year ago

Are you using the latest version, 0.4.0? This was a bug in the previous version.

reynold666 commented 1 year ago

yes. using the latest

nikitalita commented 1 year ago

Hmmm, can you post what is output to the terminal when you start it from the CLI with no options? Also, since this is based on Godot 4.x, you will need a Vulkan capable card to start it in GUI mode, check if you have that on your PC.

reynold666 commented 1 year ago

I got it working after I checked that godot 4 beta 2 also was not working. I am working through a laptop with ryzern iGPU and dedicated GTX 1650 GPU. The Godot executable was always switching to the Ryzen iGPU so had to disable the same, Posting the link to help other users who run into the problem: https://nvidia.custhelp.com/app/answers/detail/a_id/5182/~/unable-to-launch-vulkan-apps%2Fgame-on-notebooks-with-amd-radeon-igpus

reynold666 commented 1 year ago

Solution posted above. Thanks to author for help provided.

nikitalita commented 1 year ago

I’m going to leave this open in case further people encounter this issue; it’s weird that the integrated GPU doesn’t support vulkan.

reynold666 commented 1 year ago

okay

nikitalita commented 1 year ago

@reynold666 just curious, have you found a solution to this that doesn't require forcing the system to always use the discrete GPU? I can't imagine that would be good for battery life, and this seems like it's a common issue for this laptop configuration across all games.

reynold666 commented 1 year ago

I didn't bother looking into it more. But I think it's the manufactures that are too lazy to bother addressing it for entry level gaming laptops :(. I think the newer models with Ryzen 5000/6000 series with RTX 3000 series might have it solved already out of the box.