FICTURE7 / CoCSharp

Clash of Clans library, proxy and server written in .NET [Unmaintained]
MIT License
109 stars 57 forks source link

Error loading CsvDataTable dataRow=null Solved #95

Closed JJBreaker closed 7 years ago

JJBreaker commented 7 years ago

[17/01/14 - 11:27:39.533][info] - Synced asset 'sfx/ogg/xp_gain_06.ogg'... 100% [17/01/14 - 11:27:39.536][info] - Syncing completed in 4236,6538ms. [17/01/14 - 11:27:39.544][info] - Loading CsvDataTable at 'logic/buildings.csv' into AssetManager... [17/01/14 - 11:51:36.893][info] - Loading config at 'server_config.xml'... [17/01/14 - 11:51:40.024][info] - Starting server...

error

FICTURE7 commented 7 years ago

The CSV formats has changed slightly recently updating the master_hash value to 2f2c3464104feb771097b42ebf4dfe871bd56062 in the server_config.xml should fix this. I think.

JJBreaker commented 7 years ago

[17/01/14 - 02:40:13.196][error] - MasterHash in server configuration must be 40 characters long. [17/01/14 - 02:40:13.197][error] - Server configuration was incorrect.

The server runs well having master_hash 79f170d5321478488a1becc25996f8d246879edf Exactly the same in fingerprint.json But gives null in dataRow

FICTURE7 commented 7 years ago

Have you changed the master hash to 2f2c3464104feb771097b42ebf4dfe871bd56062 though?

JJBreaker commented 7 years ago

Yes, I put 2f2c3464104feb771097b42ebf4dfe871bd56062 in master_hash and it does not start the server, it creates the file error.log and its contents:

[17/01/14 - 02:40:13.196][error] - MasterHash in server configuration must be 40 characters long. [17/01/14 - 02:40:13.197][error] - Server configuration was incorrect.

JJBreaker commented 7 years ago

1767531fa850db368207caa1ac840dc6ba6f5602 this is correct master hash ok ^^

JJBreaker commented 7 years ago

Add me to this repository, I have changes to add, the private is obsolete :/

FICTURE7 commented 7 years ago

Just make pull-requests we will figure stuff out there.