Advertisement
DhilDaily

Game Crash - HE -S5

Feb 20th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.53 KB | None | 0 0
  1. ```
  2. I'm sorry, but an uncaught exception occurred.
  3.  
  4. While running game code:
  5. SyntaxError: unexpected EOF while parsing (game/heart_events_handler.rpy, line 17)
  6.  
  7. -- Full Traceback ------------------------------------------------------------
  8.  
  9. Full traceback:
  10.  File "script.rpyc", line 109, in script call
  11.  File "calendar_handler.rpyc", line 98, in script call
  12.  File "work_days.rpyc", line 6, in script call
  13.  File "work_days.rpyc", line 113, in script call
  14.  File "free_events_handler.rpyc", line 120, in script call
  15.  File "free_events_handler.rpyc", line 195, in script call
  16.  File "free_events_handler.rpyc", line 451, in script call
  17.  File "free_events_handler.rpyc", line 544, in script call
  18.  File "free_events_handler.rpyc", line 604, in script call
  19.  File "free_events_handler.rpyc", line 540, in script call
  20.  File "free_events_handler.rpyc", line 588, in script call
  21.  File "heart_events_handler.rpyc", line 17, in script
  22.  File "C:\Users\mf1fa\Downloads\full-service-windows\FullService-RC1.1-pc\renpy\ast.py", line 1832, in execute
  23.    if renpy.python.py_eval(condition):
  24.  File "C:\Users\mf1fa\Downloads\full-service-windows\FullService-RC1.1-pc\renpy\python.py", line 2057, in py_eval
  25.    code = py_compile(code, 'eval')
  26.  File "C:\Users\mf1fa\Downloads\full-service-windows\FullService-RC1.1-pc\renpy\python.py", line 692, in py_compile
  27.    raise e
  28. SyntaxError: unexpected EOF while parsing (game/heart_events_handler.rpy, line 17)
  29.  
  30. Windows-8-6.2.9200
  31. Ren'Py 7.3.5.606
  32. Full Service RC1.1
  33. Fri Feb 21 00:46:14 2020
  34. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement