Looks and sounds great. Don't change the graphics!
howprice
Creator of
Recent community posts
Nice work Linky! Look forward to having a play. I stripped down my similar project to a skeleton cross-platform "hello world" if it will help you to bring this to other OSs (C++, SDL2, OpenGL, CMake, vcpkg). https://github.com/howprice/hoffgui
Hi Bob! Many thanks for your help. Without your minidump there would be no fix.
I have found the Microsoft guidelines for default window sizes and testing at different DPIs. The current default window size of 1080p is too large for many setups.
Thanks for the manifest tip. I use CMake so will search for the associated settings.
This looks like the problem observed in your minidump:
https://stackoverflow.com/questions/78598141/first-stdmutexlock-crashes-in-appli...
Think this is an MSVC issue. I think I can patch in code with _DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR, but please could you try installing latest redistributables from https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=ms...

