Search Unity

Assertion failed: Assertion failed on expression: 'exception != SCRIPTING_NULL'

Discussion in 'Editor & General Support' started by Virtuactions, Oct 19, 2018.

  1. Virtuactions

    Virtuactions

    Joined:
    Jun 5, 2017
    Posts:
    13
    There are some errors that bothers me. Three errors that go one after another and repeats many times. It happends only when I open my project. It does not effect my game, build or any editor scripts at all, so it is not some urgent question. But i want to know what are those errors means and what i did wrong? (My project is pretty pig now, so i can't figure out what caused this).
    Here is this three errors:
    Code (csharp):
    1. Assertion failed: Assertion failed on expression: 'exception != SCRIPTING_NULL'
    2. Couldn't extract exception string from exception (another exception of class 'ArgumentException' was thrown while processing the stack trace)
    3.  
    (Yes, third is blank line)

    Last time i opend the project this errors repeated 136 times, for a total of 408 error messages. There is no stack trace for this errors in console.
    Unity 2017.3.1f1
     
  2. princessjike

    princessjike

    Joined:
    Aug 7, 2019
    Posts:
    2
    please any solution to above error? My AR gives same error
     
  3. mcoban2005

    mcoban2005

    Joined:
    Nov 20, 2014
    Posts:
    1
    Same errors:
    Assertion failed on expression: 'exception == SCRIPTING_NULL'

    FormatException: Input string was not in a correct format.
    System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) (at <88e4733ac7bc4ae1b496735e6b83bbd3>:0)
    System.Number.ParseInt32 (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) (at <88e4733ac7bc4ae1b496735e6b83bbd3>:0)
    System.Int32.Parse (System.String s) (at <88e4733ac7bc4ae1b496735e6b83bbd3>:0)