Jump to content

TimeRupture

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by TimeRupture

  1. https://mega.nz/file/whhDTACA#1zue68AYOGf5E_tzsPlO22a54gBllU_zTSyJZY8PnM0
  2. i am unable to attack the launcher log file. i get error code -200
  3. that is the only text file in the logs folder besides "latest"
  4. debug.log
  5. where do i find that
  6. in the appdata folder for .minecraft, the versions folder where forge installs it is supposed to create a folder with both a .json file and a .jar file in it. Minecraft cannot launch without both of them being present in the folder. The vanilla 1.17.1 folder has both, this forge version does not and when i try to launch this forge version it automatically crashes.
  7. Im trying to install the lastest forge version for 1.17.1, however when i go to install the client and it finishes, i go to check the folder it is installed in and the .jar file is missing. The .Json file appears, but not the .jar. I cannot launch mc without it. I have tried reinstalling, using different 1.17.1 forge versions, updating java, everything i can think of but no matter what the install always only includes the .json and misses the .jar. Is there any way to fix this?
  8. Ok the situation has changed out of the blue. My friend can now connect just fine, with a bit of lag ofc. But now he cannot interact with blocks in any way. I've attached both client and server logs as well as a screenshot of the server terminal with the interaction error he gets. Debug.zip
  9. where would my friend find the debug.log if he cannot connect to the server?
  10. woww im an idiot...thank you! This has solved the problem, but now my friend cannot join my server at all when i give him the server ip and port #. It was working before and no settings have changed, ports are forwarded and its a static IP, idk what is preventing him from joining now
  11. a windows batch file with the following code: java -Xmx4G -Xms4G -jar minecraft_server.1.15.2.jar
  12. So a friend and i are trying to play modded mc together. (duh). I have the forge 1.15.2 server set up and working just fine, we can connect and play. However any mods i add to the server folder, and our own data folders, the mod content does not appear in game, and if it does we cant place it and or it dosent spawn. All of the mods are compatible with the current forge vsersion and work just fine in single player. I dont know what the problem is and we need help.
  13. So i just insall the 64bit java or OpenJDK and it should fix the heap size error i get?
  14. Is there a specific way to download 64bit Java then? I went to their website and downloaded their most recent version of Java 8. I did not see any other download options or links.
  15. I am trying to set up a server on my system so a friend and i can play modded minecraft together. I have already tested and ran the server and it works without a hitch. However i would like to allocate more RAM to the server. I go ahead and create the apropriate Batch file many forums are telling me to make which includes the following code: java -Xmx4G -Xms4G -jar minecraft_server.1.15.2.jar pause Now when i run the Batch file i get the following error: C:\Users\DJ\Desktop\1.15.2 MC Forge Server>java -Xmx4G -Xms4G -jar minecraft_server.1.15.2.jar Invalid maximum heap size: -Xmx4G The specified size exceeds the maximum representable size. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. C:\Users\DJ\Desktop\1.15.2 MC Forge Server>pause Press any key to continue . . . My Java install is up to date and is 64bit, the minecraft server .jar file is named correctly and the Batch file reqognises that, and ive tried changing the RAM allocation numbers, ive tried putting Xms before Xmx, but nothing works. I get that same error every single time. Can anyone help me figure out what is going on here? Ive been at this for 3hrs with no luck. I'll include a link to a google drive folder with the entire server in it so anyone can have a look for themselves. https://drive.google.com/file/d/1ty3hjLlv8mOEDwcesgJKi7PawTCdR2S3/view?usp=sharing
×
×
  • Create New...

Important Information

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