Malorolam / LootBags

Other
21 stars 31 forks source link

What is wrong here heed som help #71

Closed PSILONCRAFT closed 7 years ago

PSILONCRAFT commented 7 years ago

Server crashes and gives this error log file

crash-2017-05-26_00.42.24-server.txt

Malorolam commented 7 years ago

From what it looks like is you have some issue with the config files. Post them both here so I can point out the issue and add error handling for it. If you haven't done any changes to them, it's probably due to a config initialization error, delete both of them and let them build again.

PSILONCRAFT commented 7 years ago

here they are

lootbags.zip

Malorolam commented 7 years ago

It looks like you're using duplicate IDs in a couple places, 24 is one that I saw, there may be more. The next version will have better error handling for config issues.

PSILONCRAFT commented 7 years ago

Yeah i Did see that.

A nother issue is that the lootbagnames doenst show as supposed ingame. Is there a max lenght for lootbagnames

Malorolam commented 7 years ago

Outside of the functional limit of a String (which is size of int number of characters), no there isn't a limit to the name. It is the component to the unlocalized name so that is dependent on if you set up a .lang file and it's contents.

PSILONCRAFT commented 7 years ago

Ok