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

[BUG] 2.0 Alpha-20230623 segfaults when attempting to launch Minecraft #297

Open
daemonspudguy opened this issue Sep 25, 2023 · 0 comments
Labels
bug Something doesn't work v2

Comments

@daemonspudguy
Copy link

daemonspudguy commented Sep 25, 2023

Describe the bug
The latest alpha segfaults when trying to launch Minecraft
To Reproduce
Steps to reproduce the behavior:

  1. Create instance
  2. Attempt to launch instance

Expected behavior
The game loads.

Desktop (please complete the following information):
MX-Linux 23
2.0.0-alpha.20230623
Xfce 4.18
AMD64

Additional context
Here's a gdb log
`Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
https://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /opt/betacraft/bin/Betacraft...
(No debugging symbols found in /opt/betacraft/bin/Betacraft)
(gdb) run
Starting program: /opt/betacraft/bin/Betacraft
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffee3ff6c0 (LWP 75459)]
[New Thread 0x7fffedbfe6c0 (LWP 75460)]
[20:49:27] Files initialized
[New Thread 0x7fffed3fd6c0 (LWP 75461)]
[Thread 0x7fffed3fd6c0 (LWP 75461) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75462)]
[Thread 0x7fffed3fd6c0 (LWP 75462) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75463)]
[Thread 0x7fffed3fd6c0 (LWP 75463) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75464)]
[Thread 0x7fffed3fd6c0 (LWP 75464) exited]
[20:49:28] Processed Minecraft auth successfully
[New Thread 0x7fffed3fd6c0 (LWP 75465)]
[Thread 0x7fffed3fd6c0 (LWP 75465) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75466)]
[Thread 0x7fffed3fd6c0 (LWP 75466) exited]
173.81.78.208
[New Thread 0x7fffed3fd6c0 (LWP 75467)]
[Thread 0x7fffed3fd6c0 (LWP 75467) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75468)]
[Thread 0x7fffed3fd6c0 (LWP 75468) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75469)]
[Thread 0x7fffed3fd6c0 (LWP 75469) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75470)]
[Thread 0x7fffed3fd6c0 (LWP 75470) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75471)]
[Thread 0x7fffed3fd6c0 (LWP 75471) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75472)]
[Thread 0x7fffed3fd6c0 (LWP 75472) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75473)]
[Thread 0x7fffed3fd6c0 (LWP 75473) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75474)]
[Thread 0x7fffed3fd6c0 (LWP 75474) exited]
[New Thread 0x7fffed3fd6c0 (LWP 75475)]
[New Thread 0x7fffec8df6c0 (LWP 75476)]
[New Thread 0x7fffdffff6c0 (LWP 75477)]
[New Thread 0x7fffdf7fe6c0 (LWP 75478)]
[New Thread 0x7fffdeffd6c0 (LWP 75479)]
[Thread 0x7fffdeffd6c0 (LWP 75479) exited]
[New Thread 0x7fffdeffd6c0 (LWP 75480)]
[Thread 0x7fffdeffd6c0 (LWP 75480) exited]
[New Thread 0x7fffdeffd6c0 (LWP 75481)]
[Thread 0x7fffdeffd6c0 (LWP 75481) exited]

Thread 1 "Betacraft" received signal SIGSEGV, Segmentation fault.
__strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-sse2.S:142
142 ../sysdeps/x86_64/multiarch/strlen-sse2.S: No such file or directory.`

@daemonspudguy daemonspudguy added the bug Something doesn't work label Sep 25, 2023
@notdevcody notdevcody added the v2 label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something doesn't work v2
Projects
None yet
Development

No branches or pull requests

2 participants