Anon595

Newbie
Sep 10, 2018
57
52
Found this bug.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 6, in execute
File "game/_script/notebook/notebook_main.rpy", line 19, in execute
File "game/_script/notebook/notebook_main.rpy", line 20, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 98, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 99, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 100, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in <module>
KeyError: u'showel_1'

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

Full traceback:
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\main.py", line 578, in main
run(restart)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\execution.py", line 908, in run_context
context.run()
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 183, in script call
File "_places/santa_castilla/santa_castilla navigation.rpyc", line 24, in script
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 183, in script call
File "_places/santa_castilla/santa_castilla navigation.rpyc", line 24, in script
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 6, in execute
File "game/_script/notebook/notebook_main.rpy", line 19, in execute
File "game/_script/notebook/notebook_main.rpy", line 20, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 98, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 99, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 100, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in execute
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 190, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_script/notebook/notebook_inventory.rpy", line 101, in <module>
KeyError: u'showel_1'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Pirates: Golden Tits 0.11.5
Sat Jun 05 21:02:19 2021
 

Denchik12312

Active Member
Jun 23, 2019
562
245
Found this bug.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 6, in execute
File "game/_script/notebook/notebook_main.rpy", line 19, in execute
File "game/_script/notebook/notebook_main.rpy", line 20, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 98, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 99, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 100, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in <module>
KeyError: u'showel_1'

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

Full traceback:
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\main.py", line 578, in main
run(restart)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\main.py", line 143, in run
renpy.execution.run_context(True)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\execution.py", line 908, in run_context
context.run()
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 183, in script call
File "_places/santa_castilla/santa_castilla navigation.rpyc", line 24, in script
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "minigames/poker_dice/poker.rpyc", line 185, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 300, in script call
File "_places/sent_isidor/port_sent_isidora_tavern.rpyc", line 183, in script call
File "_places/santa_castilla/santa_castilla navigation.rpyc", line 24, in script
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 3094, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 541, in visit_all
d.visit_all(callback, seen)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 430, in visit_all
callback(self)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\core.py", line 3094, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 440, in per_interact
self.update()
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\display\screen.py", line 625, in update
self.screen.function(**self.scope)
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 1, in execute
File "game/_script/notebook/notebook_main.rpy", line 6, in execute
File "game/_script/notebook/notebook_main.rpy", line 19, in execute
File "game/_script/notebook/notebook_main.rpy", line 20, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 2, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 98, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 99, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 100, in execute
File "game/_script/notebook/notebook_inventory.rpy", line 101, in execute
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\ast.py", line 190, in evaluate
args.append(renpy.python.py_eval(v, locals=scope))
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\python.py", line 2059, in py_eval
return py_eval_bytecode(code, globals, locals)
File "D:\Projects\Games\Pirates_GT-0.11.5-pc\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/_script/notebook/notebook_inventory.rpy", line 101, in <module>
KeyError: u'showel_1'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Pirates: Golden Tits 0.11.5
Sat Jun 05 21:02:19 2021
old save don't work
 

LordDiabl0

Member
Feb 19, 2019
239
112
does this game gives you the options to choose "like not sharing any girl or do not have the crew gang rape the girl" its because I played this game a year ago and there's a scene where the crew gang rapes one of the girls and the Mc just watches and doesnt do anything and truly I didnt like it because it didnt gave me the option of not wanting that.
 
Feb 26, 2020
346
150
the command code shipp.gold does not work but i did find that the chest in the captains cabin will give you tons of gold i just use my auto clicker on it and got tons of gold theres no limit
 

MilkyDaddy

Made with love <3
Game Developer
Oct 6, 2018
534
321
does this game gives you the options to choose "like not sharing any girl or do not have the crew gang rape the girl" its because I played this game a year ago and there's a scene where the crew gang rapes one of the girls and the Mc just watches and doesnt do anything and truly I didnt like it because it didnt gave me the option of not wanting that.
this scene is no longer in the game
 

Eourynomus

Newbie
May 7, 2017
22
1
Is there a way to avoid/change the fishing minigame? Raise the blue mark with so much clicks at that speed, and aiming at the red mark at the same time is impossible.
 

Eliont

Member
Game Developer
Jul 16, 2018
159
92
Is there a way to avoid/change the fishing minigame? Raise the blue mark with so much clicks at that speed, and aiming at the red mark at the same time is impossible.
Please be more specific, better record a video how fishing (version 11 that leaked recently) works for you.
 

RustDust

Member
Jul 18, 2017
423
416
I really enjoy the ship combat as it is now, but it could be better with things like obstacles (wind, rocks, waves, barrel bombs, etc.) and multiple enemies with more diverse types, as well as more unique combat options like precision shots, short-range but powerful shots, auto-firing, ramming, dodge or tank builds, barrel bombs/mines, etc. It has a good foundation for a great shoot em' up. The turn-based combat is not as good but still solid. Just needs more combat options for characters since the decks don't have much customization. Also, it's way too easy so far. Really, the worst thing is the art/h-scenes, which aren't bad but pale compared to the gameplay. There's hardly any scenes so far, and the girls' faces are pretty samey and generic. It's not awful, but it's not what kept me playing either. Depending on the developer's intent, it could be an achievement that the gameplay is good enough on its own without h-content.
 

ramo41

New Member
Aug 30, 2020
1
0
Does anyone know:
1) How to get spices and vegetables?
2) How to use night vision goggles?
 

Lord Bradley

Active Member
May 28, 2019
510
1,166
Does anyone know:
1) How to get spices and vegetables?
2) How to use night vision goggles?
Spices and Vegetables are in stores next to fish shop in Santa-Costilo or whatever was name of 2nd town :D

I don't know about goggles, maybe the effect of them is not yet implemented (should allow you to fish at night I think, but you can't even if you have them)
 
3.30 star(s) 16 Votes