- Jun 17, 2017
- 1,241
- 654
I'm sorry, but an uncaught exception occurred.as a note: 0.6 was released crunched by me, sadly i dont have the internet to upload two over 1 gig files so, this is what i can do now, my apologies!
Beyond that, yes the katy error has been adressed, you can manually fix it, i might actually upload a hotfix for it.
About the insurgency thing, I believe the problem was an old version (maybe 0.5?) that updated wrongly, that being the case, the only fix can be manual, but i may add it to the hot fix soon. Can you post the log nonetheless?
While running game code:
File "game/script/screens/screen journal.rpy", line 15, in script
call screen screen_diary_production
File "renpy/common/000statements.rpy", line 471, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/script/screens/journal/production/screen production.rpy", line 9, in execute
screen screen_diary_production:
File "game/script/screens/journal/production/screen production.rpy", line 9, in execute
screen screen_diary_production:
File "game/script/screens/journal/production/screen production.rpy", line 12, in execute
frame:
File "game/script/screens/journal/production/screen production.rpy", line 129, in execute
if res_screen == "insurgency":
File "game/script/screens/journal/production/screen production.rpy", line 130, in execute
use screen_diary_insurgency
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 9, in execute
screen screen_diary_insurgency: ## for now, then change this to be the logistics one
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 9, in execute
screen screen_diary_insurgency: ## for now, then change this to be the logistics one
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 12, in execute
frame:
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 16, in execute
hbox:
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 17, in execute
vbox:
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 41, in execute
vbox:
File "game/script/screens/journal/insurgency/screen insurgency.rpy", line 46, in execute
text "{font=KozGoPr6N-Regular.otf}{color=#000000}{size= 18}Luka will take care of your supplies and will keep purchasing them until your warehouse it's full. Right now he is buying [_ins_log_supp_daily] supplies every day at a price of $[_ins_log_supp_cost]x10 supplies. \n\nBe careful, the more supplies you purchase, the higher the amount of suspicion it will generate. Right now suspicion will increase by [_ins_log_susp_daily] each day and buying your supplies will cost you $[_fin_money_logis]. \n\nIf you don't have enough money to pay he will not buy anything. Buying supplies is always the first action calculated (since many tasks needs them) therefore you need to make sure you have enough money at hand to run your operations.{/size}{/color}{/font}"
NameError: Name '_ins_log_supp_daily' is not defined.
I hope this is it, i'm rarely having problems with ren'py games, so i'm hoping i posted it correctly