Server crashes on client precaching? (when a person joins)

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Server crashes on client precaching? (when a person joins)

Post by Geesu » Mon Jan 23, 2006 11:30 am

  • Are you running amd64? Wait for amxmodx 1.65
  • Not running amd64? Post a thread with server information (view stickies for proper way to post a bug)
Last edited by Geesu on Sat Feb 11, 2006 8:49 am, edited 1 time in total.
No Support via PM

User avatar
Striker
Footman
Posts: 106
Joined: Thu Jul 07, 2005 2:40 pm
Location: Duisburg, Germany
Contact:

Post by Striker » Sat Jan 28, 2006 5:46 pm

Are you running amd64? Wait for amxmodx 1.65
(for future release) Add a Option for amd64 to disable the query_client_cvar option and add a workaround.

I would recommend to uncomment query_client_cvar (for amd64 users):

warcraft3FT.sma:

Code: Select all

/*

	#if MOD == 0
		query_client_cvar(id, "cl_minmodels", "check_cvars") 
	#endif

*/

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Post by Geesu » Sat Jan 28, 2006 10:48 pm

It will just be ignored on the 64bit version, I'll change the code when the new amxx is released
No Support via PM

Post Reply