Brady2626

Engaged Member
Mar 2, 2018
2,080
1,562
Try to sleep several days. At a council Tink will tell you about starting raids. Did Bahuton came already?
i have slept for a while and yes i got all the content done from last update
i have been getting the bandit over and over again
 

ArchonStudio

Trapped in this eon
Game Developer
Apr 8, 2020
374
1,393
and still no slaves to buy :(

View attachment 677750
Let's check first how many slaves you'll get from the raids. I wouldn't be surprised if you get over 1K of them there) If it'll be not enough, I'll make a special patch for you with slaves. I had too many things to test in this update, so I just forgot too add slaves to the market :(
 

sndman28

New Member
Jul 8, 2017
7
7
After talking to Cat, I get the following error.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 1523, in script
$ log.assign("A cure for Cat")
File "game/script.rpy", line 1523, in <module>
$ log.assign("A cure for Cat")
File "game/questlog.rpy", line 581, in assign
stage = quest.stage(quest._firststage)
AttributeError: 'NoneType' object has no attribute 'stage'

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

Full traceback:
File "game/script.rpy", line 1523, in script
$ log.assign("A cure for Cat")
File "C:\Users\Tim\Desktop\LordKing-0.3-pc\LordKing-0.3-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Tim\Desktop\LordKing-0.3-pc\LordKing-0.3-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 1523, in <module>
$ log.assign("A cure for Cat")
File "game/questlog.rpy", line 581, in assign
stage = quest.stage(quest._firststage)
AttributeError: 'NoneType' object has no attribute 'stage'

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
Lord King 0.3
Mon Jun 01 16:02:45 2020
 

Brady2626

Engaged Member
Mar 2, 2018
2,080
1,562
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'lori_in_harem.png'>:
  File "game/script.rpy", line 1270, in script call
    call tsug_chasing from _call_tsug_chasing
  File "game/script.rpy", line 1760, in script call
    call queen_talk from _call_queen_talk
  File "game/script.rpy", line 1279, in script call
    call megan_negotiations from _call_megan_negotiations
  File "game/hall_events.rpy", line 66, in script call
    call megan_after_negotiations from _call_megan_after_negotiations
  File "game/hall_events.rpy", line 522, in script call
    call version_end from _call_version_end
  File "game/script.rpy", line 1760, in script call
    call queen_talk from _call_queen_talk
  File "game/script.rpy", line 299, in script call
    call megan_talk from _call_megan_talk
  File "game/script.rpy", line 1890, in script call
    call wdl_talk from _call_wdl_talk
  File "game/script.rpy", line 1453, in script call
    call harem_intro from _call_harem_intro_1
  File "game/tl/english/script.rpy", line 4401, in script
    ho "My Lord! Happy to see you. Let me show you the harem."
IOError: Couldn't find file 'lori_in_harem.png'.

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

Full traceback:
  File "game/script.rpy", line 1270, in script call
    call tsug_chasing from _call_tsug_chasing
  File "game/script.rpy", line 1760, in script call
    call queen_talk from _call_queen_talk
  File "game/script.rpy", line 1279, in script call
    call megan_negotiations from _call_megan_negotiations
  File "game/hall_events.rpy", line 66, in script call
    call megan_after_negotiations from _call_megan_after_negotiations
  File "game/hall_events.rpy", line 522, in script call
    call version_end from _call_version_end
  File "game/script.rpy", line 1760, in script call
    call queen_talk from _call_queen_talk
  File "game/script.rpy", line 299, in script call
    call megan_talk from _call_megan_talk
  File "game/script.rpy", line 1890, in script call
    call wdl_talk from _call_wdl_talk
  File "game/script.rpy", line 1453, in script call
    call harem_intro from _call_harem_intro_1
  File "game/tl/english/script.rpy", line 4401, in script
    ho "My Lord! Happy to see you. Let me show you the harem."
  File "E:\ZxZ\LordKing-0.3-pc\renpy\ast.py", line 708, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\exports.py", line 1345, in say
    who(what, *args, **kwargs)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\character.py", line 1142, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\character.py", line 842, in do_display
    **display_args)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\character.py", line 591, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\screen.py", line 675, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "E:\ZxZ\LordKing-0.3-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "E:\ZxZ\LordKing-0.3-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'lori_in_harem.png'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Lord King 0.3
Mon Jun 01 16:12:59 2020
 

ArchonStudio

Trapped in this eon
Game Developer
Apr 8, 2020
374
1,393
After talking to Cat, I get the following error.

I'm sorry, but an uncaught exception occurred.

While running game code:
If you want to play right now, w/o a patch, just don't talk to him about his mother, until you meet the queen.
 

Bloodxdd

Active Member
Jun 21, 2018
559
415
Let's check first how many slaves you'll get from the raids. I wouldn't be surprised if you get over 1K of them there) If it'll be not enough, I'll make a special patch for you with slaves. I had too many things to test in this update, so I just forgot too add slaves to the market :(
ok i just raid slave camp i see your point
74cdc76703d6508b4ece36777a848ffe.jpg
 
  • Like
Reactions: ArchonStudio

ArchonStudio

Trapped in this eon
Game Developer
Apr 8, 2020
374
1,393
Code:
I'm sorry, but an uncaught exception occurred.

While loading <'Image' u'lori_in_harem.png'>:
  File "game/script.rpy", line 1270, in script call
I've fixed it, thank you for the report. You can just ignore the error, it will not affect the game.
 

ArchonStudio

Trapped in this eon
Game Developer
Apr 8, 2020
374
1,393
so this issue is only happening on the save that i did not have sex with the danka
It's strange. Did you see errors and press "Ignore"? Cuz for now I can't see how you get the Megan quest w/o the log in Questbook.
 
3.60 star(s) 57 Votes