BullyWiiPlaza
BullyWiiPlaza
I'm also running into this problem so I had to disable "treat all warnings as errors" when compiling code using `Loguru` in release mode. This happens using `GCC` and `MSVC`....
1. Yes, I'm running with a debugger attached. However, it does not matter if I'm using a debugger or not, the bug always occurs. Users running the release build also...
> @BullyWiiPlaza Do you have any third-party IMEs installed? (Or any IMEs in general?) No, I didn't even know what IME was exactly. Also other users had the same problem...
> I don't know if that's the desirable logic and haven't tested it yet, but does moving the `::ImmAssociateContextEx(hwnd, NULL, data->WantVisible ? IACE_DEFAULT : 0);` call to inside the `if...
@ocornut Yes, your latest code snippet also works fine, no freeze occurs.
> @BullyWiiPlaza Could you try again with this variant instead: > > ```c++ > static void SetPlatformImeDataFn_DefaultImpl(ImGuiViewport* viewport, ImGuiPlatformImeData* data) > { > // Notify OS Input Method Editor of...
@ocornut I could reproduce it with a pretty simple hello world example. Now I'm a bit stuck regarding what could still cause this issue. Please take a look at my...
Too complicated? ImGui development is far more complicated than this lol. Either way, take your time, it's fine. 👍 Keep in mind that this worked before the ImGui update to...
RAR5 is a proprietary algorithm, so it's not happening...
@ATXLtheAxolotl Yes, it was fixed in this branch: https://github.com/kneesnap/Il2CppInspector