Jump to content

Recommended Posts

Posted (edited)

Tried with the last Forge releases for Minecraft 1.10.2 and 1.11.2 ( Forge-12.18.3.2221 and  Forge-13.20.0.2226 respectively).

 

After death, you always respawn on negative X and Z coordinates (always northwest of the world spawn).

 

How to reproduce the bug:

 

1. Start a new game.

 

2. Type the command /gamerule spawnRadius 5000 (for example).

 

3. Kill your character.

 

4. You respawn northwest of the world spawn on negative X and Z coordinates.

 

Probably this has something to do with this issue:

https://github.com/MinecraftForge/MinecraftForge/issues/2624

Edited by ivanovic77
  • 2 weeks later...
Posted (edited)

Hmmm... Strange... Did you set the world spawn at x:0, z:0 manually using the command /setworldspawn ?

 

I ask you because of this statement:

 

  On 2/4/2017 at 1:45 PM, diesieben07 said:

Ok, I just tried it out. World spawn at 0, 0, spawn radius 5000. After death I spawned at -1924, 2166. Seems reasonable to me...

Expand  

 

The day I tested it, I used the command /gamerule spawnRadius 5000, without manually setting the world spawn at 0,0 with other commands. In fact, if you need to set the world spawn at 0,0 manually to avoid the bug, I don't think the gamerule is working properly. I'll check it out right now.

Edited by ivanovic77
Posted (edited)

I just tried again, with the last Forge releases for Minecraft 1.10.2 and 1.11.2 (12.18.3.2221 and 13.20.0.2228 respectively) and after updating Java (just in case), and the bug is still present. 

 

Just start a new game, type /gamerule spawnRadius 5000, and kill your character. You always respawn on negative coordinates.

 

Edit: Oh LexManos, ok, thanks!

Edited by ivanovic77
Posted

Nevermind, I just woke up and figured i'd drop a fix real quick. But no I was wrong, There is no explination for your bug besides bad luck.

rand(Half) - Full is the right formula.

rand(0->50) - 100 == -50 -> 50 (Well technically -50 -> 49 because rand is non-inclusive but hey)

 

Sould like to me that you're either doing your math wrong based on your spawn point, or you have some other mod interfearing, Specific numbers would be useful.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted (edited)

Needless to say I'm doing the tests without any mods. Only Forge. Do you really cannot reproduce the bug?

 

My spawn point is for example around x:100 y:70 z: -50, and after /gamerule spawnRadius 5000, I always respawn on coordinates like x:-4120 y:80 z:-3810. I tried like 50 times, so I'm 100% sure that the coordinates are negative. I did the same test in Minecraft vanilla and it works correctly as intended.

Edited by ivanovic77
Posted (edited)
  On 2/12/2017 at 8:35 PM, diesieben07 said:

Still trying to understand which bug you mean. 

Please give exact data: What is the world spawn point, what is spawn radius set at and where do you spawn and why is that not right in your opinion?

Expand  

 

Ok, steps to reproduce:

 

1. Install the latest Forge release for Minecraft 1.11.2 ( 13.20.0.2228 ).

 

2. Make sure you don't have any mod in the mods folder.

 

3. Start a new default game.

 

4. By default you'll spawn near the x:0, z:0 coordinates, but not exactly there (maybe it will be something like x:120, z:-210).

 

5. Type /gamerule spawnRadius 5000.

 

6. Kill your character (either by typing the command /kill your_nick, or drowning yourself, or jumping off a cliff).

 

7. After respawning, press F3 and look at the coordinates. Now you are on negative x and z coordinates (it may be something like x:-4120 z:-3565) That means always northwest of the world spawn.

 

8. Kill your character again. And so on.

Edited by ivanovic77
Posted

Found the issue, I can't seem to do math today. I blame my head ake.

However, the formula SHOULD be: fuzzHalf - rand(Fuzz)

50 - [0->100] = [50 - 0 = 50] -> [50 - 99 = -49]

  • Like 1

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted (edited)

Will this fix be backported to 1.10.2? We want to start a server but finally we decided to stay on 1.10.2 to have a few more mods.

Edited by ivanovic77
Posted

Probably not as nobody really cares. We don't typically backport non-critical things.

You should make a 1.11.2 server.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted (edited)

Well, I wouldn't say nobody cares. Me and many people on my server love the random spawn location that the gamerule spawnRadius provides. It's perfect for hardcore games when combined with the gamerule reducedDebugInfo and disabled beds. There are many people interested in hardcore features.

Edited by ivanovic77

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • my game keeps crashing right before launching the game before full screen and keeps poping up this error message "error code 1 " The game crashed: rendering overlay Error: java.lang.IllegalAccessError: failed to access class com.mojang.blaze3d.platform.GlStateManager$TextureState from class net.coderbot.iris.gl.IrisRenderSystem$DSAARB (com.mojang.blaze3d.platform.GlStateManager$TextureState is in module minecraft@1.18.2 of loader 'TRANSFORMER' @d919544; net.coderbot.iris.gl.IrisRenderSystem$DSAARB is in module oculus@1.6.4 of loader 'TRANSFORMER' @d919544)
    • removing oculus or any of ETF or EMF or even embeddium doesn't change anything it just crashes again with error -1  https://gist.github.com/Tikalian-coconut/d49e8fb83bf57d5e04eb042522046786 this time i removed all 4 at same time and that gave it something is wrong with the game seriously..
    • crash report -> https://gist.github.com/Tikalian-coconut/18c41f97bdacef54725e5141f57697d7 from what i see it seems like Entity Texture Features doesn't like Oculus doing something or invert.. not sure it's why everything is all black textured but that causes a -1 error
    • well that's bad, cuz there's no crash report at all (the last crash report is from previous replies) it's probably another issue that doesn't fit in this bug report, the game works fine except that everything is black, no texture except the sky and skin, everything else is just black i've tried reloading the textures in game, see for drivers updates but it did nothing, seems like an issue with Embeddium or Oculus i think, but i know nothing compared to you i can still send the latest debug and latest.log files.. edit: it seems that when i re-add rechiseled (1.1.6-1.20.1) it crashes as error 1 (i can't remove it off from the modpack cuz that'll break all my builds on some maps) lemme start the game and get it to crash to get a crash report done)
    • If you've fallen victim to a crypto scam, you're not alone and thankfully, you're not without options. I highly recommend iBolt Cyber Hacker Company for anyone seeking professional and effective assistance in recovering scammed cryptocurrency. After extensive research and hearing from multiple satisfied clients, it's clear that iBolt stands out in a crowded and often unreliable market. Their team of experienced cyber experts and blockchain analysts uses advanced tracking techniques to follow stolen funds across the blockchain and engage with crypto exchanges when possible. They’re not just tech-savvy—they’re strategic and persistent. WHY CHOOSE iBOLT CYBER HACKER COMPANY? (1) Proven success in crypto asset recovery (2) Fast, professional, and discreet service (3) Skilled in blockchain forensics and cyber investigation (4) Committed to fighting online fraud and supporting victims Don’t give up. I strongly recommend reaching out to iBolt Cyber Hacker Company. ENQUIRIES: info @ iboltcyberhack . org/ www . iboltcyberhack. org/ +39. 351. 105. 3619.
  • Topics

×
×
  • Create New...

Important Information

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