Gothic-UnZENity-Project / Gothic-UnZENity

Fan project recreating Piranha Bytes' evergreens Gothic I and Gothic II in Unity Engine. Currently focussing on VR.
GNU General Public License v3.0
6 stars 1 forks source link

Daedalus VM crashes with OC NPCs with Stackoverflow exception #36

Closed JaXt0r closed 3 weeks ago

JaXt0r commented 3 weeks ago

Currently NPC routines fill up the Daedalus stack and cause a StackOverflowException after a few minutes. We should print the stack after a few seconds to see, which method fills it up. This might be related to an external function which adds parameters which aren't fetched on our side.