niklas2902 / py4godot

Python scripting for Godot. This GDExtension plugin allows you to use Python like GDScript, accessing the Godot engine's features and benefiting from Python's vast ecosystem.
MIT License
64 stars 7 forks source link

Assertion failed #75

Open Distorbed678 opened 4 weeks ago

Distorbed678 commented 4 weeks ago

Screenshot 2024-10-23 135725 I get this error when i try to load my project any fixes?

I have python 3.11.9

niklas2902 commented 4 weeks ago

Hey,

Thank you for reporting this. Unfortunately, there's no workaround at the moment. Just to understand the issue better, is there anything specific you do when starting Godot, and which operating system are you using?

Distorbed678 commented 4 weeks ago

I am using windows and no i do not do anything specific when launching godot i just installed the addon and i could no longer open the project.

niklas2902 commented 4 weeks ago

Thank you for the information. I apologize for the delay; this is such a strange bug, and I haven't been able to reproduce it. However, I may have found a solution. I've created a new release: 4.3-alpha3.

You can either copy the py4godot/install_dir/addons/py4godot folder into the addons folder of your project, or wait until the new release is approved in the Asset Library (this should take about one to two days). I will notify you here once it's approved.

Since I can't reproduce the bug, it would be great if you could test the new release and let me know if the issue is resolved.

niklas2902 commented 3 weeks ago

Hey, sorry for getting back so late. I hope, that the issue is fixed now