3.00 star(s) 6 Votes

Milvidi

Member
Game Developer
Feb 26, 2018
200
498
Can you pursue a relationship with Himiko Toga though
Yes you can, but not at the moment.

Sigh...since I still have the developer tag, I had hoped that the release didn't get leaked until I myself post it. I've never missed a public release, but I guess the mods can't wait.

Anyway, most of the error right now is because I compiled the game using renpy 8 instead of 7 withour realizing it.

It will get fixed in a few hours.
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
9,200
5,031
REHeroAcademia-0.27
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.​
 

pussymuncher69

New Member
Jan 13, 2019
2
7
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 6, in script call
    call intro from _call_intro
  File "game/locations/bedroom.rpy", line 201, in script
    call screen mainUI
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/screens/mainUI.rpy", line 1, in execute
    screen mainUI():
  File "game/screens/mainUI.rpy", line 1, in execute
    screen mainUI():
  File "game/screens/mainUI.rpy", line 12, in execute
    if mc_inv.qty(qRayGoggles) > 0:
  File "game/screens/mainUI.rpy", line 12, in <module>
    if mc_inv.qty(qRayGoggles) > 0:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

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

Full traceback:
  File "game/script.rpy", line 6, in script call
    call intro from _call_intro
  File "game/locations/bedroom.rpy", line 201, in script
    call screen mainUI
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\ast.py", line 2259, in execute
    self.call("execute")
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\ast.py", line 2241, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\statements.py", line 342, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\exports.py", line 3347, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 3587, 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 "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 4060, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 684, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\core.py", line 4060, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "C:\Users\Comma\AppData\Local\Temp\BNZ.64fd011c776c0c5\RE_Hero_Academia-0.27-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens/mainUI.rpy", line 1, in execute
    screen mainUI():
  File "game/screens/mainUI.rpy", line 1, in execute
    screen mainUI():
  File "game/screens/mainUI.rpy", line 12, in execute
    if mc_inv.qty(qRayGoggles) > 0:
  File "game/screens/mainUI.rpy", line 12, in <module>
    if mc_inv.qty(qRayGoggles) > 0:
TypeError: '>' not supported between instances of 'NoneType' and 'int'

Windows-10-10.0.22000 AMD64
Ren'Py 8.1.2.23090503
RE: Hero Academia 0.27
Sat Sep  9 17:35:19 2023
If you can then change

if mc_inv.qty(qRayGoggles) > 0:

to

if mc_inv.qty(qRayGoggles) is not None and mc_inv.qty(qRayGoggles) > 0:

In the code you can find it by looking at the game/screens/mainUI.rpy

Btw I'm not a coder just asked Chatgpt for a fix so do it at your own risk I'm not responsible
 

Kevklour

Forum Fanatic
Dec 14, 2019
5,259
61,278
If you can then change

if mc_inv.qty(qRayGoggles) > 0:

to

if mc_inv.qty(qRayGoggles) is not None and mc_inv.qty(qRayGoggles) > 0:

In the code you can find it by looking at the game/screens/mainUI.rpy

Btw I'm not a coder just asked Chatgpt for a fix so do it at your own risk I'm not responsible
It worked but the same everything else is broken
 
  • Like
Reactions: malamaster123

malamaster123

New Member
Aug 6, 2020
1
0
I just incountered a new bug pertaining to the "newday" cycle, and it is the same issue as the intro sequence, so im assuming that because of the way it was coded originally, its going to end up having similar bugs throughout the game
 
3.00 star(s) 6 Votes