direwolf server

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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

Xiioniic

New Member
Jul 29, 2019
14
0
0
Title:
direwolf server
Launcher Version:
1.4.7
Modpack:
direwolf20
Modpack Version:
1.3.1
Log Link:
Details of the issue:
iv been trying to run a direwolf20 server on mac for a while i looked and looked and every thing i find doesnt help i now the server works cause my friend ran it on his windows i just cant get it to work on mac please help me
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
What steps did you take when trying to run it? Any errors or crashes?

First run the ftbinstall.sh, then serverstart.sh and it should crash after a while, change the eula to true and start the server again.
 

Xiioniic

New Member
Jul 29, 2019
14
0
0
yes i did that all and when i run the the serverstart it runs in console and i see a java thing start up then it closes
 

Xiioniic

New Member
Jul 29, 2019
14
0
0
heres the stuff from console sorry i couldnt put it in to a text file

Parkers-MacBook-Pro:~ Parker$ /Users/Parker/Desktop/direwolf20_17-server/ServerStart.command ; exit;

Starting server

[15:59:02] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[15:59:02] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker

[15:59:02] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker

[15:59:03] [main/INFO] [FML]: Forge Mod Loader version 7.10.85.1291 for Minecraft 1.7.10 loading

[15:59:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

[15:59:03] [main/INFO] [FML]: [AppEng] Core Init

[15:59:03] [main/WARN] [FML]: The coremod aroma1997.core.coremod.CoreMod does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/WARN] [FML]: The coremod cofh.asm.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/WARN] [FML]: The coremod fastcraft.LoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/INFO] [FastCraft-core]: FastCraft loading...

[15:59:04] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/WARN] [FML]: The coremod ic2.core.coremod.IC2core does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/WARN] [FML]: The coremod invtweaks.forge.asm.FMLPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.UnsupportedClassVersionError: net/malisis/core/asm/MalisisCorePlugin : Unsupported major.minor version 51.0

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass1(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.security.AccessController.doPrivileged(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName0(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.Class.forName(Class.java:249)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Method.invoke(Method.java:597)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)

[15:59:04] [main/ERROR] [FML]: An error occurred trying to configure the minecraft home at /Users/Parker/Desktop/direwolf20_17-server/. for Forge Mod Loader

java.lang.UnsupportedClassVersionError: net/malisis/core/asm/MalisisCorePlugin : Unsupported major.minor version 51.0

at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_65]

at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637) ~[?:1.6.0_65]

at java.lang.ClassLoader.defineClass(ClassLoader.java:621) ~[?:1.6.0_65]

at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141) ~[?:1.6.0_65]

at java.net.URLClassLoader.defineClass(URLClassLoader.java:283) ~[?:1.6.0_65]

at java.net.URLClassLoader.access$000(URLClassLoader.java:58) ~[?:1.6.0_65]

at java.net.URLClassLoader$1.run(URLClassLoader.java:197) ~[?:1.6.0_65]

at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_65]

at java.net.URLClassLoader.findClass(URLClassLoader.java:190) ~[?:1.6.0_65]

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117) ~[launchwrapper-1.11.jar:?]

at java.lang.ClassLoader.loadClass(ClassLoader.java:306) ~[?:1.6.0_65]

at java.lang.ClassLoader.loadClass(ClassLoader.java:247) ~[?:1.6.0_65]

at java.lang.Class.forName0(Native Method) ~[?:1.6.0_65]

at java.lang.Class.forName(Class.java:249) ~[?:1.6.0_65]

at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417) ~[FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346) ~[FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214) ~[FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90) [FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74) [FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39) [FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23) [FTBServer-1.7.10-1291.jar:?]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.11.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.11.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.6.0_65]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) ~[?:1.6.0_65]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) ~[?:1.6.0_65]

at java.lang.reflect.Method.invoke(Method.java:597) ~[?:1.6.0_65]

at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43) [FTBServer-1.7.10-1291.jar:?]

at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12) [FTBServer-1.7.10-1291.jar:?]

A problem occurred running the Server launcher.[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:461]: java.lang.reflect.InvocationTargetException

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at java.lang.reflect.Method.invoke(Method.java:597)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:464]: at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:488]: Caused by: java.lang.UnsupportedClassVersionError: net/malisis/core/asm/MalisisCorePlugin : Unsupported major.minor version 51.0

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClass1(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.defineClass(ClassLoader.java:621)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.access$000(URLClassLoader.java:58)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader$1.run(URLClassLoader.java:197)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.security.AccessController.doPrivileged(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.net.URLClassLoader.findClass(URLClassLoader.java:190)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:117)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.Class.forName0(Native Method)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at java.lang.Class.forName(Class.java:249)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.loadCoreMod(CoreModManager.java:417)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:346)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:214)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:74)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:39)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at cpw.mods.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:23)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:490]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[15:59:04] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTraceAsCause:492]: ... 6 more

Server process finished

logout


[Process completed]
 

mc.crab

Well-Known Member
Feb 2, 2013
1,397
116
89
[15:59:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

The log says you have Java 6

what Java thing?
 

xEden

New Member
Jul 29, 2019
6
0
0
[15:59:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

The log says you have Java 6

what Java thing?
Also note that it's the jdk, not jre. The JDK is for java development; some issues might appear because of this.
 

Xiioniic

New Member
Jul 29, 2019
14
0
0
but i dont have java 6 never did just got this mac acouple months ago and the only java i downloaded is java 7 update 79
 

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
but i dont have java 6 never did just got this mac acouple months ago and the only java i downloaded is java 7 update 79
maybe java 6 was pre-installed. I have no experiences with apple products so I am not sure if they come with java pre-installed
 

UniZero

Popular Member
Oct 3, 2012
3,406
310
124
Scotland, UK
but i dont have java 6 never did just got this mac acouple months ago and the only java i downloaded is java 7 update 79

[15:59:03] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.6.0_65, running on Mac OS X:x86_64:10.10.3, installed at /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home

Your log says otherwise.