Re: [Python.NET] Python.Net crash on assembly reload in Unity

2018-08-09 Thread David Lassonde
Hi Viktoria, As you know, I am working on fixes for these Domain Unload / Reload crashes. I opened an issue against the public repo for the first crash (on second init) here: https://github.com/pythonnet/pythonnet/issues/714 I will do the same for the second crash (on second domain unload) when

[Python.NET] Python.Net crash on assembly reload in Unity

2018-08-02 Thread Viktoria Kovecses
Hello, We are experiencing crashes when running Python.Net in the Unity 2018.2 game engine. Specifically, after modifying a C# script in Unity, an automatic reload is triggered which results in a crash in Py_Finalize. Here are the repro steps: 0. Make sure to call PythonEngine.Shutdown on domain

[Python.NET] Python.Net crash on assembly reload in Unity

2018-08-02 Thread Viktoria Kovecses
Hello, We are experiencing crashes when running Python.Net in the Unity 2018.2 game engine. Specifically, after modifying a C# script in Unity, an automatic reload is triggered which results in a crash in Py_Finalize. Here are the repro steps: 0. Make sure to call PythonEngine.Shutdown on domain