Jump to content

TheQuack45

Members
  • Posts

    10
  • Joined

  • Last visited

About TheQuack45

  • Birthday 08/04/1990

TheQuack45's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Hi, I'm in the process of testing a new version of my modpack and am having some problems. When I run my modpack, something in the modpack moves the ForgeMultipart .jar into the modpack/mods/1.6.4 directory, where it should not be. The download link has the .jar in modpack/mods directory, which is where at least one mod that requires it to be. Since it's being moved, the mod that is trying to find it cannot, and therefore it crashes. Here's the Forge log: http://pastebin.com/DbiQz9W6 Here's the crash report (in the crash-reports directory): http://pastebin.com/zCKYj6cm Here's the modpack page: http://www.technicpack.net/modpack/details/versatech-developer-testing.310200 It seems that it will just crash now; it was originally giving me a Forge error (in the client) stating something about the ForgeMultipart .jar not being found. I don't remember exactly what it said (the modpack is just crashing for me now) and I didn't think to screenshot it. I actually just redownloaded the modpack and tried to run it again: a different crash report was generated, this was what was generating earlier. Here's the link to the original crash report: http://pastebin.com/6LAn82SM Any ideas as to what could be causing it to be moved? Any ideas as to how to prevent it from being moved? Thanks! Let me know if any more information is needed. Edit: It's Resonant Induction that is looking for the file in the wrong directory. This can be seen in the crash reports, but I just removed it to make sure and it ran fine. I was using the most recent public version, v0.3.1.331. What should I do? I don't think there's any way I can change the directory Resonant Induction looks in, so... is this something that should be reported to Calclavia?
  2. This sounds to be an error with the link not being a direct link. Let's try to solve this: First, is your modpack .zip file in Dropbox's Public directory? If not, you are going to need to move it to the Public directory. This is simply a matter of copying or cutting and pasting the .zip into the Public folder. Now, the modpack .zip is in the public folder. Right click on it, and click on "Copy public link..." This will open up a dialogue with a link that should look something like this: "https://dl.dropboxusercontent.com/u/1/modpack.zip". You can paste this link into another web browser tab and check if it's a direct download if you want to. When you go to that page, the page should not load anything and should instead initiate a download of the .zip. If it does this, great! If it doesn't, please tell me and I will try to help troubleshoot the problem. Now, you want to take that direct download link we got in step 2, and set it as your modpack location in the modpack settings webpage. Save, and you should be good! Run the modpack and it should download and run correctly. If it doesn't, please let me know and I will try to help you.
  3. So, I'm creating a modpack and also creating a server (modpack is currently based off of Voltz 3.0.0, but server is MCPC+ created from scratch) and the server, when run, is crashing and reporting a number of errors that I can't work out how to fix myself. This issue seems pretty obscure, so I am open to simply remaking the server files if that is recommended. The first thing it reports is "java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer"; I've tried to download and put in EntityRenderer myself but haven't been able to find it anywhere (I'm assuming it's a .jar file, based on the other two files that are in libraries/net/minecraft/etc... being .jars), so that has been unsuccessful. Here's the error file: ---- Minecraft Crash Report ---- // My bad. Time: 3/5/14 6:02 PM Description: Exception in server tick loop java.lang.NoClassDefFoundError: net/minecraft/client/renderer/EntityRenderer at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.ModClassLoader.loadBaseModClass(ModClassLoader.java:104) at cpw.mods.fml.common.modloader.ModLoaderModContainer.constructMod(ModLoaderModContainer.java:484) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112) at cpw.mods.fml.common.Loader.loadMods(Loader.java:511) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:350) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:92) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:630) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.EntityRenderer at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 31 more Caused by: java.lang.RuntimeException: Attempted to load class bfe for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:51) at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:274) at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:172) ... 33 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.6.4 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_45, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 151822328 bytes (144 MB) / 706740224 bytes (674 MB) up to 2863661056 bytes (2731 MB) JVM Flags: 1 total; -Xmx3G AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 CraftBukkit Information: Running: Failed to handle CraftCrashReport: java.lang.NullPointerException at org.bukkit.Bukkit.getName(Bukkit.java:72) at org.bukkit.craftbukkit.v1_6_R3.CraftCrashReport.call(CraftCrashReport.java:19) at net.minecraft.crash.CrashReportCategory.func_71500_a(CrashReportCategory.java:106) at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:58) at net.minecraft.crash.CrashReport.<init>(CrashReport.java:40) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:689) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 69 mods loaded, 69 mods active mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML{6.4.49.965} [Forge Mod Loader] (MCPC.jar) Unloaded->Constructed Forge{9.11.1.965} [Minecraft Forge] (MCPC.jar) Unloaded->Constructed AppliedEnergistics-Core{rv14.finale3} [AppliedEnergistics Core] (minecraft.jar) Unloaded->Constructed CodeChickenCore{0.9.0.7} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed NotEnoughItems{1.6.1.8} [Not Enough Items] (notenoughitems 1.6.1.8.jar) Unloaded->Constructed PowerCrystalsCore{1.1.8} [PowerCrystals Core] (powercrystalscore-1.1.8-9.jar) Unloaded->Constructed AppliedEnergistics{rv14.finale3} [Applied Energistics] (appeng-rv14-finale3-mc16x.jar) Unloaded->Constructed UniversalElectricity{3.1.0} [Universal Electricity] (universal-electricity-3.1.0.66-core.jar) Unloaded->Constructed CalclaviaCore{1.1.1} [Calclavia] (calclavia core-1.1.1.197-main.jar) Unloaded->Constructed AtomicScience{1.1.0} [Atomic Science] (atomic-science-1.1.0.52-core.jar) Unloaded->Constructed numina{0.1.2-55} [Numina] (numina-1.6.2-0.1.2-55.jar) Unloaded->Constructed powersuits{0.10.0-91} [MachineMuse's Modular Powersuits] (modularpowersuits-1.6.4-0.10.0-91.jar) Unloaded->Constructed DragonAPI{release} [DragonAPI] (dragonapi 1.6 v16d.zip) Unloaded->Constructed ExtrabiomesXL{3.15.1} [ExtrabiomesXL] (extrabiomesxl-universal-1.6.4-3.15.1.jar) Unloaded->Constructed ICBM{1.4.1} [ICBM] (icbm-1.4.1.265.jar) Unloaded->Constructed ICBM|Sentry{1.4.1} [ICBM Sentry] (icbm-1.4.1.265.jar) Unloaded->Constructed ICBM|Explosion{1.4.1} [ICBM Explosion] (icbm-1.4.1.265.jar) Unloaded->Constructed GalacticraftCore{2.0.11} [Galacticraft Core] (Galacticraft-1.6.4-2.0.11.978.jar) Unloaded->Constructed GalacticraftMars{2.0.11} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.11.978.jar) Unloaded->Constructed inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77.jar) Unloaded->Constructed madscience{1.00.98} [Mad Science] (madscience-mc1.6.4-F9.11.1.964_v1.00.98-universal.jar) Unloaded->Constructed MFR Compat Forestry Trees{1.0} [MFR Compat Forestry Trees] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MFR Compat Extra Trees{1.0} [MFR Compat Extra Trees] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded{1.6.2R2.7.5} [MineFactory Reloaded] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatAppliedEnergistics{1.6.2R2.7.5} [MFR Compat: Applied Energistics] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatAtum{1.6.2R2.7.5} [MFR Compat: Atum] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatBackTools{1.6.2R2.7.5} [MFR Compat: BackTools] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatBuildCraft{1.6.2R2.7.5} [MFR Compat: BuildCraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatChococraft{1.6.2R2.7.5} [MFR Compat: Chococraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatExtraBiomes{1.6.2R2.7.5} [MFR Compat: ExtraBiomes] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatForestry{1.6.2R2.7.5} [MFR Compat: Forestry] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatForestryPre{1.6.2R2.7.5} [MFR Compat: Forestry (part 2)] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatForgeMicroblock{1.6.2R2.7.5} [MFR Compat: ForgeMicroblock] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatIC2{1.6.2R2.7.5} [MFR Compat: IC2] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatMystcraft{1.6.2R2.7.5} [MFR Compat: Mystcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatPams{1.6.2R2.7.5} [MFR Compat: Pam's Mods] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed ForgeMultipart{1.0.0.244} [Forge Multipart] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded->Constructed ProjRed|Core{4.2.2.19} [ProjectRed] (projectredbase-1.6.4-4.2.2.19.jar) Unloaded->Constructed ProjRed|Exploration{1.0} [ProjRed|Exploration] (projectredworld-1.6.4-4.2.2.19.jar) Unloaded->Constructed MineFactoryReloaded|CompatProjRed{1.6.2R2.7.5} [MFR Compat ProjectRed] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatRailcraft{1.6.2R2.7.5} [MFR Compat: Railcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatRP2{1.6.2R2.7.5} [MFR Compat: RP2] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatSufficientBiomes{1.6.2R2.7.5} [MFR Compat: Sufficient Biomes] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatThaumcraft{1.6.2R2.7.5} [MFR Compat: Thaumcraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatThermalExpansion{1.6.2R2.7.5} [MFR Compat: Thermal Expansion] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatTwilightForest{1.6.2R2.7.5} [MFR Compat: TwilightForest] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatVanilla{1.6.2R2.7.5} [MFR Compat: Vanilla] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MineFactoryReloaded|CompatXyCraft{1.6.2R2.7.5} [MFR Compat: XyCraft] (minefactoryreloaded-2.7.5-352.jar) Unloaded->Constructed MFFS{3.6.2} [Modular Force Field System] (modular-force-field-system-3.6.2.42-core.jar) Unloaded->Constructed NEIPlugins{1.1.0.6} [NEI Plugins] (neiplugins-1.1.0.6.jar) Unloaded->Constructed ProjRed|Transmission{1.0} [ProjRed|Transmission] (projectredintegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed OpenComputers|Core{1.0.0} [OpenComputers (Core)] (opencomputers-mc1.6.4-1.2.1.jar) Unloaded->Constructed OpenComputers{1.2.1} [OpenComputers] (opencomputers-mc1.6.4-1.2.1.jar) Unloaded->Constructed powersuitaddons{@VERSION@} [Andrew's Modular Powersuits Addons] (powersuitaddons-1.6.4-884.jar) Unloaded->Constructed ProjRed|Compatibility{1.0} [ProjRed|Compatibility] (projectredcompat-1.6.4-4.2.2.19.jar) Unloaded->Constructed ProjRed|Integration{1.0} [ProjRed|Integration] (projectredintegration-1.6.4-4.2.2.19.jar) Unloaded->Constructed ProjRed|Illumination{1.0} [ProjRed|Illumination] (projectredlighting-1.6.4-4.2.2.19.jar) Unloaded->Constructed ProjRed|Expansion{1.0} [ProjRed|Expansion] (projectredmechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed ProjRed|Transportation{1.0} [ProjRed|Transportation] (projectredmechanical-1.6.4-4.2.2.19.jar) Unloaded->Constructed ResonantInduction|Core{0.3.1} [Resonant Induction] (resonant-induction-0.3.1.279.jar) Unloaded->Constructed ResonantInduction|Mechanical{0.3.1} [Resonant Induction Mechanical] (resonant-induction-0.3.1.279.jar) Unloaded->Constructed ResonantInduction|Electrical{0.3.1} [Resonant Induction Electrical] (resonant-induction-0.3.1.279.jar) Unloaded->Constructed ResonantInduction|Archaic{0.3.1} [Resonant Induction Archaic] (resonant-induction-0.3.1.279.jar) Unloaded->Constructed RotaryCraft{Gamma} [RotaryCraft] (rotarycraft 1.6 v16c.zip) Unloaded->Constructed mod_ZanMinimap{Not available} [mod_ZanMinimap] (zansminimap1.6.4.zip) Unloaded McMultipart{1.0.0.244} [Minecraft Multipart Plugin] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded ForgeMicroblock{1.0.0.244} [Forge Microblocks] (ForgeMultipart-universal-1.6.4-1.0.0.244.jar) Unloaded Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'mcpc,craftbukkit,fml,forge' Type: Dedicated Server (map_server.txt) Any ideas as to how this can be fixed? Thanks! If more information/files are needed, please let me know.
  4. Nevermind, I should have searched a bit more! I got them from here! http://answers.yahoo.com/question/index?qid=20130215210052AAurPpz I'll keep this thread here so anyone who is looking for them can find them.
  5. My friends and I have been playing on a Voltz 2.0.4 server hosted by me, but we want to go to 1.0.13 because of the mods available on that version. (Particularly the larger selection of cables, as I'm going to a nuclear reactor and copper cables will be destroyed by it) Does anyone have the 1.0.13 (or a similar version with the similar/same mods) server files? If you do, I would love a download. Thanks!
  6. The files "bcprov-jdk15on-148.jar" and "scala-library.jar" failed to download, and these are vital files. The Technicpack's links to those files are currently 404'd, (meaning they are unavailable) so they cannot be downloaded automatically. And of course, as they are 404'd, they cannot be downloaded manually. There is a way to get around this, however. I downloaded the Tekkit (main) server files, and went in to the "lib" directory. Those two files are available there. Copy them from the Tekkit server's /lib directory to the Voltz server's /lib directory, then see if it runs correctly. It should be fine them. Let me know if this doesn't work, I will try to help.
  7. Do you have your computer enabled to show file extensions? That sounds like the thing that is causing the issue here. If you don't have that enabled, and you are on Windows 7, (this may work with other versions of Windows, but I can't make any guarantees) follow these instructions. 1. Open the start menu and type "Show or hide file extensions" 2. Select the option under Control Panel that is named "Show or hide file extensions" 3. Find the option in the resulting menu that says "Hide extensions for known file types" 4. Uncheck the box next to that. 5. Press "Apply" and then press "OK" 6. File extensions should now be shown. Once that's done, go back to the /lib directory of the Voltz server files. "scala-library.jar" should now show as "scala-library.jar.stash" Simply double click the "scala-library.jar.stash" file, remove the ".stash" part of the name, and hit enter. Windows will probably come up with a dialog box warning you about changing file extensions. Select "Yes", you are sure that you want to do this. Now, boot up the sever. It should be fixed now! Let me know if it doesn't work.
  8. The files "bcprov-jdk15on-148.jar" and "scala-library.jar" failed to download, and these are vital files. The Technicpack's links to those files are currently 404'd, (meaning they are unavailable) so they cannot be downloaded automatically. And of course, as they are 404'd, they cannot be downloaded manually. There is a way to get around this, however. I downloaded the Tekkit (main) server files, and went in to the "lib" directory. Those two files are available there. Copy them from the Tekkit server's /lib directory to the Voltz server's /lib directory, then see if it runs correctly. It should be fine them. Let me know if this doesn't work, I will try to help.
  9. Quite late, but figured I could try and help anyway. The files "bcprov-jdk15on-148.jar" and "scala-library.jar" failed to download, and these are vital files. The Technicpack's links to those files are currently 404'd, (meaning they are unavailable) so they cannot be downloaded automatically. And of course, as they are 404'd, they cannot be downloaded manually. There is a way to get around this, however. I downloaded the Tekkit (main) server files, and went in to the "lib" directory. Those two files are available there. Copy them from the Tekkit server's /lib directory to the Voltz server's /lib directory, then see if it runs correctly. It should be fine them. Let me know if this doesn't work, I will try to help.
  10. Title: Crashing after Mojang screen Version: 3.1.2 OS: Windows 7 Home Premium 64-bit Java Version: 1.7.0_09 from Oracle Corporation, but Tekkit reports 1.7.0_04 from Oracle. Not sure which. 1.7.0_09 was found on a website that I checked on. Description of Problem: Tekkit crashes once I get past the Mojang screen. I have switched between 1GB allocated and 2GB allocated and still get this. My computer just bluescreened about 30 minutes ago and it was working fine before that, so I think it has something to do with that EDIT: Also, there is a bit more of the log that I think is relevant. I added that in. It used to start at java.lang.NullPointerException, I added some before that. Error Messages: Error Log: Minecraft: Minecraft 1.2.5 OS: Windows 7 (amd64) version 6.1 Java: 1.7.0_04, Oracle Corporation VM: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation LWJGL: 2.4.2 OpenGL: AMD Radeon HD 7700 Series version 4.2.11931 Compatibility Profile Context, ATI Technologies Inc. java.lang.NullPointerException at cpw.mods.fml.common.modloader.ModLoaderModContainer.init(ModLoaderModContainer.java:356) at cpw.mods.fml.common.Loader.modInit(Loader.java:273) at cpw.mods.fml.common.Loader.initializeMods(Loader.java:628) at cpw.mods.fml.client.FMLClientHandler.onLoadComplete(FMLClientHandler.java:223) at net.minecraft.client.Minecraft.a(Minecraft.java:429) at net.minecraft.client.Minecraft.run(Minecraft.java:738) at java.lang.Thread.run(Unknown Source) --- END ERROR REPORT b5d9519a ----------
×
×
  • Create New...