Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 215 216 [217] 218 219 ... 326

Author Topic: Minecraft - Mods Thread  (Read 974817 times)

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3240 on: November 03, 2012, 05:09:27 pm »

Latest version of Technic crashed trying to startup, decided to give me an errorlog.

I can't read it because it's 5.47 GB of text.

And it was 4.4 GB before I started coming here to post. Christ.

Zanzetkuken The Great

  • Bay Watcher
  • The Wizard Dragon
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3241 on: November 03, 2012, 05:14:31 pm »

Latest version of Technic crashed trying to startup, decided to give me an errorlog.

I can't read it because it's 5.47 GB of text.

And it was 4.4 GB before I started coming here to post. Christ.

...how can you have a gigabyte of text?  Let alone ~5.5.
Logged
Quote from: Eric Blank
It's Zanzetkuken The Great. He's a goddamn wizard-dragon. He will make it so, and it will forever be.
Quote from: 2016 Election IRC
<DozebomLolumzalis> you filthy god-damn ninja wizard dragon

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3242 on: November 03, 2012, 05:18:17 pm »

It kept on making the errorlog as it went, because the error handling for Forge Mod Loader gives me the error, but fails to terminate the program after it happens. Whoops.

This:

Code: [Select]
2012-11-03 15:16:11 [INFO] [ForgeModLoader] Forge Mod Loader version 4.2.18.433 for Minecraft 1.4.2 loading
2012-11-03 15:16:11 [FINEST] [ForgeModLoader] All core mods are successfully located
2012-11-03 15:16:11 [FINEST] [ForgeModLoader] Discovering coremods
2012-11-03 15:16:13 [INFO] [STDERR] Exception thrown while initializing MineCraft.
2012-11-03 15:16:13 [INFO] [STDERR] java.lang.RuntimeException: java.lang.RuntimeException: Found a coremod file in technicssp that's not a directory
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
2012-11-03 15:16:13 [INFO] [STDERR] at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:28)
2012-11-03 15:16:13 [INFO] [STDERR] at org.spoutcraft.launcher.MinecraftAppletEnglober.init(MinecraftAppletEnglober.java:110)
2012-11-03 15:16:13 [INFO] [STDERR] at org.spoutcraft.launcher.gui.LauncherFrame.runGame(LauncherFrame.java:121)
2012-11-03 15:16:13 [INFO] [STDERR] at org.spoutcraft.launcher.gui.LoginForm.runGame(LoginForm.java:907)
2012-11-03 15:16:13 [INFO] [STDERR] at org.spoutcraft.launcher.gui.LoginForm$2$1.done(LoginForm.java:814)
2012-11-03 15:16:13 [INFO] [STDERR] at javax.swing.SwingWorker$5.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at sun.swing.AccumulativeRunnable.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at javax.swing.Timer.fireActionPerformed(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at javax.swing.Timer$DoPostEvent.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.event.InvocationEvent.dispatch(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventQueue.access$000(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventQueue$3.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.security.AccessController.doPrivileged(Native Method)
2012-11-03 15:16:13 [INFO] [STDERR] at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventQueue.dispatchEvent(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] at java.awt.EventDispatchThread.run(Unknown Source)
2012-11-03 15:16:13 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Found a coremod file in technicssp that's not a directory
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.setupCoreModDir(RelaunchLibraryManager.java:449)
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.discoverCoreMods(RelaunchLibraryManager.java:297)
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:102)
2012-11-03 15:16:13 [INFO] [STDERR] at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
2012-11-03 15:16:13 [INFO] [STDERR] ... 27 more

Repeated ~1,000,000,000 times. A BILLION.

I just tried again and got... 3 GB TEXT FILE.

God damn, remind me not to try using any Technic SSP builds past "latest" :P
« Last Edit: November 03, 2012, 05:20:08 pm by Putnam »
Logged

The Darkling Wolf

  • Bay Watcher
  • Arf!
    • View Profile
    • Cataclysm - Dark Days Ahead
Re: Minecraft - Mods Thread
« Reply #3243 on: November 03, 2012, 05:19:09 pm »

Weird, never happened to me before o.O
Logged
My cabbages!
[Thunderfury, Blessed Blade of the Windseeker]

I am fat, eating is my great joy.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3244 on: November 03, 2012, 05:21:20 pm »

It's the technic launcher that creates the errorlog, but it's FML that starts the generation, by the looks. WTF?

The Darkling Wolf

  • Bay Watcher
  • Arf!
    • View Profile
    • Cataclysm - Dark Days Ahead
Re: Minecraft - Mods Thread
« Reply #3245 on: November 03, 2012, 05:22:14 pm »

I've had many crashes before, but never gotten anything like that. Maybe it's a bug with your version of Forge, I've updated my local one.
Logged
My cabbages!
[Thunderfury, Blessed Blade of the Windseeker]

I am fat, eating is my great joy.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3246 on: November 03, 2012, 05:25:11 pm »

I'm using the 1.4.2 version they have up there, and it's past the version listed as "latest", so I figure it comes with the territory :P

The Darkling Wolf

  • Bay Watcher
  • Arf!
    • View Profile
    • Cataclysm - Dark Days Ahead
Re: Minecraft - Mods Thread
« Reply #3247 on: November 03, 2012, 05:30:04 pm »

I was unaware there was a new dev build out, what mods does it have?
Logged
My cabbages!
[Thunderfury, Blessed Blade of the Windseeker]

I am fat, eating is my great joy.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3248 on: November 03, 2012, 05:49:42 pm »

I don't know, it gives me 4 GB errorlogs :P

The Darkling Wolf

  • Bay Watcher
  • Arf!
    • View Profile
    • Cataclysm - Dark Days Ahead
Re: Minecraft - Mods Thread
« Reply #3249 on: November 03, 2012, 05:55:53 pm »

I've not heard of that mod, it sounds fun :P

Looks like it's best to stick with the old builds for now.
Logged
My cabbages!
[Thunderfury, Blessed Blade of the Windseeker]

I am fat, eating is my great joy.

Wrex

  • Bay Watcher
  • My vision is augmented
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3250 on: November 03, 2012, 06:04:27 pm »

I don't know, it gives me 4 GB errorlogs :P

O_O


Do you have any idea what could cause that?
Logged

Mr Wrex, please do not eat my liver.

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3251 on: November 03, 2012, 06:45:38 pm »

The fact that java.exe keeps making more even when minecraft is closed.

bluephoenix

  • Bay Watcher
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3252 on: November 05, 2012, 11:04:37 pm »

Does anyone know how to make sticks in terrafirmacraft?
The wiki doesn't really have anything on that topic as far as I can see.
Logged

Putnam

  • Bay Watcher
  • DAT WIZARD
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3253 on: November 05, 2012, 11:58:21 pm »

Does anyone know how to make sticks in terrafirmacraft?
The wiki doesn't really have anything on that topic as far as I can see.

Break branches IIRC.

bluephoenix

  • Bay Watcher
    • View Profile
Re: Minecraft - Mods Thread
« Reply #3254 on: November 06, 2012, 12:02:00 am »

I know you can destroy leaf blocks to get sticks.
I ment is it possible to get sticks by breaking down logs or planks?
Logged
Pages: 1 ... 215 216 [217] 218 219 ... 326