How to lose one's virginity
This Community Hub is marked as 'Adult Only'. You are seeing this hub because you have set your preferences to allow this content.

How to lose one's virginity

View Stats:
GPoint  [developer] Jan 17 @ 5:41am
Bug reports (Release)
Please write here the bugs that you have encountered, preferably with a screenshot or with the error code that appeared in the window
< >
Showing 1-15 of 40 comments
There's an issue with some of the magazine unlocks becoming un-unlocked progressing further.
GPoint  [developer] Jan 17 @ 6:44am 
Originally posted by CaffeineMachine:
There's an issue with some of the magazine unlocks becoming un-unlocked progressing further.
Do you mean that the magazines open without your participation? You didn't find them, but they are already open?
You mean the Secret Gallery specifically, not the regular one that's just for re-watching episodes, right?
Originally posted by GPoint:
Originally posted by CaffeineMachine:
There's an issue with some of the magazine unlocks becoming un-unlocked progressing further.
Do you mean that the magazines open without your participation? You didn't find them, but they are already open?
You mean the Secret Gallery specifically, not the regular one that's just for re-watching episodes, right?
The fact is that at first you open the magazine, but go a little further along the plot, and it becomes closed again.
At least that's the problem I have.
GPoint  [developer] Jan 17 @ 6:58am 
Originally posted by ʜᴀᴍsᴛᴇʀ:
Originally posted by GPoint:
Do you mean that the magazines open without your participation? You didn't find them, but they are already open?
You mean the Secret Gallery specifically, not the regular one that's just for re-watching episodes, right?
The fact is that at first you open the magazine, but go a little further along the plot, and it becomes closed again.
At least that's the problem I have.
Very interesting :(
Thanks for the report, now I'll look for what the problem is!
I click on the magazine and see the image but nothing is showing in the secrets gallery.
Also, some of the secret gallery images seem to be missing. For example- images/gallery/Secrets_mini/bonus_2367.png
GPoint  [developer] Jan 17 @ 8:04am 
Originally posted by CaffeineMachine:
Also, some of the secret gallery images seem to be missing. For example- images/gallery/Secrets_mini/bonus_2367.png
It's ease, thank you, found it, changed the code, the image number was wrong. The bug fix will be published soon. Do I understand correctly that your gallery has started working? Or are there still problems? Only some magazines are closed while others remain open or are they all closed at once?
Trying to load my save:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\main.py", line 652, in main
run(restart)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\execution.py", line 958, in run_context
context.run()
File "game/tl/english/script.rpyc", line 7, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "game/tl/english/script.rpyc", line 7, in script
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 1106, in do_display
display_say(who,
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 2215, 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 "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 554, in event
rv = run(action)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\game.py", line 377, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 2215, 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 "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\loadsave.py", line 826, in load
log.unfreeze(roots, label="_after_load")
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 1135, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 930, in rollback
self.load_failed()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 848, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.3.24110401+nightly
How to lose virginity 1.0SE
Fri Jan 17 11:20:58 2025
Last edited by hereforciv; Jan 17 @ 8:26am
Originally posted by GPoint:
Originally posted by CaffeineMachine:
Also, some of the secret gallery images seem to be missing. For example- images/gallery/Secrets_mini/bonus_2367.png
It's ease, thank you, found it, changed the code, the image number was wrong. The bug fix will be published soon. Do I understand correctly that your gallery has started working? Or are there still problems? Only some magazines are closed while others remain open or are they all closed at once?

I just came here to mention this also...
Having just checked the gallery secrets, only the last magazine found is open.
For me the last one found was with Annabel in the hotel and the previous one (I don't think I missed any) was with professor Kate in the host club toilets, and only Annabels is visable.

https://steamcommunity.com/sharedfiles/filedetails/?id=3409193769

Conversely, the "Modest Collection - Collect 5 mags" achievement only just popped after collecting Annabels, but I'm sure this was the 6th or 7th though?
GPoint  [developer] Jan 17 @ 8:34am 
Originally posted by hereforciv:
Trying to load my save:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\main.py", line 652, in main
run(restart)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\execution.py", line 958, in run_context
context.run()
File "game/tl/english/script.rpyc", line 7, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "game/tl/english/script.rpyc", line 7, in script
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 2573, in execute
Say.execute(self)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 1455, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 1106, in do_display
display_say(who,
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\character.py", line 803, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 2215, 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 "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 554, in event
rv = run(action)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00gamemenu.rpy", line 130, in _invoke_game_menu
renpy.call_in_new_context('_game_menu')
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\game.py", line 377, in call_in_new_context
return renpy.execution.run_context(False)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ast.py", line 821, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 2215, 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 "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\core.py", line 3286, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\screen.py", line 793, in event
rv = self.child.event(ev, x, y, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1526, in event
rv = super(Window, self).event(ev, x, y, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 285, in event
rv = d.event(ev, x - xo, y - yo, st)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\layout.py", line 1297, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 1182, in event
return handle_click(self.clicked)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 1103, in handle_click
rv = run(action)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 394, in run
new_rv = run(i, *args, **kwargs)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\loadsave.py", line 826, in load
log.unfreeze(roots, label="_after_load")
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 1135, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 930, in rollback
self.load_failed()
File "E:\Steam\steamapps\common\How to lose ones virginity\renpy\rollback.py", line 848, in load_failed
raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.3.24110401+nightly
How to lose virginity 1.0SE
Fri Jan 17 11:20:58 2025

Hello. Yes, there is a problem that some players are unable to load old saves. Unfortunately, I have not yet understood the reason, or rather, I understand that this is due to the introduction of new variables and mechanics into the game, but I have not yet been able to determine what exactly makes old saves incompatible with the new version.

For now, I can only suggest starting a new game, setting Skip to everything in the game settings "All text, Choices, Transitions" and quickly scrolling to the place where you stopped using Ctrl.
GPoint  [developer] Jan 17 @ 8:36am 
Originally posted by Persecuter:
Originally posted by GPoint:
It's ease, thank you, found it, changed the code, the image number was wrong. The bug fix will be published soon. Do I understand correctly that your gallery has started working? Or are there still problems? Only some magazines are closed while others remain open or are they all closed at once?

I just came here to mention this also...
Having just checked the gallery secrets, only the last magazine found is open.
For me the last one found was with Annabel in the hotel and the previous one (I don't think I missed any) was with professor Kate in the host club toilets, and only Annabels is visable.

https://steamcommunity.com/sharedfiles/filedetails/?id=3409193769

Conversely, the "Modest Collection - Collect 5 mags" achievement only just popped after collecting Annabels, but I'm sure this was the 6th or 7th though?
Hi, I may have found a problem in the code. I will soon release an update that should fix it, I will also provide a cheat code that will allow you to open all the magazines, for those who have such a problem.
Originally posted by GPoint:
Originally posted by Persecuter:

I just came here to mention this also...
Having just checked the gallery secrets, only the last magazine found is open.
For me the last one found was with Annabel in the hotel and the previous one (I don't think I missed any) was with professor Kate in the host club toilets, and only Annabels is visable.

https://steamcommunity.com/sharedfiles/filedetails/?id=3409193769

Conversely, the "Modest Collection - Collect 5 mags" achievement only just popped after collecting Annabels, but I'm sure this was the 6th or 7th though?
Hi, I may have found a problem in the code. I will soon release an update that should fix it, I will also provide a cheat code that will allow you to open all the magazines, for those who have such a problem.

Great stuff... I won't bother with the cheat code, I'll just start again, I'd rather earn it.
i have found the talking for me has the girls name above it instead of mine and also when you get the first maga it crashed my game to start with..
Last edited by bradbury859; Jan 17 @ 9:38am
GPoint  [developer] Jan 17 @ 9:47am 
Originally posted by bradbury859:
i have found the talking for me has the girls name above it instead of mine and also when you get the first maga it crashed my game to start with..
Hi. I don't get it, is the problem only with the first log? Is there some error message?
GPoint  [developer] Jan 17 @ 10:33am 
UPDATE
I probably solved all the problems listed above.
Almost all of them are related to launching the game from old saves.
Here's how you can try to fix it.
https://store.steampowered.com/news/app/2578880/view/500562785647722992?l=russian
Last edited by GPoint; Jan 17 @ 1:00pm
< >
Showing 1-15 of 40 comments
Per page: 1530 50