Code: Select all
#0 object_desc_str (t=0xbffff054 "", s=0x0) at object1.c:1262
#1 0x0810c54e in object_desc (buf=0xbffff178 "wand of poison blood",
o_ptr=0xbffff2b0, pref=0, mode=0) at object1.c:2059
#2 0x08136a2a in test_object_wish (name=0xbffff330 "foo", o_ptr=0xbffff2b0,
forge=0xbffff2b0, what=0x81ea03f "wish") at xtra2.c:7411
#3 0x08136dde in make_wish () at xtra2.c:7570
#4 0x081c04aa in do_cmd_debug () at wizard2.c:1912
#5 0x080ec59e in process_command () at dungeon.c:3558
#6 0x080f159e in process_player () at dungeon.c:4875
#7 0x080f2296 in dungeon (new_game=<value optimized out>) at dungeon.c:5327
#8 play_game (new_game=<value optimized out>) at dungeon.c:5816
#9 0x081dea5c in main (argc=1, argv=<value optimized out>) at main.c:908
The strange thing is, I haven't made any changes at all to the make_wish() code or anything related. This only appeared after I modified some of the school spells. So no real idea what's going on.