Jump to content
Game-Labs Forum

NullReferenceException on bug reporter


Skully

Recommended Posts

custom log is getting spammed with:

[2016-Jun-30 15:07:26.313088] Exception: NullReferenceException
UnityEngine.Texture.get_height ()
BitmapData..ctor (UnityEngine.Texture2D texture)
JPGEncoder..ctor (UnityEngine.Texture2D texture, Single quality)
BugReport.AddScreenshot (UnityEngine.Texture2D screenShot)
UnityBugReporter.PrepareReport (BugReportType bugType, BugReportPriority bugReportPriority, System.String reportName, System.String description, System.Collections.Generic.List`1 screenshots, Boolean bIsOpenWorld)
UnityBugReporter.PickReport ()
UnityBugReporter.Update ()

This makes the game rubber band and do all sort of nasty things.

 


unity redir log

[2016-Jun-30 13:42:12.603600] [3:Log] NullReferenceException
  at (wrapper managed-to-native) UnityEngine.Texture:Internal_GetHeight (UnityEngine.Texture)

  at UnityEngine.Texture.get_height () [0x00000] in <filename unknown>:0

  at BitmapData..ctor (UnityEngine.Texture2D texture) [0x00000] in <filename unknown>:0

  at JPGEncoder..ctor (UnityEngine.Texture2D texture, Single quality) [0x00000] in <filename unknown>:0

  at BugReport.AddScreenshot (UnityEngine.Texture2D screenShot) [0x00000] in <filename unknown>:0

  at UnityBugReporter.PrepareReport (BugReportType bugType, BugReportPriority bugReportPriority, System.String reportName, System.String description, System.Collections.Generic.List`1 screenshots, Boolean bIsOpenWorld) [0x00000] in <filename unknown>:0

  at UnityBugReporter.PickReport () [0x00000] in <filename unknown>:0

  at UnityBugReporter.Update () [0x00000] in <filename unknown>:0
 
(Filename:  Line: -1)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...