crwn1337

Results 8 comments of crwn1337

I think this was fixed in 1.88 since im not getting the bug anymore but this is what i used to fix it before: `ImGui::GetIO().SetPlatformImeDataFn = nullptr;` If i remember...

> Has there been any official progress with providing better error reporting? I keep running into panic errors as the original poster did, and the report is absolutely zero help....

Launch options: `LD_PRELOAD="/usr/lib/libSDL2.so /usr/lib32/libSDL2.so" SDL_VIDEODRIVER=wayland %command% +exec autoexec -vulkan` Doing this works ~50% of the time, the game will sometimes randomly shut down with: `err: D3D9SwapChainEx: Failed to recreate swap...

SDL_VIDEO_DRIVER does not seem to be a thing on latest [sdl2-git](https://aur.archlinux.org/packages/sdl2-git) ``` [crwn@arch ~]$ strings /usr/lib/libSDL2.so | grep SDL_VIDEO_DRIVER [crwn@arch ~]$ strings /usr/lib/libSDL2.so | grep SDL_VIDEODRIVER SDL_VIDEODRIVER ``` I still...

I figured out what launch options worked for me (while using wayland, and [sdl2-git](https://aur.archlinux.org/packages/sdl2-git)) `LD_PRELOAD="/usr/lib/libSDL2.so" %command% -vulkan` You have to enable raw input as well because otherwise the input will...

> Have you seen this example? https://github.com/rkyv/rkyv/blob/master/examples/backwards_compat/src/main.rs It's not really a good example, if I would have a lot of versions wouldn't I have to keep calling `rkyv::check_archived_root` on all...

I found out that on a local server, doing this actually produces a backtrace: ![image](https://github.com/blushiemagic/MagicStorage/assets/38888474/16f1a2dd-591f-4ea5-85a0-993e2a86ba43)

> That's a Calamity stack trace The stack trace does say Calamity, but I figured out it's either Homeward Journey (ContinentOfJourney) or Crystilium (CrystiliumMod) since after I removed those 2...