2.30 star(s) 7 Votes

AkiranGaming

Well-Known Member
Jan 4, 2024
1,148
754
199
Thanks for the valuable feedback, i will definitely add the continue button after player managed to win the game as I hear this request from the 3rd player today. We will add some country info, will make mini games more challenging when conquering bigger countries and amount of gold will be changed. Also we will add the options what to do with the conquered country: 1. plunder (get more gold but population happiness decreases by 20%, 2.free 3.burn 4.civilized occupation. And many other things will be added in terms of military / population happiness / gold etc
The idea of other options after conquering a country is not bad, but have you considered options other than conquering them, like relationships through diplomacy and trade, and not have all of the countries disappear from the map.
 

AkiranGaming

Well-Known Member
Jan 4, 2024
1,148
754
199
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:

  1. Navigate to the room_navigation screen in the game.
  2. Hover the mouse cursor over one of the interactive locations/buttons.
  3. 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,
Are you playing from a save or new game, because old saves are not compatible with the new version.
 

AkiranGaming

Well-Known Member
Jan 4, 2024
1,148
754
199
Guys if u like the game and want its successful development could u leave a review here, bcz for some reason only those who did not like leave a review as a result the game’s rating is just 2 stars and many dont visit the thread just bcz of this
Which discord is the best to join to discuss The Sultan and His Harem and will the bug fix version mentioned on the Patreon site be shared here as well or will we need to wait until the next version?
 

Alex1444

Newbie
Game Developer
Sep 5, 2020
91
306
63
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:

  1. Navigate to the room_navigation screen in the game.
  2. Hover the mouse cursor over one of the interactive locations/buttons.
  3. 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,
Thanks we will check it

Which discord is the best to join to discuss The Sultan and His Harem and will the bug fix version mentioned on the Patreon site be shared here as well or will we need to wait until the next version?
My discord is more suitable, bcz the other discord is for many games, while the one you joined just now is purely for the sultan game, u can report bugs anywhere you want, even here, we read all comments. As for the next update, as always first we release them on patreon for paid members to encourage them to stay our sponsors, then in around 1 week or so we publish here
 

AkiranGaming

Well-Known Member
Jan 4, 2024
1,148
754
199
Thanks we will check it



My discord is more suitable, bcz the other discord is for many games, while the one you joined just now is purely for the sultan game, u can report bugs anywhere you want, even here, we read all comments. As for the next update, as always first we release them on patreon for paid members to encourage them to stay our sponsors, then in around 1 week or so we publish here
I understand that new updates would be delayed, but was wondering if the Patreon post about a bug fix on August 10 is the version we have here now or not.
 
2.30 star(s) 7 Votes