Recent content by Bloody_Wicklow

  1. B

    1.10.2 Packs Unknown Server Lag

    I figured out my problem. To make a long story short, I have been running all of my localhost servers from the forge.jar file instead of the server.bat file. I haven't tested this on all of the different packs yet, but with a brand new Agrarian Skies 2 server. The forge.jar causes all 8 cores...
  2. B

    1.10.2 Packs Unknown Server Lag

    I've experimented with some changes to see if anything improved. I switched from the FTB launcher to the curse launcher for client I am now running SF3 3.0.6 I have tried a variety of java parameters No effect from those changes. On the server console when I type in /forge tps, most of the...
  3. B

    1.10.2 Packs Unknown Server Lag

    Tested the server more. Changing parameters hasn't corrected the skipping. Monsters and players still "jerk" around the screen. I read somewhere that it may have to do with hostile monsters spawning? Or if anyone else has suggestions on ideal java parameters for 1.10.2 DW20 or SF3 packs, I'll...
  4. B

    1.10.2 Packs Unknown Server Lag

    Thanks for the advice. after some investigation and trial and error I have used the parameters listed in this link... https://www.reddit.com/r/feedthebeast/comments/5kowen/help_with_first_modded_server_dw20_1102_its/dbpz17h/ I changed the forge version to match the version I am running, and...
  5. B

    1.10.2 Packs Unknown Server Lag

    OS: Windows 7 Professional Server: Running on personal computer/local host for other computers in my home. Also running a client off of the same machine FTB Version: 1.4.12 Add mods to server pack? No Server Specs: Intel Core i7-4790K 4.00 GHZ 32 GB installed memory (currently allocating...
  6. B

    Issues with nVidia drivers (378.49) preventing Minecraft loading

    Thank you for the post. I was receiving the "Game ended with bad state (exit code -1073740791)" after I updated to GeForce Game Ready Driver 378.49. After rolling driver back per the recommendation, I was able to load Skyfactory3 without a problem.
  7. B

    Problem Allocating more memory to Direwolf20 1.10 Server

    Thanks for the reply. yes that is what I have usually done, however for the ServerStart.bat see this code java -server -Xms%MIN_RAM% -Xmx%MAX_RAM% -XX:PermSize=%PERMGEN_SIZE% %JAVA_PARAMETERS% -jar %FORGEJAR% nogui In the settings.bat file, there is this code... set MIN_RAM=4096M set...
  8. B

    Problem Allocating more memory to Direwolf20 1.10 Server

    I'm trying to add more memory to my Direwolf20 1.10 server. I'm changing the ram quantities in the settings.bat file. Is that the correct file for editing the memory allocations?