thegu5
thegu5
CC#
Created by thegu5 on 6/13/2024 in #help
Float (signed) number comparisons compiled to unsigned version of instruction
thank you!
5 replies
CC#
Created by thegu5 on 6/13/2024 in #help
Float (signed) number comparisons compiled to unsigned version of instruction
i'm new to messing with IL so I probably missed something
5 replies
CC#
Created by thegu5 on 6/11/2024 in #help
Debugging a ReflectionTypeLoadException
stack trace
Unhandled exception. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Cpp2IlInjected.WasmMethod' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at Program.<Main>$(String[] args) in /home/gu5/RiderProjects/Il2CppWasmBindgen/Program.cs:line 76
System.TypeLoadException: Could not load type 'Cpp2IlInjected.WasmMethod' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
Unhandled exception. System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'Cpp2IlInjected.WasmMethod' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at Program.<Main>$(String[] args) in /home/gu5/RiderProjects/Il2CppWasmBindgen/Program.cs:line 76
System.TypeLoadException: Could not load type 'Cpp2IlInjected.WasmMethod' from assembly 'Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
3 replies
CC#
Created by Eve. on 6/8/2024 in #help
✅ null error, not sure how to fix
make the userinput a char array, then give that char array to the function
93 replies
CC#
Created by thegu5 on 6/5/2024 in #help
Error in Json Source Generation (ambiguous operator)
might come back to this and dig a bit further w/ dotnet/runtime
8 replies
CC#
Created by thegu5 on 6/5/2024 in #help
Error in Json Source Generation (ambiguous operator)
I ended up going with a different solution (not serializing this in the first place), but thanks for the tips
8 replies
CC#
Created by thegu5 on 6/5/2024 in #help
Error in Json Source Generation (ambiguous operator)
are there any workarounds to fix this? or should I just disable AOT compilation and go with reflection instead
8 replies