Dreaded and weird EOF Error! Help appreciated!

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Jammersam
Newbie
Posts: 2
Joined: Fri Jan 06, 2017 9:07 pm
Contact:

Dreaded and weird EOF Error! Help appreciated!

#1 Post by Jammersam »

Hi there folks,

I've had my game going smoothly for a while. It's based on the DSE. Events are going right, structure is all good, works well. Today I updated my GUI and I'm getting an error that seems to be beyond my skillset. Here it is:

Code: Select all

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/event_dispatcher.rpy", line 262, in <module>
    if not i.check(eobjs):
  File "game/event_dispatcher.rpy", line 60, in check
    if not i.eval(self.name, valid):
  File "game/event_dispatcher.rpy", line 99, in eval
    return eval(self.expr)
SyntaxError: unexpected EOF while parsing (<none>, line 1)

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

Full traceback:
  File "lib/windows-i686/start.rpyc", line 369, in script call
  File "lib/windows-i686/event_dispatcher.rpyc", line 255, in script
  File "C:\Users\Jamie\Dropbox\Ren-Py\renpy-6.99.11-sdk\renpy\ast.py", line 805, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Jamie\Dropbox\Ren-Py\renpy-6.99.11-sdk\renpy\python.py", line 1641, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/event_dispatcher.rpy", line 262, in <module>
    if not i.check(eobjs):
  File "game/event_dispatcher.rpy", line 60, in check
    if not i.eval(self.name, valid):
  File "game/event_dispatcher.rpy", line 99, in eval
    return eval(self.expr)
  File "C:\Users\Jamie\Dropbox\Ren-Py\renpy-6.99.11-sdk\renpy\python.py", line 1669, in py_eval
    code = py_compile(code, 'eval')
  File "C:\Users\Jamie\Dropbox\Ren-Py\renpy-6.99.11-sdk\renpy\python.py", line 534, in py_compile
    raise e
SyntaxError: unexpected EOF while parsing (<none>, line 1)

Windows-8-6.2.9200
Ren'Py 6.99.11.1749
QERS 1.0
As you can see it's something to do with how the Event Dispatcher is calling events... or is it?? I rechecked where I had made changes to GUI code (I just changed font sizes, some graphic image names, etc). I'm pretty stuck so any help would be appreciated :)

Post Reply

Who is online

Users browsing this forum: No registered users