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
- deltaTime and unscaledDeltaTime discrepancy when Player window is moved to secondary monitor and VSync is enabled
- Crash on SourceAssetDBReadTxn::SourceAssetDBReadTxn() when opening folders in a sepcific project
- Shader graph node does not update to red when there is a precision mismatch between the base graph and the subgraph
- UI flickering in Unity Version Control when the merge options are opened
- Build for iOS with UnityAds fails with linker failures when performing a CocoaPods build
This is a duplicate of issue #1173657