I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 67, in script call
$ renpy.call(target_label)
File "game/labels/location/lair.rpy", line 50, in script call
call lb_location_lair_main from _call_lb_location_lair_main
File "game/labels/location/lair.rpy", line 56, in script call
call lb_location_lair_main from _call_lb_location_lair_main_1
File "game/labels/location/lair.rpy", line 34, in script
menu:
File "game/screens.rpy", line 24, in execute
screen choice:
File "game/screens.rpy", line 24, in execute
screen choice:
File "game/screens.rpy", line 26, in execute
window:
File "game/screens.rpy", line 31, in execute
vbox:
File "game/screens.rpy", line 35, in execute
for caption, action, chosen in items:
File "game/screens.rpy", line 36, in execute
if action:
File "game/screens.rpy", line 37, in execute
button:
File "game/screens.rpy", line 40, in execute
text caption style "menu_choice"
KeyError: u'room_desc'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 67, in script call
$ renpy.call(target_label)
File "game/labels/location/lair.rpy", line 50, in script call
call lb_location_lair_main from _call_lb_location_lair_main
File "game/labels/location/lair.rpy", line 56, in script call
call lb_location_lair_main from _call_lb_location_lair_main_1
File "game/labels/location/lair.rpy", line 34, in script
menu:
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\ast.py", line 1443, in execute
choice = renpy.exports.menu(choices, self.set)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 748, in menu
rv = renpy.store.menu(items)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 896, in display_menu
show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 981, in show_screen
sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 917, in add
self.hide_or_replace(layer, remove_index, "replaced")
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 939, in hide_or_replace
d = oldsle.displayable._hide(now - st, now - at, prefix)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 430, in _hide
self.update()
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 565, in update
self.screen.function(**self.scope)
File "game/screens.rpy", line 24, in execute
screen choice:
File "game/screens.rpy", line 24, in execute
screen choice:
File "game/screens.rpy", line 26, in execute
window:
File "game/screens.rpy", line 31, in execute
vbox:
File "game/screens.rpy", line 35, in execute
for caption, action, chosen in items:
File "game/screens.rpy", line 36, in execute
if action:
File "game/screens.rpy", line 37, in execute
button:
File "game/screens.rpy", line 40, in execute
text caption style "menu_choice"
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1317, in __init__
self.set_text(text, scope, substitute)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1384, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 229, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value
File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 192, in __getitem__
raise KeyError(key)
KeyError: u'room_desc'
Windows-8-6.2.9200
Ren'Py 6.99.7.858
Defiler Wings 1.4.1
If you played 1.0.1, you have to delete the old saves folder("%APPDATA%\RenPy\Defiler Wings") otherwise the game will crash.Its work for you ? after unzip, launch and click to continue I have this :
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 67, in script call $ renpy.call(target_label) File "game/labels/location/lair.rpy", line 50, in script call call lb_location_lair_main from _call_lb_location_lair_main File "game/labels/location/lair.rpy", line 56, in script call call lb_location_lair_main from _call_lb_location_lair_main_1 File "game/labels/location/lair.rpy", line 34, in script menu: File "game/screens.rpy", line 24, in execute screen choice: File "game/screens.rpy", line 24, in execute screen choice: File "game/screens.rpy", line 26, in execute window: File "game/screens.rpy", line 31, in execute vbox: File "game/screens.rpy", line 35, in execute for caption, action, chosen in items: File "game/screens.rpy", line 36, in execute if action: File "game/screens.rpy", line 37, in execute button: File "game/screens.rpy", line 40, in execute text caption style "menu_choice" KeyError: u'room_desc' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 67, in script call $ renpy.call(target_label) File "game/labels/location/lair.rpy", line 50, in script call call lb_location_lair_main from _call_lb_location_lair_main File "game/labels/location/lair.rpy", line 56, in script call call lb_location_lair_main from _call_lb_location_lair_main_1 File "game/labels/location/lair.rpy", line 34, in script menu: File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\ast.py", line 1443, in execute choice = renpy.exports.menu(choices, self.set) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 748, in menu rv = renpy.store.menu(items) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\exports.py", line 896, in display_menu show_screen(screen, items=item_actions, _widget_properties=props, _transient=True, _layer=renpy.config.choice_layer, **scope) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 981, in show_screen sls.add(_layer, d, _tag, zorder=d.zorder, transient=_transient, keep_st=True, name=name) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 917, in add self.hide_or_replace(layer, remove_index, "replaced") File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\core.py", line 939, in hide_or_replace d = oldsle.displayable._hide(now - st, now - at, prefix) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 430, in _hide self.update() File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\display\screen.py", line 565, in update self.screen.function(**self.scope) File "game/screens.rpy", line 24, in execute screen choice: File "game/screens.rpy", line 24, in execute screen choice: File "game/screens.rpy", line 26, in execute window: File "game/screens.rpy", line 31, in execute vbox: File "game/screens.rpy", line 35, in execute for caption, action, chosen in items: File "game/screens.rpy", line 36, in execute if action: File "game/screens.rpy", line 37, in execute button: File "game/screens.rpy", line 40, in execute text caption style "menu_choice" File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1317, in __init__ self.set_text(text, scope, substitute) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\text\text.py", line 1384, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 229, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/string.py", line 605, in get_value File "E:\S-1-5-21-888870752\Telechargement\DefilerWings-1.4.1-all\renpy\substitutions.py", line 192, in __getitem__ raise KeyError(key) KeyError: u'room_desc' Windows-8-6.2.9200 Ren'Py 6.99.7.858 Defiler Wings 1.4.1
These missions are random, is there any particular one you have problems with? I find the mountians best for creating the most expensive treasure, the sky best for farming money and the roads best for getting infamy.Man at some point there was a guide to all the different missions the dark lady gives you, does anyone know where to find that?
He's currently working onDid Oldhuntsman move on to another project yet? I liked his previous work a lot (Jack O nine) but this one is pretty meh for someone like me who prefers playing as a humanoid (at least) I mean how can you get excited by seeing chicks getting banged by a dragon if you're not into bestiality..
It worked fine for me, just had to delete the 1.0.1 saves because they're not compatible with 1.4.1 and crash the game when loading them.Is there more steps after unzipping? My game isn't displaying any words, just blank chat logs. I'm using the machine translated version.
You should see three body parts highlighted: Head (mess with the prisoner), womb (eat her) and pussy (take her). There's further actions with options 1 and 3.Is there more steps after unzipping? My game isn't displaying any words, just blank chat logs. I'm using the machine translated version.
Actually you only have to remove the save files under game\saves, it works for me that way (including new dragons when you save on the selection screen). Note that the game does have multiple saves, so you can delete some of the newer ones so it'll reset to an older save, just make sure to save before important choices.Found a way to save, btw... To the beginning of your current mission, anyway...
At each dragon selection screen, click on one of the dragons... Don't know why this makes a difference, but it does.
Then browse to the C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings folder and copy the data there.
Create a folder in that folder named Backup and paste that data into it.
You must do this at each dragon selection screen.
To restore from that point, you have to delete save files in TWO locations...
1. DefilerWings\game\saves ... Delete all data there.
2. C:\Users\%username%\AppData\Roaming\RenPy\Defiler Wings... Delete all data not in your backup folder, and restore the data from your backup folder to the above directory, then relaunch the game.
Once data is restored, if the dragons presented don't have the attribute you are looking for, you can close out and re-launch the game, it will have different dragons each time, and you can 'shop' for the attribute you want...
It's also handy when you get a mission impossible at your current level, like getting 55,000 treasure on your first, second or third mission, since the missions are totally random.
Really? I found it rather easy to understand, at least the things outside of the big stories or the lore descriptions. I kinda got used to it by thinking that the dragon has a hard time understanding the humans, thus the weird language.Man that machine translation is tough to get through. I have no clue what to do half the time!