Hmm. How long do things take to load after the transitions? So far I've tried playing twice, once where I went to the plains and once where I went to the lake. Everything works great until I see the feather or bubble transitions. Then all I get is a black screen. The sliding puzzle on the door worked fine though. (And darn it, I got it half-way solved before the timer ran out! XD )
I'm on linux by the way. I have the most recent version of Ren'py too. My computer is also kind of a wimp to be honest.
I've also tried it in the ren'py launcher once, but it gives me errors for any minigame there and if I hit ignore for both it just takes me to the next scene. For both the door puzzle and the minigame in the plains the errors I get in the launcher are:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 213, in script
File "game/script.rpy", line 213, in <module>
error: font not initialized
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 213, in script
File "/home/Feathersnake/VNs/renpy-6.17.7-sdk/renpy/ast.py", line 756, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/Feathersnake/VNs/renpy-6.17.7-sdk/renpy/python.py", line 1382, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 213, in <module>
File "tilepuzzle.py", line 99, in main
File "renpygame/font.py", line 39, in Font
error: font not initialized
And the second error if I hit "ignore":
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 214, in script
File "game/script.rpy", line 214, in <module>
NameError: name 'won' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 214, in script
File "/home/Feathersnake/VNs/renpy-6.17.7-sdk/renpy/ast.py", line 1545, in execute
if renpy.python.py_eval(condition):
File "/home/Feathersnake/VNs/renpy-6.17.7-sdk/renpy/python.py", line 1416, in py_eval
return eval(py_compile(source, 'eval'), globals, locals)
File "game/script.rpy", line 214, in <module>
NameError: name 'won' is not defined
What I've seen so far is really awesome though! Everything looks great, and I love how you did partial voicing.
*edit*
So, uh, I finished the game by solving the sliding puzzle on time. XD The game was on easy though. The final puzzle worked fine for me too, so everything at the end works for me! The music for the final puzzle stayed all the way into the ending credits though. o_o;