amateraxu

Newbie
Aug 10, 2023
48
10
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
LustHunter 0.8.8
Mon Aug 21 18:33:05 2023
how do i fix it?
 

hu lover

Forum Fanatic
Jul 27, 2022
4,132
5,466
When I try to launch it with any launcher, I get the same error. Reinstalling the game didn't help.
Saw your post that pertains to what you were talking about, my next post below explains in more detail.
 
Last edited:

Велес98

Newbie
Nov 6, 2019
19
6
It´s the same error, I got when 1st launching LustHunter ... any further attempts cause no errors ...

You don't have permission to view the spoiler content. Log in or register now.
No need to photograph your monitor ... just press CTRL & A followed by CTRL & C within the (Traceback)Editor ... when writing your post, press CTRL & V ...
Copy & Paste ;)
Preferably put the text into a Spoiler ... keeps your post structured and readable ...

Back to your question ...
Did you try to start LustHunter again ?
When I try to launch it with any launcher, I get the same error. Reinstalling the game didn't help. The error is just updated and that's it
 

hu lover

Forum Fanatic
Jul 27, 2022
4,132
5,466
I sent a screenshot above.
Okay sorry, I need to read your posts more thoroughly. Let me observe it.... Lets see, well it looks definitely like a launch error related to a a variety of Ren Py strings of code. Do you have the latest version of the game? An outdated game could cause these errors, make sure the game is up to date.
 

Велес98

Newbie
Nov 6, 2019
19
6
Yes, the latest version is 0.8.8, if this is it, then yes I have it. Also here is the error code
Okay sorry, I need to read your posts more thoroughly. Let me observe it.... Lets see, well it looks definitely like a launch error related to a a variety of Ren Py strings of code. Do you have the latest version of the game?
While running game code:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
LustHunter 0.8.8
 

hu lover

Forum Fanatic
Jul 27, 2022
4,132
5,466
Yes, the latest version is 0.8.8, if this is it, then yes I have it. Also here is the error code
While running game code:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 560, in main
renpy.game.context().run(node)
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 65, in script
init 1500 python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00defaults.rpy", line 65, in <module>
init 1500 python hide:
File "renpy/common/00defaults.rpy", line 123, in _execute_python_hide
raise Exception(error)
Exception: Preference battle_alerts has wrong type. None is not of type <type 'bool'>.

Windows-10-10.0.22621
Ren'Py 7.4.11.2266
LustHunter 0.8.8
Please refer to this following thread, this person is experiencing the same problem. Review the comments of that page, let me know if this helped.
 

HamUnDo

Member
Apr 27, 2020
160
66
To be honest, I still can't mix this drug. Anyone know what ingredients to use, please tell me. Thanks.
You could buy the recipe from Herbalica Flower ... to be honest, the easiest solution ...
Small flaw ... the scroll might look like Potion Potion (bad image) ... but it is Poison Potion ...

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

HamUnDo

Member
Apr 27, 2020
160
66
how to get order whore stone proper ..any idead
1. Rescue a whore
2. Pick the rescued whore for sex at the Glory Hole (Brothel Upstairs) ...
3. Cum inside/with her ... you will recieve a Whore Stone

Each whore will contribute only once one/her Whore Stone ...
 
2.00 star(s) 54 Votes