WVAviator / LandDefender

Forge 1.8 serverside mod for protecting land
2 stars 2 forks source link

"crashes dedicate server b1341 during load" #1

Closed kreezxil closed 9 years ago

kreezxil commented 9 years ago

server crash report: http://pastebin.com/SwuXSUWX server fml latest: http://pastebin.com/cTtk3tBL

WVAviator commented 9 years ago

Is this the first time you loaded the mod? Check the Land Defender folder inside your config folder. There should be a sqlite driver .jar file and a database chunks.db. Are those in there?

kreezxil commented 9 years ago

I ran it twice with the same result. Only the jar file was in that directory, the db file didn't get created.

Also, I just ran it twice again, same result.

server craash report on startup: http://pastebin.com/K0AxLb3C server fml latest on startup: http://pastebin.com/gqyNgu08

-----Original Message----- From: "WVAviator" notifications@github.com Sent: ‎4/‎1/‎2015 7:44 PM To: "WVAviator/LandDefender" LandDefender@noreply.github.com Cc: "kreezxil" kreezxil@gmail.com Subject: Re: [LandDefender] "crashes dedicate server b1341 during load" (#1)

Is this the first time you loaded the mod? Check the Land Defender folder inside your config folder. There should be a sqlite driver .jar file and a database chunks.db. Are those in there? — Reply to this email directly or view it on GitHub.

kreezxil commented 9 years ago

This is the filename of the jarfile: sqlite-jdbc-3.8.7.jarsqlite-jdbc-3.8.7.jar

seems unusually long, like the two filenames you expected got jammed together. which could explain the crash.

WVAviator commented 9 years ago

Try renaming that to just sqlite-jdbc-3.8.7.jar and delete the database and restart. Should work fine then, and I'll try to figure out why it doubles up on the name for you but works fine for me. What OS are you running this on?

WVAviator commented 9 years ago

Also, are you downloading the version on curseforge or the one here in the github repository?

WVAviator commented 9 years ago

I spotted the problem in the code. I will fix it as soon as possible. Thank you for letting me know about this

kreezxil commented 9 years ago

Sure thing 😊

-----Original Message----- From: "WVAviator" notifications@github.com Sent: ‎4/‎1/‎2015 10:28 PM To: "WVAviator/LandDefender" LandDefender@noreply.github.com Cc: "kreezxil" kreezxil@gmail.com Subject: Re: [LandDefender] "crashes dedicate server b1341 during load" (#1)

I spotted the problem in the code. I will fix it as soon as possible. Thank you for letting me know about this — Reply to this email directly or view it on GitHub.

kreezxil commented 9 years ago

The server is 64 bit Ubuntu Linux 14.04.

-----Original Message----- From: "WVAviator" notifications@github.com Sent: ‎4/‎1/‎2015 10:16 PM To: "WVAviator/LandDefender" LandDefender@noreply.github.com Cc: "kreezxil" kreezxil@gmail.com Subject: Re: [LandDefender] "crashes dedicate server b1341 during load" (#1)

Try renaming that to just sqlite-jdbc-3.8.7.jar and delete the database and restart. Should work fine then, and I'll try to figure out why it doubles up on the name for you but works fine for me. What OS are you running this on? — Reply to this email directly or view it on GitHub.

WVAviator commented 9 years ago

Fixed for version 0.2.1. :)

kreezxil commented 9 years ago

Thanks

-----Original Message----- From: "WVAviator" notifications@github.com Sent: ‎4/‎2/‎2015 10:54 AM To: "WVAviator/LandDefender" LandDefender@noreply.github.com Cc: "kreezxil" kreezxil@gmail.com Subject: Re: [LandDefender] "crashes dedicate server b1341 during load" (#1)

Fixed for version 0.2.1. :) — Reply to this email directly or view it on GitHub.