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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.