12avril222

New Member
Feb 21, 2022
8
1
i'm stuck in crista mini-games and this error popped up, even after ignoring it it dont seem to work :/

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

While running game code:
File "game/scenario/loop.rpy", line 195, in script call
File "game/scenario/loop.rpy", line 43, in script call
File "game/scenario/loop.rpy", line 17, in script call
File "game/scenario/chapter1/women_hostel.rpy", line 3966, in script call
dynamic tshirt = 2
File "game/modules/minigame/sample/main.rpym", line 49, in script
File "<unknown>", line 2

IndentationError: unexpected indent
IndentationError: unexpected indent (<unknown>, line 2)

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

Traceback (most recent call last):
File "game/scenario/loop.rpy", line 195, in script call
File "game/scenario/loop.rpy", line 43, in script call
File "game/scenario/loop.rpy", line 17, in script call
File "game/scenario/chapter1/women_hostel.rpy", line 3966, in script call
dynamic tshirt = 2
File "game/modules/minigame/sample/main.rpym", line 49, in script
File "renpy/ast.py", line 1692, in execute
File "renpy/parameter.py", line 496, in evaluate
File "renpy/python.py", line 1309, in py_eval
File "renpy/python.py", line 1154, in py_compile
File "lib/python3.12/ast.py", line 66, in literal_eval
File "lib/python3.12/ast.py", line 52, in parse
File "<unknown>", line 2

IndentationError: unexpected indent
IndentationError: unexpected indent (<unknown>, line 2)

Windows-11-10.0.26100-SP0 AMD64
Ren'Py 8.4.0.25051319+nightly
Attack on Survey Corps 0.24.0
Mon May 19 09:53:40 2025
```
Me too :(
 

isaussage

Newbie
Aug 28, 2022
56
97
Finally found something.

In librenpython.dll, two export entries that are not present in the old librenpython:

- PyInit_td_loader (Address: 0x00000001806B35F0)
- PyInit_td_script (Address: 0x00000001806CD3B0)

I also Found a class TDArchiveHandler, which speaks for itself
There's some variables i managed to decompile inside of this class:
- aInitLoader = "init loader"
- aTdLoaderPyx = "td/loader.pyx"

Possible decryption key found in variable named "a0x4146682d594a" (that's the name not address)
> 0x4146682d594a35584b612d433256644336427732544e505f3562626d456f773

Also 'TDArchiveHandler' is a custom class made by the devs so there is no way to find info online
 
  • Like
Reactions: devonY7
4.00 star(s) 42 Votes