Crash when throwing all items
ErrorNoInternet opened this issue ยท 7 comments
Sometimes when I spam the throw all items key, the game crashes
I noticed this also happens when I set the throw items hotkey to the same hotkey Minecraft uses to throw an item (Q)
All I had to do was press the Throw All key once or twice (if it doesn't crash then spam click)
oh i see you have configures timeout for clicks.
can you please just upload your whole config
will it be possible to test it on fabric
Disclaimer
Due to multiple Quilt specific crashes and one item duplication Quilt support is now defined as fallows:
This mod will work on Quilt using the offered Fabric compatibility. Any problems that are not reproducible on Fabric will be addressed with very low priority.
Also happens on Fabric: https://mclo.gs/mjPSUGo
I've tried reproducing this but I can't
can you describe how to reproduce it step by step
{
"ModSettings": {
"include_hotbar_modifier": {
"main": {
"keys": ""
}
},
"move_all_modifier": {
"main": {
"keys": ""
}
},
"move_focus_mach_modifier": {
"main": {
"keys": ""
}
},
"move_just_refill_modifier": {
"main": {
"keys": ""
}
},
"always_include_hotbar": true,
"always_move_all": true,
"highlight_foused_items": {
"value": false
},
"enable_auto_refill": {
"value": false
},
"add_interval_between_clicks": {
"value": true
},
"interval_between_clicks_ms": 15,
"highlight_clicking_slot": false,
"stop_at_screen_close": true,
"first_run": false
},
"GuiSettings": {
"enable_inventory_editor_button": {
"value": false
},
"enable_inventory_settings_button": {
"value": false
},
"enable_profiles_ui": {
"value": false
},
"enable_profiles_announcement": false,
"continuous_crafting_saved_value": false,
"show_button_tooltips": false
},
"LockedSlotsSettings": {
"locked_slots_disable_quick_move_throw": false,
"locked_slots_disable_throw_for_non_stackable": false,
"locked_slots_empty_hotbar_as_semi_locked": {
"value": false
},
"lock_slots_switch_config_modifier": {
"main": {
"keys": "LEFT_ALT,LEFT_CONTROL"
}
},
"show_locked_slots_background": {
"value": false
},
"show_locked_slots_foreground": {
"value": false
},
"also_show_locked_slots_in_hotbar": {
"value": false
},
"locked_slots_foreground_style": 1
},
"AutoRefillSettings": {
"refill_armor": {
"value": false
},
"refill_before_tool_break": {
"value": false
},
"disable_for_loyalty_items": false,
"auto_refill_match_custom_name": false,
"auto_refill_match_nbt": false,
"auto_refill_ignore_nbt_for_buckets": false
},
"EditProfiles": {
"quick_slot_1_profile": "Serror",
"quick_slot_2_profile": "Serror-PVP"
},
"ScrollSettings": {
"scroll_leave_last": {
"main": {
"keys": ""
}
},
"scroll_spread": {
"main": {
"keys": ""
}
},
"scroll_throw": {
"main": {
"keys": ""
}
}
},
"Hotkeys": {
"open_config_menu": {
"main": {
"keys": ""
}
},
"sort_inventory": {
"main": {
"keys": ""
}
},
"move_all_items": {
"main": {
"keys": ""
}
},
"throw_all_items": {
"main": {
"keys": "T"
}
},
"open_gui_editor": {
"main": {
"keys": ""
}
},
"next_profile": {
"main": {
"keys": ""
}
},
"prev_profile": {
"main": {
"keys": ""
}
}
},
"Tweaks": {
"swipe_move_crafting_result_slot": {
"value": true
}
}
}
So I was able to almost reproduce it. I got the exceptions in the log but no crash.
Also it looks like it only happens when sodium is involved. To be honest I have no idea what the root cause is but I suspect that sodium people will be able to investigate this further. May be if you also report it to them it may lead to solution.
will it be possible to test it on fabric
Disclaimer
Due to multiple Quilt specific crashes and one item duplication Quilt support is now defined as fallows:
This mod will work on Quilt using the offered Fabric compatibility. Any problems that are not reproducible on Fabric will be addressed with very low priority.