Rogue-Like 0.990 (Do not Download)
Added 2020-02-26 05:40:12 +0000 UTCOk, first attempt at this one. Before downloading, or at least before playing, please read this update post.
Hopefully this one will work relatively smoothly. Post any bugs or errors or feedback to either this thread, or PM me. I'll fix them as quickly as I can. Hopefully there will not be any immediate show-stoppers yet, if there are there might be one or more new versions tonight. If not, then smaller bugs I'll try to bundle into a larger fix release in a day or two, and we'll work through this.
Known Errors!:
File "game/script Functions.rpy", line 1716, in <module> AttributeError: 'int' object has no attribute 'Home'
This one can appear from time to time in various situations, should be fixed on this end.
File "game/script Functions.rpy", line 2251, in <module> IndexError: list index out of range
This one happens in the Danger Room, should also be fixed in the next build.
There's another error where if you try to visit a girl's room and she kicks you out, it reverts to the main menu, I think this one is sorted out. It's a relic of the older way I would do that sort of thing.
Found the issue with Kitty's intro scene not working. Should work next build.
Comments
Sure. Right now everything is suspect because of the major code overhaul, so just playing out anything might produce a useful bug.
Oni
2020-02-28 09:22:41 +0000 UTCOk, I just wanted to know what, if any, changes are in this build and what they are so it can help with the testing of game.
R Marin
2020-02-27 13:49:42 +0000 UTCNot yet, although I might add one once things settle down. In the meantime, it's just "play and see what happens."
Oni
2020-02-27 08:41:13 +0000 UTCis there a changelog?
R Marin
2020-02-27 03:20:46 +0000 UTCI don't know, I can try to optimize a few things. There are a lot of checks made when you scene transition, I could perhaps minimize some of those, but that would make things a bit less dynamic.
Oni
2020-02-26 11:33:07 +0000 UTCgame crashes after choosing race right before rogue shows up
etralt
2020-02-26 10:32:36 +0000 UTCI'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/RogueSprite/Rogue_arms1a_gloves.png'>: IOError: Couldn't find file 'images/RogueSprite/Rogue_arms1a_gloves.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 336, in script File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\ast.py", line 1483, in execute choice = renpy.exports.menu(choices, self.set) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\exports.py", line 868, in menu rv = renpy.store.menu(items) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\exports.py", line 1054, in display_menu rv = renpy.ui.interact(mouse='menu', type=type, roll_forward=roll_forward) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\core.py", line 2916, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\core.py", line 1980, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 430, in renpy.display.render.render_screen (gen\renpy.display.render.c:6938) rv = render(root, width, height, 0, 0) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\image.py", line 213, in wrap_render rend = render(child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2047) cr = render(child, widtho, heighto, st - self.child_st_base, at) File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 702, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 318, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 318, in render surf = render(self.child, width, height, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\layout.py", line 1236, in render return renpy.display.render.render(self.child, w, h, st, at) File "renpy/display/render.pyx", line 110, in renpy.display.render.render (gen\renpy.display.render.c:3445) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 196, in renpy.display.render.render (gen\renpy.display.render.c:2983) rv = d.render(widtho, heighto, st, at) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\display\im.py", line 553, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "C:\Users\Marve\Downloads\Rogue-Like-0.990a-win\Rogue-Like-0.990a-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/RogueSprite/Rogue_arms1a_gloves.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990a
DragonKingJ
2020-02-26 10:26:14 +0000 UTCThis isn't really a bug but as it stands there is currently quite a lot of lag when moving anywhere, that doesn't seem present in previous versions, I assume that's just some complications with the new stuff and will be fixed in future versions?
Jim Bob
2020-02-26 09:50:41 +0000 UTCYup, fixed for version 0.990a.
Oni
2020-02-26 09:42:23 +0000 UTCYeah, fixed this one, but too late for build 0.990a, so it'll go into b.
Oni
2020-02-26 09:42:06 +0000 UTCThere Is a Bug where If you go to rogues room in the evening it says shes not home and then launches you back to the title screen
LupusTheDevil
2020-02-26 09:31:27 +0000 UTCTried to get Rogue to change into her black bra while wearing her green outfit minus gloves and collar and Love 608, Obed 97, and Inhib 159 and got this error: While running game code: File "game/script Girls.rpy", line 5543, in AttributeError: 'int' object has no attribute 'DailyActions' If I hit ignore, she asks to get behind a screen. Also, the black bra never actually gets put on. If I hit it, the menu resets but if I go back into the underwear menu, the option is still there and she doesn't change from whatever she had before.
hornguy6
2020-02-26 09:30:54 +0000 UTCAfter further testing, once I get that error there's nothing to be done. Meeting Rogue in her room results in a crash and even if I wait the entire day out and go to sleep, it hits first thing in the morning.
hornguy6
2020-02-26 09:11:55 +0000 UTCya there is a lot of bugs seeing a lot of File "game/script Functions.rpy", line 3100, in AttributeError: 'int' object has no attribute 'Loc'
David Hair
2020-02-26 09:10:50 +0000 UTCCorrect regarding the shower. I always get the 2 or the 4 choice scene and she leaves while I shower.
hornguy6
2020-02-26 09:09:48 +0000 UTCYeah, fixed the thing with the wet hair, and maybe the Kitty thing too. She shouldn't be doing *anything* in you guys' games right now, because her intro was bugged, so she should have stayed completely off the board. I think I fixed that though. I'll also look into Rogue being a bit too clean. . ;) Just to double check, you see her in the showers, but you never actually shower with her, right? My guess is that you keep stopping her from actually taking a shower properly, but I can make that fixed.
Oni
2020-02-26 09:07:22 +0000 UTCWent to my room after Rogue texted to meet for addiction. Back to back got these two errors: While running game code: File "game/script Functions.rpy", line 3100, in AttributeError: 'int' object has no attribute 'Loc' And then While running game code: File "game/script Addiction.rpy", line 989, in AttributeError: 'int' object has no attribute 'Loc'
hornguy6
2020-02-26 09:06:34 +0000 UTCAlso walked into the shower and got this While running game code: File "game/script Locations.rpy", line 1020, in IndexError: list index out of range
hornguy6
2020-02-26 08:58:30 +0000 UTCRogues gloves are spelled "gloved" :P And she also never seems to be actually wearing them but the code seems to think she is.
hornguy6
2020-02-26 08:54:24 +0000 UTCActually, now that I notice it, Rogue seems to ALWAYS be in the shower. I've seen here there 3 times in one day now.
hornguy6
2020-02-26 08:52:32 +0000 UTCSame about the wet hair. Did this also start for you after walking into the shower after she had just finished?
hornguy6
2020-02-26 08:50:40 +0000 UTCI'm not getting an error but Rogue always has wet hair, and Kitty is invisible unless shes in her regular clothes. If I meet her in the shower or danger room her chat bubble pops up but I don't see anyone there.
mugatu
2020-02-26 08:48:02 +0000 UTCi can't keep playing the one error gets fixed
Breon Flowers
2020-02-26 08:43:07 +0000 UTCNo, Jean will be in the one after this though, in a few months' time.
Oni
2020-02-26 08:18:40 +0000 UTCHmm. . . I think I may have fixed this one, we'll see.
Oni
2020-02-26 08:18:24 +0000 UTCK, fixed.
Oni
2020-02-26 08:16:05 +0000 UTCIs there a new girl in this version?
2020-02-26 08:15:00 +0000 UTCi was able to have sex with rogue after walking in on her in her room at night at she was mastbating and now i think i'm stuck in a loop where she say's "this just ain't right, sugar." and she Storms off and i'm at the menu asking if i wanna start moving
Breon Flowers
2020-02-26 08:07:19 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: KeyError: u'KittX' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 146, in script call File "script Functions.rpyc", line 869, in script call File "script Scenes.rpyc", line 5608, in script call File "script Addiction.rpyc", line 8, in script call File "script Functions.rpyc", line 2499, in script File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\character.py", line 902, in __call__ what = what_pattern.replace("[what]", sub(what, translate=translate)) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\character.py", line 884, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\substitutions.py", line 242, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value KeyError: u'KittX' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990 [/code]
Breon Flowers
2020-02-26 08:01:07 +0000 UTCYeah, in this build attempting to go to a girl's room when she won't let you in kicks to the title screen, I fixed that.
Oni
2020-02-26 07:58:48 +0000 UTCOk, I *think* I've sorted that one. . .
Oni
2020-02-26 07:58:12 +0000 UTCOk, think I know what caused that one.
Oni
2020-02-26 07:55:15 +0000 UTCYeah, both danger room issues are caused by the same problem, for the coders out there, I was assuming that a given variable was a representative of a girl character, but accidentally left in a loophole so that it might be 0 instead, which could cause multiple errors in that segment. I removed the loophole, which hopefully fixed the problem.
Oni
2020-02-26 07:49:12 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1716, in AttributeError: 'int' object has no attribute 'Home' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 706, in script call File "script Functions.rpyc", line 1662, in script call File "script Functions.rpyc", line 1716, in script File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 1716, in AttributeError: 'int' object has no attribute 'Home' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990 [/code]
Breon Flowers
2020-02-26 07:12:25 +0000 UTCuhhhh i went to rogues room on Tuesday day 3 in the morning after i went to bed and it said she wasn't there and it took me directly to the title screen
Breon Flowers
2020-02-26 07:10:46 +0000 UTCAnother one - when Rogue first shows you her breasts, I got this error after selecting the bottom option and then the only option available (I think the first one is "They okay, I guess." and then the follow up is something like "Err, I mean, they're great!") I'm sorry, but an uncaught exception occurred. While running game code: Exception: Arguments supplied, but parameter list not present -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 146, in script call File "script Functions.rpyc", line 869, in script call File "script Scenes.rpyc", line 5608, in script call File "script Addiction.rpyc", line 201, in script call File "script Addiction.rpyc", line 481, in script call File "script Sex.rpyc", line 1039, in script File "C:\Users\DJ\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 773, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Users\DJ\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 148, in apply_arguments raise Exception("Arguments supplied, but parameter list not present") Exception: Arguments supplied, but parameter list not present Windows-7-6.1.7601-SP1 Ren'Py 6.99.13.2919 Rogue-Like 0.990
IWriteWithATalon
2020-02-26 07:04:52 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 3136, in AttributeError: 'int' object has no attribute 'OutfitChange' -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 2779, in script call File "script Functions.rpyc", line 1644, in script call File "script Locations.rpyc", line 1021, in script call File "script Scenes.rpyc", line 3992, in script call File "Rogue_Sex.rpyc", line 14, in script call File "Rogue_Sex.rpyc", line 749, in script call File "script Functions.rpyc", line 3954, in script call File "script Functions.rpyc", line 4813, in script call File "script Functions.rpyc", line 2508, in script call File "script Functions.rpyc", line 3136, in script File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 3136, in AttributeError: 'int' object has no attribute 'OutfitChange' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990 [/code]
Breon Flowers
2020-02-26 07:03:09 +0000 UTCInteresting glitch - going to Rogue's room on Day 1-2 (depending on if you count the tour as Day 1, and after getting her relationship score to 410, which I think is the lowest you can go on Day 1) Rogue turned me away from entering her room, and then I was booted back to the title screen. The game didn't crash or give an error, I was just on the title screen again. Loading up the save I had just made, this seems easy to replicate. Also, you didn't list it, but in the Danger Room ignoring error 2251 gets me a second error - 2359. Attempting to rollback either of these crashes the game. Hoping the second one disappears along with the 2251 you said is already fixed.
IWriteWithATalon
2020-02-26 06:53:02 +0000 UTCI think I may have fixed that one.
Oni
2020-02-26 06:51:43 +0000 UTCHmm, what do you mean? It won't let you go to class, or just the scene does not trigger when you expect it? I'll look into the trigger mechanisms, something may have changed there.
Oni
2020-02-26 06:51:32 +0000 UTCFixed, I think.
Oni
2020-02-26 06:49:07 +0000 UTCYes, I think I've fixed that one.
Oni
2020-02-26 06:48:57 +0000 UTCwhen it's time for kitty to appear i cant go to class and trigger her scene
Booty4Bass
2020-02-26 06:46:12 +0000 UTCGame crashes just after Danger Room sequence with Rogue...
Folioman
2020-02-26 06:45:31 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 2251, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 706, in script call File "script Functions.rpyc", line 1644, in script call File "Rogue_Chat.rpyc", line 1954, in script call File "script Functions.rpyc", line 2251, in script File "/_slow/games/Rogue-Like-0.990-linux/renpy/ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "/_slow/games/Rogue-Like-0.990-linux/renpy/python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "/_slow/games/Rogue-Like-0.990-linux/renpy/python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 2251, in IndexError: list index out of range Linux-5.4.13-arch1-1-x86_64-with-glibc2.2.5 Ren'Py 6.99.13.2919 Rogue-Like 0.990 Went to school (got error with Home on int which I skipped) then twice take lesson then in the evening I went to training and got this error (new playthrough)
Peter Vanusanik
2020-02-26 06:41:52 +0000 UTCThere is a glitch involving going to rogues room and if she kicks you out or if she is not there it sends you to the main menu, I am on the Mac platform by the way
Michael M.
2020-02-26 06:35:53 +0000 UTCwent to train in danger room after day 1
Julian Banks
2020-02-26 06:33:14 +0000 UTCOk, fixed, thank you.
Oni
2020-02-26 06:33:08 +0000 UTCOk, I *think* this one should be fixed, if the cause is what I think it is.
Oni
2020-02-26 06:32:40 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 1716, in AttributeError: 'int' object has no attribute 'Home' -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Illusion\Rogue-Like-0.990-win\renpy\bootstrap.py", line 305, in bootstrap renpy.main.main() File "C:\Illusion\Rogue-Like-0.990-win\renpy\main.py", line 499, in main run(restart) File "C:\Illusion\Rogue-Like-0.990-win\renpy\main.py", line 147, in run renpy.execution.run_context(True) File "C:\Illusion\Rogue-Like-0.990-win\renpy\execution.py", line 795, in run_context context.run() File "script Locations.rpyc", line 706, in script call File "script Functions.rpyc", line 1662, in script call File "script Functions.rpyc", line 1716, in script File "C:\Illusion\Rogue-Like-0.990-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Illusion\Rogue-Like-0.990-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Illusion\Rogue-Like-0.990-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 1716, in AttributeError: 'int' object has no attribute 'Home' Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990
Julian Banks
2020-02-26 06:32:29 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 2251, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 2795, in script call File "script Scenes.rpyc", line 2544, in script call File "script Functions.rpyc", line 1644, in script call File "script Locations.rpyc", line 430, in script call File "script Functions.rpyc", line 1644, in script call File "script Locations.rpyc", line 706, in script call File "script Functions.rpyc", line 1644, in script call File "Rogue_Chat.rpyc", line 1954, in script call File "script Functions.rpyc", line 2251, in script File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 1681, in execute if renpy.python.py_eval(condition): File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 2251, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990 [/code]
Breon Flowers
2020-02-26 06:32:10 +0000 UTCWell, like I said in the update post, you can just post the basics of it in this thread or a PM, I don't need the "Full Traceback" portion, unless I do.
Oni
2020-02-26 06:10:34 +0000 UTCI'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 2359, in IndexError: list index out of range -- Full Traceback ------------------------------------------------------------ Full traceback: File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\bootstrap.py", line 305, in bootstrap renpy.main.main() File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\main.py", line 499, in main run(restart) File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\main.py", line 147, in run renpy.execution.run_context(True) File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\execution.py", line 795, in run_context context.run() File "script Locations.rpyc", line 706, in script call File "script Functions.rpyc", line 1644, in script call File "Rogue_Chat.rpyc", line 1954, in script call File "script Functions.rpyc", line 2359, in script File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\ast.py", line 827, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Owner\Downloads\PC Games and Movies\Games\Rogue Like\Rogue-Like-0.990-win\Rogue-Like-0.990-win\renpy\python.py", line 1764, in py_exec_bytecode exec bytecode in globals, locals File "game/script Functions.rpy", line 2359, in IndexError: list index out of range Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 0.990
Booty4Bass
2020-02-26 06:10:31 +0000 UTCFound my first bug. Tried to "Take the morning class" after taking a shower on day 1, and it crashed. Where should I send the crashlog info?
Jim Nobody
2020-02-26 06:01:23 +0000 UTCwait do not download? *insert are you challenging me meme here*
That Thot Sleepy Cloud
2020-02-26 05:59:56 +0000 UTC:D
Breon Flowers
2020-02-26 05:55:27 +0000 UTCi missed the "Do not" and only saw download
Breon Flowers
2020-02-26 05:55:21 +0000 UTCNoice ÙwÚ | Will try to look into it when I get home and we'll see if I find any bugs
Jordi Roy De Groot
2020-02-26 05:42:18 +0000 UTC