Bendik1301

New Member
Dec 19, 2019
4
0
Get this error message when trying to reply to the email about amy's magazine pictures. 1665609194273.png

I'm running windows 10 so don't know why it says windows 8. Have looked through the game folder and can't find a computer folder, and can't find a monday file anywhere either.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/computer/emails.rpy", line 165, in <module>
NameError: name 'mag_cost' is not defined

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

Full traceback:
  File "monday.rpyc", line 3606, in script call
  File "computer/emails.rpyc", line 48, in script call
  File "computer/emails.rpyc", line 165, in script
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/computer/emails.rpy", line 165, in <module>
NameError: name 'mag_cost' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.2public
Wed Oct 12 22:58:38 2022
 

Nelix171

Active Member
Apr 10, 2020
630
398
Get this error message when trying to reply to the email about amy's magazine pictures. View attachment 2097711

I'm running windows 10 so don't know why it says windows 8. Have looked through the game folder and can't find a computer folder, and can't find a monday file anywhere either.

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/computer/emails.rpy", line 165, in <module>
NameError: name 'mag_cost' is not defined

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

Full traceback:
  File "monday.rpyc", line 3606, in script call
  File "computer/emails.rpyc", line 48, in script call
  File "computer/emails.rpyc", line 165, in script
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\MC\MC\TH\TheHeadmaster-0.13.2public-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/computer/emails.rpy", line 165, in <module>
NameError: name 'mag_cost' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.2public
Wed Oct 12 22:58:38 2022
did you download the full version and install as clean copy or overwrite the old files?

As for windows 8, the windows 10 architecture is still windows 8 format
 
  • Wow
Reactions: D Dave

raven54

Newbie
Sep 12, 2022
40
102
Get this error message when trying to reply to the email about amy's magazine pictures.
Since mag_cost is missing, it sounds like your game for whatever reason doesn't have a price for the magazine. This puzzles me because if it doesn't crash until you reply, what does the email say about the price? It should say it cost 1000 credits in the mail itself.

Did you save while the email is open?
Like is it possible that the price is set when you open the email, then you save and if you load, the price is gone because it has not been saved.

In order to get your game going, you should at least in theory be able to tell the game the price. Just open the console (shift+O I think) and write
mag_cost = 1000
and hit enter. While that might fix the problem, it doesn't explain how it could break in the first place and if you encounter it, others might too.

I will say that the email worked fine for me this week using the same headmaster release version so it's not a crash for everybody. Your situation is abnormal for some reason.
 

Bendik1301

New Member
Dec 19, 2019
4
0
Since mag_cost is missing, it sounds like your game for whatever reason doesn't have a price for the magazine. This puzzles me because if it doesn't crash until you reply, what does the email say about the price? It should say it cost 1000 credits in the mail itself.

Did you save while the email is open?
Like is it possible that the price is set when you open the email, then you save and if you load, the price is gone because it has not been saved.

In order to get your game going, you should at least in theory be able to tell the game the price. Just open the console (shift+O I think) and write and hit enter. While that might fix the problem, it doesn't explain how it could break in the first place and if you encounter it, others might too.

I will say that the email worked fine for me this week using the same headmaster release version so it's not a crash for everybody. Your situation is abnormal for some reason.
Thanks for reply.

Thought about that and "unpacked" the game files, but when i looked through them the price was listed correctly.
 

Bendik1301

New Member
Dec 19, 2019
4
0
Since mag_cost is missing, it sounds like your game for whatever reason doesn't have a price for the magazine. This puzzles me because if it doesn't crash until you reply, what does the email say about the price? It should say it cost 1000 credits in the mail itself.

Did you save while the email is open?
Like is it possible that the price is set when you open the email, then you save and if you load, the price is gone because it has not been saved.

In order to get your game going, you should at least in theory be able to tell the game the price. Just open the console (shift+O I think) and write and hit enter. While that might fix the problem, it doesn't explain how it could break in the first place and if you encounter it, others might too.

I will say that the email worked fine for me this week using the same headmaster release version so it's not a crash for everybody. Your situation is abnormal for some reason.
Thank you so much for the help. Using the console worked.
 

TitaniaR

New Member
Sep 30, 2022
2
5
Hey is there any solution to Rachel's quest being bugged? Witht the lap straddling punishment I can get it so that that punishment is the LAST AP point and will complete the mission but guy just will not initiate. Whats the work around?

Edit: she's at Level 6 and yes I'm in charge of the punishments I get the graphic but he keeps saying to build more pain and pleasure first.
SOLVED!!

press shift + o
Type:
liz_horny_point = True
rachel_straddle = True
 
  • Like
Reactions: Throwaway1234321

MRMIdAS2k

Member
Mar 21, 2018
431
319
BUG REPORT!


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (game/events.rpy, line 6181)

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

Full traceback:
  File "monday.rpyc", line 1144, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 1056, in script call
  File "dse-event_dispatcher.rpyc", line 297, in script call
  File "events.rpyc", line 6181, in script
  File "D:\MIdAS\TheHeadmaster-0 13 2-pc\TheHeadmaster-0.13.2-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "D:\MIdAS\TheHeadmaster-0 13 2-pc\TheHeadmaster-0.13.2-pc\renpy\python.py", line 2057, in py_eval
    code = py_compile(code, 'eval')
  File "D:\MIdAS\TheHeadmaster-0 13 2-pc\TheHeadmaster-0.13.2-pc\renpy\python.py", line 692, in py_compile
    raise e
SyntaxError: invalid syntax (game/events.rpy, line 6181)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.2
Thu Oct 13 23:40:17 2022
 
Dec 13, 2019
126
96
OK. I've got a question. I'm currently at Rachel's dildo training.
And I have the problem that I can't get any further.
Whenever she is naked, I always lack 2 points with her to be able to make her happy with the 2nd dildo.
What am I doing wrong?
That means I'm running out of AP.
 

Gegecucu

Member
Nov 18, 2017
218
446
OK. I've got a question. I'm currently at Rachel's dildo training.
And I have the problem that I can't get any further.
Whenever she is naked, I always lack 2 points with her to be able to make her happy with the 2nd dildo.
What am I doing wrong?
That means I'm running out of AP.
You don't need to max out everything to be able to use the dildo. Try to max the discipline with a bit a pleasure and humiliation.
Follow the walkthrough if you still have some issues.
 
Dec 13, 2019
126
96
You don't need to max out everything to be able to use the dildo. Try to max the discipline with a bit a pleasure and humiliation.
Follow the walkthrough if you still have some issues.
Thanks for the tip. But I remembered a glitch that hasn't been fixed yet. With that I was able to fill all 3 bars. That worked.
 

Zemmf

Newbie
Feb 4, 2019
15
3
ERROR REPORT game version 0.13.0Beta while talking to miss chang about the firewall and Ada phone :

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/vnine.rpy", line 5331, in <module>
AttributeError: 'ADVCharacter' object has no attribute 'notes1'

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

Full traceback:
  File "monday.rpyc", line 3661, in script call
  File "monday.rpyc", line 1987, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 1690, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 4119, in script call
  File "staff_conversations.rpyc", line 1670, in script call
  File "vnine.rpyc", line 5331, in script
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/vnine.rpy", line 5331, in <module>
AttributeError: 'ADVCharacter' object has no attribute 'notes1'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.0Beta
Sun Oct 16 21:02:59 2022
 

ramiurga

Member
Feb 9, 2020
149
281
ERROR REPORT game version 0.13.0Beta while talking to miss chang about the firewall and Ada phone :

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/vnine.rpy", line 5331, in <module>
AttributeError: 'ADVCharacter' object has no attribute 'notes1'

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

Full traceback:
  File "monday.rpyc", line 3661, in script call
  File "monday.rpyc", line 1987, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 1690, in script call
  File "monday.rpyc", line 5031, in script call
  File "monday.rpyc", line 2878, in script call
  File "monday.rpyc", line 4119, in script call
  File "staff_conversations.rpyc", line 1670, in script call
  File "vnine.rpyc", line 5331, in script
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "S:\Jeux\autre\TheHeadmaster-0.13.0Beta-pc\TheHeadmaster-0.13.0Beta-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/vnine.rpy", line 5331, in <module>
AttributeError: 'ADVCharacter' object has no attribute 'notes1'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.0Beta
Sun Oct 16 21:02:59 2022
Why not play the public 13.2 instead of a beta version?
 

DarkRaven48

New Member
Oct 18, 2022
2
0
Bug report

```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'images/water fight_start.jpg'>:
Exception: Could not load image 'images/water fight_start.jpg': error('JPEG loading error',)

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

Full traceback:
File "monday.rpyc", line 1143, in script call
File "monday.rpyc", line 2878, in script call
File "monday.rpyc", line 359, in script call
File "monday.rpyc", line 1987, in script call
File "monday.rpyc", line 3661, in script call
File "monday.rpyc", line 4603, in script call
File "dse-event_dispatcher.rpyc", line 297, in script call
File "vfive.rpyc", line 830, in script
File "renpy/ast.py", line 1389, in execute
File "renpy/exports.py", line 1601, in with_statement
File "renpy/display/core.py", line 2251, in do_with
File "renpy/display/core.py", line 2702, in interact
File "renpy/display/core.py", line 3194, in interact_core
File "renpy/display/core.py", line 2094, in draw_screen
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/transition.py", line 361, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/layout.py", line 722, in render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/image.py", line 500, in render
File "renpy/display/image.py", line 306, in wrap_render
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
File "renpy/display/im.py", line 583, in render
File "renpy/display/im.py", line 266, in get
File "renpy/display/im.py", line 628, in load
File "renpy/display/pgrender.py", line 162, in load_image
Exception: Could not load image 'images/water fight_start.jpg': error('JPEG loading error',)

```
 

Zemmf

Newbie
Feb 4, 2019
15
3
Bug report, saturday afternoon trying to get to the lake for the missing bikini :

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/vseven.rpy", line 5, in <module>
  File "game/monday_screens.rpy", line 8259, in execute
  File "game/monday_screens.rpy", line 8259, in execute
  File "game/monday_screens.rpy", line 8262, in execute
  File "game/monday_screens.rpy", line 8263, in execute
  File "game/monday_screens.rpy", line 8281, in execute
NameError: name 'have_bikini' is not defined

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

Full traceback:
  File "monday.rpyc", line 3662, in script call
  File "monday.rpyc", line 1988, in script call
  File "monday.rpyc", line 2879, in script call
  File "monday.rpyc", line 1691, in script call
  File "monday.rpyc", line 5032, in script call
  File "monday.rpyc", line 2879, in script call
  File "monday.rpyc", line 1144, in script call
  File "monday.rpyc", line 1619, in script call
  File "monday.rpyc", line 1988, in script call
  File "monday.rpyc", line 1144, in script call
  File "monday.rpyc", line 1144, in script call
  File "monday.rpyc", line 1988, in script call
  File "replay.rpyc", line 10, in script call
  File "monday.rpyc", line 359, in script call
  File "monday.rpyc", line 1144, in script call
  File "monday.rpyc", line 1988, in script call
  File "monday.rpyc", line 4551, in script call
  File "vseven.rpyc", line 5, in script
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/vseven.rpy", line 5, in <module>
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\exports.py", line 1480, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "S:\Jeux\autre\TheHeadmaster-0.13.2-pc\TheHeadmaster-0.13.2-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/monday_screens.rpy", line 8259, in execute
  File "game/monday_screens.rpy", line 8259, in execute
  File "game/monday_screens.rpy", line 8262, in execute
  File "game/monday_screens.rpy", line 8263, in execute
  File "game/monday_screens.rpy", line 8281, in execute
  File "<screen language>", line 8281, in <module>
NameError: name 'have_bikini' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
The Headmaster 0.13.2
Wed Oct 19 09:33:24 2022
 
4.50 star(s) 251 Votes