Author Topic: Server crashes at loading add-ons when I try to host  (Read 821 times)

I tried to host a server and it crashes, I messed around with add-ons and such, but to no avail. It would crash while loading add-ons.
Console.log (with trace(1) enabled) can be found at https://www.dropbox.com/s/5ajjfr4te92qnye/console.log?dl=0. Please help me find out what is causing this crash. Thanks.

I didn't read the console.log file, but I can tell you this:

Delete all unused Client_, Gamemode_, Script_, System_, and Support_ addons from your add-ons folder. This was advice given to me a year and a half ago, and it worked. The explanation went something like this:
"They have client files that load whether the addon is enabled or not, so it can cause conflictions."

the ending:
Quote
Executing Add-Ons/Weapon_Package_QuakeType/Weapon_Nailgun.cs.
               Entering addDamageType(Nailgun, 76, 77, 0.2, 1)
                  Warning: DamageType "Nailgun" already exists.
               Leaving addDamageType() - return 1
               Entering eulerToMatrix(0 0 0)
               Leaving eulerToMatrix() - return 1 0 0 0
               Executing Add-Ons/Weapon_Package_QuakeType/Weapon_Shotgun.cs.
               Entering addDamageType(quakeShotgun, 78, 79, 0.2, 1)
                  Warning: DamageType "quakeShotgun" already exists.

looks like it's probably either the weapon package quaketype, or if there's something loaded right after it

Quote
  CustomGameGui checking Add-On: Weapon_Package_Tier1A
  CustomGameGui checking Add-On: Weapon_Package_Tier1
  CustomGameGui checking Add-On: Weapon_Package_QuakeType
  CustomGameGui checking Add-On: Weapon_Package_Medic1
  CustomGameGui checking Add-On: Weapon_Package_Explosive2
which in this case would be weapon package medic1

Quote
  CustomGameGui checking Add-On: System_ReturnToBlockland
    No description.txt for this add-on - will not execute
also strange that you have RTB, but somehow broken

the ending:
looks like it's probably either the weapon package quaketype, or if there's something loaded right after it
which in this case would be weapon package medic1
also strange that you have RTB, but somehow broken
I deleted RTB because I thought it caused issues, I'm going to get it back.

I didn't read the console.log file, but I can tell you this:

Delete all unused Client_, Gamemode_, Script_, System_, and Support_ addons from your add-ons folder. This was advice given to me a year and a half ago, and it worked. The explanation went something like this:
"They have client files that load whether the addon is enabled or not, so it can cause conflictions."
Thanks, that actually worked! Locking.