Jump to content

perecnicek

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by perecnicek

  1. Hi i have small server with my friends i made modpack with about 80 mods most of them are small mods or cosmetic and we have also minecolonies my friends when teleport back to his home server start lagging and spaming some error in console i dont know which mod is doing that because i have no skills in codes so i want to ask you if you can help me i upload here the latest log from server thank you very much for your help.

    Minecraft forge version is : forge-1.15.2-31.2.31

    LOG:

    https://gist.github.com/perecnicek/f63a8b79f976a39c1e2670839ef0d026

    thank you again!

  2. 5 minutes ago, DaemonUmbra said:

    The intended use is to run Forge's installer manually and then start the server with a command or a script.

    I know this might sound like the same procedure you're already doing, but the scripts you have now have a couple extra bells and whistles that try to automate things for you and might actually make it worse when things go wrong.

    I dit it like you said and now i using this code from wiki java -jar forge-1.12.2-14.23.5.2852-installer.jar --installServer and dont work

  3. 2 minutes ago, DaemonUmbra said:

    The intended use is to run Forge's installer manually and then start the server with a command or a script.

    I know this might sound like the same procedure you're already doing, but the scripts you have now have a couple extra bells and whistles that try to automate things for you and might actually make it worse when things go wrong.

    Okay i try that way but why i cant run older server ? which worked for 2-3 weeks

  4. 6 minutes ago, Ugdhar said:

    Ok, so what you will probably want to do is open a command prompt or powershell window and run that "first file" from the commandline, and it will theoretically not just close on you so you can see what the actual error is saying.

    Hold shift and right-click in a blank spot in the folder that bat file is in, and you should get the option to open the powershell or command window there.

    I have opned power shell how can i run that file ? i mean the command for that

  5. 4 minutes ago, Ugdhar said:

    That code you pasted only sets some environment variables, it doesn't actually execute anything.

    but it worked i downloaded it from sky factory server pack. And today it started saying this ---> "no main manifest attribute" i runed 4 server on this code and plaied 2 weeks on server

    this is the first file:

    @echo off

    call settings.bat

    :start_server
    echo Starting 1.15.2 Server...
    java -server -Xms%MIN_RAM% -Xmx%MAX_RAM% %JAVA_PARAMETERS% -jar %SERVER_JAR% nogui
    exit /B

    goto start_server
    and the second is this:

    REM Don't edit these values unless you know what you are doing.
    set INSTALL_JAR=forge-1.15.2-31.1.19-installer.jar
    set SERVER_JAR=forge-1.15.2-31.1.19.jar

    REM You can edit these values if you wish.
    set MIN_RAM=2048M
    set MAX_RAM=8192M
    set JAVA_PARAMETERS=-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180

  6. Hi yesterday and days before i usually started server and played with friends. Suddenly today i want to start server and the cmd open and immediately closed i tried this on 1.15.2 forge also on 1.12.2 and nothing i using this code or what is it called

    REM Don't edit these values unless you know what you are doing.
    set INSTALL_JAR=forge-1.15.2-31.1.19-installer.jar
    set SERVER_JAR=forge-1.15.2-31.1.19.jar

    REM You can edit these values if you wish.
    set MIN_RAM=2048M
    set MAX_RAM=8192M
    set JAVA_PARAMETERS=-XX:+UseG1GC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.readTimeout=180

    It worked yesterday please help i reinstaled already java but nothing happend :(

    Edit it says 

    "no main manifest attribute"

  7. 4 minutes ago, MairwunNx said:

    Yes, probably it problem with my mod, "backup", try remove it also. Backup module uses coroutines, maybe it causes problem. If this problem with my mod, please create issue in backup github repository.

    I will try it thank you!

×
×
  • Create New...

Important Information

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