Search Issue Tracker
Duplicate
Votes
1
Found in
2019.2.11f1
2019.2.14f1
2019.3.0b9
2020.1.0a8
Issue ID
1202451
Regression
Yes
Editor crashes when invalid data is passed into UnityWebRequestTexture.GetTexture
Steps to reproduce:
1. Open the attached project ("1202451.zip")
2. Open SampleScene
3. Enter Play mode
4. Make sure "Error Pause" is enabled in the Console
5. Enable the "EnableMeToCrash" GameObject
Reproduced with: 2019.2.11f1, 2019.2.16f1, 2019.3.0b9, 2019.3.0f2, 2020.1.0a8, 2020.1.0a15
Not reproducible with: 2017.4.35f1, 2018.4.14f1, 2019.2.10f1, 2019.3.0b8, 2020.1.0a7
Errors before crash:
Curl error 3: <url> malformed
(Filename: C:\buildslave\unity\build\Modules/UnityWebRequest/Implementations/TransportCurl.cpp Line: 796)
* Assertion at ..\mono\metadata\threads.c:1788, condition `internal' not met
Notes:
- Editor crashes silently on Windows, with Bug Reporter and a stacktrace on Mac
- On versions deemed not reproducible the repro steps only give a "NullReferenceException: Object reference not set to an instance of an object" exception
- Invalid data, in this case, is an empty string ("") or null
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
- Baked Lightmap ”View” button text is aligned incorrectly
- Lightmap Asset icon changes colours after Baked Lightmap Viewer window is opened
- VideoClipImporter preset not applied when applying Preset Selector on already imported video clips
- Frame Debugger gets disabled when any Editor window is maximised and minimised
- TextMeshPro InputField view is not updated when OnEndEdit is triggered
This is a duplicate of issue #1173657