UPBGE / upbge

UPBGE, the best integrated game engine in Blender
https://upbge.org
Other
1.39k stars 177 forks source link

4.1: `sensor.link(controller)` and `controller.link(actuator)` seem to cause an access violation #1856

Closed IzaZed closed 8 months ago

IzaZed commented 8 months ago

when calling either of the two functions via python, the program crashes due to an access violation I'm using a build from about two weeks ago Test01.zip

youle31 commented 8 months ago

This is my fault: https://github.com/UPBGE/upbge/commit/330205f3f4abb0687cbf6e51c657c5881b23caec

I'll fix it

IzaZed commented 8 months ago

thanks!

youle31 commented 8 months ago

Thanks for report!