Jump to content

neji813

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by neji813

  1. Just changed the "$" to a "S" uninstalled and reinstall. Still getting the same crash with he same error code. here is the log file again
  2. Ok. So I just deleted it and did a fresh install. Started it up and got the same error i posted earlier in the thread. Here is the log file that I just received.
  3. Hey, I just recently started a Minecraft forge server for the server pack named "All the mods 6". I started off on version 1.4.1 which uses forge version 35.1.36. So far I have had no issue until I updated my profile on curse forge and started Minecraft. I'm currently experiencing issues on starting Minecraft up. Every time I hit the "play" button it starts loading for about a second or two and then stops, giving me this error message. "ERROR Game Crashed An unexpected issue occurred and the game has crashed. We're sorry for the inconvenience. Exit Code: 0". I've tried to look through the logs but was unable to find out what the problem was. I also noticed that once the forge version changes(from 35.1.36 to 36.0.21) after I update the profile on curse forge, my Minecraft always crashes on start up. I tested this by downloading every version after the one I was currently on (1.4.1) and starting them up. I also updated the server itself to version 1.5.2 for "All The Mods 6" and it works fine. I've had friends join and do the same as I and updated there profiles on curse forge and they have had no issue so far. The only thing I'm unable to do is actually start the launcher on my end I'm unsure on what to do now. PLEASE HELP!!
  4. Trying to create custom profile for forge server and client keeps crashing. Trying to understand what mods are crashing my client. Here is the crash log
  5. And yes it is a custom pack but it only mods that twitch offers
  6. Hello, I just recently created a forge server and I am experiencing major server lag issues. When I break blocks they take about 3 to 5 seconds to actually register breaking then drop. I am running about 85 mods and distributed about 6 gigs of ram to the forge server. My forge version is MC v1.10.2 - Forge 12.18.3.2511 and I am running the server on a early Mac pro with el capitain. Please help!!
  7. Here the list: jdk-9.0.4.jdk jdk1.8.0_151.jdk jdk1.8.0_161.jdk
  8. Ok so I uninstalled Java 9 with the commands from terminal straight from this website here: https://gist.github.com/schnell18/bcb9833f725be22f6acd01f94b486392 and then reinstalled java 8. I then removed all of my files regarding forge craft then reinstalled everything and start the "start.command" file then received this error message:
  9. How do I do that? I looked into it myself before and was unsuccessful with it. Can you help me with the uninstall process?
  10. How? I deleted the java files from my computer and then reinstalled from the Java website version 8 151. Then checked the version in my system preferences and it says version 8 151.
  11. So after I decided to run the server straight from the .Jar forge file and it runs smooth but the only set back is the MAJOR lack of ram. Is there any way I could fix that issue with the terminal "start.command" file?
  12. Ok so I followed your steps and I started the server from the start.command file and Received this message from the mac terminal and NO logs were created: A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31) Caused by: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed]
  13. How do you place it in a spoiler and I was looking in the folder an that was the latest.I just reinstalled java 8 151 and it still didnt work
  14. So I deleted my java and reinstalled the files from the website download page you provided. I proceeded to try and attempt to start the server through the start.command file again and received the same message in the terminal I posted earlier.
  15. Ok. How would i go about changing it to that? Also is it Runtime environment or development kit for the java download version?
  16. @Cadiboo I havent added any mods yet. Yes i am able to run a normal minecraft server on the computer. Here is the links to the videos I followed: start.command file has this text inside: #!/bin/bash cd "$(dirname "$0")" exec java Xms1024M -Xmx1024M -jar forge-1.12.2-14.23.2.2611-universal.jar nogui And the version of java im using is Version 8 Update 161 (build 1.8.0_161-b12)
  17. Hello, I'm new to making a modded minecraft server and just recently started looking into how to make/run one on mac. I was able to create a regular Vanilla server and run it smoothly without any errors. I eventually moved on to running modded minecraft forge servers and ran into an error message on the mac terminal and I am unsure where to go or what to do. I have a early 2008 mac running El capitain. The mod server file I used to download the forge server is 1.12.2 (forge - 14.23.2.2611). I used this download then followed the same instructions provided to me by a youtube video on how to start a minecraft server.I then proceeded to start the Start.command file I created to add more ram and ran into this error message: A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62) at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31) Caused by: java.lang.ClassCastException: java.base/jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to java.base/java.net.URLClassLoader at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34) at net.minecraft.launchwrapper.Launch.main(Launch.java:28) ... 6 more logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.
  18. Hello, I'm new to making a modded minecraft server and just recently started looking into how to make/run one on mac. I was able to create a regular Vanilla server and run it smoothly without any errors. I eventually moved on to running modded minecraft forge servers and ran into an error message/server crash and I am unsure where to go or what to do. I have a early 2008 mac running El capitain. The mod server file I used to download the forge server is 1.7.10 (forge - 10.13.4.1614). I used this download then followed the same instructions provided to me by a youtube video on how to start a minecraft server. Copied the mods from the twitch "mods" folder from FTB Infinity Evolved directory along with the "Config" folder as well and placed all the files in the corresponding folders where forge craft created those exact same folders. I then proceeded to start the forge server. The window appears for a few seconds then it starts to load everything up until a certain point then just closes and a crash report is created in the crash log. Here is my server crash report:
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.