Raised This Month: $51 Target: $400
 12% 

Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011


Post New Thread Reply   
 
Thread Tools Display Modes
Rd1981
Senior Member
Join Date: Apr 2011
Old 05-15-2014 , 20:45   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #941

L 05/15/2014 - 172:27: [SM] Native "AddTempEntHook" reported: TempEntity System unsupported or not available, file a bug report
L 05/15/2014 - 172:27: [SM] Displaying call stack trace for plugin "spraytrace.smx":
L 05/15/2014 - 172:27: [SM] [0] Line 341, /home/groups/alliedmodders/forums/files/3/9/5/3/8/85506.attach::OnPluginStart()
Rd1981 is offline
yusufali
Member
Join Date: Feb 2014
Old 08-19-2014 , 20:35   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #942

as anyone having problems with removing animated sprays?
Im running a tf2 server and the plugin cannot even detect/remove or outline any animated sprays
yusufali is offline
mrBakeins
New Member
Join Date: Sep 2014
Old 10-06-2014 , 18:09   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #943

For some reason, every time I remove a spray, it never really removes it, it just moves it to a certain part of my map on the floor, is there a reason behind this, or perhaps a fix for this?
mrBakeins is offline
rainbronydash
Junior Member
Join Date: Apr 2015
Old 04-10-2015 , 16:16   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #944

PHP Code:
L 04/10/2015 16:04:16: [SMPlugin encountered error 4Invalid parameter or parameter type
L 04
/10/2015 16:04:16: [SMNative "Format" reportedLanguage phrase "szDrug" not found
L 04
/10/2015 16:04:16: [SMDisplaying call stack trace for plugin "spraytrace.smx":
L 04/10/2015 16:04:16: [SM]   [0]  Line 810, /home/forums/content/files/8/4/3/0/4/133281.attach::AdminMenu()
L 04/10/2015 16:04:16: [SM]   [1]  Line 539, /home/forums/content/files/8/4/3/0/4/133281.attach::TestTrace()
L 04/10/2015 16:04:16: [SM]   [2]  Line 718, /home/forums/content/files/8/4/3/0/4/133281.attach::AdminMenu_TraceSpray() 
Any fix for this? My spray trace wont open admin menu after removing a spray, but it still removes the spray.
rainbronydash is offline
Send a message via Skype™ to rainbronydash
MyWarthog
Senior Member
Join Date: Feb 2013
Old 06-04-2015 , 22:19   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #945

Quote:
Originally Posted by rainbronydash View Post
PHP Code:
L 04/10/2015 16:04:16: [SMPlugin encountered error 4Invalid parameter or parameter type
L 04
/10/2015 16:04:16: [SMNative "Format" reportedLanguage phrase "szDrug" not found
L 04
/10/2015 16:04:16: [SMDisplaying call stack trace for plugin "spraytrace.smx":
L 04/10/2015 16:04:16: [SM]   [0]  Line 810, /home/forums/content/files/8/4/3/0/4/133281.attach::AdminMenu()
L 04/10/2015 16:04:16: [SM]   [1]  Line 539, /home/forums/content/files/8/4/3/0/4/133281.attach::TestTrace()
L 04/10/2015 16:04:16: [SM]   [2]  Line 718, /home/forums/content/files/8/4/3/0/4/133281.attach::AdminMenu_TraceSpray() 
Any fix for this? My spray trace wont open admin menu after removing a spray, but it still removes the spray.

Getting a similar issue. Same symptoms, except for these lines.
Code:
L 06/04/2015 - 21:09:52: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 06/04/2015 - 21:09:52: [SM] Native "Format" reported: Language phrase "szDrug" not found
L 06/04/2015 - 21:09:52: [SM] Displaying call stack trace for plugin "spraytrace.smx":
L 06/04/2015 - 21:09:52: [SM]   [0]  Line 764, /home/forums/content/files/3/9/5/3/8/85506.attach::AdminMenu()
L 06/04/2015 - 21:09:52: [SM]   [1]  Line 535, /home/forums/content/files/3/9/5/3/8/85506.attach::RemoveSpray()
L 06/04/2015 - 21:09:52: [SM]   [2]  Line 682, /home/forums/content/files/3/9/5/3/8/85506.attach::AdminMenu_SprayRemove()
MyWarthog is offline
GrO
Veteran Member
Join Date: Jun 2010
Location: Poland
Old 06-13-2015 , 14:20   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #946

At the moment the plugin throws this, when compiling (I'm using the basic plugin, but the same method will fix other types too):

Spoiler


I've just changed these lines

Code:
Line 167: 		GetClientAuthString(client, g_szSprayerID[client], 32);
Code:
Line 537: 			GetClientAuthString(client, szOtherAuthID, 32);
...with these ones:

Code:
Line 167: 		GetClientAuthId(client, AuthId_Steam2, g_szSprayerID[client], 32);
Code:
Line 537: 			GetClientAuthId(client, AuthId_Steam2, szOtherAuthID, 32);
Regards.
Attached Files
File Type: sp Get Plugin or Get Source (spraytracebasic.sp - 315 views - 19.6 KB)
GrO is offline
MyWarthog
Senior Member
Join Date: Feb 2013
Old 08-06-2015 , 04:52   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #947

Patched the Full Version. Version set to 5.8b.

The changes are as follows:
Code:
*	Change Log
*	----------
*	8/6/2015 4:33AM - v5.8b
*	- No longer uses the deprecated GetClientAuthString - Switched it to GetClientAuthId. (Patched by mywarthog, advice from GrO)
*	- Displaying the punishment menu now works again.
Attached Files
File Type: sp Get Plugin or Get Source (spraytrace.sp - 477 views - 41.3 KB)

Last edited by MyWarthog; 08-06-2015 at 04:53.
MyWarthog is offline
imsirius
Junior Member
Join Date: Sep 2015
Location: Somewhere between Cuba a
Old 10-26-2015 , 21:22   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #948

Quote:
Originally Posted by MyWarthog View Post
Patched the Full Version. Version set to 5.8b.

The changes are as follows:
Code:
*	Change Log
*	----------
*	8/6/2015 4:33AM - v5.8b
*	- No longer uses the deprecated GetClientAuthString - Switched it to GetClientAuthId. (Patched by mywarthog, advice from GrO)
*	- Displaying the punishment menu now works again.
Using this latest version, the in game menu never loads and the logs show this...

L 10/26/2015 - 20:20:41: [SM] Displaying call stack trace for plugin "spraytrace.smx":
L 10/26/2015 - 20:20:41: [SM] [0] Line 459, /home/groups/alliedmodders/forums/files/3/9/5/3/8/40476.attach::CheckAllTraces()
imsirius is offline
MyWarthog
Senior Member
Join Date: Feb 2013
Old 10-27-2015 , 15:48   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #949

Did a preliminary look in the code and didn't find anything, a quick search shows that that error cropped up last in 2010. I'll do some digging around tonight and see if I can find anything that sticks out to me - is there any errors above that line from around the same time, though?

Last edited by MyWarthog; 10-27-2015 at 15:49.
MyWarthog is offline
imsirius
Junior Member
Join Date: Sep 2015
Location: Somewhere between Cuba a
Old 10-28-2015 , 21:01   Re: Spray Tracer v5.8b (Full v5.8a) updated 6/12/2011
Reply With Quote #950

Quote:
Originally Posted by MyWarthog View Post
Did a preliminary look in the code and didn't find anything, a quick search shows that that error cropped up last in 2010. I'll do some digging around tonight and see if I can find anything that sticks out to me - is there any errors above that line from around the same time, though?
So to follow up on this, it appears to have been caused by either a corrupt or out of date translation file. I took one of the later ones from this thread and used it and the error went away.
imsirius is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode