compilation-visualizer icon indicating copy to clipboard operation
compilation-visualizer copied to clipboard

JSON Parsing Sharing Violation

Open trentpolack opened this issue 8 months ago • 0 comments

Just adhering to the message left in the error body which has cropped up a few times tonight (Unity 6000.1.1f1); compilation-visualizer v1.8.4.

  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string,System.Text.Encoding,bool)
  at System.IO.File.InternalReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at System.IO.File.ReadAllText (System.String path) [0x0002c] in <8db6ec373e6d40bd9d38c8037d358c4e>:0 
  at Needle.CompilationVisualizer.CompilationData.ConvertBeeDataToCompilationData () [0x00015] in .\Library\PackageCache\com.needle.compilation-visualizer@73615c1f6029\Editor\CompilationTrace.cs:99 . Please try again. If the issue persists: Please report a bug at https://github.com/needle-tools/compilation-visualizer/issues/new and include the package + Unity version.```

trentpolack avatar May 10 '25 04:05 trentpolack