Jump to content

Chat, GUID, Stats and Mapstats Logger [1.0.0.3]


ColColonCleaner

Recommended Posts

Originally Posted by arunas*:

 

There are no errors in your log file. Just a few warnings. Real Error start with "Error:" only.

yea but its counting kills,deaths realy badly, like 1 of 5 is counted, and if man have 2 deaths counting as 1 death that looks badly, and i dont understand why not counting properly
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Snowy-Leopard*:

 

yea but its counting kills,deaths realy badly, like 1 of 5 is counted, and if man have 2 deaths counting as 1 death that looks badly, and i dont understand why not counting properly

I too have this problem, everything else is working fine :sad:
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

yea but its counting kills,deaths realy badly, like 1 of 5 is counted, and if man have 2 deaths counting as 1 death that looks badly, and i dont understand why not counting properly

do you talking about the general stats or weapon stats?

 

Have you tried to disabled the k/d correction?

 

Also it must not be the plugins fault. May the rcon protocol is faulty and dont show all kills/deaths happened.

 

The way how the plugin is collecting the stats worked very well in with bf3.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Snowy-Leopard*:

 

do you talking about the general stats or weapon stats?

 

Have you tried to disabled the k/d correction?

 

Also it must not be the plugins fault. May the rcon protocol is faulty and dont show all kills/deaths happened.

 

The way how the plugin is collecting the stats worked very well in with bf3.

I disabled the K/D correction and it still doesn't register the correct amount of kills/deaths, the rcon protocol registers all the kills just fine.

 

another question I have is, are you registering the kills/deaths as they happen or at the end of round?

 

with kind regards,

Snowy Leopard

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Belligerent*:

 

Hi,

 

I used the BF3 version of this plugin for BF4,updated to new version and now receiving this error.

 

Error: getUpdateServerID1: MySql.Data.MySqlClient.MySqlException: Unknown column 'GameID' in 'field list'

 

Using the same DB that was started with the BF3 version.

 

Need a little help.

 

Cheers.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by alexlive1076*:

 

Hey folks ...

 

I still have the same error (my original post is a few pages before so i post the complete error again)

 

Code:

Error: System.TypeInitializationException: Der Typeninitialisierer für "MySql.Data.MySqlClient.MySqlPoolManager" hat eine Ausnahme verursacht. ---> System.TypeLoadException: Der Typ "MySql.Data.MySqlClient.MySqlClientPermission" in der Assembly "MySql.Data, Version=6.6.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" konnte nicht geladen werden.
   bei MySql.Data.MySqlClient.MySqlPoolManager..cctor()
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei MySql.Data.MySqlClient.MySqlPoolManager.GetPool(MySqlConnectionStringBuilder settings)
   bei MySql.Data.MySqlClient.MySqlConnection.Open()
   bei PRoConEvents.CChatGUIDStatsLogger.tablebuilder()
[03:55:57 45] Error: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
   bei PRoConEvents.CChatGUIDStatsLogger.tablebuilder()
i contaced gamed!de support who told me, that everything seems to be fine with the database (permissions and access)

 

To install the plugin I copied everything to the file structure as it is in the zip file and then restarted procon... Have i forgot something?

 

-------------------

EDIT: It seems as if the plugin's working now... Maybe the errors came, because the server was empty now, i activated the plugin again while the server is full and - it works...

-------------------

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by sourtimer*:

 

Just tried that out. I'll post back with results, also installing everything fresh on a different PC to see if I it is on my end and not something related to procon or the plugin.

Alright so I made that change;

 

ALTER TABLE `tbl_playerdata` CHANGE COLUMN `CountryCode` `CountryCode` VARCHAR(10) CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci' NULL DEFAULT NULL;

 

And I was still getting errors, then eventually after 5 or 6 rounds the errors stopped and now it is working fine ? Just bizarre. I have it set up on another machine as well, but have not tried running my layer and database there since it's now working fine. :smile:

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by anditfeels*:

 

XpKiller, I don't want to make you feel uncomfortable or even annoying you, but I was asking you a question about SimpleStats a few time in different topics, even here*.

So you could you answer me please? Will you do the SimpleStats extension for BF4 PRoCon Chat, GUID, Stats and Mapstats Logger, or even make it own?

 

I hope you will find some time to answer me.

Thank you.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by arunas*:

 

The plugin is counting the procon events onplayerkilled(). So kills are are counted as they happen but the whole stats are write to database on roundend.

so there is any fix or there are no fix to calculate kills deaths hs properly? im waiting for update because its partly not working!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by exadmin*:

 

so there is any fix or there are no fix to calculate kills deaths hs properly? im waiting for update because its partly not working!

try to query this to check if your weapon table is populated with complete weapon records.

Code:

SELECT `tbl_games`.`Name`, tbl_weapons.* FROM tbl_weapons
INNER JOIN tbl_games using (`GameID`);
It should fetched 143 records. If not, you need to update your BF3.def to BF4.def data so it will account correct weapon data.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by arunas*:

 

try to query this to check if your weapon table is populated with complete weapon records.

Code:

SELECT `tbl_games`.`Name`, tbl_weapons.* FROM tbl_weapons
INNER JOIN tbl_games using (`GameID`);
It should fetched 143 records. If not, you need to update your BF3.def to BF4.def data so it will account correct weapon data.
im getting like 37 weapons , and how to update and where i can download BF4.def ?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by exadmin*:

 

Btw, i just had this data pop-up on my procon chat while players are using it.

global.Weapons.u_nlaw

global.Weapons.u_magpulpdr

global.Weapons.u_ump9

It says it's missing. I think this data needs to be added on BF4.def
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by exadmin*:

 

im getting like 37 weapons , and how to update and where i can download BF4.def ?

That is the same exact problem i encountered when i firstly use this plugin. I already addressed this problem with XPKiller but he's saying it's not an error >.>
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by arunas*:

 

Btw, i just had this data pop-up on my procon chat while players are using it.

 

It says it's missing. I think this data needs to be added on BF4.def

im my procon chat its saying in bf3.def missing guns, it should be corrected, please FIX!! i need this plugin!
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by exadmin*:

 

Currently my plugin is now working smooth. But i fix it with my own methods and XPKiller is not recommending what i did for it to fix. Please see showthread....-1-0-0-0/page8*

 

BTW, this is just for everyone to know who experience problems like Kills/Deaths/Headshots isn't recording correctly/ WEAPON is missing in BF3.def file / Incomplete weapon records in database. This fix is only for users using the procon client not procon layer.

 

Steps on what i did to fix these problems.

 

1. Create new database on mysql

2. Completely disable the plugin and exit your procon client and go to your procon folder/Configs.

3. Open both BF4.def and BF3.def, Erase all the data in BF3.def and replace it with BF4.def data by copy pasting and save after

4. Run procon and set the plugins debug level to "Trace" before enabling it. Now check if it is now creating complete weapon data.

5. Query again using the below code to check if it's completely populated with correct weapons.

Code:

SELECT `tbl_games`.`Name`, tbl_weapons.* FROM tbl_weapons
INNER JOIN tbl_games using (`GameID`);
It should be working now :smile:

 

NOTED: XPKiller is right, the BF3.def reverted it's data back when you close & open procon client. But it's a no big deal, as with my fix we only need to tell the plugin to check BF3.def once for it to add the weapon data on the database.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Snowy-Leopard*:

 

The plugin is counting the procon events onplayerkilled(). So kills are are counted as they happen but the whole stats are write to database on roundend.

Wouldn't it be easier to fetch all the stats on round end? this way you have the most accurate stats, because revives aren't logged.
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Ralphvd*:

 

Wouldn't it be easier to fetch all the stats on round end? this way you have the most accurate stats, because revives aren't logged.

I think for some reason i broke my plugin. How can i backup the stats and set it up under another user/database? (i can phpmyadmin to back it up. is this possible_) Or do i need to restart again:sad:

 

No errors in procn, but just !rank isnt working anymore. Plugin is enabled.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by HappyGotLucky*:

 

Seeing this error pretty much every time a round ends:

 

[12:43:11 53] Error: Error in Startstreaming: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

at System.Collections.Generic.Dictionary`2[system.String,System.Int32].get_Item (System.String key) [0x00000] in :0

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming () [0x00000] in :0

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by arunas*:

 

Currently my plugin is now working smooth. But i fix it with my own methods and XPKiller is not recommending what i did for it to fix. Please see showthread....-1-0-0-0/page8*

 

BTW, this is just for everyone to know who experience problems like Kills/Deaths/Headshots isn't recording correctly/ WEAPON is missing in BF3.def file / Incomplete weapon records in database. This fix is only for users using the procon client not procon layer.

 

Steps on what i did to fix these problems.

 

1. Create new database on mysql

2. Completely disable the plugin and exit your procon client and go to your procon folder/Configs.

3. Open both BF4.def and BF3.def, Erase all the data in BF3.def and replace it with BF4.def data by copy pasting and save after

4. Run procon and set the plugins debug level to "Trace" before enabling it. Now check if it is now creating complete weapon data.

5. Query again using the below code to check if it's completely populated with correct weapons.

Code:

SELECT `tbl_games`.`Name`, tbl_weapons.* FROM tbl_weapons
INNER JOIN tbl_games using (`GameID`);
It should be working now :smile:

 

NOTED: XPKiller is right, the BF3.def reverted it's data back when you close & open procon client. But it's a no big deal, as with my fix we only need to tell the plugin to check BF3.def once for it to add the weapon data on the database.

can you share your weapons table of sql? that could fix my problem without erasing data
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

can you share your weapons table of sql? that could fix my problem without erasing data

that wont help you because the plugin gets its weapons definitions from procon You need an updated version of the BF4.def file.

Please dont do any of the steps exadmin has done. It wont fix your problem.

 

if you have already dont blame me for problems you might get.

 

The only thing you need is an updated version of the BF4.def. Unfortunately there is no complete version officially available.

Bf4 alone has more the 140 different weaponcode.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by XpKiller*:

 

Seeing this error pretty much every time a round ends:

 

[12:43:11 53] Error: Error in Startstreaming: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.

at System.Collections.Generic.Dictionary`2[system.String,System.Int32].get_Item (System.String key) [0x00000] in :0

at PRoConEvents.CChatGUIDStatsLogger.StartStreaming () [0x00000] in :0

Thx for Report. Will fixed in the next version.

 

The Release is planed for tomorrow.

 

Do you know?

[Chatlog] How to filter Comorose Spam?

 

[1]Enable chatlog filter(RegEx)? --> yes

[2]Open "Chatfilterrules(Regex)" -->...

[3] Add the this rule (without the quotes): "ID_CHAT_.*"

[4]In Trace you will see this now: "Chatmessage: 'ID_CHAT_REQUEST_AMMO' was filtered out by the Regex rule: ID_CHAT_.*"

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Hutchew*:

 

Ouch......set up new DB, installed plugin, started up Ok.........chatlogging will not stay "on", and then the following error, followed within 20 seconds of all 7 FULL servers "blazing" empty. Procon became extremely laggy and unresponsive during this time as well.

 

[00:47:20 68] Error: Error in RegisterAllCommands: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.

at System.ThrowHelper.ThrowInvalidOperationException( ExceptionResource resource)

at System.Collections.Generic.Dictionary`2.Enumerator .MoveNext()

at PRoConEvents.CChatGUIDStatsLogger.RegisterAllComma nds()

[00:48:04 33] [FailLog] Type:BLAZE_DISCONNECT, UTC:20131115_06:48:04, Server:"=rTr= BF4-1 CONQUEST HARDCORE", Map:Paracel Storm, Mode:Conquest Large, Round:10/10, Players:0/45/0, Uptime:08:50:09, Details:"BF4,NFO DALLAS DEDICATED,=rTr= Right To Rebel,[email protected],Dallas; Texas; USA,NAm/US,,"

 

Doesn't appear that faillog logged correct player counts, either. That server was full with a queue. GOOD TIMES!!!!!!!!

 

Any ideas?

 

Hutchew

 

*PS-----XP, thanks for updating this plugin for BF4!!!!! Mucho appreciado, mate!

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ColColonCleaner*:

 

Ouch......set up new DB, installed plugin, started up Ok.........chatlogging will not stay "on", and then the following error, followed within 20 seconds of all 7 FULL servers "blazing" empty. Procon became extremely laggy and unresponsive during this time as well.

 

[00:47:20 68] Error: Error in RegisterAllCommands: System.InvalidOperationException: Collection was modified; enumeration operation may not execute.

at System.ThrowHelper.ThrowInvalidOperationException( ExceptionResource resource)

at System.Collections.Generic.Dictionary`2.Enumerator .MoveNext()

at PRoConEvents.CChatGUIDStatsLogger.RegisterAllComma nds()

[00:48:04 33] [FailLog] Type:BLAZE_DISCONNECT, UTC:20131115_06:48:04, Server:"=rTr= BF4-1 CONQUEST HARDCORE", Map:Paracel Storm, Mode:Conquest Large, Round:10/10, Players:0/45/0, Uptime:08:50:09, Details:"BF4,NFO DALLAS DEDICATED,=rTr= Right To Rebel,[email protected],Dallas; Texas; USA,NAm/US,,"

 

Doesn't appear that faillog logged correct player counts, either. That server was full with a queue. GOOD TIMES!!!!!!!!

 

Any ideas?

 

Hutchew

 

*PS-----XP, thanks for updating this plugin for BF4!!!!! Mucho appreciado, mate!

That error you are getting from stat logger is due to settings being set automatically by AdKats. Every 1 minute i make sure certain settings are set correctly for stat logger in the following fashion:

 

Code:

this.ExecuteCommand("procon.protected.plugins.setVariable", "CChatGUIDStatsLogger", "Enable Chatlogging_", "No");
this.ExecuteCommand("procon.protected.plugins.setVariable", "CChatGUIDStatsLogger", "Log ServerSPAM_", "No");
this.ExecuteCommand("procon.protected.plugins.setVariable", "CChatGUIDStatsLogger", "Instant Logging of Chat Messages_", "No");
this.ExecuteCommand("procon.protected.plugins.setVariable", "CChatGUIDStatsLogger", "Enable chatlog filter(Regex)_", "No");
this.ExecuteCommand("procon.protected.plugins.setVariable", "CChatGUIDStatsLogger", "Servertime Offset", SLOffset + "");
@XpKiller why is this causing issues?

 

EDIT: It no instances has this caused a server crash for us.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by Ralphvd*:

 

My plugin is succesfully imported to new database. Only is !top10 not working anymore. Rest is working fine.

I have double checked the command for top10 but just default. Is this cause of the database moving? How to fix this

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Our picks

    • Game Server Hosting:

      We're happy to announce that EZRCON will branch out into the game server provider scene. This is a big step for us so please having patience if something doesn't go right in this area. Now, what makes us different compared to other providers? Well, we're going with the idea of having a scaleable server hosting and providing more control in how you set up your server. For example, in Minecraft, you have the ability to control how many CPU cores you wish your server to have access to, how much RAM you want to use, how much disk space you want to use. This type of control can't be offered in a single service package so you're able to configure a custom package the way you want it.

      You can see all the available games here. Currently, we have the following games available.

      Valheim (From $1.50 USD)


      Rust (From $3.20 USD)


      Minecraft (Basic) (From $4.00 USD)


      Call of Duty 4X (From $7.00 USD)


      OpenTTD (From $4.00 USD)


      Squad (From $9.00 USD)


      Insurgency: Sandstorm (From $6.40 USD)


      Changes to US-East:

      Starting in January 2022, we will be moving to a different provider that has better support, better infrastructure, and better connectivity. We've noticed that the connection/routes to this location are not ideal and it's been hard getting support to correct this. Our contract for our two servers ends in March/April respectively. If you currently have servers in this location you will be migrated over to the new provider. We'll have more details when the time comes closer to January. The new location for this change will be based out of Atlanta, GA. If you have any questions/concerns please open a ticket and we'll do our best to answer them.
      • 5 replies
    • Hello All,

      I wanted to give an update to how EZRCON is doing. As of today we have 56 active customers using the services offered. I'm glad its doing so well and it hasn't been 1 year yet. To those that have services with EZRCON, I hope the service is doing well and if not please let us know so that we can improve it where possible. We've done quite a few changes behind the scenes to improve the performance hopefully. 

      We'll be launching a new location for hosting procon layers in either Los Angeles, USA or Chicago, IL. Still being decided on where the placement should be but these two locations are not set in stone yet. We would like to get feedback on where we should have a new location for hosting the Procon Layers, which you can do by replying to this topic. A poll will be created where people can vote on which location they would like to see.

      We're also looking for some suggestions on what else you would like to see for hosting provider options. So please let us know your thoughts on this matter.
      • 4 replies
    • Added ability to disable the new API check for player country info


      Updated GeoIP database file


      Removed usage sending stats


      Added EZRCON ad banner



      If you are upgrading then you may need to add these two lines to your existing installation in the file procon.cfg. To enable these options just change False to True.

      procon.private.options.UseGeoIpFileOnly False
      procon.private.options.BlockRssFeedNews False



       
      • 2 replies
    • I wanted I let you know that I am starting to build out the foundation for the hosting services that I talked about here. The pricing model I was originally going for wasn't going to be suitable for how I want to build it. So instead I decided to offer each service as it's own product instead of a package deal. In the future, hopefully, I will be able to do this and offer discounts to those that choose it.

      Here is how the pricing is laid out for each service as well as information about each. This is as of 7/12/2020.

      Single MySQL database (up to 30 GB) is $10 USD per month.



      If you go over the 30 GB usage for the database then each additional gigabyte is charged at $0.10 USD each billing cycle. If you're under 30GB you don't need to worry about this.


      Databases are replicated across 3 zones (regions) for redundancy. One (1) on the east coast of the USA, One (1) in Frankfurt, and One (1) in Singapore. Depending on the demand, this would grow to more regions.


      Databases will also be backed up daily and retained for 7 days.




      Procon Layer will be $2 USD per month.


      Each layer will only allow one (1) game server connection. The reason behind this is for performance.


      Each layer will also come with all available plugins installed by default. This is to help facilitate faster deployments and get you up and running quickly.


      Each layer will automatically restart if Procon crashes. 


      Each layer will also automatically restart daily at midnight to make sure it stays in tip-top shape.


      Custom plugins can be installed by submitting a support ticket.




      Battlefield Admin Control Panel (BFACP) will be $5 USD per month


      As I am still working on building version 3 of the software, I will be installing the last version I did. Once I complete version 3 it will automatically be upgraded for you.





      All these services will be managed by me so you don't have to worry about the technical side of things to get up and going.

      If you would like to see how much it would cost for the services, I made a calculator that you can use. It can be found here https://ezrcon.com/calculator.html

       
      • 11 replies
    • I have pushed out a new minor release which updates the geodata pull (flags in the playerlisting). This should be way more accurate now. As always, please let me know if any problems show up.

       
      • 9 replies
×
×
  • Create New...

Important Information

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.