Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 20.rpy", line 503, in script
$ beadd += 1
File "game/02 day 20.rpy", line 503, in <module>
$ beadd += 1
NameError: name 'beadd' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 20.rpy", line 503, in script
$ beadd += 1
File "C:\NCC-1.0-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\NCC-1.0-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/02 day 20.rpy", line 503, in <module>
$ beadd += 1
NameError: name 'beadd' is not defined
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 07:20:09 2019
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/s 75 martinasex.rpy", line 415, in script
$ martinasagood += 5
File "game/s 75 martinasex.rpy", line 415, in <module>
$ martinasagood += 5
NameError: name 'martinasagood' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/s 75 martinasex.rpy", line 415, in script
$ martinasagood += 5
File "C:\NCC-1.0-pc\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\NCC-1.0-pc\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/s 75 martinasex.rpy", line 415, in <module>
$ martinasagood += 5
NameError: name 'martinasagood' is not defined
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 07:44:44 2019
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 59.rpy", line 91, in script
if patriciachatpics == 1:
File "game/02 day 59.rpy", line 91, in <module>
if patriciachatpics == 1:
NameError: name 'patriciachatpics' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 59.rpy", line 91, in script
if patriciachatpics == 1:
File "C:\NCC-1.0-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "C:\NCC-1.0-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\NCC-1.0-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/02 day 59.rpy", line 91, in <module>
if patriciachatpics == 1:
NameError: name 'patriciachatpics' is not defined
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 15:36:47 2019
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 65.rpy", line 835, in script
jump day6507h
ScriptError: could not find label 'day6507h'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 65.rpy", line 835, in script
jump day6507h
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day6507h'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Fri Dec 27 19:43:09 2019
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 70.rpy", line 14, in script
nic "What? You gave me drugs."
Exception: Sayer 'nic' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 70.rpy", line 14, in script
nic "What? You gave me drugs."
File "C:\NCC-1.0-pc\renpy\ast.py", line 664, in execute
who = eval_who(self.who, self.who_fast)
File "C:\NCC-1.0-pc\renpy\ast.py", line 564, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'nic' is not defined.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Dec 28 08:35:07 2019
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 36.rpy", line 486, in script
menu:
File "game/02 day 36.rpy", line 507, in <module>
"Ashley 'What's up?'"if asheyevent >= 20:
NameError: name 'asheyevent' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 36.rpy", line 486, in script
menu:
File "C:\NCC-1.0-pc\renpy\ast.py", line 1609, in execute
choice = renpy.exports.menu(choices, self.set, args, kwargs, item_arguments)
File "C:\NCC-1.0-pc\renpy\exports.py", line 943, in menu
condition = renpy.python.py_eval(condition)
File "C:\NCC-1.0-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\NCC-1.0-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/02 day 36.rpy", line 507, in <module>
"Ashley 'What's up?'"if asheyevent >= 20:
NameError: name 'asheyevent' is not defined
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 01:15:14 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 47.rpy", line 390, in script
jump day4708
ScriptError: could not find label 'day4708'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 47.rpy", line 390, in script
jump day4708
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day4708'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 06:27:57 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 56.rpy", line 330, in script
mak "As you prefer"
Exception: Sayer 'mak' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 56.rpy", line 330, in script
mak "As you prefer"
File "C:\NCC-1.0-pc\renpy\ast.py", line 664, in execute
who = eval_who(self.who, self.who_fast)
File "C:\NCC-1.0-pc\renpy\ast.py", line 564, in eval_who
raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'mak' is not defined.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 07:08:38 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 57.rpy", line 585, in script
jump day5706b
ScriptError: could not find label 'day5706b'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 57.rpy", line 585, in script
jump day5706b
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day5706b'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 07:21:25 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 60.rpy", line 81, in script
jump day6003b
ScriptError: could not find label 'day6003b'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 60.rpy", line 81, in script
jump day6003b
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day6003b'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 07:56:56 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 61.rpy", line 588, in script
jump day6107h
ScriptError: could not find label 'day6107h'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 61.rpy", line 588, in script
jump day6107h
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day6107h'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 08:10:54 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 62.rpy", line 18, in script
jump day6201s
ScriptError: could not find label 'day6201s'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 62.rpy", line 18, in script
jump day6201s
File "C:\NCC-1.0-pc\renpy\ast.py", line 1678, in execute
rv = renpy.game.script.lookup(target)
File "C:\NCC-1.0-pc\renpy\script.py", line 886, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'day6201s'.
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 08:14:42 2020
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/02 day 64.rpy", line 820, in script
with dissove
File "game/02 day 64.rpy", line 820, in <module>
with dissove
NameError: name 'dissove' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/02 day 64.rpy", line 820, in script
with dissove
File "C:\NCC-1.0-pc\renpy\ast.py", line 1368, in execute
trans = renpy.python.py_eval(self.expr)
File "C:\NCC-1.0-pc\renpy\python.py", line 1961, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\NCC-1.0-pc\renpy\python.py", line 1954, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/02 day 64.rpy", line 820, in <module>
with dissove
NameError: name 'dissove' is not defined
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
NCC 1.0
Sat Jan 04 08:37:57 2020
and so on, and so on...
HoneyGames now when we know about your plans, i simply have to suggest something to you.
first, i deeply respect your hard work, enthusiasm and i like this game very much, BUT...
imho you have no idea how much errors exist in your game so far. i do not want to judge your programming skills, but i'm sure that by adding more content the number of errors will be even bigger.
i think that this is a critical point at which you should think about recoding the game from the very beginning, especially because you plan to make some changes to game.
and, i'll be brutally honest with you, i think you should hire some help with programming. i'm talking about hired help, highly expirienced, actually a "partner in crime".
also, you should find some testers. i guess that won't be a problem. that way the programmer will have more time for scripting, so the process of recoding will be faster.
it's up to you to decide. in the long run you'll get a complete product (hopefuly with no bugs), more supporters, higher reputation. then you can keep up with season 3, or you can even do a remake of the follower (as vn, or just with new script, improved ui, etc...). it's up to you. with complete trilogy (seasons 1-3) you may get lucky to sell it on steam.
i guess i'll now get a salvo of critics from your fans, but i hope to survive.
just my 2 cents.