Nadira
Well-Known Member
- Jun 29, 2024
 
- 1,587
 
- 4,494
 
- 349
 
That's because Aoife is best girl...just started it 4 hours in and i fucking hate it when MC always goes for aoife when there is lilian naked in front of him FUCK!!!
That's because Aoife is best girl...just started it 4 hours in and i fucking hate it when MC always goes for aoife when there is lilian naked in front of him FUCK!!!
probably because its still on(near) the ship and everything happend in 1 in game day.Somehow this update felt super short... dunno why. It's def not the render count.
Was good though.
How fucking dare you. I don't appreciate Aoife disrespect.just started it 4 hours in and i fucking hate it when MC always goes for aoife when there is lilian naked in front of him FUCK!!!
As someone whose been here for a while, I can say this is the first time I've ever heard anyone mention this as a problem in any Ren'py game. And since it's a basic Ren'py function, that sounds like you might have a corrupted download. I'd try a fresh one, don't overwrite the old game files, unzip to a new folder (you can rename the old one if you don't want to just delete it) and see if that works.The window/fullscreen button doesn't work properly. I'm playing through part 1 and I have to button mash as I move the mouse back and forth over the button to try and get it to work. Am I the only one having this problem? Is there any kind of solution to this?
Here's hoping this isn't an issue in parts 2 and 3
I tried just now and it works for me. Did you try the alt+enter shortcut?The window/fullscreen button doesn't work properly. I'm playing through part 1 and I have to button mash as I move the mouse back and forth over the button to try and get it to work. Am I the only one having this problem? Is there any kind of solution to this?
Here's hoping this isn't an issue in parts 2 and 3
I ended up just finishing part 1 and moved on to part 2 where it's not a problem anymore.As someone whose been here for a while, I can say this is the first time I've ever heard anyone mention this as a problem in any Ren'py game. And since it's a basic Ren'py function, that sounds like you might have a corrupted download. I'd try a fresh one, don't overwrite the old game files, unzip to a new folder (you can rename the old one if you don't want to just delete it) and see if that works.
Yeah, that works, and so did the button but I have trouble getting the orange highlight to show up when you hover over the button. The roll back button has the same issue but I don't use it so didn't notice. The rest of the menu works fine though.I tried just now and it works for me. Did you try the alt+enter shortcut?
The most concerning thing here is not the error log, but that your user is called Admin...Yeah, that works, and so did the button but I have trouble getting the orange highlight to show up when you hover over the button. The roll back button has the same issue but I don't use it so didn't notice. The rest of the menu works fine though.
I should also mention that I moved onto part 2 last night and it's not an issue there.
Something else of note is that when I moved over to part 2, it warned me that my save for part 1 was made on another device (It wasn't). And I just opened to part 1 again to see if I still had the fullscreen issue and I'm getting an error on a save I just made last night.
Someone else mentioned I might have a corrupted download and I'm willing to believe them, but again I'm on part 2 now so as far as I'm concerned the problem solved itself.
I thought I'd post the error report just in case it was helpful to you.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/00action_file.rpy", line 463, in __call__ renpy.load(fn) ModuleNotFoundError: No module named 'renpy.display.scenelists' -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_load_save.rpym", line 35, in script $ ui.interact() File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module> $ ui.interact() File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\core.py", line 4258, in interact_core rv = root_widget.event(ev, x, y, 0) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\transition.py", line 53, in event return self.new_widget.event(ev, x, y, st) # E1101 File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\screen.py", line 743, in event rv = self.child.event(ev, x, y, st) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1399, in event rv = super(Window, self).event(ev, x, y, st) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 279, in event rv = d.event(ev, x - xo, y - yo, st) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\layout.py", line 1175, in event rv = i.event(ev, x - xo, y - yo, cst) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\behavior.py", line 1073, in event return handle_click(self.clicked) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\behavior.py", line 1008, in handle_click rv = run(action) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\behavior.py", line 322, in run new_rv = run(i, *args, **kwargs) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\display\behavior.py", line 329, in run return action(*args, **kwargs) File "renpy/common/00action_file.rpy", line 463, in __call__ renpy.load(fn) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\loadsave.py", line 768, in load roots, log = loads(location.load(filename)) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\compat\pickle.py", line 100, in loads return load(io.BytesIO(s)) File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\compat\pickle.py", line 97, in load return up.load() File "C:\Users\Admin\Downloads\TFS-Update_12a-pc-compressed\renpy\compat\pickle.py", line 93, in find_class return super().find_class(module, name) ModuleNotFoundError: No module named 'renpy.display.scenelists' Windows-10-10.0.19045 AMD64 Ren'Py 8.0.3.22090809 The Fiery Scion Update_12a Thu Apr 17 09:13:38 2025
I probably just didn't set my computer up right.The most concerning thing here is not the error log, but that your user is called Admin...
Thats pretty normal when you installed an "All in one" version of windows.. anyway.. playing the game straight from the "Downloads" folder.. thats a worring sign my friend... at least put the damn porn game in another folder.. damn it.. my OSD is make me itch every cell from my body.. why men? why?!I probably just didn't set my computer up right.
I get you there ... I have "Stuff/Games/renpy/" THEN all my AVNs ... not even connected to the downloads folder ...Thats pretty normal when you installed an "All in one" version of windows.. anyway.. playing the game straight from the "Downloads" folder.. thats a worring sign my friend... at least put the damn porn game in another folder.. damn it.. my OSD is make me itch every cell from my body.. why men? why?!
Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?Thats pretty normal when you installed an "All in one" version of windows.. anyway.. playing the game straight from the "Downloads" folder.. thats a worring sign my friend... at least put the damn porn game in another folder.. damn it.. my OSD is make me itch every cell from my body.. why men? why?!
not sure this is legit question but here we go.Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?
this is men bantering .. very lightly and polite ... if it was legit i sure hope you grow some skin and/or grow your social skillsmy OSD is make me itch every cell from my body.. why men? why?!
because all of them are huge security risk.Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?
Two reasons..first security reasons, let the default name for the user (Admin, Administrator, User) can be use as even a backdoor to your data, the second one is mostly for order.. i mean the "Downloads" folders is royal mess when compressed files are extrated there, not gonna even talk about the indexing from the complete "user" folder. There is a secondary reason, for privacy reasons, i mean, Downloads folder is like your frontyard together with the Desktop folders, if you need to show your PC to someone, you normally dont wanna show them your virtual porn collection. Now if you dont give a fuck, good for you.Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?