[Scummvm-tracker] [ScummVM :: Bugs] #14196: scummvm shaders: strange behavior after add-in a game
ScummVM :: Bugs
trac at scummvm.org
Fri Mar 3 03:07:36 UTC 2023
#14196: scummvm shaders: strange behavior after add-in a game
-------------------------+--------------------------------
Reporter: legluondunet | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Graphics: Scalers
Version: | Resolution:
Keywords: | Game:
-------------------------+--------------------------------
Comment (by elasota):
Investigated this somewhat and what is probably happening is that
gtk_init_check calls setlocale and changes the locale to the system locale
unless gtk_disable_setlocale. This causes widespread number parsing
breakage if the system locale uses a comma decimal separator.
Either gtk_disable_setlocale has to be called prior to gtk_init_check, or
the locale has to be changed back.
--
Ticket URL: <https://bugs.scummvm.org/ticket/14196#comment:18>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list