07th-mod / ponscripter-fork

Fork of the Ponscripter visual novel engine to take advantage of SDL2 and improve Steam integration
GNU General Public License v2.0
15 stars 4 forks source link

Game crashes on text overflow #16

Open drojf opened 1 year ago

drojf commented 1 year ago

It was reported that the game crashes when text overflows the screen (not just the textbox, but when the text overlaps the edge of viewport or is outside the viewport).

image

The user was using the experimental engine with the experimental ADV script

The user had the same issue in the question arcs too, but they bypassed it by switching to NVL mode.

I feel like I've experienced this myself, but perhaps I forgot to report it.

You should be able to reproduce it by writing lots of text and not clearing the screen, or setting the text window so it starts close to the bottom of the screen.

Normally this should never happen (as you can't read the text anyway if it goes off the screen, implying the game script should be updated), but crashing isn't ideal either.