crwn1337

Results 6 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...

It's really weird, it seems like it doesn't "reset" the mouse distance, the further you move your mouse from the spot you started holding down M1, the faster the character...