[Linux 32 bit] hud.disable can't disable "weapon rings"

Status
Not open for further replies.

Xkower8181

Member
So i downloaded the SRB2 2.1.16a Source Code from GitLab and compiled it but this error pops up every time the game tries to disable the weapon rings.
So the first screenshot is the error itself spammed all over the console.
and the second one is the proof for the version being 2.1.16.
EDIT: there was a stupid note in this edit so I removed it.
 

Attachments

  • srb20159.png
    srb20159.png
    37.3 KB · Views: 241
  • srb20160.png
    srb20160.png
    14.6 KB · Views: 234
Last edited:
Did you compile 2.1.15 or 2.1.16 (not a) from the same folder? If so, you may need to delete the .o files which store previously compiled code in order to make your compilation faster. They can be found in the file structure at (your source code folder)/objs/(the platform you're compiling for - try Mingw first, then Linux)/SDL/Release (reverse the forwardslashes if you're running into the same problem on Windows).

If deleting that fails to fix your problem, then this is a valid issue we need to look into; otherwise it's just bad compiling.
 
Last edited:
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top