So I released a demo of my fangame and, fortunetly, a lot of people are enjoying it. However, there's a big bug that's happening to a lot of them and...I kinda know why, and how to fix on short term, but not long term.
"Sprite_Resizer line 20: TypeError ocurred
No implicit conversion from nil to integer"
I assume this is due of the screen size, mostly full size or the border around it. I also know they can fix it just erasing the save file, but that is not a solution if we're being pragmatic.
So I wanted to ask how to fix this bug in particular. I've setted both $ResizeFactorSet and $HaveResizeBorder to true, to see if this is the problem, but if not, can someone tell me what is it? And how can I either fix it or warn the player of it?
"Sprite_Resizer line 20: TypeError ocurred
No implicit conversion from nil to integer"
I assume this is due of the screen size, mostly full size or the border around it. I also know they can fix it just erasing the save file, but that is not a solution if we're being pragmatic.
So I wanted to ask how to fix this bug in particular. I've setted both $ResizeFactorSet and $HaveResizeBorder to true, to see if this is the problem, but if not, can someone tell me what is it? And how can I either fix it or warn the player of it?