Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGFPE Patch crashes game with exit code 6 under some circumstances #16

Closed
ALinuxPerson opened this issue Dec 15, 2019 · 6 comments
Closed
Labels
MinecraftBug Bug in the Minecraft binary wontfix This will not be worked on x86

Comments

@ALinuxPerson
Copy link

This specific occurrence happened when joining an (admittedly anarchy) realms server.
Most relevant log info: https://pastebin.com/c6peMgr6

@Mhowser
Copy link

Mhowser commented Dec 15, 2019 via email

@ChristopherHX
Copy link
Owner

If you see the SIGFPE multiple times in the log my pure experimental patch cannot avoid a crash of the Game, without access to that server it will be left as it is a Minecraft Bug on some newer x86 cpus (Linux, maybe on MacOs too)

@ChristopherHX ChristopherHX added MinecraftBug Bug in the Minecraft binary wontfix This will not be worked on labels Dec 15, 2019
@ChristopherHX
Copy link
Owner

Note: Minecraft would crash otherwise with exit code 8 "SIGFPE", it's the same as without the Patch only other exit code and a hint to my experimental Patch from yesterday

@ALinuxPerson
Copy link
Author

So are you saying that this problems unsolvable?

@ChristopherHX
Copy link
Owner

Microsoft should solve it, to be shure test it on android x86 with your hardware it should crash there too,
My patch changed code from Minecraft Bedrock without knowing what it should do.

@ChristopherHX
Copy link
Owner

And I don't have access to your realm world and cannot test other bad instruction patches
I'm avoiding assembly in my launcher and this issue is an pure assembly bug of Minecraft android x86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MinecraftBug Bug in the Minecraft binary wontfix This will not be worked on x86
Projects
None yet
Development

No branches or pull requests

3 participants