Pack updates and new packs

Status
Not open for further replies.

Thethhron

New Member
Jul 29, 2019
19
0
0
I too am having issues downloading client updates for the Direwolf20 pack. as mentioned, it finishes downloading and then says it has an error. How do i fixes it?

--Sincerely, some guy
 

Moltakkk111

New Member
Jul 29, 2019
81
0
0
Ok guys as some of you are having issues I've done some testing and I can confirm that
1. optifine C1 that loads with forge 500+ is still really buggy and I don't recomend using it.
2. Direwolf 5.0.1 works fine on my computer and I had no id issues
As some of you are having issues with the new Dw20 pack what I did was I reselected the mod version I wanted and made a backup of the world and deleted the Dw20 folder then once it finished updating I just restored my world

Also some of you are having the "Loading world" issue so here are some steps

1. Make sure you DON'T have optifine installed
2. Check the Dim Ids (Mystcraft and twilight issue)
3. Activate the console and try to read what it says you may get a idea of what the problem is.

Both Mindcrack and magic world update fine and work with a old world I had without block Id issues
I'll continue testing with Mindcrack and magic world next
 

James0x57

New Member
Jul 29, 2019
2
0
0
Hello!

I am running Windows 7, 64 bit.
I updated to MindCrack Pack 8.0.1 for Minecraft 1.4.7 today.
I also updated my server to the latest via this page:
http://feed-the-beast.com/download.php
by clicking the "Download Server" button under "MindCrack Pack"

I am able to connect and play just fine but my brother (using Ubuntu and also updated to MindCrack Pack 8.0.1) is not able to connect.
He was able to play just fine yesterday when we were all on MindCrack Pack 7 for MC 1.4.6.

Every time he pressed launch from the FTB launcher, the "Mojang" logo screen is only up for a short second (things obviously are not loading), and when he tries to join the server it says he does not have FML.


I spent the last 4 and a half hours trying different things with him to get it working.
Some of the things we tried- none worked and we updated each time after a failure:
Delete the ~/.minecraft folder
Delete the "MindCrack" folder on his desktop.
Made sure we had identical files in /Mindcrack/minecraft/lib/ folder
"Force Update" in the launcher.
Selecting "8.0.1" specifically instead of "Recommended" in the launcher.
Deleted Minecraft and FTB completely.
Double checked and enabled/disabled every mod in the three tabs within "edit mod pack". He had everything I had.


I had him specifically select "7" in the launcher and he was actually able to load and play like yesterday (but not on the server since it has been updated).

Is there anything (suggestions, thoughts, ideas) we can do to get it working for him?
Is there anything I can provide that will help you determine what's wrong?

-OR-
Is there any way I can downgrade the server back to MindCrack Pack 7 with MineCraft 1.4.6 so I can play with my brother and wait for things to be sorted out? I am unable to find old server downloads.
 

Moltakkk111

New Member
Jul 29, 2019
81
0
0
Hello!

I am running Windows 7, 64 bit.
I updated to MindCrack Pack 8.0.1 for Minecraft 1.4.7 today.
I also updated my server to the latest via this page:
http://feed-the-beast.com/download.php
by clicking the "Download Server" button under "MindCrack Pack"

I am able to connect and play just fine but my brother (using Ubuntu and also updated to MindCrack Pack 8.0.1) is not able to connect.
He was able to play just fine yesterday when we were all on MindCrack Pack 7 for MC 1.4.6.

Every time he pressed launch from the FTB launcher, the "Mojang" logo screen is only up for a short second (things obviously are not loading), and when he tries to join the server it says he does not have FML.


I spent the last 4 and a half hours trying different things with him to get it working.
Some of the things we tried- none worked and we updated each time after a failure:
Delete the ~/.minecraft folder
Delete the "MindCrack" folder on his desktop.
Made sure we had identical files in /Mindcrack/minecraft/lib/ folder
"Force Update" in the launcher.
Selecting "8.0.1" specifically instead of "Recommended" in the launcher.
Deleted Minecraft and FTB completely.
Double checked and enabled/disabled every mod in the three tabs within "edit mod pack". He had everything I had.


I had him specifically select "7" in the launcher and he was actually able to load and play like yesterday (but not on the server since it has been updated).

Is there anything (suggestions, thoughts, ideas) we can do to get it working for him?
Is there anything I can provide that will help you determine what's wrong?

-OR-
Is there any way I can downgrade the server back to MindCrack Pack 7 with MineCraft 1.4.6 so I can play with my brother and wait for things to be sorted out? I am unable to find old server downloads.


Yes go to the mindcrack folder of your brother and then go to instmods folder and rename the minecraftforge.zip to MinecraftForge.zip
 
  • Like
Reactions: James0x57

mouseodoom

New Member
Jul 29, 2019
24
0
0
Could you give an example of what block IDs weren't properly brought over?

This may not matter much to others (I setup mystcraft in mindcrack on my server) but the config lines were changed: (my apologies, I do not know the original version of Direwolf20 this config file is from)
Code:
item {
    I:item.agebook.id=8700
    I:item.linkbook.id=8701
    I:item.notebook.id=8702
    I:item.writingdesk.id=8703
}

to:

Code:
item {
    I:item.agebook.id=1030
    I:item.linkbook.id=1031
    I:item.notebook.id=1032
    I:item.writingdesk.id=1033
}

This caused all of the books I created previously to be deleted. It's inconvenient for me since I have many, many linking books and teleport doors.
 

Thethhron

New Member
Jul 29, 2019
19
0
0
Also, nvm. I just downloaded it a second time and it downloaded properly. huh

EDIT: Having another issue, possibly related to optifine, but it didn't look like it, though, what do I know about code.

2013-01-29 00:14:58 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-29 00:14:58 [INFO] [STDERR] Exception in thread "Server thread" cpw.mods.fml.common.LoaderException
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStopped(Loader.java:761)
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:464)
2013-01-29 00:14:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:559)
2013-01-29 00:14:58 [INFO] [STDERR] at fy.run(SourceFile:849)

This is what the console displays at the end when the loading stops. If i'm remembering, cpw is buildcraft...? or maybe just pipes. don't quite remember. regardless, this did only happen after loading Optifine. I would simply not use Optifine except that my computer is so bad that I HAVE to load optifine or minecraft is too jagged and slow to actually play. the fps literally drops to 3-4 frames per second without optifine. I can't play minecraft without it. Maybe this is really and optifine thing, in which case i'll see what I can do on my own. Is this error and indicator of that?

EDIT: Okay, herp me. cpw = forge. Ergo this is probably an optifine problem. fudgewiggles.
 

Moltakkk111

New Member
Jul 29, 2019
81
0
0
Also, nvm. I just downloaded it a second time and it downloaded properly. huh

EDIT: Having another issue, possibly related to optifine, but it didn't look like it, though, what do I know about code.

2013-01-29 00:14:58 [SEVERE] [ForgeModLoader] The following problems were captured during this phase
2013-01-29 00:14:58 [INFO] [STDERR] Exception in thread "Server thread" cpw.mods.fml.common.LoaderException
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.transition(LoadController.java:117)
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStopped(Loader.java:761)
2013-01-29 00:14:58 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStopped(FMLCommonHandler.java:464)
2013-01-29 00:14:58 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:559)
2013-01-29 00:14:58 [INFO] [STDERR] at fy.run(SourceFile:849)

This is what the console displays at the end when the loading stops. If i'm remembering, cpw is buildcraft...? or maybe just pipes. don't quite remember. regardless, this did only happen after loading Optifine. I would simply not use Optifine except that my computer is so bad that I HAVE to load optifine or minecraft is too jagged and slow to actually play. the fps literally drops to 3-4 frames per second without optifine. I can't play minecraft without it. Maybe this is really and optifine thing, in which case i'll see what I can do on my own. Is this error and indicator of that?

EDIT: Okay, herp me. cpw = forge. Ergo this is probably an optifine problem. fudgewiggles.

You have to use optifine C1 but still that version is very buggy so you better stick with the old version until a better optifine comes out
 

Malcor5

New Member
Jul 29, 2019
9
0
0
Dear newb script kitties of the FTB development team. Linux is case sensitive. And Java is cross platform. Your ignorance has not gone unnoticed. Please note the file MinecraftForge.zip is not the same as minecraftforge.zip. Oh I could suggest a few distros of Linux since you are new.

P.s Peved that I have to do your bug testing. And rewrite your scripts just to play your mod pack.
 
  • Like
Reactions: Brooks

Abe Thurtell

Member
Jul 29, 2019
5
0
16
Just updated to the new version of Mindcrack and everything in my world is broken; console shows "Skipping tile entity..." for a bajillion blocks or so. Forced quit so it didn't save and relaunched with the old version, and my world is still there, but most of my inventory is wiped out (including an Advanced Diamond Drill with Fortune III).

I recommend making a world backup before updating.
 

Abe Thurtell

Member
Jul 29, 2019
5
0
16
Please note the file MinecraftForge.zip is not the same as minecraftforge.zip.

This appears to have been the cause of the problem in my case as well. I'm on Mac OS X and using a case-sensitive filesystem. The offending file is MindCrack/instMods/minecraftforge.zip and renaming it to MinecraftForge.zip allowed me to open my world in the new version and not have everything be broken. (My inventory is still gone though, of course.)
 

steelblueskies

New Member
Jul 29, 2019
141
0
0
does it try to redownload dw20v5.0.1 every single time you fix the minecraftforge capitalization for anyone else, saying outdated version?
 

darober

New Member
Jul 29, 2019
6
0
0
Still freezing at the Loading Terrain screen while using Direwolf20 Recommended and 5.0.1. I get this in red in the console, does it mean anything to anyone? Oh and I tried renaming the MinecraftForge file and it didn't work. I went back to Direwolf20 4 and i am able to play again. Not sure what is new in the 5.0.1 but I want to play not deal with programming issues.


2013-01-28 22:24:22 [INFO] [STDERR] Exception in thread "Server thread" java.lang.IllegalArgumentException: Failed to register dimension for id 7, One is already registered
2013-01-28 22:24:22 [INFO] [STDERR] at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:83)
2013-01-28 22:24:22 [INFO] [STDERR] at xcompwiz.mystcraft.Mystcraft.registerDimensions(Mystcraft.java:228)
2013-01-28 22:24:22 [INFO] [STDERR] at xcompwiz.mystcraft.Mystcraft.registerCommands(Mystcraft.java:188)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:702)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
2013-01-28 22:24:22 [INFO] [STDERR] at bdz.c(IntegratedServer.java:103)
2013-01-28 22:24:22 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-01-28 22:24:22 [INFO] [STDERR] at fy.run(SourceFile:849)
 

diggerjohn99

New Member
Jul 29, 2019
88
0
1
I want to give the FTB developers a little treat for all their troubles; I have had no issues updating at all, good job folks! I thought it'd be refreshing for you guys to hear someone not complaining (I also followed your instructions to the letter, and read them twice to make sure I got them).
 

Moltakkk111

New Member
Jul 29, 2019
81
0
0
Still freezing at the Loading Terrain screen while using Direwolf20 Recommended and 5.0.1. I get this in red in the console, does it mean anything to anyone? Oh and I tried renaming the MinecraftForge file and it didn't work. I went back to Direwolf20 4 and i am able to play again. Not sure what is new in the 5.0.1 but I want to play not deal with programming issues.


2013-01-28 22:24:22 [INFO] [STDERR] Exception in thread "Server thread" java.lang.IllegalArgumentException: Failed to register dimension for id 7, One is already registered
2013-01-28 22:24:22 [INFO] [STDERR] at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:83)
2013-01-28 22:24:22 [INFO] [STDERR] at xcompwiz.mystcraft.Mystcraft.registerDimensions(Mystcraft.java:228)
2013-01-28 22:24:22 [INFO] [STDERR] at xcompwiz.mystcraft.Mystcraft.registerCommands(Mystcraft.java:188)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:487)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Unknown Source)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2013-01-28 22:24:22 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:702)
2013-01-28 22:24:22 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:314)
2013-01-28 22:24:22 [INFO] [STDERR] at bdz.c(IntegratedServer.java:103)
2013-01-28 22:24:22 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:458)
2013-01-28 22:24:22 [INFO] [STDERR] at fy.run(SourceFile:849)

The issue you have here is that Dimension Id 7 is used by both Mystcraft and twilight forest so i recomend changing the id of your age number 7

Direwolf uploaded a vid about this ;)[DOUBLEPOST=1359444286][/DOUBLEPOST]
HOW DO I GET SUGAR CANE IN FTB INSANITY

It's a "Prize" you get from making one of the sections
 

Liam8is8awsome

New Member
Jul 29, 2019
5
0
0
which one
The issue you have here is that Dimension Id 7 is used by both Mystcraft and twilight forest so i recomend changing the id of your age number 7

Direwolf uploaded a vid about this ;)[DOUBLEPOST=1359444286][/DOUBLEPOST]

It's a "Prize" you get from making one of the sections
[DOUBLEPOST=1359444541][/DOUBLEPOST]which one do you get it from
 

Wolfpaw

New Member
Jul 29, 2019
3
0
0
Ok Dw20 pack 5.0.1 is working with optifine c1 (Edit Optifine works but blocks won't update)

[DOUBLEPOST=1359418934][/DOUBLEPOST]I just found a bug I have a presureplate next to my door but wen I step on it it just makes the sound but the door stays closed can anyone confirm this?


Yeah I have the same issue. I think It's a bug associated with Optifine C1. I also have that issue with buttons as well. Wooden doors will still work by regular right clicking, but for now it looks like you will have to replace iron and reinforced doors with wooden ones. Remember not to set off any explosions and expect your wooden doors to protect you in place of the reinforced doors.

Edit: Also, it appears that when you break blocks which occupy 2 spaces (Doors, Beds, etc.) one half of the block will remain in the world. If you break that bugged half it will disappear and you will still get your item back. Placing beds seems to cause only 1 half of the bed to show up. It still operates correctly however. Sleeping in the bed will cause the other half to reappear. I think it will also reappear if the block gets updated as well, but I haven't tested it.
 

Giddimani

New Member
Jul 29, 2019
148
0
0
1. Optifine is not in our packs, so we can't and will not test against it. Adding mods on your own will always have the risk of breaking something. Sorry it is impossible for us to test against all those cases.

I understand this position if the bug is based on any given mod that somebody adds, but by adding Optifine we repair a bug your modpack is causing. A SSP world created with your modpack is after a certain time of playing not playable without adding Optifine (anything under 25fps is not playable).

I think to post a statement that it's not possible to test all cases is a little ignorant, if the only thing we try is to repair a bug your modpack caused.
 
Status
Not open for further replies.