-
-
Notifications
You must be signed in to change notification settings - Fork 150
Description
Following the directions, I install R3 from NuGet and add in the R3 Plugin, enable it in Project Settings, and am greeted with a minor error that doesn't seem to affect anything major yet.
" ERROR: /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/NativeInterop/ExceptionUtils.cs:113 - System.NullReferenceException: Object reference not set to an instance of an object.
ERROR: at R3.ObservableTrackerTab.NotifyOnSessionStart() in /run/media/vhal/de5264f9-f618-4c40-9a20-8cc5b3c91140/Cielle-Is-Not-Happy/addons/R3.Godot/ObservableTrackerTab.cs:line 31
ERROR: at R3.ObservableTrackerDebuggerPlugin.<>c__DisplayClass7_0.<_SetupSession>b__0() in /run/media/vhal/de5264f9-f618-4c40-9a20-8cc5b3c91140/Cielle-Is-Not-Happy/addons/R3.Godot/ObservableTrackerDebuggerPlugin.cs:line 65
ERROR: at Godot.Callable.g__Trampoline|1_0(Object delegateObj, NativeVariantPtrArgs args, godot_variant& ret) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/Callable.generics.cs:line 39
ERROR: at Godot.DelegateUtils.InvokeWithVariantArgs(IntPtr delegateGCHandle, Void* trampoline, godot_variant** args, Int32 argc, godot_variant* outRet) in /root/godot/modules/mono/glue/GodotSharp/GodotSharp/Core/DelegateUtils.cs:line 86
"
I am still able to use ReactiveProperties at least (TBH the main reason I use this library). I am unsure of what the cause is, I haven't studied the code that heavily beyond "Its not actually broken. Report it up, and continue with my life."