Jump to content

Foxface918

Member
  • Posts

    44
  • Joined

  • Last visited

Awards

This user doesn't have any awards

Contact Methods

  • Discord
    Foxface918
  • Steam
    Foxface918
  • Origin
    Foxface918
  • Battle.net
    Foxface918
  • PlayStation Network
    Foxface918
  • Xbox Live
    Foxface918
  • Twitch.tv
    Foxface918
  • Twitter
    Foxface918

Profile Information

  • Gender
    Male
  • Location
    in a chair
  • Interests
    Gaming, programming and watching youtube
  • Occupation
    Game developer, YouTuber

System

  • CPU
    Intel i5 9600K
  • Motherboard
    Gigabyte z320 sli
  • RAM
    16 GB of Hyper X Fury
  • GPU
    Gtx 1070 ROG STRIX
  • Case
    NZXT H500i
  • Storage
    WD blue 500 GB hard drive
  • PSU
    CX750m
  • Display(s)
    Acer kg241q
  • Cooling
    4 120mm fans
  • Keyboard
    Razer ornata
  • Mouse
    Logitech G502
  • Sound
    Corsair void elite wireless
  • Operating System
    Windows 10 64bit
  • Laptop
    HP Envy m4

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Foxface918's Achievements

  1. I have another system with a Phenom II X4 of some kind but only 8Gb of ram. Would that be better?
  2. Yeah I know that didn't really work but it was worth a shot. I don't think there is a paper version for 21w06a yet.
  3. The arguments are my attempt to spread the load across threads.
  4. This is on a brand new world same issues. I just changed the -Xms 512M.
  5. It is the new 21w06a. There should not be any thing else. I have the same issue with a 1.16.5 server too.
  6. Hi, I'm trying to run a Minecraft server on my server but I keep having lag backs, block lag and chunks not loading. The resources that I allocated do not seem to be being used. I am running 2 Xeon x5650 32 GB of ram (only 15 GB is allocated to the sever but it is only using 5 GB) and a 300 Mbps up and down internet connection with 3 ping. The server is vanilla. 10 ish people play on the server but it lags with as little as 2 people on at a time. This is the stat.bat script that I am using. java -jar -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=7 -XX:+AggressiveOpts -Xms5G -Xmx15G -jar server.jar pause The notification that I get when it lags: Can't keep up! Is the server overloaded? Running 4109ms or 82 ticks behind and Boat (vehicle of <Player>) moved too quickly! T
  7. I'm trying to install Windows server 2012. I'm using the smart array-410i controller. When I go in to repair then CMD on the setup it puts me in drive x witch has a 14gb partition. I can't access the C drive because it says that it is a unsupported file system. I booted in to ubuntu on a usb and I still couldn't see any drives.
  8. Hi I have been issues trying to install Windows Server on my HP ProLiant G7. It wont detect the drives and I cant boot into the old OS. Is there any way i can fix this or restore all my drives without being able to boot in to windows.
  9. Hi, i'm trying to make a robot that uses GPS so i bought a BN-880 and I canon't get any information out of it on my raspberry pi zero w. I have it wired up to the correct GPIO pins but I cant get a out put. can anyone help? Thank You.
  10. What part of the code do you want I don't think its a issue with the code i think it is a issue with Eclipse or the export setting I tried all three of the exporting options. Do you think it could be because it is being ran on java 1.8 intend of something like 10 or 13.
  11. When I'm programming in Eclipse the program works fine but when I export it to a runnable JAR file it doesn't work it just shows a JFrame but doesn't show any of the graphics.
  12. The JAR file sends data from my servers to the main server about system info. The PDF icon is a custom ICON that i added just for fun also when I download it manually form the link manually it works just fine.
  13. Hi i'm trying to downlaod a Jar file in my Java program and I run the program and it downloads it just fine when I run the downloaded jar file it runs just fine but when I stop it and run it again it all of a sudden is corrupted and it loses its icon and size. Hears the code that i used: URL website = new URL("URL"); ReadableByteChannel rbc = Channels.newChannel(website.openStream()); FileOutputStream fos = new FileOutputStream("SAVE LOCATION"); fos.getChannel().transferFrom(rbc, 0, Long.MAX_VALUE); fos.close(); rbc.close(); Before: is the one with the icon After: is the one with no icon
×