emhoracek / smooch

Kisekae Set System implementation for the web
GNU General Public License v3.0
46 stars 25 forks source link

FKiSS parsing bug #120

Closed emhoracek closed 2 years ago

emhoracek commented 2 years ago

From Clockwork Prince on Discord:

I tried opening my Madotsuki demo and got this:

"KiSS CNF error: " (line 190, column 3):
unexpected "\t"
expecting event name

Relevant part of CNF:

;@EventHandler()
;
;@initialize()
;@  debug("~~~~~~~~~~~~~~~~~~")
;@  debug("~ Madotsuki v1.0 ~")
;@  debug("~~~~~~~~~~~~~~~~~~")
;@  debug("")
;@  debug("A KiSS doll by Clockwork Prince")
;@  debug("")
;@  debug("Based on the main character of the indie game Yume Nikki.")
;@  debug("Yume Nikki and Madotsuki are created by Kikiyama")
;@  debug("")
;@  debug("")
;@  debug("Starting doll loading...")
;@  debug("")
;@  debug("=================")
;@  debug("[Hide UI Buttons]")
;@  debug("=================")
;@  unmap("ui_head4.cel")

The first line with the empty quotations is line 190.