Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Process 44352 stopped
- * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
- frame #0: 0x0000000100182388 exult`Object_client::object_gone(this=0x000000011201b0b0, obj=0x0000000111c55080) at objclient.cc:62 [opt]
- 59 void Object_client::object_gone(Game_object *obj) {
- 60 for (Game_object_vector::iterator it = objs.begin();
- 61 it != objs.end(); ++it) {
- -> 62 if ((*it) == obj) {
- 63 objs.erase(it);
- 64 notify_object_gone(obj);
- 65 return;
- Target 0: (exult) stopped.
- (lldb) bt
- * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
- * frame #0: 0x0000000100182388 exult`Object_client::object_gone(this=0x000000011201b0b0, obj=0x0000000111c55080) at objclient.cc:62 [opt]
- frame #1: 0x0000000100184ed3 exult`Game_object::remove_clients(this=0x0000000111c55080) at objs.cc:1109 [opt]
- frame #2: 0x00000001001805aa exult`Ireg_game_object::remove_this(this=0x0000000111c55080, nodel=0) at iregobjs.cc:93 [opt]
- frame #3: 0x0000000100073710 exult`Eat_at_inn_schedule::ending(this=0x000000010c85e4f0, new_type=26) at schedule.cc:857 [opt]
- frame #4: 0x000000010000b8d1 exult`Actor::set_schedule_and_loc(this=0x0000000100be50c0, new_schedule_type=26, dest=0x00007ffeefbff4e0, delay=0) at actors.cc:1891 [opt]
- frame #5: 0x00000001000131b0 exult`Npc_actor::update_schedule(this=0x0000000100be50c0, hour3=<unavailable>, delay=0, pos=<unavailable>) at actors.cc:4922 [opt]
- frame #6: 0x000000010005838e exult`Game_window::schedule_npcs(this=0x000000010093b920, hour=<unavailable>, repaint=<unavailable>) at gamewin.cc:2531 [opt]
- frame #7: 0x0000000100045102 exult`Game_clock::handle_event(this=0x0000000100908220, curtime=2971395, udata=4304648480) at gameclk.cc:331 [opt]
- frame #8: 0x0000000100089b99 exult`Time_queue::activate0(this=0x0000000100908060, curtime=2971395) at tqueue.cc:198 [opt]
- frame #9: 0x000000010003bb11 exult`Handle_events() at exult.cc:1339 [opt]
- frame #10: 0x000000010003b18f exult`Play() at exult.cc:1130 [opt]
- frame #11: 0x00000001000377bd exult`exult_main(runpath=<unavailable>) at exult.cc:781 [opt]
- frame #12: 0x00000001000364b4 exult`main(argc=<unavailable>, argv=0x00007ffeefbff7d8) at exult.cc:432 [opt]
- frame #13: 0x0000000100001734 exult`start + 52
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement