So I forgot to disable Windows updates and it updated the .NET Framework and restarted my computer. After that, my Game_Server will not load. It just crashes every time it loads the zones. So I uninstalled the update and still happening.
Any ideas or is there something I have to do?
Game Server Will Not Start After Windows Update
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Game Server Will Not Start After Windows Update
Run it through Visual Studio and see where it is crashing at.
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Game Server Will Not Start After Windows Update
Ran debugging on the game server. No idea what this means..
Re: Game Server Will Not Start After Windows Update
it means something that shouldn't have happened, happened
in this case, it's disabling the halloween event, which is disabled on the latest dsp hash. so get that if you don't have it
in this case, it's disabling the halloween event, which is disabled on the latest dsp hash. so get that if you don't have it
- evenmonkeys
- Posts: 78
- Joined: Thu Feb 13, 2014 1:53 am
- Location: Midwest, US
Re: Game Server Will Not Start After Windows Update
Good call! Disabled the event just to see if it'd work and it loaded. I will update the server asap. Thank you as always!
Re: Game Server Will Not Start After Windows Update
Awesome, booted up my server today and had the exact same problem. Thanks guys.
EDIT: How do you disable the Halloween event?
EDIT 2: Found the setting - for anyone interested it is in scripts/globals/ - settings.lua
EDIT: How do you disable the Halloween event?
EDIT 2: Found the setting - for anyone interested it is in scripts/globals/ - settings.lua
Last edited by uwill99 on Wed Oct 29, 2014 6:22 pm, edited 1 time in total.
Re: Game Server Will Not Start After Windows Update
settings.lua
Re: Game Server Will Not Start After Windows Update
Thanks, kjLotus.