-
Notifications
You must be signed in to change notification settings - Fork 220
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
[SOLVED] AssaultCube won't start after OS update (Fedora 31->32) #219
Comments
It seems that this is not my case. I see no problem with curl:
And when I try to run AssaultCube from the package, then curl is mentioned only because of the initialization:
|
Linux Mint (Cinnamon) after OS update: First run immediately after installation |
@1690147 Could you check with proprietary driver for graphic card, not Mesa driver? |
@aurhat I have built-in graphics Intel Core i3-4130:
Before that, the modesetting driver was used. I switched to Intel, but it didn't give any result. |
I have the exact same problem. Two weeks ago, everything ran fine. Now, the game crashes while loading. I am using
|
@bhogend1 Since it requires you to compile the game, make sure you have all the dependencies installed. It's simple, can you follow the steps?
I have no idea why that fixed the problem, I just tried to find the root of the problem in the stracktrace. Something in the if made the game crash and adding |
@pauloo27 This fix solved the problem, AssaultCube now starts. Thank you! |
Thanks for tips, I will keep the issue open. https://forum.cubers.net/thread-6649-post-126669.html#pid126669 - that should work too, adding in the autoexec.cfg: |
Thank you @pauloo27 for your time and clear instructions. I was not able to compile the binary, probably because it requires packages that I have not installed:
Nevertheless, I followed the redirect by @aurhat and that worked. Thanks everyone! |
@aurhat I think we should see if we could improve the detection of "bad drivers" so that ati_mda_bug is enabled reliably in those cases. Let's keep this open for the moment. |
We added Mesa drivers to list of drivers that will automatically trigger the "ati_mda_bug" flag. This fix will be available in the upcoming release 1.3. Special thanks to @eihrul |
Hi im confused Do i add to the rendercubes.cpp Or do i add the: false && and Delete from if to else to the rendercubes.cpp and recompile |
In the terminal, I get this output:
I thought the problem was in the package from RPM Fusion, then I tried all possible builds from this page https://github.com/assaultcube/AC/releases, none of them started.
All dependencies are installed (sudo yum install SDL sdl_image zlib libogg libvorbis OpenAL-soft libcurl).
Before updating the OS, I had a package from RPM Fusion and it worked without problems.
UPD. @pauloo27 suggested a solution, after these manipulations, AssaultCube starts successfully.
The text was updated successfully, but these errors were encountered: