View Issue Details

IDProjectCategoryView StatusLast Update
0002698NoesisGUIUnitypublic2026-04-27 12:17
Reporterckfinite Assigned Tosfernandez  
PrioritynormalSeverityminor 
Status feedbackResolutionopen 
Product Version3.2.1 
Target Version3.2.14 
Summary0002698: MediaState-related issue causes editor CTD while idle
Description

Had a weird one - a C# recompilation caused the editor to CTD with the following error

(Filename: Packages/NoesisGUI/Runtime/NoesisUnity.cs Line: 360)

[NOESIS/E] Component 'Converter<NoesisApp.MediaState> ()' already registered
UnityEngine.StackTraceUtility:ExtractStackTrace ()
UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[])
UnityEngine.Logger:Log (UnityEngine.LogType,object,UnityEngine.Object)
UnityEngine.Debug:LogError (object,UnityEngine.Object)
NoesisUnity:UnityLog (int,string) (at Packages/NoesisGUI/Runtime/NoesisUnity.cs:360)
Noesis.Extend:RegisterNativeType (System.Type,bool) (at Packages/NoesisGUI/Runtime/API/Core/Extend.cs:1313)
Noesis.Extend:EnsureNativeType (System.Type,bool) (at Packages/NoesisGUI/Runtime/API/Core/Extend.cs:1823)
Noesis.Extend:EnsureNativeType (System.Type) (at Packages/NoesisGUI/Runtime/API/Core/Extend.cs:1815)
Noesis.Extend:Box (object) (at Packages/NoesisGUI/Runtime/API/Core/ExtendBoxing.cs:125)
Noesis.Extend:GetInstanceHandle (object) (at Packages/NoesisGUI/Runtime/API/Core/Extend.cs:6017)
Noesis.PropertyMetadata:SetDefaultValueHelper (object) (at Packages/NoesisGUI/Runtime/API/Proxies/PropertyMetadata.cs:53)
Noesis.PropertyMetadata:set_DefaultValue (object) (at Packages/NoesisGUI/Runtime/API/Proxies/PropertyMetadata.cs:36)
Noesis.FrameworkPropertyMetadata:.ctor (object) (at Packages/NoesisGUI/Runtime/API/Proxies/FrameworkPropertyMetadataExtend.cs:29)
NoesisApp.MediaElement:.cctor () (at Packages/NoesisGUI/Runtime/API/MediaElement/MediaElement.cs:116)
NoesisUnity:Init () (at Packages/NoesisGUI/Runtime/NoesisUnity.cs:71)
NoesisLangServer/<>c:<.cctor>b__0_0 () (at Packages/NoesisGUI/Editor/NoesisLangServer.cs:14)
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

(Filename: Packages/NoesisGUI/Runtime/NoesisUnity.cs Line: 360)

=================================================================
    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 Noesis.NoesisGUI_PINVOKE:PropertyMetadata_SetDefaultValueHelper <0x0011b>
      at Noesis.PropertyMetadata:SetDefaultValueHelper <0x0011a>
      at Noesis.PropertyMetadata:set_DefaultValue <0x0008a>
      at Noesis.FrameworkPropertyMetadata:.ctor <0x000ca>
      at NoesisApp.MediaElement:.cctor <0x002b2>
      at System.Object:runtime_invoke_void <0x00184>
      at <unknown> <0xffffffff>
      at NoesisUnity:Init <0x007ca>
      at <>c:<.cctor>b__0_0 <0x000a2>
      at UnityEditor.EditorApplication:Internal_CallUpdateFunctions <0x00327>
      at System.Object:runtime_invoke_void <0x00184>
=================================================================
Received signal SIGSEGV
Obtained 2 stack frames
RtlLookupFunctionEntry returned NULL function. Aborting stack walk.
<Missing stacktrace information>

I've gotten used to editor CTDs while editing XAML using the VSCode extension, but C# is a new one. Haven't seen this one before and can't reproduce it, so don't have a good idea of what actually caused this.

PlatformAny

Activities

sfernandez

sfernandez

2023-09-25 11:13

manager   ~0008765

Could you please attach the crash dump and editor log?

Issue History

Date Modified Username Field Change
2023-09-25 07:39 ckfinite New Issue
2023-09-25 11:13 sfernandez Assigned To => sfernandez
2023-09-25 11:13 sfernandez Status new => feedback
2023-09-25 11:13 sfernandez Note Added: 0008765
2023-09-25 19:23 jsantos Target Version => 3.2.2
2023-09-27 11:31 sfernandez Target Version 3.2.2 => 3.2.3
2024-01-22 11:46 sfernandez Target Version 3.2.3 => 3.2.4
2024-06-13 18:00 sfernandez Target Version 3.2.4 => 3.2.5
2024-10-24 16:43 sfernandez Target Version 3.2.5 => 3.2.6
2024-11-22 18:19 jsantos Target Version 3.2.6 => 3.2.7
2025-01-20 17:42 jsantos Target Version 3.2.7 => 3.2.8
2025-05-15 11:27 sfernandez Description Updated
2025-06-06 12:52 jsantos Target Version 3.2.8 => 3.2.9
2025-10-02 00:49 jsantos Target Version 3.2.9 => 3.2.10
2025-10-10 13:29 jsantos Category Unity3D => Unity
2025-10-20 18:25 jsantos Target Version 3.2.10 => 3.2.11
2026-01-20 19:32 jsantos Target Version 3.2.11 => 3.2.12
2026-03-04 00:39 jsantos Target Version 3.2.12 => 3.2.13
2026-04-27 12:17 jsantos Target Version 3.2.13 => 3.2.14