EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
991 stars 186 forks source link

When launching multiple games from the gamebrowser, the engine of the first is used for all #755

Closed carstene1ns closed 8 years ago

carstene1ns commented 8 years ago

Example: Off is 2k3, Ib is 2k. Console log:

[carsten@mars player]$ ./easyrpg-player --project-path /home/carsten/Downloads/Games/RPG_Maker
Debug: EasyRPG Player started
Debug: ======================
Debug: CLI: --project-path /home/carsten/Downloads/Games/RPG_Maker
Debug: Opened audio at 44100 Hz (stereo), format: S16LSB
Debug: Detected encoding: ibm-943_P130-1999
Debug: Loading game 'Ib'
Debug: Using RPG2k Interpreter
[...]
Debug: Detected encoding: ibm-5348_P100-1997
Debug: Loading game 'Off'
Debug: iCCP: known incorrect sRGB profile
[...]

This was likely an oversight when adding the gamebrowser.

fdelapena commented 8 years ago

Maybe the simplest fix is setting the Player::Engine to EngineNone when returning to the game browser.