vinfamy / LifePlay

Free, Open-Source and Moddable Lifesim RPG (Link NSFW). I had to change my dev PC and couldn't set up Git correctly on the new PC so the full source code for the game will be available here: https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
https://mega.nz/folder/1XYSXbRb#nFHZ1wdwTbL6rS1oUdMe0g
GNU Affero General Public License v3.0
70 stars 34 forks source link

Crashing Bug #217

Closed Rizean closed 2 years ago

Rizean commented 2 years ago

"Found '' <-- this should not be empty"

vinfamy commented 2 years ago

what do you mean? Is that the what it tells you when it crashes? During which part of gameplay does this crash happen? How often?

Rizean commented 2 years ago

It seems like having <-- in narrative crashes the game. Sorry if I was unclear.

Rizean commented 2 years ago

This crashes the game

WHAT: 
WHERE: 
WHEN: 0 - 24
WHO: none
OTHER:

sceneStart()
  "<"
sceneEnd()
vinfamy commented 2 years ago

done, indefinite while loop caused by < without the >, added an extra safety check