com.unity.multiplayer.playmode. virtual player crash

Issue #901 new
sarofc created an issue

unity version: 2023.1.0a24

odin version: 3.1.9.0

com.unity.multiplayer.playmode: 0.1.0 doc Multiplayer Play Mode | Unity Multiplayer Networking (unity3d.com)

Reproduce:

1.create a blank project

2.add package com.unity.multiplayer.playmode 0.1.0

3.import odin 3.1.9.0

4.open Window > Multiplayer Play Mode. active virtual player (Player 2)

5.click play button.

Actual:

1.Main Editor work fine

2.but Virtual Player crash!

Additional:

if add '~' to ignore Plugins folder, virtual player work fine.

Log:

Cannot open transaction. Error 13(Permission denied) (aborting errors true)
UnityEngine.StackTraceUtility:ExtractStackTrace ()
UnityEditor.ShaderUtil:CreateShaderAsset (string)
Sirenix.OdinInspector.Editor.SdfIcons:get_Material () (at C:/Sirenix/Sirenix Solution/Sirenix.Utilities.Editor/Misc/SdfIcons.cs:1740)
Sirenix.OdinInspector.Editor.SdfIcons:FixBug () (at C:/Sirenix/Sirenix Solution/Sirenix.Utilities.Editor/Misc/SdfIcons.cs:1802)
System.Reflection.RuntimeMethodInfo:Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo)
System.Reflection.MethodBase:Invoke (object,object[])
UnityEditor.EditorAssemblies:ProcessInitializeOnLoadMethodAttributes ()

[C:/Sirenix/Sirenix Solution/Sirenix.Utilities.Editor/Misc/SdfIcons.cs line 1740]

=================================================================

Native Crash Reporting

Got a UNKNOWN while executing native code. This usually indicates

a fatal error in the mono runtime or one of the native libraries
used by your application.

=================================================================

Managed Stacktrace:

  at <unknown> <0xffffffff>
  at UnityEditor.ShaderUtil:CreateShaderAsset <0x00097>
  at UnityEditor.ShaderUtil:CreateShaderAsset <0x0002a>
  at Sirenix.OdinInspector.Editor.SdfIcons:get_Material <0x0011a>
  at Sirenix.OdinInspector.Editor.SdfIcons:FixBug <0x0001a>
  at System.Object:runtime_invoke_void <0x000d2>
  at <unknown> <0xffffffff>
  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x000af>
  at System.Reflection.RuntimeMethodInfo:Invoke <0x0011a>
  at System.Reflection.MethodBase:Invoke <0x0003d>
  at UnityEditor.EditorAssemblies:ProcessInitializeOnLoadMethodAttributes <0x006ea>
  at System.Object:runtime_invoke_void <0x00084>

=================================================================
Crash!!!
SymInit: Symbol-SearchPath: 'C:/Program Files/Unity/Unity 2023.1.0a24

Comments (0)

  1. Log in to comment