SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
18,339
150,008
Mech Academy [v0.4.9.1] [Space Samurai Games]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 

Tyrranus

Well-Known Member
May 4, 2017
1,081
1,105
I have saves from 0.4.0 but the game keeps 'seeing' the 0.4.5 ones how do I force it to see the other ones? I have the older ones sitting in the \game\saves\ directory
 

Ogz

Newbie
Jun 27, 2017
28
18
There is following error after that scene.

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

While running game code:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
ScriptError: could not find label 'cap_04_sc_10'.

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

Full traceback:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
  File "----\MechAcademy-0.4.9.1\renpy\ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "----\MechAcademy-0.4.9.1\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cap_04_sc_10'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9.1
Fri Feb  9 01:00:09 2024

screenshot0001.png
 
Jan 2, 2021
48
25
There is following error after that scene.

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

While running game code:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
ScriptError: could not find label 'cap_04_sc_10'.

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

Full traceback:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
  File "----\MechAcademy-0.4.9.1\renpy\ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "----\MechAcademy-0.4.9.1\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cap_04_sc_10'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9.1
Fri Feb  9 01:00:09 2024

View attachment 3338192
Same here... unfortunately it's not the only time this happens in this game.
 

robin312

Member
Jul 6, 2023
331
774
I made a clead start with a new version:

- Multiple exceptions during conversation with Sari in the bar
- Similar exceptions during hang out with Elara
- Elara and Drana initial Sympathy level is too high (like mostly filled from the start of the game)

Markdown (GitHub flavored):
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in script
    $ cap_03_sc_07_sari_sex += 1
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in <module>
    $ cap_03_sc_07_sari_sex += 1
TypeError: can only concatenate str (not "int") to str

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

Full traceback:
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in script
    $ cap_03_sc_07_sari_sex += 1
  File "/private/var/folders/n8/2ns023w952b4mqk1y8bdvlhh0000gn/T/AppTranslocation/91B1134D-19A4-4B8F-8441-E0C19BA8C834/d/MechAcademy.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/n8/2ns023w952b4mqk1y8bdvlhh0000gn/T/AppTranslocation/91B1134D-19A4-4B8F-8441-E0C19BA8C834/d/MechAcademy.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in <module>
    $ cap_03_sc_07_sari_sex += 1
TypeError: can only concatenate str (not "int") to str

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9
Fri Feb  9 01:25:17 2024
Seems like an easy fix. Just need to update type from string to int

Python:
>>> s = '2'
>>> s += 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can only concatenate str (not "int") to str
 
Last edited:

grumble314

Member
Nov 23, 2021
102
46
Also getting the following error after the bar scene
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
ScriptError: could not find label 'cap_04_sc_10'.

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

Full traceback:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
  File "I:\AVN\MechAcademy-0.4.9.1-pc\renpy\ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "I:\AVN\MechAcademy-0.4.9.1-pc\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cap_04_sc_10'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9.1
Thu Feb  8 17:25:56 2024
 
  • Like
Reactions: underwatersparkle

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,129
4,327
There is following error after that scene.

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

While running game code:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
ScriptError: could not find label 'cap_04_sc_10'.

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

Full traceback:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
  File "----\MechAcademy-0.4.9.1\renpy\ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "----\MechAcademy-0.4.9.1\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cap_04_sc_10'.

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9.1
Fri Feb  9 01:00:09 2024

View attachment 3338192
I made a clead start with a new version:

- Multiple exceptions during conversation with Sari in the bar
- Similar exceptions during hang out with Elara
- Elara and Drana initial Sympathy level is too high (like mostly filled from the start of the game)

Markdown (GitHub flavored):
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in script
    $ cap_03_sc_07_sari_sex += 1
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in <module>
    $ cap_03_sc_07_sari_sex += 1
TypeError: can only concatenate str (not "int") to str

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

Full traceback:
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in script
    $ cap_03_sc_07_sari_sex += 1
  File "/private/var/folders/n8/2ns023w952b4mqk1y8bdvlhh0000gn/T/AppTranslocation/91B1134D-19A4-4B8F-8441-E0C19BA8C834/d/MechAcademy.app/Contents/Resources/autorun/renpy/ast.py", line 1131, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "/private/var/folders/n8/2ns023w952b4mqk1y8bdvlhh0000gn/T/AppTranslocation/91B1134D-19A4-4B8F-8441-E0C19BA8C834/d/MechAcademy.app/Contents/Resources/autorun/renpy/python.py", line 1061, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script/cap_03/cap_03_sc_07.rpy", line 119, in <module>
    $ cap_03_sc_07_sari_sex += 1
TypeError: can only concatenate str (not "int") to str

macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9
Fri Feb  9 01:25:17 2024
Seems like an easy fix. Just need to update type from string to int

Python:
>>> s = '2'
>>> s += 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can only concatenate str (not "int") to str
Also getting the following error after the bar scene
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
ScriptError: could not find label 'cap_04_sc_10'.

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

Full traceback:
  File "game/script/cap_04/cap_04_sc_09.rpy", line 699, in script
    jump cap_04_sc_10
  File "I:\AVN\MechAcademy-0.4.9.1-pc\renpy\ast.py", line 1974, in execute
    rv = renpy.game.script.lookup(target)
  File "I:\AVN\MechAcademy-0.4.9.1-pc\renpy\script.py", line 927, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'cap_04_sc_10'.

Windows-10-10.0.22631 AMD64
Ren'Py 8.0.3.22090809
Mech Academy 0.4.9.1
Thu Feb  8 17:25:56 2024
SpaceSamuraiGames
 

ViperGts151

You don’t like me? Fine. Don’t waste my time then.
Donor
Jan 15, 2018
1,129
4,327
I have messaged the dev on patreon about the error after the bar scene letting them know.
 

sgenter

Newbie
Dec 8, 2021
99
75
Hello Dev, all of my saves(6) from ver 04.5 are now receiving errors due to script changes.

Here is one of them:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 278, in script
python:
File "renpy/common/00start.rpy", line 278, in script
python:
File "renpy/common/00start.rpy", line 280, in <module>
renpy.call_in_new_context(_restart[2])
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\bootstrap.py", line 277, in bootstrap
renpy.main.main()
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\main.py", line 660, in main
run(restart)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\main.py", line 146, in run
renpy.execution.run_context(True)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\execution.py", line 938, in run_context
context.run()
File "renpy/common/00start.rpy", line 278, in script
python:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "renpy/common/00start.rpy", line 278, in script
python:
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 280, in <module>
renpy.call_in_new_context(_restart[2])
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\game.py", line 346, in call_in_new_context
return renpy.execution.run_context(False)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\execution.py", line 938, in run_context
context.run()
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 441, in raise_
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\core.py", line 4258, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1399, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\behavior.py", line 1073, in event
return handle_click(self.clicked)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\behavior.py", line 1008, in handle_click
rv = run(action)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 463, in __call__
renpy.load(fn)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\loadsave.py", line 769, in load
log.unfreeze(roots, label="_after_load")
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\rollback.py", line 1078, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\rollback.py", line 889, in rollback
self.load_failed()
File "F:\AVN\MechAcademy-0.4.9.1-pc\renpy\rollback.py", line 807, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?
 

AnyName'llDo

Active Member
Feb 12, 2018
512
562
This error occurs when meeting with Hoffman and Sari. Occurred with a save, so I restarted from the beginning and played back through. Still got the error at this scene. I am able to ignore it, and move past. Not sure how that might impact things later on, though.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/tl/ENG/script/cap_04/cap_04_sc_05.rpy", line 601, in script
Elara "Does it mean you understand why Lieutenant Knight has a 99.9% connection with the Mecha?"
TypeError: %c requires int or char

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

Full traceback:
File "game/tl/ENG/script/cap_04/cap_04_sc_05.rpy", line 601, in script
Elara "Does it mean you understand why Lieutenant Knight has a 99.9% connection with the Mecha?"
File "D:\N\MechAcademy-0.4.9-pc\renpy\ast.py", line 921, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "D:\N\MechAcademy-0.4.9-pc\renpy\exports.py", line 1362, in say
what = what % tag_quoting_dict
TypeError: %c requires int or char
 

SerHawkes

Engaged Member
Oct 29, 2017
3,048
14,130
Seems as both the saves and such are well... botched. Cause I'm at shacking up with our soft sided girl who loves art and I can't click anything to progress.
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,860
4,848
MechAcademy-0.4.9.1
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

WuzzyFuzzy

Well-Known Member
Jan 23, 2020
1,404
2,849
The error we are getting in regard to label cap_04_sc_10: is because it was left out of the 4.9.1 update. In the 4.9 release the cap_04_sc_10.rpy file is there, but it only has the header line and no code. So someone didn't package one or more scenes from chapter 4. There will be no fixing it until another upload occurs with the missing scene(s) added.

Likewise the image files from anything beyond sc_09 are missing. Someone didn't upload the full release. :)

EDIT: lol....the image files for sc_10 are included in the 4.9 release, but not the 4.9.1 upload.
 
  • Like
Reactions: Grumpy Old Aussie

Xythurr

Active Member
Oct 29, 2017
721
1,421
Good game but if anyone could tell me how to be rid of the annoying text box I would be quite thankful.
My normal methods aren't working for this game.

Edit: I got rid of it after all.
 
3.90 star(s) 54 Votes