- Jan 4, 2018
- 97
- 358
Maybe Game Folder\LoSeSb.app\Contents\Resources\autorun\gameon mac where i put the files?
Can't Test this
Maybe Game Folder\LoSeSb.app\Contents\Resources\autorun\gameon mac where i put the files?
Are you using MAC?Hi, I got this message after installing the mod. What's wrong?
You don't have permission to view the spoiler content. Log in or register now.
Yes. I'm on Mac.Are you using MAC?
Did the file settings.json exist at Game Folder/game/mod/Anonymous50000_Gallery?
If you are using MAC tell me because it's look like a bug of path in MAC renpy
The issue seems to be related to relative path and can be fixedYes. I'm on Mac.
settings.json still exist, I drop full mod file at /game/ folder | ./game/mod/Anonymous50000_Gallery/.....
Maybe the mod is not suitable for mac.
Thanks, dude. the mod works well now.The issue seems to be related to relative path and can be fixed
If you can try this file if it doesn't work the log will help me better understanding why it's isn't working
Thanks for your responseThanks, dude. the mod works well now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
screen main_menu():
File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
screen main_menu():
File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
if gui.show_name:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
if not steam:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
$ new_version = updater.UpdateVersion(update_url)
File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
$ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3007, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3418, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 566, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 432, in visit_all
callback(self)
File "renpy/display/core.py", line 3418, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 443, in per_interact
self.update()
File "renpy/display/screen.py", line 631, in update
self.screen.function(**self.scope)
File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
screen main_menu():
File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute
screen main_menu():
File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute
if gui.show_name:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute
if not steam:
File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute
$ new_version = updater.UpdateVersion(update_url)
File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module>
$ new_version = updater.UpdateVersion(update_url)
NameError: name 'update_url' is not defined
Windows-10-10.0.19041
Ren'Py 7.4.2.1292
Love & Sex : Second Base 21.2.0b
Sat Sep 4 23:01:27 2021
Outdated Version Here, You Have 21.2.0b actual mod version is 21.7.2a or +hi i have a problem
main menu not showing and getting this errors btw it's windows
what should i do?
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute screen main_menu(): File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute screen main_menu(): File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute if gui.show_name: File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute if not steam: File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute $ new_version = updater.UpdateVersion(update_url) File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module> $ new_version = updater.UpdateVersion(update_url) NameError: name 'update_url' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3007, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3418, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 566, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 566, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 566, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 566, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 432, in visit_all callback(self) File "renpy/display/core.py", line 3418, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 443, in per_interact self.update() File "renpy/display/screen.py", line 631, in update self.screen.function(**self.scope) File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute screen main_menu(): File "game/mod/Anonymous50000_Gallery/init.rpy", line 228, in execute screen main_menu(): File "game/mod/Anonymous50000_Gallery/init.rpy", line 254, in execute if gui.show_name: File "game/mod/Anonymous50000_Gallery/init.rpy", line 261, in execute if not steam: File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in execute $ new_version = updater.UpdateVersion(update_url) File "game/mod/Anonymous50000_Gallery/init.rpy", line 262, in <module> $ new_version = updater.UpdateVersion(update_url) NameError: name 'update_url' is not defined Windows-10-10.0.19041 Ren'Py 7.4.2.1292 Love & Sex : Second Base 21.2.0b Sat Sep 4 23:01:27 2021
oh it work on 21.8 thanks mateOutdated Version Here, You Have 21.2.0b actual mod version is 21.7.2a or +
Yes I know maybe this week end because studies restart I get less time to work on itThis mod should be updated.
yeah cuz the mod is a few versions oldgame wont load up when i extract the mod into /game folder
oh shit completely overlooked that. My bad lolyeah cuz the mod is a few versions old
was literally updated 3 days ago. Calm yo titsis this ever going to update
Probably an easy fix to do I will work on that nowgame wont load up when i extract the mod into /game folder