Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you so much for the detailed overview! We really appreciate it. The party event is actually a brand new addition that originally wasn't a part of the demo. The demo has had this freezing issue from the beginning, though. If the party does trigger it, it's' not the only thing that does. Maybe certain dates do.

I would like to see the Lucas error log, if you don't mind.  Thanks again :>

Here you go! I got this error every time I went to the party with this download- I didn't get it with the previous download.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 602, in script call
  File "game/demo_label/events.rpy", line 105, in script call
  File "game/lucas_1.rpy", line 165, in script
KeyError: u'lucas_name'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "game/script.rpy", line 602, in script call
  File "game/demo_label/events.rpy", line 105, in script call
  File "game/lucas_1.rpy", line 165, in script
  File "C:\Users\Peyton\Desktop\Game thingy\xoxo droplets 2\XOXO_Droplets-Demo-pc\renpy\ast.py", line 613, in execute
    renpy.exports.say(who, what, interact=self.interact)
  File "C:\Users\Peyton\Desktop\Game thingy\xoxo droplets 2\XOXO_Droplets-Demo-pc\renpy\exports.py", line 1147, in say
    who(what, interact=interact)
  File "C:\Users\Peyton\Desktop\Game thingy\xoxo droplets 2\XOXO_Droplets-Demo-pc\renpy\character.py", line 855, in __call__
    who = who_pattern.replace("[who]", sub(who))
  File "C:\Users\Peyton\Desktop\Game thingy\xoxo droplets 2\XOXO_Droplets-Demo-pc\renpy\character.py", line 850, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Peyton\Desktop\Game thingy\xoxo droplets 2\XOXO_Droplets-Demo-pc\renpy\substitutions.py", line 232, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
KeyError: u'lucas_name'

Windows-8-6.2.9200
Ren'Py 6.99.12.4.2187
XOXO Droplets 0.1

Thanks! Somehow the line that defined his stand-in name before he introduces himself disappeared in this build.

I played the Everett route and went to the party and was able to finish it all the way through with no freezing... so I'm pretty stumped on what it could be tbh. The way the error occurs makes me think it's an infinite loop somewhere that causes the program to crash, but I'm not sure.