Baitylus

New Member
Mar 30, 2017
1
0
Tried some searching but didn't found anyone else with this error.

Right after taking the boat to Dale for the first time i'm facing the error below.
Using Linux version btw.
Anyone has a clue how to fix?

You don't have permission to view the spoiler content. Log in or register now.

-edit-
clean extract without scrappy-mod fixed it
 
Last edited:

Xangeon007

Newbie
Dec 20, 2019
47
53
maybe its been explained but im lost on accessing the shemale content. I know the red haired girl is one, and theres a dancer thats one, but is there no sexual encounter with them yet?
 

AM97

Member
Oct 9, 2017
304
134
Is it possible to learn new spells and potions ? Because when I press attend lessons I go to practice
 

DavidCF

Member
Aug 10, 2020
357
128
Hi, Love the game. Came across two typos on the same line and the second generates an error message on the screen. logic\events\victoria.rpy:1236: it;s 100% safe -> it's 100%% safe
 
Sep 3, 2020
4,207
27,683
Could u send your save file?
okay I just wanted to say great update and nice try but no matter how attractive The Other Women. are I will not betray my love lol but anyway I wanted to tell you I was playing the game and every time I go in character info all of a sudden this happens


```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/logic/main_interface/quest_log_screen.rpy", line 53, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 53, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 64, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 91, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 412, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 581, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 590, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 592, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 594, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 612, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 618, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 618, in keywords
File "game/logic/main_interface/quest_log_screen.rpy", line 619, in <module>
TypeError: float() argument must be a string or a number

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

Full traceback:
File "logic/events/giant.rpyc", line 16, in script call
File "logic/main_interface/label.rpyc", line 248, in script
File "renpy/ast.py", line 1438, in execute
renpy.exports.with_statement(trans, paired)
File "renpy/exports.py", line 1682, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "renpy/display/core.py", line 2718, in do_with
clear=clear)
File "renpy/display/core.py", line 3276, 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 3694, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, 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 3694, 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/logic/main_interface/quest_log_screen.rpy", line 53, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 53, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 64, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 91, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 412, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 581, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 590, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 592, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 594, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 612, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 618, in execute
File "game/logic/main_interface/quest_log_screen.rpy", line 618, in keywords
File "game/logic/main_interface/quest_log_screen.rpy", line 619, in <module>
TypeError: float() argument must be a string or a number

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2b
Sun Aug 15 16:28:54 2021
```
 

gnadudu

Well-Known Member
Aug 31, 2018
1,861
2,750
And what did u do? Also please send your save file
Also had the same issue, I'm pretty sure hide screen arthur_2_45_screen with Dissolve(.5) in logic\events\arthur_2.rpy line 193 should be hide screen arthur_2_0_screen with Dissolve(.5) (at least that fixed it for me...)
 

SteveyP

Active Member
Jul 1, 2017
811
2,820
I can't seem to open the game. Playing on a Mac. Downloaded off the MEGA link of the OP. Get this error when I try to open the game.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/options.rpy", line 52, in <module>
IOError: [Errno 20] Not a directory: '/Users/StevanPena/Library/RenPy/persistent/LustAcademy.new'

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

Full traceback:
File "/Users/StevanPena/Downloads/Games To Play/Lust Academy - Beta.app/Contents/Resources/autorun/renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "/Users/StevanPena/Downloads/Games To Play/Lust Academy - Beta.app/Contents/Resources/autorun/renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "options.rpyc", line 48, in script
File "options.rpyc", line 48, in script
File "/Users/StevanPena/Downloads/Games To Play/Lust Academy - Beta.app/Contents/Resources/autorun/renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/Users/StevanPena/Downloads/Games To Play/Lust Academy - Beta.app/Contents/Resources/autorun/renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/options.rpy", line 52, in <module>
File "/Users/StevanPena/Downloads/Games To Play/Lust Academy - Beta.app/Contents/Resources/autorun/renpy/persistent.py", line 447, in save
with open(fn + b".new", "wb") as f:
IOError: [Errno 20] Not a directory: '/Users/StevanPena/Library/RenPy/persistent/LustAcademy.new'

Darwin-20.6.0-x86_64-i386-64bit
Ren'Py 7.4.8.1895
LustAcademy 0.2.2b
Sun Aug 15 16:07:45 2021
 
3.80 star(s) 165 Votes