Search Issue Tracker
Won't Fix
Won't Fix in 2022.2.X
Votes
0
Found in
2019.4.38f1
2020.3.34f1
2021.3.1f1
2022.1.0b16
2022.2.0a15
Issue ID
UUM-6032
Regression
No
Unity crashes when entering Play Mode using DLL files
How to reproduce:
1. Open the attached project "1428243_DLL Test"
2. Enter Play Mode
Expected result: Play Mode is entered
Actual result: Unity Editor crashes
Reproduced in: 2019.4.38f1, 2020.3.34f1, 2021.3.1f1, 2022.1.0b16, 2022.2.0a15
Stack trace:
0x00007ffa55e7276b (Procedural Generation Library) HelloWorld
0x00007ffa55e71aee (Procedural Generation Library) HelloWorld
0x00007ffa55e72874 (Procedural Generation Library) HelloWorld
0x00007ffa55e74342 (Procedural Generation Library) HelloWorld
0x0000020b849cfa87 (Mono JIT Code) (wrapper managed-to-native) GameManager:HelloWorld ()
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
Unity is not able to recover from this exception.
The user code provided calls native code via PInvoke. The native code causes an access violation and Unity is not able to reliably recover from this .
If you believe that the access violation is caused by Unity engine code, please respond to reopen the bug with additional details.
Resolution Note (2022.2.X):
Unity is not able to recover from this exception.
The user code provided calls native code via PInvoke. The native code causes an access violation and Unity is not able to reliably recover from this .
If you believe that the access violation is caused by Unity engine code, please respond to reopen the bug with additional details.