Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.1f1
Issue ID
1077783
Regression
No
Unity crashes when using C++ dll library to cross compile code to C# and sending input string to the c++ file and back
How to reproduce:
1. Download user's attached project
2. In the project open the Scene called "Main"
3. Play the Scene and you will see the simple UI text field
4. Enter any string in that text field
-- crash occurs
Reproducible with: 2017.4.11f1, 2018.1.9f2 ,2018.2.7f1, 2018.3.0a11
Note: In most versions, I was able to reproduce the crash just by playing the Scene.
First four lines of the stack trace:
0x00007FF8A024109A (Molecular_Geometry) Main
0x00000000394CC19C (Mono JIT Code) (wrapper managed-to-native) Molecule:Main (string)
0x00000000394CBFA4 (Mono JIT Code) [C:\Users\STUDENT\Desktop\2018.2\Assets\Molecule.cs:32] Molecule:Update ()
0x0000000033FE7192 (Mono JIT Code) (wrapper runtime-invoke) object:runtime_invoke_void__this__ (object,intptr,intptr,intptr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Add comment