Results 15 comments of GoblinHack

That worked! (SDL2) #if __APPLE__ SDL_Event evt; // // Work around macos focus issue, possibly caused by iTerm // while (SDL_PollEvent(&evt)) {} #endif SDL_RaiseWindow(sdl.window); On Tue, 11 Nov 2025 at...

Hey, same issue - "-fno-emulated-tls" worked for me - wondering if you've had a chance to retry on latest msys

In one of my games I write the size and version I expect when reading e.g. in >> bits(my.t.version); LOG("Read config: version = [%s]", my.t.version.c_str()); in >> bits(my.t.serialized_size); LOG("Read config:...

e.g. 00:00:00.009: Read config: version = [0.0.1] 00:00:00.009: Read config: serialized_size = 632 00:00:00.009: Read config: window_pix_height = 1080 00:00:00.009: Read config: window_pix_width = 1728 00:00:00.009: Read config: config_pix_height =...

yeah you have to be careful with what is fed to it - I assume the write and read order was out of sync? i.e what was it reading as...