Ren'Py Battle Slaves [v0.5] [Adn700]

1.40 star(s) 5 Votes

Cammander

New Member
Jun 6, 2018
6
0
Got a errar wen staring the game.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 74, in script
    call screen characterselectionscreen
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 44, in execute
    if mpD.Unlockedslaves[4] < 99:
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/script.rpy", line 74, in script
    call screen characterselectionscreen
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 44, in execute
    if mpD.Unlockedslaves[4] < 99:
  File "<screen language>", line 44, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
 0.17
Wed Nov 11 00:06:56 2020
 

adn700

Member
Game Developer
Apr 14, 2020
137
162
Got a errar wen staring the game.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 74, in script
    call screen characterselectionscreen
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 44, in execute
    if mpD.Unlockedslaves[4] < 99:
TypeError: 'NoneType' object has no attribute '__getitem__'

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

Full traceback:
  File "game/script.rpy", line 74, in script
    call screen characterselectionscreen
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ast.py", line 1949, in execute
    self.call("execute")
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ast.py", line 1937, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\statements.py", line 277, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 531, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\exports.py", line 2905, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\mikel\AppData\Local\Temp\BNZ.5fab8d7e1f53b21d\BattleSlave-0.17-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 22, in execute
    screen characterselectionscreen () :
  File "game/Slavesselection.rpy", line 44, in execute
    if mpD.Unlockedslaves[4] < 99:
  File "<screen language>", line 44, in <module>
TypeError: 'NoneType' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
0.17
Wed Nov 11 00:06:56 2020
Thx i'll fix that :) , maybe you can ignore and continu
 
  • Like
Reactions: NewGuy6000

Andragon

Member
Mar 9, 2019
161
114
Thx i'll fix that :) , maybe you can ignore and continu
Same error. Ignoring just takes you back to the title. Starting the game from title gives you error. Ignoring sends you back to title. Can't even start the game. Looks llike the error message is exact same message as I get. If you need it though for reference just let me know and I will attach it to a post.
 
  • Like
Reactions: NewGuy6000

Costelinno

New Member
May 24, 2018
4
3
Same error. Ignoring just takes you back to the title. Starting the game from title gives you error. Ignoring sends you back to title. Can't even start the game. Looks llike the error message is exact same message as I get. If you need it though for reference just let me know and I will attach it to a post.
click on "Invocations" in the main menu until you get Lulu, after that you can play
 
1.40 star(s) 5 Votes