Bug Report: [The Sultan and his Harem v0.5.2] Crash on Room Navigation Screen (TypeError)
Dear Developer Team of "The Sultan and his Harem,"
I hope this message finds you well. First, I'd like to say that I've been really enjoying your game.
I'm writing to report a repeatable crash I encountered in version 0.5.2. The game crashes consistently on the "room_navigation" screen.
How to Reproduce the Bug:
- Navigate to the room_navigation screen in the game.
- Hover the mouse cursor over one of the interactive locations/buttons.
- The game immediately crashes and shows an exception log.
Below is the information from the error screen, including the full traceback, which I hope will be helpful for debugging.
Game and System Information:
- Game: The Sultan and his Harem v0.5.2
- OS: Windows 10
- Ren'Py Version: 8.3.3.24111502
Full Error Traceback:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 341, in script
call screen room_navigation
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
TypeError: show_tooltip() got an unexpected keyword argument 'label_name_to_call'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 341, in script
call screen room_navigation
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\ast.py", line 1974, in execute
self.call("execute")
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\statements.py", line 374, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 671, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\exports\statementexports.py", line 345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\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 "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\display\core.py", line 3281, in interact_core
rv = renpy.display.focus.mouse_handler(ev, x, y)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\display\focus.py", line 638, in mouse_handler
return change_focus(new_focus, default=default)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\display\focus.py", line 571, in change_focus
rv = widget.focus(default=default)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\display\behavior.py", line 1021, in focus
rv = run(self.hovered)
File "D:\GAMEtest\The-Sultan-and-his-Harem-0.5.2-pc\renpy\display\behavior.py", line 401, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 582, in __call__
rv = self.callable(*self.args, **self.kwargs)
TypeError: show_tooltip() got an unexpected keyword argument 'label_name_to_call'
Windows-10-10.0.19041 AMD64
Ren'Py 8.3.3.24111502
The Sultan and his Harem 0.5.2
Tue Aug 12 01:52:12 2025
Thank you for your time and for all the hard work you've put into the game. I hope this report is helpful in resolving the issue.
Best regards,