EasyRPG / Player

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

Player crashes when loading a map that had width and height increased through lcf2xml #3205

Open jetrotal opened 5 months ago

jetrotal commented 5 months ago

Broken Map: broken_Map0003.zip

I increased a map size through those steps:

image image


Then my player crashed. The debug build returns an error about invalid vector entries: image


The similar issue also happens on RPG_RT, but RPG_RT returns an error dialog: image


The issue can be fixed if I use the Editor's bucket tool to fill both lower and upper tiles: fixed_Map0003.zip

I suspect the issue is related to having a list of lower_layer or upper_layer entries smaller than the width or height.


BTW loading this map through Player is way slower than through RPG_RT. Fdelapena commend about this: image