• 0

    posted a message on Game crashing on startup.

    Can't seem to figure this one out. Running the latest version of Farseek Core.



    [18:32:22] [main/INFO] [LaunchWrapper/]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
    [18:32:22] [main/DEBUG] [FML/]: Injecting coremod DynamicSurroundingsCore \{org.blockartistry.DynSurround.asm.TransformLoader\} class transformers
    [18:32:22] [main/TRACE] [FML/]: Registering transformer org.blockartistry.DynSurround.asm.Transformer
    [18:32:22] [main/ERROR] [LaunchWrapper/]: A critical problem occurred registering the ASM transformer class $wrapper.org.blockartistry.DynSurround.asm.Transformer
    java.lang.ClassNotFoundException: $wrapper.org.blockartistry.DynSurround.asm.Transformer
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.12.jar:?]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_25]
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_25]
    at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88) [launchwrapper-1.12.jar:?]
    at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:133) [forge-1.11.2-13.20.1.2476.jar:?]
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
    Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer farseek.core.FarseekClassTransformer@5cbe2654 from coremod FarseekCoreMod
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:257) ~[forge-1.11.2-13.20.1.2476.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    ... 6 more
    Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_25]
    at java.util.zip.ZipFile.<init>(ZipFile.java:220) ~[?:1.8.0_25]
    at java.util.zip.ZipFile.<init>(ZipFile.java:150) ~[?:1.8.0_25]
    at java.util.zip.ZipFile.<init>(ZipFile.java:164) ~[?:1.8.0_25]
    at farseek.core.FarseekClassTransformer.farseek$core$FarseekClassTransformer$$methodReplacements(FarseekCoreMod.scala:50) ~[Farseek-1.11-2.2.jar:?]
    at farseek.core.FarseekClassTransformer$$anonfun$1.apply(FarseekCoreMod.scala:40) ~[Farseek-1.11-2.2.jar:?]
    at farseek.core.FarseekClassTransformer$$anonfun$1.apply(FarseekCoreMod.scala:40) ~[Farseek-1.11-2.2.jar:?]
    at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252) ~[scala-library-2.11.1.jar:?]
    at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252) ~[scala-library-2.11.1.jar:?]
    at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33) ~[scala-library-2.11.1.jar:?]
    at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186) ~[scala-library-2.11.1.jar:?]
    at scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:252) ~[scala-library-2.11.1.jar:?]
    at scala.collection.mutable.ArrayOps$ofRef.flatMap(ArrayOps.scala:186) ~[scala-library-2.11.1.jar:?]
    at farseek.core.FarseekClassTransformer.replacements$lzycompute(FarseekCoreMod.scala:40) ~[Farseek-1.11-2.2.jar:?]
    at farseek.core.FarseekClassTransformer.replacements(FarseekCoreMod.scala:39) ~[Farseek-1.11-2.2.jar:?]
    at farseek.core.FarseekClassTransformer.transform(FarseekCoreMod.scala:72) ~[Farseek-1.11-2.2.jar:?]
    at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253) ~[forge-1.11.2-13.20.1.2476.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279) ~[launchwrapper-1.12.jar:?]
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176) ~[launchwrapper-1.12.jar:?]
    ... 6 more
    [18:32:22] [main/DEBUG] [FML/]: Injection complete
    [18:32:22] [main/DEBUG] [FML/]: Running coremod plugin for DynamicSurroundingsCore \{org.blockartistry.DynSurround.asm.TransformLoader\}
    [18:32:22] [main/DEBUG] [FML/]: Running coremod plugin DynamicSurroundingsCore
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: net/minecraftforge/common/config/Configuration
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.blockartistry.DynSurround.asm.TransformLoader.injectData(TransformLoader.java:69)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:152)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: net.minecraftforge.common.config.Configuration
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 4 more
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer farseek.core.FarseekClassTransformer@5cbe2654 from coremod FarseekCoreMod
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:257)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:643]: ... 6 more
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: Caused by: java.util.zip.ZipException: error in opening zip file
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at java.util.zip.ZipFile.open(Native Method)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at java.util.zip.ZipFile.<init>(ZipFile.java:220)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at java.util.zip.ZipFile.<init>(ZipFile.java:150)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at java.util.zip.ZipFile.<init>(ZipFile.java:164)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer.farseek$core$FarseekClassTransformer$$methodReplacements(FarseekCoreMod.scala:50)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer$$anonfun$1.apply(FarseekCoreMod.scala:40)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer$$anonfun$1.apply(FarseekCoreMod.scala:40)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:252)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at scala.collection.mutable.ArrayOps$ofRef.flatMap(ArrayOps.scala:186)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer.replacements$lzycompute(FarseekCoreMod.scala:40)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer.replacements(FarseekCoreMod.scala:39)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at farseek.core.FarseekClassTransformer.transform(FarseekCoreMod.scala:72)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:253)
    [18:32:22] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:667]: ... 8 more

    Posted in: Java Edition Support
  • 0

    posted a message on Minecraft for Linux (MCPE natively on Linux)
    Quote from tbone120120»

    There is a native Minecraft launcher for Linux on debian, arch, Solus, probably anything else.


    He said MCPE, not java edition.
    Posted in: Computer Science and Technology
  • 0

    posted a message on SuperMega MC | New Server | Needs Admins, Developers and Builders

    as the post says, join the Discord

    Posted in: Server Recruitment
  • 0

    posted a message on SuperMega MC | New Server | Needs Admins, Developers and Builders

    bump. still looking for more apps

    Posted in: Server Recruitment
  • 0

    posted a message on SuperMega MC | New Server | Needs Admins, Developers and Builders

    SuperMega MC is a new and submerging Minecraft Server.


    We're looking for experienced staff and builders.


    Please join our Discord Server at: https://discord.gg/Mg9U2Y7 and if your application is accepted than we will communicate there.


    Applications:


    Admin:

    Name:

    IGN:

    Discord:

    Timezone:

    Age:

    Why do you want to become staff?

    What makes you experienced enough to join our staff team?

    What other servers have you worked for?

    How often will you be able to be on the server?

    Will you be dedicated to the server?


    Mod:

    Name:

    IGN:

    Discord:

    Timezone:

    Age:

    Why do you want to become staff?

    What makes you experienced enough to join our staff team?

    What other servers have you worked for?

    How often will you be able to be on the server?

    Will you be dedicated to the server?


    Developer:

    Name:

    IGN:

    Discord:

    Timezone:

    Age:

    How long have you been working with Java/Bukkit?

    What makes you experienced enough to join our staff team?

    What other servers have you worked for?

    What other plugins have you written?

    Will you be dedicated to the server?


    Builder:

    Name:

    IGN:

    Discord:

    Timezone:

    Age:

    How long have you been building in Minecraft?

    What makes you experienced enough to join our staff team?

    What other servers have you worked for?

    What other buiilds have you done?

    Will you be dedicated to the server?

    Posted in: Server Recruitment
  • 0

    posted a message on MarethorMC [Upcoming HUB server]NOW HIRING! Currently looking for: Lorewriters

    Plugin dev:

    Age: 13

    Minecraft name: IAmTheWolfie

    Which programming languages do you know?: C# and Java are my main languages.

    How good are you at making custom plugins?: It depends on the task given.

    Where should we reach you?: Discord is best for me, as Skype is old and outdated. Discord: Wolfie#1549

    Why should we pick you?: I am quick and efficient at programming plugins. I also have much experience (3+ years) with Java and the Bukkit API.

    Past works: If you add me on Discord, I'd be glad to share you some of my past plugins.

    Posted in: Server Recruitment
  • 0

    posted a message on [Moderation Recruit.] 📰 [] AxtinMC {} In Development [] Space Travel [] Custom RP {} + More! {} Join Discord for Progress
    Discord Name (Please provide the # number, as well): Wolfie#1549
    IGN: IAmTheWolfie
    Do you have 1+ years in java or spigot experience: Yes. 3+ Java, 2+ with the Bukkit API.
    Are you able to work in a team environment and work with snippets of code: Yes.
    Examples of work: I can show you some personal plugins I've developed over Discord.
    Other information that may be beneficial (Max 5 lines): I've worked for many other servers in the past, and I believe I will be a great addition to the team.
    I hope my application satisfies you.

    Thanks,
    Wolfie
    Posted in: Server Recruitment
  • 0

    posted a message on The World of Notch RPG [BUILDERS, WRITERS, DEVELOPERS NEEDED]
    Username[/b]: IAmTheWolfie
    Time Zone[/b]: CST
    Contact Information[/b]:
    Skype: wolfsareawesome
    Discord: Wolfie
    #1549

    Do you have experience with coding? If so, what language(s) are you most proficient in[/b]:
    I am most proficient in C# and Java.
    I have 3+ years of experience with Java, and 2+ with the Bukkit API.

    Do you have experience with server development? If so, please tell us[/b]:

    Yes. I've been developer on many of my own, friends, and other's servers before. I can develop plugins for the server while also helping configuate other plugins if needed.



    Have you worked as a developer for another server before? If so, please tell us[/b]:
    Yes. I've worked on many servers, like GeigerCraft, SuperMega MC (these are just some of my personal favorites). These servers have both been shut down due to funding issues.
    Posted in: Server Recruitment
  • 0

    posted a message on ♛ WinterCraft ♛ Now recruiting BUILDERS | STAFF | MANAGERS | DEVS | AND MORE!

    Name: Alex


    In-game name: IAmTheWolfie


    Age: 12


    Skype/Discord(Must Have):

    Skype: wolfareawesome

    Discord: Wolfie#1549


    Position: Developer


    Can you code?

    Well, yeah. What else does a developer do?

    I have 2.5+ years of experience with Java and 1.5+ with the Bukkit API.


    How can you improve the server?

    I can write custom plugins allowing for a bigger enjoyably of the server..

    Posted in: Server Recruitment
  • 0

    posted a message on Go to the new forums!

    Developers:
    IGN: IAmTheWolfie
    Age(Optional): 12
    Skype/Discord Tag:


    Skype: wolfsareawesome

    Discord: Wolfie#1549

    Why Do You want to Join: so i can help the server grow & write plugins
    Can You Make Custom Plugin: yeah
    Can You Pay, If So How Much?: lol no

    How will you rate yourself in plugin making from 1-10? Explain your choice: 7. I've written lots of plugins.

    What times are you most often on and how long can you be on each day?: 6:00 - 9:30 weekdays weekends all day


    thx

    Posted in: Server Recruitment
  • 0

    posted a message on ***URGENT*** Looking for someone who knows how to work a server!

    Hi! Do you have skype or discord? Some sort of Instant Messaging/easy contact? If so, please reply and I can help you.


    Skype: wolfsareawesome ("-Wolfie-")

    Discord: Wolfie#1549

    Posted in: Server Recruitment
  • 0

    posted a message on New Prison Server! Need Builders,Some Staff, and developers!

    ok, waiting for PM

    Posted in: Server Recruitment
  • 0

    posted a message on New Prison Server! Need Builders,Some Staff, and developers!

    IGN > IAmTheWolfie


    Age > 12


    Discord (Required!) > Wolfie#1549


    Experience > 2.5+ years with Java and 1.5+ with the Bukkit API


    Rank Wanted > Developer


    Reason why > I want to help the server and watch it grow.


    What can you do to help? I can develop custom plugins for the server, and also help troubleshoot/modify currently installed plugins.


    Why should you be on my staff team? I believe I would be a great help and addition to the team by developing well created plugins for the server.


    Do you agree that if you lie you will be instantly rejected? > Well, yeah. Common sense.


    Anything else ? > nope

    Posted in: Server Recruitment
  • 0

    posted a message on Pixelmon crashed when joining a server

    No problem. Enjoy your Pixelmon!

    Posted in: Java Edition Support
  • To post a comment, please .