Mar 18, 2020
57
76
49
bug report:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Emma_Chat.rpy", line 663, in <module>
NameError: name 'EmmaXX' is not defined

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

Full traceback:
  File "C:/Windows/system32/script Locations.rpyc", line 609, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 211, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 793, in script call
  File "C:/Windows/system32/script Functions.rpyc", line 1658, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 2970, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 227, in script call
  File "C:/Windows/system32/Emma_Chat.rpyc", line 663, in script
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/Emma_Chat.rpy", line 663, in <module>
NameError: name 'EmmaXX' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.990g
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/Emma_Chat.rpy", line 664, in <module>
NameError: name 'EmmaXX' is not defined

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

Full traceback:
  File "C:/Windows/system32/script Locations.rpyc", line 609, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 211, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 793, in script call
  File "C:/Windows/system32/script Functions.rpyc", line 1658, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 2970, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 227, in script call
  File "C:/Windows/system32/Emma_Chat.rpyc", line 664, in script
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/Emma_Chat.rpy", line 664, in <module>
NameError: name 'EmmaXX' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.990g

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

While running game code:
  File "game/Emma_Chat.rpy", line 679, in <module>
NameError: name 'EmmaXX' is not defined

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

Full traceback:
  File "C:/Windows/system32/script Locations.rpyc", line 609, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 211, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 793, in script call
  File "C:/Windows/system32/script Functions.rpyc", line 1658, in script call
  File "C:/Windows/system32/script Locations.rpyc", line 2970, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 88, in script call
  File "C:/Windows/system32/script Chat.rpyc", line 227, in script call
  File "C:/Windows/system32/Emma_Chat.rpyc", line 679, in script
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\ast.py", line 827, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\USER\Downloads\Rogue-Like-0990h-win\Rogue-Like-0.990h-win\renpy\python.py", line 1764, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/Emma_Chat.rpy", line 679, in <module>
NameError: name 'EmmaXX' is not defined

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.990g
all this is in version 0.990g
 

BongadaSlave

New Member
Jun 8, 2017
6
12
134
here is a little bug report:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script Functions.rpy", line 3694, in <module>
  File "game/script Girls.rpy", line 1166, in GirlLikeCheck
AttributeError: 'GirlClass' object has no attribute 'LikeLaura'

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

Full traceback:
  File "script Locations.rpyc", line 795, in script call
  File "script Functions.rpyc", line 889, in script call
  File "script Locations.rpyc", line 141, in script call
  File "script Functions.rpyc", line 243, in script call
  File "script Scenes.rpyc", line 525, in script call
  File "script Functions.rpyc", line 657, in script call
  File "script Functions.rpyc", line 3691, in script
  File "C:\_personal\games\Rogue-Like-0.990l-win\renpy\ast.py", line 1681, in execute
    if renpy.python.py_eval(condition):
  File "C:\_personal\games\Rogue-Like-0.990l-win\renpy\python.py", line 1794, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "C:\_personal\games\Rogue-Like-0.990l-win\renpy\python.py", line 1788, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/script Functions.rpy", line 3694, in <module>
  File "game/script Girls.rpy", line 1166, in GirlLikeCheck
AttributeError: 'GirlClass' object has no attribute 'LikeLaura'

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.990l
 

Semondemon

Engaged Member
Mar 9, 2018
3,547
10,424
698
ahm anyone have some kind of walktrought? since i dont get well the order of events
Rogue: Talk to her and do things
Kitty: She shows up on day 5, talk to her and do things.
Emma: appears on day 6/7, catch her masturbating in the evening in class then talk to her and do things.
Laura: She appears on Day 7 and reappears on day 12/13 once she reappears talk to her and do things.
 

Bartist

New Member
Nov 8, 2018
6
5
201
If I use unren on the game it gives this error at the start.


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

While running game code:
ScriptError: could not find label 'Dev_Room'.

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

Full traceback:
  File "script.rpyc", line 711, in script
  File "D:\Games\Nieuwe map\Rogue-Like-0.990l-win\renpy\ast.py", line 1552, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\Games\Nieuwe map\Rogue-Like-0.990l-win\renpy\script.py", line 861, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'Dev_Room'.

Windows-8-6.2.9200
Ren'Py 6.99.13.2919
Rogue-Like 0.990l
 

master022

Member
May 9, 2018
248
51
145
can somebody give me a screenshot where do i need to use the cheats and if there are any cheats to use i need help
 

IZ2bSA80

Newbie
Dec 25, 2017
65
53
91
can somebody give me a screenshot where do i need to use the cheats and if there are any cheats to use i need help
You need to edit a file first (Notepad++ will do fine but you can use any text editor)

Go to - Rogue-Like-0.990l-win -> renpy -> common

Then edit the file named - 00console.rpy -

You need to find the line that says - config.console = False - and change it to - config.console = True -

There is a lot of stuff written in there but this specific line isn't really far down, if you're using Notepad++, the line is at 108

If you aren't using Notepad++ then look the first two # that comes after the ones you'll see when you open the file.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Once that is done, save the file and close the text editor then start the game.
When you're ingame (not in the main menu) hit Shift + O to open the console and Esc to close it.

You don't have permission to view the spoiler content. Log in or register now.
 

uzumakijax

New Member
May 15, 2019
12
8
158
just recently played the latest version, so far I'm liking it. its still need some fixes and refinement here and there.
looking forward for the new contents(y)
 

buggzy313

Active Member
May 31, 2019
628
299
258
I had an issue when trying to have 3some with rogue and laura...also was the gapes removed?
 

mrpopo69

Member
Aug 10, 2019
210
424
183
I've played an earlier version of this game and a good amount of content has been added. The only real downside for me is that there isn't more girl specific events and art depicting new naughty actions or something, like when you catch Emma Frost in the classroom for the first time. Maybe I just need to play a bit more though to see
 
4.40 star(s) 167 Votes