Elliot McNeil

Results 5 comments of Elliot McNeil

still crashes with basically the same error using the latest release, also had to remove more-planets: ---- Minecraft Crash Report ---- // Lolis deobfuscated this stacktrace using MCP's stable-39 mappings....

any chance there's been any progress on fixing the error?

I'm targetting the GDK, and I use a custom platform name with the `msvc` toolchain from xmake, so basically the `cross` platfrom, with `msvc`. The `cross` platform defaults to Linux...

This is how I do the `gdk` platform I have: ```lua -- This is in my project set_allowedplats( "gdk", "gdkx", "xbox360", "windows", "linux", "switch", "switchhb" ) set_allowedarchs( "gdk|x64", "gdkx|x64", "xbox360|powerpc64",...

I have this issue as well