Gegecucu

Member
Nov 18, 2017
218
446
Is the Pride and President quest bugged ? I need to give a big donation to maxine, but when i talked to her i have no options to choose and i automatically give her 20 credits. Stuck here now
Do you have enough money? To trigger the next part of the quest, you need to give her a total of 120 credits.
 

MRMIdAS2k

Member
Mar 21, 2018
434
319
BUG REPORT!

EDIT: Right Clicking in-game brings up the load screen, ideally, it should bring up the save screen, or at least have an option to choose which one you prefer.

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

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

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

Full traceback:
  File "monday.rpyc", line 4305, in script call
  File "events.rpyc", line 3833, in script
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1090, in py_eval
    code = py_compile(code, 'eval')
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1027, in py_compile
    raise e
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 979, in py_compile
    raise orig_e
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 972, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/events.rpy, line 3833)

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Headmaster 0.14.1beta
Mon May  8 04:14:40 2023
 
Last edited:
  • Like
Reactions: Gegecucu

Gegecucu

Member
Nov 18, 2017
218
446
BUG REPORT!

EDIT: Right Clicking in-game brings up the load screen, ideally, it should bring up the save screen, or at least have an option to choose which one you prefer.

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

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

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

Full traceback:
  File "monday.rpyc", line 4305, in script call
  File "events.rpyc", line 3833, in script
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1090, in py_eval
    code = py_compile(code, 'eval')
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 1027, in py_compile
    raise e
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 979, in py_compile
    raise orig_e
  File "D:\MIdAS\TheHeadmaster-0 14 1beta-pc\TheHeadmaster-0.14.1beta-pc\renpy\python.py", line 972, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (game/events.rpy, line 3833)

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
The Headmaster 0.14.1beta
Mon May  8 04:14:40 2023
Already reported and fixed for next release.
 

CuteLilNori

Newbie
Sep 10, 2022
68
85
You don't have permission to view the spoiler content. Log in or register now.
I'm not sure if this is just the sound effect or it's real (hopefully it's not) but there's the moment that revealed Maxine's real-voice near the end of her storyline there

Note: Could've posted the vid there but it seems there's no option to post the vid here
 

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
13,724
32,161
Note: Could've posted the vid there but it seems there's no option to post the vid here
Depending on the size, you can either just drag and drop it into the window, or use a link, by clicking the three dots, and hitting Media.
 

bagmenot

Newbie
Jul 7, 2018
40
23
With version 1.14.1Beta I had this bug, while searching Alice in school corridors in the afternoon with Rachel by my side.

You don't have permission to view the spoiler content. Log in or register now.

The errors comes from line:
Code:
if rachel_sex == False or replay = True:{/code]
Which should be:
[code]if rachel_sex == False or replay == True:{/code]
 
Last edited:

Gegecucu

Member
Nov 18, 2017
218
446
With version 1.14.1Beta I had this bug, while searching Alice in school corridors in the afternoon with Rachel by my side.

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

While running game code:
SyntaxError: invalid syntax (student_conversations.rpy, line 2299)

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

Full traceback:
  File "student_conversations.rpyc", line 2299, in script
  File "/home/rapsys/Documents/Games/TheHeadmaster-0.14.1/renpy/ast.py", line 2115, in execute
    if renpy.python.py_eval(condition):
  File "/home/rapsys/Documents/Games/TheHeadmaster-0.14.1/renpy/python.py", line 1090, in py_eval
    code = py_compile(code, 'eval')
  File "/home/rapsys/Documents/Games/TheHeadmaster-0.14.1/renpy/python.py", line 1027, in py_compile
    raise e
  File "/home/rapsys/Documents/Games/TheHeadmaster-0.14.1/renpy/python.py", line 979, in py_compile
    raise orig_e
  File "/home/rapsys/Documents/Games/TheHeadmaster-0.14.1/renpy/python.py", line 972, in py_compile
    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)
SyntaxError: invalid syntax (student_conversations.rpy, line 2299)

Linux-6.1.23-desktop-1.mga8-x86_64-with-glibc2.32 x86_64
Ren'Py 8.0.3.22090809
The Headmaster 0.14.1beta
Mon May  8 07:51:31 2023
Known and already corrected for next release
 
  • Like
Reactions: TheDevian

bagmenot

Newbie
Jul 7, 2018
40
23
Second trace happened when I got to spy behind the building, on Rachel case.

You don't have permission to view the spoiler content. Log in or register now.

I tried to replace return with return None, but I am no python/renpy expert so I don't know what's wrong here...
 

bagmenot

Newbie
Jul 7, 2018
40
23
On friday meeting

You don't have permission to view the spoiler content. Log in or register now.

Seems there is a conflict of variable, the content of sc at the time was:
['punish_reason','claire,"Being a Slut",size=30,xbump=60,ybump=60)']

Where I thing it was expected to be the crazy asiatic teacher name.

ps : damn with these automatic backups that drop your comments :'(
 

bagmenot

Newbie
Jul 7, 2018
40
23
There is as well a bug in student_conversations.rpy:1676
Code:
    if rachel_lucy_spoke = False:
Instead of correct test and not affectation:
Code:
    if rachel_lucy_spoke == False:
 

Cutie Nori

New Member
Dec 7, 2022
4
5
Depending on the size, you can either just drag and drop it into the window, or use a link, by clicking the three dots, and hitting Media.
Alright, so this is CuteLilNori and I'm using my PC with this acc to drag the vid in to post it here! For a reason, I made my first acc on my phone and accidently another one here on PC so now I got two accs here btw :ROFLMAO:

You don't have permission to view the spoiler content. Log in or register now.
 
  • Haha
Reactions: TheDevian
Jun 13, 2022
154
206
when is the COMPRESSED comimg for
The Headmaster [v0.14.1 Beta
Go back some pages, the links you are looking for had been already postet on Saturday 6th:


The Headmaster [v0.14.1 Beta] [Altos and Herdone]

Unofficial COMPRESSION RELEASE
COMPRESS
COMPRESSED

SIZE:-1.6GB

JOIN ME:-






DOWNLOAD LINK:-

Mega


1,6 GB has some reduced graphic resolution and quality works well



And:




The Headmaster [v0.14.1 Beta] [Altos and Herdone] crunched

Original / Compressed Size PC*: 6,12 GB / 2,44 GB - TheHeadmaster-0.14.1beta-pc-crunched.zip
Original / Compressed Size Mac: 6,11 GB / 2,42 GB - TheHeadmaster-0.14.1beta-mac-crunched.zip
= ~39,8% of the original size, image/video quality 80%(png90+%)/60%

Download (PC*/Mac): Gofile - Pixeldrain - Workupload

(y) My compressious likeses! (y) Give them to us you filthy little pervertses! :p

This compression is unofficial and untested, use it at your own risk.
The compressing process reduces the quality and can break the game.

*PC = Win+Linux
 
Last edited:

majorcraziee

New Member
Oct 16, 2018
14
4
Thank u 4 the update
few bugs in Ana & Maxine's punishment in the following Friday staff meeting ignoring them will skip the bug screen
 

bagmenot

Newbie
Jul 7, 2018
40
23
Few bugs in Ana & Maxine's punishment in the following Friday staff meeting ignoring them will skip the bug screen
Saying there is bugs without providing the traces is as useless as saying there is a problem without saying which one...

I reported the problem about sc beeing something else that the asian teacher name, if you have something else report the content of traceback.txt
 
  • Like
Reactions: Gato21 and Gegecucu

paulphoenix

Member
Jun 2, 2018
107
28
Before pinging Altos, please search a bit in the thread for solutions.
This is a known bug of the beta and it will be fixed for the public release.
For now, as I mentioned in an earlier post, do this as workaround:

  1. Rollback
  2. Open console (shift + o)
  3. Write rule_page = 1
  4. Press enter
what you said do not help at all, let me explain more

it happens only with rachel

there is no roll back possible when i click on position controls (over the knee +1 humiliation) the games closes itself, with no grey debug screen or whatever. the game just closes itself, so i think you do not understand i cannot click on rollback as it does not apper at all

when you click on this it closes the game like it was closed normaly (there is no grey renpy error appering on screen)

so how do you want me to click on roll back button ?

juste because i cannot click on that button (in red below) i cannot pass level 1 with rachel, because it is the only way to get pleasure points)

if i click on that button below it simply closes the game, so i cannot pass it .

so have you a real good answer to this issue ? the developper menu here is useless.


1683548310188.png
 
Last edited:
4.50 star(s) 251 Votes