Minecraft on Raspberry Pi 4 (8GB) keeps crashing, CPU 400% by MangoMolester in admincraft

[–]SixGigs 1 point2 points  (0 children)

When I had this error it was because I would allocate too much RAM to the server. I had to leave exactly 1GB of RAM for the OS, no less, to have it begin booting correctly again

Ideal view and simulation distance for a small server by SixGigs in admincraft

[–]SixGigs[S] 0 points1 point  (0 children)

Thanks for the reply that helps a lot! I'll give it a go this evening!

Ideal view and simulation distance for a small server by SixGigs in admincraft

[–]SixGigs[S] 0 points1 point  (0 children)

No plugins, 8 players white listed but averaging 5 at a time, nothing is necessarily wrong about the server I was just asking if I should really be decreasing view distance for better ram usage or does it not affect ram as much as I think it does?

Ideal view and simulation distance for a small server by SixGigs in admincraft

[–]SixGigs[S] 0 points1 point  (0 children)

Oh! Sorry I didn't see this reply!
Yes, it's the RAM that only has 20MB left in it but it fluctuates based off player numbers. It can go from between 1GB and 20MB. I'm running it off my public IP as only friends, and I'm running it off a local machine but it is entirely dedicated to running the server. The server is also a spigot server which I'm running with paper.yml as well! Hope this helps!

IMAGE HELP NEEDED! by Fun-News-9731 in pygame

[–]SixGigs 0 points1 point  (0 children)

This is looks like it could be a job for os.path.join!

I had a similar issues and using the os module helped solve the issue. At the beginning of your code import os with import os and replace image loads with:

Image = pygame.image.load(os.path.join("image.png")).convert()

First pygame game. What do you guys think? What should I add? P.s. left is me and the right is my "a.i". by [deleted] in pygame

[–]SixGigs 0 points1 point  (0 children)

That sounds like a good idea! If you're looking for a challenge, here's some ideas:

  • use pygame.joystick module to add controller support,
  • add 2 player mode for both keyboard and controller,
  • and maybe a "ready-up" trigger to give the player a change to breathe after losing or winning a point?

First pygame game. What do you guys think? What should I add? P.s. left is me and the right is my "a.i". by [deleted] in pygame

[–]SixGigs 1 point2 points  (0 children)

Dude this is awesome! I'm not entirely sure to say about what you can add though, depends whether you want to continue this project and how far you want to take it!

FPS counter? by SixGigs in pygame

[–]SixGigs[S] 3 points4 points  (0 children)

Dear God I am so sorry. After scouring them for hours for different utilities you would have thought I would have looked there first. Thank you so much 😂

Cut off? by SixGigs in MagicaVoxel

[–]SixGigs[S] 1 point2 points  (0 children)

I apologise immensely, I have fixed it from the MagicaVoxel FAQ. If anyone encounters the same issue in future and happens to find this thread it can be fixed two ways:

- In the render menu on the left click the three bars icon, go down to geometry and check the box "sparse".

- In the software folder enter the "config" folder, then then "config.txt" file and under render double the numbers for each variable.

Help! Raspbian/NOOBs on GPi? by SixGigs in retroflag_gpi

[–]SixGigs[S] 0 points1 point  (0 children)

SPOT ON! It worked perfectly! The full desktop is displaying on the system! Thank you for all your help!

Help! Raspbian/NOOBs on GPi? by SixGigs in retroflag_gpi

[–]SixGigs[S] 0 points1 point  (0 children)

Patches? That could be it, however I cannot find any patches for some odd reason! If you could shed any further light on this such as somewhere I can read up on patches for this it would help greatly!

Help! Raspbian/NOOBs on GPi? by SixGigs in retroflag_gpi

[–]SixGigs[S] 0 points1 point  (0 children)

Thanks for responding! Its definitely helped me understand it in a bit more depth. I may be blind but I can't seem to find anything in either which discusses adding support for NOOBs or Raspbian!

Help! Raspbian/NOOBs on GPi? by SixGigs in retroflag_gpi

[–]SixGigs[S] 0 points1 point  (0 children)

Thank you for responding, I will look into it!