Rogue-Like 1.61a (Still do not download)
Added 2025-02-18 06:13:57 +0000 UTCEdit: Oh, and in this build, don't cum in Wanda's mouth during a BJ scene. It will cause bugs. I'll fix that tomorrow.
Ok, yeah, there was an issue with the last one, which hadn't shown up with what I did test, but apparently was causing some issues, so hopefully this version should sort it. After this, let me know if character A shows up when you were expecting character B, or something like that (although if you load up a 1.6 save, there might be a bit of glitching right after the save point). I may need to do a better job isolating some variables. I'd been trying something new, and it works in isolated conditions, but could spill around the edges because I'm not used to it.
Ok, I've got some good news and some bad news. Remember how I said there'd be another 1.6 build before 1.61? Well, I'd ended up monkeying around with it enough that I didn't trust it until I'd finished what I'd started, so I went and finished 1.61. This one might be a bit glitchy though, because I made some significant changes to the back end, and it should make the game run faster and hopefully smoother, but might have some unexpected problems, so we'll see how that goes. So what's new?
Oh, and standard disclaimers here, don't download this copy if you just want to enjoy playing the game, because I expect there to be some annoying bugs right now. If you just want to have fun, relax, wait a week or two and see how the bug reports are looking. If you do play and find bugs, please report them, either here, or PM me. If there is a crash, please post the crash report, those details can be useful. If it's not a crash but just something weird, just try to explain it as best you can. I'd also recommend trying to keep a save near where the problem was, so we can see if the fix worked.
- Wanda gets her BJ and TJ activities.
- Kitty gets her 69 pose.
-Things should run a bit faster.
You can download the files here.
Comments
Ok, I think I've fixed this.
Oni
2025-02-19 21:31:15 +0000 UTCactually its any girl talking to you in the class room as it just happened with Jubilee and rogue. (sorry not spell checking this)
Gundam lupus
2025-02-19 21:08:13 +0000 UTCWindows: gwen is not showing up on her event scene if its in the classroom.
Gundam lupus
2025-02-19 20:53:59 +0000 UTCFull traceback: File "script Locations.rpyc", line 187, in script call File "script Scenes.rpyc", line 4745, in script call File "script Scenes.rpyc", line 4914, in script call File "Quiz.rpyc", line 310, in script call File "Quiz.rpyc", line 596, in script call File "Gwen_Sex.rpyc", line 300, in script call File "script Functions.rpyc", line 9547, in script call File "script Girls.rpyc", line 3251, in script File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined
Kirindel Ront
2025-02-18 21:26:08 +0000 UTCOk, may have found a cause for this, events weren't activating properly when moving from place to place, so a lot of events that rely on that were not working.
Oni
2025-02-18 21:20:03 +0000 UTCHmm, ok, I'll look through the options then and see what's not ticking. You should be able to find Wanda in the afternoon by wandering the campus.
Oni
2025-02-18 21:08:47 +0000 UTCBetsy and Doreen showed up as did Storm, Emma, Jean, and Kate. Jubilee shows up sometimes in class or the danger room, but I have no option to go to the mall. I tried the toggle and it had no effect.
mugatu
2025-02-18 21:02:48 +0000 UTCThere was an actual issue here, I believe, it just might not pop up every time. I fixed it for version b, I think.
Oni
2025-02-18 20:46:31 +0000 UTCHmm, odd. I'll look into this. I did mess around with the systems for adding new girls, but not in a way that should get that far in and then stop working. Did Betsy or Doreen show up? Can you see Gwen or Jubilee in the chat menu? Open the options menu and try toggling the new "Introducing girls" option on and off.
Oni
2025-02-18 20:05:44 +0000 UTCSorry about my first comment. I did a new game and I did not encouter the errors from before, so i guess it have mean something about the love value or any other stat is doing the errors there..
Chaosdestille
2025-02-18 19:47:35 +0000 UTCSeems to be all types. I'm fairly confident that trying to go back for both addiction and "caught you cheating" aren't working.
hornguy6
2025-02-18 19:24:06 +0000 UTCI started a new save and so far I haven't had Wanda show up, I am on day 45. Gwen has not shown up either and Laura did her first interaction in the danger room but never came back. Jubilee also did her intro but never came back to see me during the day.
mugatu
2025-02-18 19:10:36 +0000 UTCOh, and the issue with Laura probably has to do with some changes I made to her sprite's anchor point, and didn't notice it would effect her BJ pose. I can fix that, might take a minute though. ;D
Oni
2025-02-18 18:45:32 +0000 UTCI'll look into it some more. I'll explain why the problem exists, but I'm not sure the best ways to fix it. Basically, it's two issues, one, when an image is loaded into memory, the animations start looping, and they don't stop looping until either you exit the game, or they get unloaded from memory. They don't restart every time they appear on screen. The second part is that you can view it as sort of like two elevators going up and down in a building, the torso being one, and the breasts being another, and they only move when people hit a button to go to a floor. Hers tend to move a large distance, and when everything is working right, they look fine, but if one animation has them at the very bottom of a motion, and another animation assumes they are at the top of one, then when you shift between the two, they can appear in completely the wrong place for a moment, and take at least one cycle to catch up to where they should be. They really should get back into position within at least one rotation though, so I'm not sure why that isn't happening. I think maybe I could force the images to reload each time, but I'm not quite sure the best way to do this.
Oni
2025-02-18 18:38:01 +0000 UTCThanks! It involves doing at least some pussy licking, and then several separate BJ scenes with that girl, and then if her lust is at least around the middle and she's doing either of those things, she should suggest it (IF the character has one, which is currently Rogue, Kitty, Betsy, and Doreen).
Oni
2025-02-18 18:30:16 +0000 UTCIf we're following past precedent, it would be around 2-3 months or so for her doggy pose and the next girl's 69 pose, another 2-3 for her forward sex pose and another girl's 69 pose, and another 2-3 for her Halloween costume, so we're talking late summer, early fall. There might be some other content added in there, and some things might go faster than usual, we'll see.
Oni
2025-02-18 18:28:37 +0000 UTCThat's not quite a bug, I think, Emma just automatically goes to clean up if you haven't unlocked her option to do public stuff yet. It does result in an odd dialogue though, so I've made a tweak that should sound more natural when that happens.
Oni
2025-02-18 18:26:18 +0000 UTCYeah, I can work on that a bit more. I think at one point I intended to and then got distracted with other projects. :D
Oni
2025-02-18 18:22:23 +0000 UTCHmm. . . do you know what sort of encounter was being requested? There are different types and they might be handled differently. Exact wording can be helpful.
Oni
2025-02-18 18:21:29 +0000 UTCI might mess with her head size a bit, they do tend to be a bit larger than in the standing pose, just since it's meant to be closer to the "camera."
Oni
2025-02-18 18:20:44 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:20:02 +0000 UTCSure, the early ones are always pretty rough. Hopefully I can sort these out fairly quickly though.
Oni
2025-02-18 18:19:57 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:19:31 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:19:18 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:18:55 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:18:01 +0000 UTCFixed, thanks.
Oni
2025-02-18 18:17:53 +0000 UTCYaay even more 69's.... one question tho. how do i get girls to do 69 with Zero. Like i have seen some explaining... but it doesn't work at all for me. Can someone explain it pls? Oni, good job! I love your game and playing it since 2016 <3 one of my fav's of all time
OP
2025-02-18 17:36:10 +0000 UTCI'ma hold off for the moment on this version till most bugs are worked out. Any possible date when to expect all of Wandas sex scenes and interactions to be fully implemented?
Cătălin Mînecan
2025-02-18 17:24:14 +0000 UTCThere's a bug where Zero always tells Emma to clean up when ending a scene, it doesn't matter what I have selected in the preferences or her preference
Peter Marriott
2025-02-18 17:00:57 +0000 UTCHey Oni, I like the Position change of Kitty for The BJ pose, but I do have one minor gripe with it as well. Right now it feels like she’s kind of floating as when she moves up there nothing below where he breasts are. Do you think it would possible to add small amount of her chest just have it appear as if her body is there?
rpglaster
2025-02-18 16:19:45 +0000 UTCSeems to be a minor issue where when you are asked to go back to your room for an encounter the person requesting doesn't show up until after you click wait for the next day period
Mal_gaz
2025-02-18 14:56:06 +0000 UTCIs it me or Wandas head in TJ pose is a little too big for a rest of the body? Just something is off with this pose, same with BJ. And is there chance to zoom out a 69 pose with Kitty?
Borg
2025-02-18 11:25:27 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 208, in script call File "script Functions.rpyc", line 1356, in script call File "script Functions.rpyc", line 6130, in script call File "Kitty_Sex.rpyc", line 300, in script call File "script Functions.rpyc", line 9547, in script call File "script Girls.rpyc", line 3251, in script File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.61a [/code]
Breon Flowers
2025-02-18 10:51:26 +0000 UTCSo, I have to wait for a better build then.....keep it up , Bro . 😁👍
WaNNaPAN
2025-02-18 10:21:13 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While running game code: Exception: Unknown keyword arguments: Chr -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 1507, in script call File "script Locations.rpyc", line 28, in script call File "script Locations.rpyc", line 3791, in script call File "script Scenes.rpyc", line 13643, in script call File "script Functions.rpyc", line 4864, in script File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 773, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 152, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "C:\Users\neonb\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 139, in apply raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys()))) Exception: Unknown keyword arguments: Chr Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.61a [/code]
Breon Flowers
2025-02-18 10:13:35 +0000 UTCFull traceback: File "script Locations.rpyc", line 4852, in script call File "script Scenes.rpyc", line 4745, in script call File "script Scenes.rpyc", line 4914, in script call File "Quiz.rpyc", line 310, in script call File "Quiz.rpyc", line 596, in script call File "Betsy_Sex.rpyc", line 300, in script call File "script Functions.rpyc", line 9547, in script call File "script Girls.rpyc", line 3251, in script File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined
Kirindel Ront
2025-02-18 08:22:51 +0000 UTCI've had the same problem with her tits
Alex Selesnick
2025-02-18 08:01:02 +0000 UTCAnd two more: 1) When Laura gives a blowjob, her head will come off her neck. Maybe because it's tilted? In any case, at some points it looks like Nearly Headless Nick, and at the most brutal moments - like Dallahan 2) Now this bug has been haunting me for several versions. I don't know, maybe it's because I skip the text, but it shouldn't be like that anyway, right? When we have sex with Ororo, at some points her breast movements are not synchronized with the rest of her body, which is why they lag a little and a black hole appears in their place. In this version, this only happens at the moment of Ororo's orgasm, but I haven't tested it that much in different scenes, so I can't say for sure
Kirindel Ront
2025-02-18 07:53:17 +0000 UTCI was trying at Night time to get into Lauras Door, Kittys Door. only at those girls the error occur
Chaosdestille
2025-02-18 07:51:06 +0000 UTCWhile running game code: Exception: Unknown keyword arguments: Chr Full traceback: File "script Locations.rpyc", line 800, in script call File "script Locations.rpyc", line 32, in script call File "script Locations.rpyc", line 3858, in script call File "script Scenes.rpyc", line 13643, in script call File "script Functions.rpyc", line 4864, in script File "C:\Users\User\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 773, in execute values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs) File "C:\Users\User\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 152, in apply_arguments return parameters.apply(args, kwargs, ignore_errors) File "C:\Users\User\Downloads\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 139, in apply raise Exception("Unknown keyword arguments: %s" % ( ", ".join(values.keys()))) Exception: Unknown keyword arguments: Chr
Chaosdestille
2025-02-18 07:49:53 +0000 UTCFull traceback: File "script Locations.rpyc", line 4459, in script call File "script Scenes.rpyc", line 4745, in script call File "script Scenes.rpyc", line 5052, in script call File "Jubes_Sex.rpyc", line 301, in script call File "script Functions.rpyc", line 9547, in script call File "script Girls.rpyc", line 3251, in script File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined
Kirindel Ront
2025-02-18 07:40:32 +0000 UTCFull traceback: File "script Locations.rpyc", line 201, in script call File "script Functions.rpyc", line 290, in script call File "script Scenes.rpyc", line 1003, in script call File "script Scenes.rpyc", line 1983, in script call File "script Scenes.rpyc", line 2755, in script call File "Betsy_Sex.rpyc", line 300, in script call File "script Functions.rpyc", line 9547, in script call File "script Girls.rpyc", line 3251, in script File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 1341, in execute args, kwargs = self.arguments.evaluate() File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 184, in evaluate args.append(renpy.python.py_eval(v, locals=scope)) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1794, in py_eval return py_eval_bytecode(code, globals, locals) File "C:\Users\Note_9\Downloads\Игры\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\python.py", line 1788, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script Functions.rpy", line 9547, in NameError: name 'Girl' is not defined
Kirindel Ront
2025-02-18 07:29:57 +0000 UTCThanks for the update, Oni! I see you added Gwen to the title screen as last. My mind is at ease now. :)
CheeseDrake
2025-02-18 07:20:46 +0000 UTCYeah, I just edited in a comment to the post above, for this current build, try to avoid cummin in Wanda's mouth, it's got some issues. I'll fix this tomorrow.
Oni
2025-02-18 06:36:36 +0000 UTC[code] I'm sorry, but an uncaught exception occurred. While loading <'Image' 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'>: IOError: Couldn't find file 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "script Locations.rpyc", line 317, in script call File "script Chat.rpyc", line 300, in script call File "script Locations.rpyc", line 865, in script call File "script Functions.rpyc", line 2579, in script call File "script Locations.rpyc", line 558, in script call File "script Functions.rpyc", line 2579, in script call File "script Locations.rpyc", line 5149, in script call File "script Locations.rpyc", line 298, in script call File "script DateNight.rpyc", line 1619, in script call File "script DateNight.rpyc", line 5378, in script call File "script DateNight.rpyc", line 5860, in script call File "Wanda_Sex.rpyc", line 108, in script call File "Wanda_Fondle.rpyc", line 1982, in script call File "script Orgasms.rpyc", line 1286, in script call File "script Girls.rpyc", line 3279, in script File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ast.py", line 624, in execute renpy.exports.say(who, what, interact=self.interact, *args, **kwargs) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\exports.py", line 1173, in say who(what, *args, **kwargs) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 911, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 747, in do_display **display_args) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\character.py", line 523, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\ui.py", line 287, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\core.py", line 2553, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\image.py", line 392, in render return wrap_render(self.target, width, height, st, at) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\im.py", line 503, in render texture = cache.get(self, texture=True) File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\display\im.py", line 212, in get surf = image.load() File "C:\Users\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-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\pietr\Documents\Adobe\Rogue-Like-1.61a-win\Rogue-Like-1.61a-win\renpy\loader.py", line 548, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'images/WandaBJFace/Wanda_BJ_Spunk_Heading.png'. Windows-8-6.2.9200 Ren'Py 6.99.13.2919 Rogue-Like 1.61a [/code] _________ Ignoring twice makes it continue tho
Peter Marriott
2025-02-18 06:33:01 +0000 UTC