Server crash help

  • 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
Status
Not open for further replies.

Eggslap

New Member
Jul 29, 2019
2
0
0
I run a DW20 1.4.7 dedicated server hosted by Multicraft. As far as I can tell the problem isn't coming from the host.

First things first:

Console log on startup:
http://pastebin.com/uQh4eaKZ

Crash report:
http://pastebin.com/FvPU0vBi

I'm almost certain the problem resides in the 'world' folder as I've tried a fresh install and replacing my 'world' into it... getting the same errors.

I've also tried running it with no plugins to no avail.

I'm not entirely sure if this should be posted here or on Bukkit forums as I'm not sure of the source but I figured I'd post here because I noticed an ID conflict with XyCraft and IC2 blocks that might be the source of the problem, although I have no clue how to deal with an ID conflict.

XyCraftConflicts.txt reads:
''
BlockID conflict at 220 between world.blocks.worldGen.xyOre and ic2.core.block.BlockScaffold@227ed6db
BlockID conflict at 221 between world.blocks.worldGen.quartzCrystal and ic2.core.block.BlockWall@5ae36728
''
Any help appreciated. Thanks in Advance.
 

GuildMaster

New Member
Jul 29, 2019
156
0
0
1. The server's Java is old (Java 7 Update 25, latest is ~U40). Maybe you can contact them for help?
2. That ID conflict is the problem. Your server crashes when XyCraft loads up.
First, make sure you downloaded the server from the official feed-the-beast.com site. The download should contain all ID conflicts fixed, something is wrong if you get this ID conflict.
Secondly, to fix this problem, you need to go to your /serverfolder/config/ folder, then find a file called something like XyCraft.cfg (I don't have XyCraft installed right now, you will have to find it yourself, it's probably called something like that). Then, find a line called
Code:
xyOre.id=220
quartzCrystal.id=221
or something like that. I'm not sure where exactly it would be. Just look around. Then change those to something different.
The problem is, I don't know what free IDs there are. If you put xyOre.id=400 maybe it will still conflict with some other mod. Again, the official FTB server should have this already fixed, but since it's Multiverse who's hosting the server, maybe they don't give you the right, official download.
 

Eggslap

New Member
Jul 29, 2019
2
0
0
1. The server's Java is old (Java 7 Update 25, latest is ~U40). Maybe you can contact them for help?
2. That ID conflict is the problem. Your server crashes when XyCraft loads up.
First, make sure you downloaded the server from the official feed-the-beast.com site. The download should contain all ID conflicts fixed, something is wrong if you get this ID conflict.
Secondly, to fix this problem, you need to go to your /serverfolder/config/ folder, then find a file called something like XyCraft.cfg (I don't have XyCraft installed right now, you will have to find it yourself, it's probably called something like that). Then, find a line called
Code:
xyOre.id=220
quartzCrystal.id=221
or something like that. I'm not sure where exactly it would be. Just look around. Then change those to something different.
The problem is, I don't know what free IDs there are. If you put xyOre.id=400 maybe it will still conflict with some other mod. Again, the official FTB server should have this already fixed, but since it's Multiverse who's hosting the server, maybe they don't give you the right, official download.


yep! I confirmed the conflict in the xyCraft.cfg and IC2.cfg .. then downloaded the DW20 pack I needed and traced the IDs in the new files... IC2.cfg had different IDs for quite a few items so i replaced the whole Config folder with the new one and server is back. Thanks for the help.
 
Status
Not open for further replies.