AI Porn is here, Create and Fap TRY FREE
x

mkdumb

New Member
Jan 3, 2019
12
2
109
first time playing this with nothing added like a mod or anything
i'm at the start of episode 3 with Olive after the broken PC and clicked "kiss her"
after some dialogues i get this

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

While running game code:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

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

Full traceback:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\ast.py", line 1671, in execute
    trans = renpy.python.py_eval(self.expr)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.1.23060707
Law School Episode 3_EA 
Thu Jun 19 21:55:09 2025
 

John972

Well-Known Member
Apr 24, 2018
1,358
4,157
517
Interesting finale to Epi 3...

So... MC's foster parents called Jordon Peters for help and Peters made time in his usually very busy schedule to accommodate them. Interesting! What is the connection between them and why is it obviously deep enough for Peters to take time out to help? Makes me wonder (a) who the MC's father is, (b) if the MC's foster parents were specifically chosen to raise the MC, and (c) does Mike Peters have a half-brother he's unaware of :p

Is Skocklinburg running some grand nature versus nurture social experiment using unwitting half-brothers? /s :p;)
 

John972

Well-Known Member
Apr 24, 2018
1,358
4,157
517
first time playing this with nothing added like a mod or anything
i'm at the start of episode 3 with Olive after the broken PC and clicked "kiss her"
after some dialogues i get this

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

While running game code:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

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

Full traceback:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\ast.py", line 1671, in execute
    trans = renpy.python.py_eval(self.expr)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.1.23060707
Law School Episode 3_EA
Thu Jun 19 21:55:09 2025
I got the same error, but only once. I think it must involve a specific set of game variables. The error only happened to me on the neutral path.
 

jonquilnatrix

Member
Feb 27, 2024
290
1,578
280
I got the same error, but only once. I think it must involve a specific set of game variables. The error only happened to me on the neutral path.
That's because the code looks like this
Code:
Olive "Huh ... For l-l ..."
scene c1_e3_d1_photos_
with dissolve87
MC "Ahahah! Well, you're welcome for the workout, Olive!"
when it should be
Code:
Olive "Huh ... For l-l ..."
scene c1_e3_d1_photos_87
with dissolve
MC "Ahahah! Well, you're welcome for the workout, Olive!"
It was seemingly a copy paste or cursor jump that knocked the image number onto the dissolve instead of where it was supposed to be.

The .RPY script files are not compressed for this game, so to fix it you can just open "script_ep3.rpy" in notepad, do a search for "dissolve87" and make the change I just indicated. Then just hit save and everything will work as soon as you launch the game again.
 
Last edited:

cooldevo

Active Member
Jan 30, 2021
896
1,072
237
first time playing this with nothing added like a mod or anything
i'm at the start of episode 3 with Olive after the broken PC and clicked "kiss her"
after some dialogues i get this

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

While running game code:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

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

Full traceback:
  File "game/script_ep3.rpy", line 1685, in script
    with dissolve87
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\ast.py", line 1671, in execute
    trans = renpy.python.py_eval(self.expr)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1153, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\xgame\LawSchool_ep3_EA-pc_patch1\LawSchool_ep3_EA-pc\renpy\python.py", line 1146, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script_ep3.rpy", line 1685, in <module>
    with dissolve87
NameError: name 'dissolve87' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.1.1.23060707
Law School Episode 3_EA
Thu Jun 19 21:55:09 2025
I got the same error, but only once. I think it must involve a specific set of game variables. The error only happened to me on the neutral path.

It looks to be a typo for a dissolve command. It happens during the conversation with Olive when you can kiss her. If you choose to Kiss Her, then that dissolve command causes the error right after she says "Huh ... For l-l ...".

To fix it:
  1. Exit the game (if it's running)
  2. From the folder where you launch the game, go into the 'game' subfolder.
  3. Edit "script_ep3.rpy"
  4. Go to lines 1684 and 1685 and (or do a find for 'dissolve87', should on be one match), and change both lines to match
  5. Code:
    scene c1_e3_d1_photos_87
    with dissolve
  6. Save and exit.
  7. If you have not yet played any save into Episode 3:
    1. Delete the "script_ep3.rpyc" file (don't worry it's safe). NOTE: Make sure it's the .rpyc file and not the .rpy file.
    2. Restart the game, RenPy will recompile the "script_ep3.rpy" file and the "script_ep3.rpyc" file will be recreated
  8. If you have played any part of Episode 3 on a save:
    1. Restart the game without touching the RPYC file.
    2. If it loads and the error is gone, all good. Keep on keeping on.
      1. Deleting an RPYC file *may* break save loading on any save prior to the RPYC being deleted with a "could not find where to stop rollinb back" error.
If 'dissolve87' should be a valid command, I can't find it anywhere in the code. I suspect it'll be patched at some point by the dev.
 
Last edited:

cooldevo

Active Member
Jan 30, 2021
896
1,072
237
gentlemen, anyone got answers for 3rd test? (mini-game)
You mean this one?

Minigame (Mini-game) test questions

Edit: I'll add the remaining test answers for posterity, or for those of us that are not American. There are some similarities with other countries, but some have significant differences.

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

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

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

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

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

Phantom.7

New Member
Sep 16, 2023
8
5
64
Edit: Links removed until mod update

I've made a Walkthrough/gallery unlocker for this game

Features:
  • Added colored hints to dialogue options
  • Colored/added hints to phone messages that give images/points
  • Added a "Unlock all" button to scene and image galleries
You don't have permission to view the spoiler content. Log in or register now.

Download: MEGA PIXELDRAIN FILESADMIN
why is the mod locked ?
 

Shinzo78

New Member
Apr 22, 2025
7
5
28
I am really enjoying this game, so much so that I subbed to the creator's Patreon because I think his work is worth it. I wish it was a harem game but still, this dev is doing a great job with the renders and the story.
 
4.50 star(s) 133 Votes