Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- string aboutboon = "";
- StringName aboutwhat = new StringName("AboutWhat");
- if(call.HasMethod(aboutwhat)){
- aboutboon = ","+((string)(call.Call(aboutwhat)));
- }
- E 0:00:31:0146 void Godot.DelegateUtils.InvokeWithVariantArgs(IntPtr , System.Void* , Godot.NativeInterop.godot_variant** , Int32 , Godot.NativeInterop.godot_variant* ): System.ArgumentOutOfRangeException: Non-negative number required. (Parameter 'byteCount')
- <C++ Error> Exception
- <C++ Source> :0 @ System.String System.Text.Encoding.GetString(System.Byte* , Int32 )()
- <Stack Trace> :0 @ System.String System.Text.Encoding.GetString(System.Byte* , Int32 )()
- Marshaling.cs:714 @ System.String Godot.NativeInterop.Marshaling.ConvertStringToManaged(Godot.NativeInterop.godot_string& )()
- VariantUtils.cs:448 @ System.String Godot.NativeInterop.VariantUtils.ConvertToStringObject(Godot.NativeInterop.godot_variant& )()
- Variant.cs:173 @ System.String Godot.Variant.AsString()()
- Variant.cs:371 @ System.String Godot.Variant.op_Explicit(Godot.Variant )()
- UI.cs:280 @ void UI.RollReady(System.String , System.String , System.String , Godot.Object , System.String , System.String , System.String , System.String , Int32 )()
- UI.cs:185 @ void UI+<>c__DisplayClass18_0.<ShowTest>b__0()()
- Callable.generics.cs:39 @ void Godot.Callable.<From>g__Trampoline|1_0(System.Object , Godot.NativeInterop.NativeVariantPtrArgs , Godot.NativeInterop.godot_variant& )()
- DelegateUtils.cs:47 @ void Godot.DelegateUtils.InvokeWithVariantArgs(IntPtr , System.Void* , Godot.NativeInterop.godot_variant** , Int32 , Godot.NativeInterop.godot_variant* )()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement