Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Leaderboard

Popular Content

Showing content with the highest reputation on 07/01/22 in all areas

  1. Make sure the server log is from a time where you tried to connect. If you try to make a connection just before they give a copy that should be ok.
  2. BTW: Your log was full of spam messages from croptopia. This seems to be this issue: https://github.com/ExcessiveAmountsOfZombies/Croptopia/issues/46 It claims to be fixed, but you still have the problem. So you probably want to ask on their discord how to fix it. This won't be the cause of your connection problem.
  3. It's strange, I can't see your linked client latest.log anymore. I did just look at it. Did you delete it? When I looked it the log, the bottom looked something like: This means you are trying to connect to the server, but the server is not responding. Can you look at your log and find that message and confirm the ip address is correct. Otherwise, the problem is with the server. You need to ask bisecthosting for the logs/debug.log from the server and post a link to it. We need to see if the server actually got your connection request and what happened if it did.
  4. I've seen this before. The issue is movement changes normally start from the client (the user pressing keys) which sends a message to the server. The server then broadcasts the change to all nearby players. However, it doesn't send the message to the player itself, it kind of assumes it already knows. If you want the gory details look at the ChunkMap.TrackedEntity and how the seenBy set works. There's a couple of places in the code where minecraft does use setDeltaMovement() on the server. In those cases it checks if the entity is a player and sends the player a ClientBoundSetEntityMotionPacket without going through the TrackedEntity stuff, so the player knows what is happening. if (entity instanceof ServerPlayer) { ((ServerPlayer) entity).connection.send(new ClientboundSetEntityMotionPacket(entity)); }
  5. ItemStack#canPerformAction with ToolActions.PICKAXE_DIG
  6. Sorry, the code I posted is the getter. There isn't a setter, so you would have to use an access transformer to modify the private field.
  7. This looks like something has gone wrong with a download by curseforge. Forge was told to launch using those files but they don't seem to exist. Do they exist? Another possibility is they do exist, but you don't have the operating system privileges to open them or maybe they are broken. There is this error in one of your other logs about a failed download, but it claims to have corrected itself.
  8. Hello all! I recently logged on to minecraft forge 1.7.10, which constantly gives me problems, and I ran into a problem that I simply couldn't solve. There were no crashes and on occasion, it works for a few seconds with some exceptions. The issue was not with loading into minecraft, loading into the world, or even crashing (It didn't provide a crash report or close the game), but with an unbearable visual glitch. The whole screen turned a constant color that changed when I moved the mouse, my hot bar was gone, and I could see nothing but one solid color. When I pressed the escape button, I was able to use my mouse and close the game, but the screen was still one solid color. I have tried everything, taking out all of the mods, trying each particular mod, deleting and redownloading forge and minecraft itself (its .minecraft folder, the launcher, and the game), creating new installations, looking online and changing a bunch of settings (don't ask what I changed, I don't remember [they actually helped the problem]), updating drivers, changing chunk loading and other in game settings. I honestly have no idea what to do anymore. I need help

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.