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

[Any] Chat Logging + RTF Support [Redux]


Post New Thread Reply   
 
Thread Tools Display Modes
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 04-29-2014 , 05:03   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #21

UPDATE:
Code:
April 28 - 1.0.7.
  1. Changed console registration to command listening for admin commands. This should fix a bug with regular users being able to use commands without flags.
Drixevel is offline
2NASTY4U
Senior Member
Join Date: Mar 2014
Old 05-05-2014 , 22:49   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #22

Code:
L 05/06/2014 - 04:43:16: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/06/2014 - 04:43:16: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 05/06/2014 - 04:43:16: [SM] Displaying call stack trace for plugin "chat_logger_redux.smx":
L 05/06/2014 - 04:43:16: [SM]   [0]  Line 669, D:\Script\include\autoexecconfig.inc::AutoExecConfig_CleanFile()
L 05/06/2014 - 04:43:16: [SM]   [1]  Line 64, D:\Script\chat_logger_redux.sp::OnPluginStart()
Please fix this errors. Config is nearly default.

My settings:
sm_chat_log_rtf_format "0"
sm_chat_log_timeformat "%d.%m.%y | %H:%M:%S"

Your plugin in the only and first one that create a "chat_logger_redux.cfg_tempcopy" file without any content in cfg/sourcemod folder on every server restart.
2NASTY4U is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-06-2014 , 07:37   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #23

Quote:
Originally Posted by 2NASTY4U View Post
Code:
L 05/06/2014 - 04:43:16: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/06/2014 - 04:43:16: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 05/06/2014 - 04:43:16: [SM] Displaying call stack trace for plugin "chat_logger_redux.smx":
L 05/06/2014 - 04:43:16: [SM]   [0]  Line 669, D:\Script\include\autoexecconfig.inc::AutoExecConfig_CleanFile()
L 05/06/2014 - 04:43:16: [SM]   [1]  Line 64, D:\Script\chat_logger_redux.sp::OnPluginStart()
Please fix this errors. Config is nearly default.

My settings:
sm_chat_log_rtf_format "0"
sm_chat_log_timeformat "%d.%m.%y | %H:%M:%S"

Your plugin in the only and first one that create a "chat_logger_redux.cfg_tempcopy" file without any content in cfg/sourcemod folder on every server restart.
Potential fix on the first page. If that doesn't fix it then you need to verify that your formatting works with the standard time formatting functions with Sourcemod.

- Jack
Drixevel is offline
utaker
Senior Member
Join Date: Dec 2013
Old 05-07-2014 , 10:41   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #24

ERROR issue
All I did was put it in plugins directory and started my server. Following error was observed in CSGO
Please note D:\Script\ is not something that i defined

L 05/07/2014 - 07:561: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/07/2014 - 07:561: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 05/07/2014 - 07:561: [SM] Displaying call stack trace for plugin "chat_logger_redux.smx":
L 05/07/2014 - 07:561: [SM] [0] Line 669, D:\Script\include\autoexecconfig.inc::AutoExe cConfig_CleanFile()
L 05/07/2014 - 07:561: [SM] [1] Line 64, D:\Script\chat_logger_redux.sp::OnPluginStart ()
L 05/07/2014 - 10:28:55: Error log file session closed.

Just to add more info, I read your post above as well, have already tried following:

sm_chat_log_enable 1
sm_chat_log_timeformat %b %d |%H:%M:%S| %Y
sm_chat_log_triggers 1
sm_chat_log_sm_say 1
sm_chat_log_sm_chat 1
sm_chat_log_sm_csay 1

Last edited by utaker; 05-07-2014 at 11:57. Reason: added more info
utaker is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-07-2014 , 15:16   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #25

Quote:
Originally Posted by utaker View Post
ERROR issue
All I did was put it in plugins directory and started my server. Following error was observed in CSGO
Please note D:\Script\ is not something that i defined

L 05/07/2014 - 07:561: [SM] Plugin encountered error 4: Invalid parameter or parameter type
L 05/07/2014 - 07:561: [SM] Native "WriteFileLine" reported: String formatted incorrectly - parameter 3 (total 2)
L 05/07/2014 - 07:561: [SM] Displaying call stack trace for plugin "chat_logger_redux.smx":
L 05/07/2014 - 07:561: [SM] [0] Line 669, D:\Script\include\autoexecconfig.inc::AutoExe cConfig_CleanFile()
L 05/07/2014 - 07:561: [SM] [1] Line 64, D:\Script\chat_logger_redux.sp::OnPluginStart ()
L 05/07/2014 - 10:28:55: Error log file session closed.

Just to add more info, I read your post above as well, have already tried following:

sm_chat_log_enable 1
sm_chat_log_timeformat %b %d |%H:%M:%S| %Y
sm_chat_log_triggers 1
sm_chat_log_sm_say 1
sm_chat_log_sm_chat 1
sm_chat_log_sm_csay 1
Removed AutoExecConfig, update in the main thread.

- Jack
Drixevel is offline
utaker
Senior Member
Join Date: Dec 2013
Old 05-08-2014 , 12:08   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #26

Thankyou. Now it works and autogenerated chat_logger_redux.cfg
Why is it making an extra file called chat_logger_redux.cfg_tempcopy in csgo\cfg\sourcemod
utaker is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 05-08-2014 , 12:55   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #27

Quote:
Originally Posted by utaker View Post
Thankyou. Now it works and autogenerated chat_logger_redux.cfg
Why is it making an extra file called chat_logger_redux.cfg_tempcopy in csgo\cfg\sourcemod
I think the format string for time was messing up the include. I removed the include because I don't plan to add anymore ConVars and if I do, won't be a lot. It shouldn't make that file anymore.

- Jack
Drixevel is offline
utaker
Senior Member
Join Date: Dec 2013
Old 05-08-2014 , 13:36   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #28

thanks again
utaker is offline
Wolfseye
Senior Member
Join Date: Apr 2014
Location: Germany
Old 05-10-2014 , 03:41   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #29

Hi,

installed this Plugin yesterday and get this in the error logfiles.

Quote:
L 05/10/2014 - 04:49:52: Info (map "jack_hammer_coop") (file "errors_20140510.log")
L 05/10/2014 - 04:49:52: [SM] Native "CloseHandle" reported: Handle da00b5 is invalid (error 1)
L 05/10/2014 - 04:49:52: [SM] Displaying call stack trace for plugin "chat_logger_redux.smx":
L 05/10/2014 - 04:49:52: [SM] [0] Line 136, /home/groups/alliedmodders/forums/files/5/9/6/9/4/133293.attach::OnMapEnd()
L 05/10/2014 - 04:49:54: Error log file session closed.
L 05/10/2014 - 04:59:05: SourceMod error session started
Can someone please help me with that ?

Thanks so much in advance.

The Game I am using this Plugin for is INSURGENCY (Standalone), just in case this is maybe known to not work with it.

Wolfseye
Wolfseye is offline
Send a message via Skype™ to Wolfseye
utaker
Senior Member
Join Date: Dec 2013
Old 05-10-2014 , 07:45   Re: [Any] Chat Logging + RTF Support [Redux]
Reply With Quote #30

CSGO
loaded and no error. plugin auto created cfg
Issue is that actually it isnt logging anything, the RTF files it is creating are empty
utaker 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 00:51.


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