Mod Ren'Py Rogue-like: Evolution XMod [v1.6h] [Goomoonryong9]

5.00 star(s) 3 Votes

Thanat0s_

Formerly 'Saidak'
Apr 19, 2022
12
10
This happens because of old rpyc files during compilation, if you remove them before building you will get the same errors as in Android.

I rebuilt and fixed these errors, but did not release a new version, but re-uploaded the archives of version 8
renpy 8.3.7 -
İts work good budy thanks for help
 
  • Like
Reactions: smile07

ShamblingKing

New Member
Dec 10, 2020
5
3
This happens because of old rpyc files during compilation, if you remove them before building you will get the same errors as in Android.

I rebuilt and fixed these errors, but did not release a new version, but re-uploaded the archives of version 8
renpy 8.3.7 -
Hey your work on the mods amazing! Works like a dream for the most part. I am getting an error whenever I try to leave the colour fixing menu though. Happens on every girl the same way. (apologies if I'm missing something stupid!)


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Xmod/Xmod_script.rpy", line 255, in <module>
AttributeError: 'GirlClass' object has no attribute 'return'

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

Full traceback:
File "script Locations.rpyc", line 196, in script call
File "script Chat.rpyc", line 250, in script call
File "script Chat.rpyc", line 677, in script call
File "script Chat.rpyc", line 9270, in script call
File "Xmod/wardrobe/kitty_wardrobe.rpyc", line 31, in script call
File "Xmod/Xmod_script.rpyc", line 255, in script
File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-2-mod-win\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-2-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Xmod/Xmod_script.rpy", line 255, in <module>
AttributeError: 'GirlClass' object has no attribute 'return'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sat Apr 26 20:31:34 2025
 

smile07

Newbie
Dec 2, 2023
90
264
Hey your work on the mods amazing! Works like a dream for the most part. I am getting an error whenever I try to leave the colour fixing menu though. Happens on every girl the same way. (apologies if I'm missing something stupid!)


I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Xmod/Xmod_script.rpy", line 255, in <module>
AttributeError: 'GirlClass' object has no attribute 'return'

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

Full traceback:
File "script Locations.rpyc", line 196, in script call
File "script Chat.rpyc", line 250, in script call
File "script Chat.rpyc", line 677, in script call
File "script Chat.rpyc", line 9270, in script call
File "Xmod/wardrobe/kitty_wardrobe.rpyc", line 31, in script call
File "Xmod/Xmod_script.rpyc", line 255, in script
File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-2-mod-win\renpy\ast.py", line 834, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-2-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Xmod/Xmod_script.rpy", line 255, in <module>
AttributeError: 'GirlClass' object has no attribute 'return'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sat Apr 26 20:31:34 2025

Everything is fine, but I'm surprised that before this it somehow worked without errors))))
 
  • Like
Reactions: ShamblingKing

Xandrilad

Newbie
Jan 25, 2019
89
75
Found an error when giving a massage:

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

While running game code:
  File "game/script Sex.rpy", line 1962, in <module>
AttributeError: 'int' object has no attribute 'MassageChart'

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

Full traceback:
  File "script Locations.rpyc", line 196, in script call
  File "script Chat.rpyc", line 250, in script call
  File "script Chat.rpyc", line 452, in script call
  File "Sex_Menus.rpyc", line 118, in script call
  File "script Sex.rpyc", line 1962, in script
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script Sex.rpy", line 1962, in <module>
AttributeError: 'int' object has no attribute 'MassageChart'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sun Apr 27 10:27:28 2025

Hitting ignore returns the following:

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

While running game code:
NameError: name 'MassageBestChoice' is not defined

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

Full traceback:
  File "script Locations.rpyc", line 196, in script call
  File "script Chat.rpyc", line 250, in script call
  File "script Chat.rpyc", line 452, in script call
  File "Sex_Menus.rpyc", line 118, in script call
  File "script Sex.rpyc", line 1963, in script
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\ast.py", line 1628, in execute
    renpy.exports.say(None, "\n".join(narration), interact=False)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1456, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1369, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1349, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'MassageBestChoice' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sun Apr 27 10:29:31 2025
 
Last edited:
  • Like
Reactions: cerega93

smile07

Newbie
Dec 2, 2023
90
264
Found an error when giving a massage:

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

While running game code:
  File "game/script Sex.rpy", line 1962, in <module>
AttributeError: 'int' object has no attribute 'MassageChart'

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

Full traceback:
  File "script Locations.rpyc", line 196, in script call
  File "script Chat.rpyc", line 250, in script call
  File "script Chat.rpyc", line 452, in script call
  File "Sex_Menus.rpyc", line 118, in script call
  File "script Sex.rpyc", line 1962, in script
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script Sex.rpy", line 1962, in <module>
AttributeError: 'int' object has no attribute 'MassageChart'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sun Apr 27 10:27:28 2025

Hitting ignore returns the following:

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

While running game code:
NameError: name 'MassageBestChoice' is not defined

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

Full traceback:
  File "script Locations.rpyc", line 196, in script call
  File "script Chat.rpyc", line 250, in script call
  File "script Chat.rpyc", line 452, in script call
  File "Sex_Menus.rpyc", line 118, in script call
  File "script Sex.rpyc", line 1963, in script
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\ast.py", line 1628, in execute
    renpy.exports.say(None, "\n".join(narration), interact=False)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1456, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1369, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\character.py", line 1349, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 373, in substitute
    s = interpolate(s, variables) # type: ignore
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 86, in interpolate
    raise e
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\substitutions.py", line 78, in interpolate
    value = renpy.python.py_eval(code, {}, scope)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1218, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\Kingsley\Downloads\Misc\Rogue-Like-r8-1.62c-3-mod-win\Rogue-Like-r8-1.62c-3-mod-win\renpy\python.py", line 1211, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "<none>", line 1, in <module>
NameError: name 'MassageBestChoice' is not defined

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Rogue-like: Evolution 1.62c
Sun Apr 27 10:29:31 2025
write a script in which an error occurs and show with screenshots where to look and kudp press to get the error
 
5.00 star(s) 3 Votes