Posted February 21, 2014 (edited) My wife and I have been having many game crashes lately.They would come and go based on fumbling around with changing settings etc. I finally devoted some time tracing it down once and for all; and can say with a fair amount of certainty, that the crashes were due to my keybindings file.It seems the more I would add the more jumbled the file and more unstable the game client would become. To the Devs:Perhaps there is room for optimization in how the client handles keybindings and updates to this file? To others who are experiencing client crashes:Delete your keybindings file in your configs folders and see if it resolves your issues.Hope this helps. Here's the version that caused me the latest grief:// This file contains your saved key bindings, DO NOT EDIT IT.// The contents are replaced with your active keybinds every time you quit the game.// If you want to add a new key binding, use bind in the game console instead.// Use autorun.txt for non-bind commands that should run on game start. // This file will be automatically created with default values if it is missing.// So if you ever manage to mess up this file, just delete it to get a clean one.bind Escape STOP_OR_MAIN_MENUbind 1 ACTIVATE_TOOL1bind 2 ACTIVATE_TOOL2bind Shift+T FORAGEbind 3 ACTIVATE_TOOL3bind Shift+Y BOTANIZEbind 4 ACTIVATE_TOOL4bind Shift+U PICK_SPROUTbind 5 ACTIVATE_TOOL5bind Shift+I PRUNEbind 6 ACTIVATE_TOOL6bind 7 ACTIVATE_TOOL7bind 8 ACTIVATE_TOOL8bind 9 ACTIVATE_TOOL9bind 0 ACTIVATE_TOOL10bind Tab NEXT_TABbind W MOVE_FORWARDbind Q TURN_LEFTbind R EXAMINEbind Shift+2 SPECIAL_MOVE2bind E TURN_RIGHTbind Shift+1 SPECIAL_MOVE1bind Y DREDGEbind Shift+4 SPECIAL_MOVE4bind T FARMbind Shift+3 SPECIAL_MOVE3bind I PULLbind Shift+5 SPECIAL_MOVE5bind U PUSHbind P PROSPECTbind O MAIN_MENUbind Enter TOGGLE_CHATbind Shift+Tab PREVIOUS_TABbind S MOVE_BACKbind A MOVE_LEFTbind Shift+M TOGGLE_MAPbind G DROPbind H DIGbind D MOVE_RIGHTbind Mouse2 AUTORUNbind F TAKEbind L REPAIRbind J CONTINUEbind K IMPROVEbind C CENTER_VIEWbind V FIRSTAIDbind Z CHOP_UPbind X CUT_DOWNbind Shift+G "say guards!"bind M MINE_FORWARDbind Shift+F "say /fsleep"bind N MINE_DOWNbind B MINE_UPbind Multiply DEFEND_UPPERbind F1 "toggle console"bind Space TOGGLE_CLIMBbind F5 "say /sleep"bind Shift+C TOGGLE_CRAFTINGbind F4 "toggle stats"bind F3 "toggle inventory"bind F2 "toggle skills"bind Divide DEFEND_LEFTbind F10 "toggle gui"bind Right TURN_RIGHTbind Numpad7 AIM_UPPER_LEFTbind F6 "say /time"bind Page_up TURN_UPbind F7 "say /weather"bind Up MOVE_FORWARDbind F8 "toggle wikisearch"bind Left TURN_LEFTbind F9 "toggle debug"bind Numpad5 AIM_MIDDLEbind Numpad6 AIM_RIGHTbind Add DEFEND_RIGHTbind Numpad1 AIM_LOWER_LEFTbind Ctrl+Tab NEXT_WINDOWbind Numpad8 AIM_UPPER_MIDDLEbind Numpad9 AIM_UPPER_RIGHTbind Subtract DEFEND_LOWERbind Numpad4 AIM_LEFTbind F11 "screenshot"bind Numpad3 AIM_LOWER_RIGHTbind Numpad2 AIM_LOWER_MIDDLEbind Decimal SHIELD_BASHbind Numpad0 FOCUSbind Ctrl+Shift+Tab PREVIOUS_WINDOWbind Down MOVE_BACKbind F12 "quit"bind Page_down TURN_DOWNbind Insert STRAFE And here's the cleaned up version that seems to be working fine so far:// This file contains your saved key bindings, DO NOT EDIT IT.// The contents are replaced with your active keybinds every time you quit the game.// If you want to add a new key binding, use bind in the game console instead.// Use autorun.txt for non-bind commands that should run on game start. // This file will be automatically created with default values if it is missing.// So if you ever manage to mess up this file, just delete it to get a clean one. //Default keysbind Escape STOP_OR_MAIN_MENUbind Tab NEXT_TABbind W MOVE_FORWARDbind Up MOVE_FORWARDbind S MOVE_BACKbind Down MOVE_BACKbind A MOVE_LEFTbind D MOVE_RIGHTbind Q TURN_LEFTbind Left TURN_LEFTbind E TURN_RIGHTbind Right TURN_RIGHTbind Page_up TURN_UPbind Page_down TURN_DOWNbind Insert STRAFEbind O MAIN_MENUbind C CENTER_VIEWbind Enter TOGGLE_CHATbind Shift+Tab PREVIOUS_TABbind Ctrl+Tab NEXT_WINDOWbind Ctrl+Shift+Tab PREVIOUS_WINDOW //Default F keysbind F1 "toggle console"bind F2 "toggle skills"bind F3 "toggle inventory"bind F4 "toggle stats"bind F5 "say /sleep"bind F6 "say /time"bind F7 "say /weather"bind F8 "toggle wikisearch"bind F9 "toggle debug"bind F10 "toggle gui"bind F11 "screenshot"bind F12 "quit" //Toolsbind 1 ACTIVATE_TOOL1bind 2 ACTIVATE_TOOL2bind 3 ACTIVATE_TOOL3bind 4 ACTIVATE_TOOL4bind 5 ACTIVATE_TOOL5bind 6 ACTIVATE_TOOL6bind 7 ACTIVATE_TOOL7bind 8 ACTIVATE_TOOL8bind 9 ACTIVATE_TOOL9bind 0 ACTIVATE_TOOL10 //Default combatbind Multiply DEFEND_UPPERbind Subtract DEFEND_LOWERbind Divide DEFEND_LEFTbind Add DEFEND_RIGHTbind Numpad1 AIM_LOWER_LEFTbind Numpad2 AIM_LOWER_MIDDLEbind Numpad3 AIM_LOWER_RIGHTbind Numpad4 AIM_LEFTbind Numpad5 AIM_MIDDLEbind Numpad6 AIM_RIGHTbind Numpad7 AIM_UPPER_LEFTbind Numpad8 AIM_UPPER_MIDDLEbind Numpad9 AIM_UPPER_RIGHTbind Numpad0 FOCUSbind Decimal SHIELD_BASH //Combat special movesbind Shift+1 SPECIAL_MOVE1bind Shift+2 SPECIAL_MOVE2bind Shift+3 SPECIAL_MOVE3bind Shift+4 SPECIAL_MOVE4bind Shift+5 SPECIAL_MOVE5 //Custombind Space TOGGLE_CLIMBbind R EXAMINEbind Y DREDGEbind T FARMbind I PULLbind U PUSHbind P PROSPECTbind Mouse2 AUTORUNbind G DROPbind H DIGbind F TAKEbind L REPAIRbind J CONTINUEbind K IMPROVEbind V FIRSTAIDbind Z CHOP_UPbind X CUT_DOWNbind M MINE_FORWARDbind N MINE_DOWNbind B MINE_UP //Custom shiftbind Shift+C TOGGLE_CRAFTINGbind Shift+T FORAGEbind Shift+Y BOTANIZEbind Shift+U PICK_SPROUTbind Shift+I PRUNEbind Shift+M TOGGLE_MAPbind Shift+G "say guards!"bind Shift+F "say /fsleep" If you run alts, I also recommend you setup the following.I setup one "High" settings config and another "Low" settings config. (Main runs on High, Alts run on Low)It seems to have resolved my crashing. Edited February 23, 2014 by Tuanta Share this post Link to post Share on other sites