Minetweaker Server Issues

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

mrkirby153

New Member
Jul 29, 2019
24
0
0
Hey guys, I'm working on tweaking some of the recipes for my modpack and I found something weird. First of all, the client loads just fine and the recipes work. Now for the wierd part, When I try to load up my server, I crash. Here is the server log: http://puu.sh/9T0ZR/f0955d4b5c.log
 

Padfoote

Brick Thrower
Forum Moderator
Dec 11, 2013
5,140
5,898
563
You have a few issues I'm seeing:
Code:
2014-07-01 19:03:37 [INFO] [STDERR] java.io.FileNotFoundException: E:\Minecraft Stuff\KirbyCraft\Test Server\config\InvTweaksCompatibility.xml (The system cannot find the file specified)
Code:
2014-07-01 19:03:46 [WARNING] [ForgeModLoader] Zip file sqlite-jdbc-3.7.15-M1.jar failed to read properly, it will be ignored
java.util.zip.ZipException: zip file is empty
Code:
2014-07-01 19:03:46 [SEVERE] [ForgeModLoader] The mcmod.info file in AetherCraft-1.3.3.94__fixed_.jar cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 11, column 6: Expected either , or ] but got ["].
Code:
2014-07-01 19:03:58 [WARNING] [ForgeModLoader] Mod attempted to get a item ID with a default value in the block ID section, mod authors should make sure there defaults are above 3840 unless explicitly needed so that all block ids are free to store blocks.
2014-07-01 19:03:58 [WARNING] [ForgeModLoader] Config "/config/AetherCraft.cfg" Category: "item" Key: "aetherbattery" Default: 2700

And the killer:
Code:
2014-07-01 19:04:35 [SEVERE] [ForgeModLoader] Caught exception from MineTweaker3
java.lang.NullPointerException

Whatever that means. I've never used MineTweaker, so don't really have a clue.
 

mrkirby153

New Member
Jul 29, 2019
24
0
0
You have a few issues I'm seeing:
Code:
2014-07-01 19:03:37 [INFO] [STDERR] java.io.FileNotFoundException: E:\Minecraft Stuff\KirbyCraft\Test Server\config\InvTweaksCompatibility.xml (The system cannot find the file specified)
Code:
2014-07-01 19:03:46 [WARNING] [ForgeModLoader] Zip file sqlite-jdbc-3.7.15-M1.jar failed to read properly, it will be ignored
java.util.zip.ZipException: zip file is empty
Code:
2014-07-01 19:03:46 [SEVERE] [ForgeModLoader] The mcmod.info file in AetherCraft-1.3.3.94__fixed_.jar cannot be parsed as valid JSON. It will be ignored
argo.saj.InvalidSyntaxException: At line 11, column 6: Expected either , or ] but got ["].
Code:
2014-07-01 19:03:58 [WARNING] [ForgeModLoader] Mod attempted to get a item ID with a default value in the block ID section, mod authors should make sure there defaults are above 3840 unless explicitly needed so that all block ids are free to store blocks.
2014-07-01 19:03:58 [WARNING] [ForgeModLoader] Config "/config/AetherCraft.cfg" Category: "item" Key: "aetherbattery" Default: 2700

And the killer:
Code:
2014-07-01 19:04:35 [SEVERE] [ForgeModLoader] Caught exception from MineTweaker3
java.lang.NullPointerException

Whatever that means. I've never used MineTweaker, so don't really have a clue.
Yes. I know that the nullpointer is the killer. The thing is what is causing it? The rest of the errors really don't affect gameplay.
 

Padfoote

Brick Thrower
Forum Moderator
Dec 11, 2013
5,140
5,898
563
Yes. I know that the nullpointer is the killer. The thing is what is causing it? The rest of the errors really don't affect gameplay.

That one about an invalid ID will impact gameplay, since that's kinda major. The nullpointer may be caused by an incorrect modification file, but as I said I'm really not sure. Sorry I can't be more help.
 

mrkirby153

New Member
Jul 29, 2019
24
0
0
That one about an invalid ID will impact gameplay, since that's kinda major. The nullpointer may be caused by an incorrect modification file, but as I said I'm really not sure. Sorry I can't be more help.
Its okay that you can't help but for anyone coming across this thread, it is impossible for an incorrect modification to the file because it shows up with clean files that it generated.