Closed pallaswept closed 3 months ago
GOverlay 1.1.1 stores the engine_version option with the invalid name engine. This generates an error:
engine_version
engine
> mangohud vkcube [2024-07-01 13:49:29.185] [MANGOHUD] [error] [overlay_params.cpp:647] Unknown option 'engine'
I don't know this codebase well, but a simple replacement of this string in a few places seems like it should sort it out. I'd be happy to file a PR if that would help?
Thanks for reporting @pallaswept , will fix it on upstream.
fixed in 1.2 release
Thanks very much! Wow, congrats on that release, that's a huge one!!
GOverlay 1.1.1 stores the
engine_version
option with the invalid nameengine
. This generates an error:I don't know this codebase well, but a simple replacement of this string in a few places seems like it should sort it out. I'd be happy to file a PR if that would help?