(01-30-2022, 07:24 PM)JosJuice Wrote: Do you have any additional errors earlier in the log?
Yes, it seems that fmt strikes again?
dolphin-emu/Source/Core/Common/MsgHandler.h:85:20: error: invalid use of void expression
##__VA_ARGS__)
^
dolphin-emu/Source/Core/Common/MsgHandler.h:100:3: note: in expansion of macro ‘GenericAlertFmt’
GenericAlertFmt(true, Common::MsgType::Warning, MASTER_LOG, format, ##__VA_ARGS__)
^~~~~~~~~~~~~~~
I guess I could see if there is a more modern fmt than the one that ships in Mint?
