Create and Fuck your AI Slut -70% OFF
x

Shenhan

Member
Apr 7, 2018
443
692
268
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
 

foxy1969

New Member
Nov 15, 2022
14
9
60
Just wanted to say I have just discovered and played this for the first time from the start to last update, and I absolutely love it! Thank you for your excellent work!
 
  • Heart
Reactions: Vanderer

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,822
13,132
812
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
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.
 

Vanderer

Active Member
Game Developer
Dec 8, 2017
870
3,362
471
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?
 

Shenhan

Member
Apr 7, 2018
443
692
268
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.
I ended up just finishing part 1 and moved on to part 2 where it's not a problem anymore.
 

Shenhan

Member
Apr 7, 2018
443
692
268
I tried just now and it works for me. Did you try the alt+enter shortcut?
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.

Edit: I removed the error log because I just figured out what happened. I was being dumb and trying to load a part 2 save on part 1.
 
Last edited:

Nadira

Well-Known Member
Jun 29, 2024
1,587
4,494
349
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
The most concerning thing here is not the error log, but that your user is called Admin...
 

TiranoSupremo

Newbie
Jul 27, 2017
71
137
79
I probably just didn't set my computer up right.
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?!
 
  • Haha
Reactions: Nadira and Elhemeer

Elhemeer

Conversation Conqueror
Jun 20, 2022
7,822
13,132
812
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 get you there ... I have "Stuff/Games/renpy/" THEN all my AVNs ... not even connected to the downloads folder ...
 
  • Like
Reactions: TiranoSupremo

Shenhan

Member
Apr 7, 2018
443
692
268
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?
 

HiHaHo

Engaged Member
Jan 2, 2023
2,582
3,985
387
Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?
not sure this is legit question but here we go.
because opinions don't need to be explained?
and one acutally did:

my OSD is make me itch every cell from my body.. why men? 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 skills
 

Fulminato

Well-Known Member
Oct 17, 2017
1,713
1,497
360
Why? people keep telling me things I'm doing are worrying but nobodies bothering to explain why?
because all of them are huge security risk.
the admin account is used only for doing admin business {you logout your normal account, login with admin, doing exact only the thing you need to do, then logout admin and login your normal account}, because if your account will be compromised and that is the admin account you will be royally fucked. the download folder it's the same by a less degree, it's a special folder with special permission
 

TiranoSupremo

Newbie
Jul 27, 2017
71
137
79
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.
 
Last edited:
4.50 star(s) 83 Votes