Figures that the first time I pick up my code in a month, I make an error that I can't find the origin of. The usual process of 'go back and change whatever you did since the last time you ran this code and go through it until the error comes up again' didn't work very well, seeing that I've been changing bits here and there and then completely forgot what I did.
Code:
I'm sorry, but an uncaught exception occurred.
After initialization, but before game start.
Exception: Style property placemark is unknown.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\Owner\Downloads\renpy\renpy-6.13.8\renpy\bootstrap.py", line 291, in bootstrap
File "C:\Users\Owner\Downloads\renpy\renpy-6.13.8\renpy\main.py", line 312, in main
File "C:\Users\Owner\Downloads\renpy\renpy-6.13.8\renpy\style.py", line 649, in build_styles
File "C:\Users\Owner\Downloads\renpy\renpy-6.13.8\renpy\style.py", line 629, in build_style
File "C:\Users\Owner\Downloads\renpy\renpy-6.13.8\renpy\style.py", line 507, in expand_properties
Exception: Style property placemark is unknown.
This is puzzling me quite a bit, especially since the game initialized correctly. I have no idea where to go to looks for errors, mainly since the parts I do remember changing shouldn't have had any effect on the styles. Going back through the 'style' python file just told me that the error popped up because of 'placemark'. If it helps any, I'm using Jake's Battle Engine, though I haven't changed its internal code since long before this error started appearing. But really, any suggestions on where to error-hunt would be
extremely appreciated.
EDIT:
I will forever regret having an interest in programming because I will forever make idiotic typos. Nevermind, I typed 'placeMark' as 'placemark'...and completely skipped over that typo probably ten times.
_________________
I really, really like working on RPGs and minigames. I'm not all that experienced at coding yet, but if you've got a question on something, feel free to shoot me a message!