You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Game crashes on attempting to reload any mounted weapon.
I tried several different guns (PA 68, M240, etc), from inventory as well from nearby tiles, magazines, belts and loose ammo, nothing seems to matter, just crashes.
Steps to reproduce
Attempt to reload any mounted weapon. Example specific steps:
Mods loaded: [
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
Backtrace:
#0 item_location::obtain_cost (this=0x7fffffffc718, ch=..., qty=18) at src/item_location.cpp:913
#1 0x0000555558ecd90e in item::reload_option::moves (this=0x7fffffffc700) at src/item.cpp:11405
#2 0x000055555a5fb62b in vehicle::<lambda()>::operator()(void) const (__closure=0x5555828d7600) at src/vehicle_use.cpp:1901
#3 0x000055555a60873c in std::_Function_handler<void(), vehicle::build_interact_menu(veh_menu&, const tripoint&, bool)::<lambda()> >::_M_invoke(const std::_Any_data &) (__functor=...)
at /usr/include/c++/9/bits/std_function.h:300
#4 0x0000555557e19e6e in std::function<void ()>::operator()() const (this=0x5555825611b0) at /usr/include/c++/9/bits/std_function.h:688
#5 0x000055555a4e8a00 in veh_menu::query (this=0x7fffffffce00) at src/veh_utils.cpp:409
#6 0x000055555a602d2b in vehicle::interact_with (this=0x55557df1a650, p=..., with_pickup=false) at src/vehicle_use.cpp:2119
#7 0x0000555558b7a2ae in game::examine (this=0x55555c01c720, examp=..., with_pickup=false) at src/game.cpp:5625
#8 0x0000555558b781cd in game::examine (this=0x55555c01c720, with_pickup=false) at src/game.cpp:5509
#9 0x0000555558cc3a8d in game::do_regular_action (this=0x55555c01c720, act=@0x7fffffffd3e4: ACTION_EXAMINE, player_character=..., mouse_target=...) at src/handle_action.cpp:2093
#10 0x0000555558cc8c7c in game::handle_action (this=0x55555c01c720) at src/handle_action.cpp:2971
#11 0x0000555558902622 in do_turn () at src/do_turn.cpp:708
#12 0x0000555559370435 in main (argc=1, argv=0x7fffffffe078) at src/main.cpp:784
The text was updated successfully, but these errors were encountered:
Describe the bug
Game crashes on attempting to reload any mounted weapon.
I tried several different guns (PA 68, M240, etc), from inventory as well from nearby tiles, magazines, belts and loose ammo, nothing seems to matter, just crashes.
Steps to reproduce
Attempt to reload any mounted weapon. Example specific steps:
Expected behavior
crash=bad
Screenshots
No response
Versions and configuration
Dark Days Ahead [dda],
Disable NPC Needs [no_npc_food],
No Fungal Growth [no_fungal_growth],
Bionic Professions [package_bionic_professions]
]
Additional context
Backtrace:
The text was updated successfully, but these errors were encountered: