UnReal World > General Discussion

Issues running Unreal World on Ubuntu

(1/3) > >>

LuchyMane:
So first off: I'm new to Ubuntu, and only installed it on this laptop a few months ago and rarely use it.

I installed Unreal World and tried to run it-nothing happened. I clicked on the icon a couple more times and waited for it to run, thinking it was taking a moment and nothing happens. I do some Googling and find a post on Steam saying I need the sdl2 mixer, library and image-I uninstalled the game, downloaded those with the terminal and reinstall UrW-still nothing. I then saw something about running it through the terminal to get more info on what's happening, and I get this:

 > Running under: Linux
 > Entering The UnReal World RPG Version 3.63
 > App data dir is: '/usr/share/urw3'
 > App home dir is: '/home/valerie/.config/urw3-Linux'
Inconsistency detected by ld.so: dl-version.c: 204: _dl_check_map_versions: Assertion `needed != NULL' failed!

After Googling around for the inconsistency, I see few different results saying things which either conflict with each other a bit or I'm not Ubuntu literate enough to really understand what I need to do. I also tried using GDebi like I saw in a forum post here after searching, but it said all dependencies were satisfied. Does anyone know what's wrong? Any help is appreciated!

EDIT: removed SOLVED title to reflect new issues+avoid creating a new thread

Plotinus:
In a terminal, you can list the dynamic dependencies of urw like this:


--- Code: ---ldd /usr/bin/urw3-bin

--- End code ---

On some systems, urw might be installed in /opt instead. In that case, do

--- Code: ---ldd /opt/urw3/urw3-bin
--- End code ---

I'm using a different kind of linux, so your results will be a little different frmo mine, but on my computer it looks like this:


--- Code: ---$ ldd /usr/bin/urw3-bin
        linux-vdso.so.1 (0x00007fffdff96000)
        libSDL2-2.0.so.0 => /usr/lib/libSDL2-2.0.so.0 (0x00007f4a27ebb000)
        libSDL2_mixer-2.0.so.0 => /usr/lib/libSDL2_mixer-2.0.so.0 (0x00007f4a27e73000)
        libSDL2_image-2.0.so.0 => /usr/lib/libSDL2_image-2.0.so.0 (0x00007f4a27e53000)
        libSDL2_net-2.0.so.0 => /usr/lib/libSDL2_net-2.0.so.0 (0x00007f4a27e4c000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f4a27c15000)
        libm.so.6 => /usr/lib/libm.so.6 (0x00007f4a27b2d000)
        libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4a27b0b000)
        libc.so.6 => /usr/lib/libc.so.6 (0x00007f4a27924000)
        libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007f4a278eb000)
        libjxl.so.0.7 => /usr/lib/libjxl.so.0.7 (0x00007f4a275e6000)
        libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007f4a27563000)
        libtiff.so.5 => /usr/lib/libtiff.so.5 (0x00007f4a274ce000)
        libwebp.so.7 => /usr/lib/libwebp.so.7 (0x00007f4a2745b000)
        /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007f4a32e17000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00007f4a27441000)
        libbrotlidec.so.1 => /usr/lib/libbrotlidec.so.1 (0x00007f4a27433000)
        libhwy.so.1 => /usr/lib/libhwy.so.1 (0x00007f4a27428000)
        libbrotlienc.so.1 => /usr/lib/libbrotlienc.so.1 (0x00007f4a27384000)
        libzstd.so.1 => /usr/lib/libzstd.so.1 (0x00007f4a272d9000)
        liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007f4a272af000)
        libbrotlicommon.so.1 => /usr/lib/libbrotlicommon.so.1 (0x00007f4a2728c000).

--- End code ---

It sounds like one of these is missing on your system. If you post the output of ldd, we can probably figure it out which one

LuchyMane:
Sorry for the late reply, life got in the way!

So I did that, but I got the exact same result as the first time, word for word-or I guess character for character.

Erkka:

--- Quote ---I did that
--- End quote ---

I think Plotinus is suggesting that in addition to running the said ldd command on your terminal, you'd also post a copypaste of the output here in the forums so that other linux users could help you to figure out how to resolve possible issues with dependencies.

ineedcords:

--- Quote from: LuchyMane on December 25, 2022, 12:01:15 AM ---So first off... ..I'm not Ubuntu literate enough to really understand what I need to do.

--- End quote ---

--- Quote from: Plotinus on January 02, 2023, 07:47:55 PM ---...It sounds like one of these is missing on your system. If you post the output of ldd, we can probably figure it out which one

--- End quote ---

--- Quote from: Erkka on January 20, 2023, 09:56:49 AM ---I think Plotinus is suggesting that in addition to running the said ldd command on your terminal, you'd also post a copypaste of the output here in the forums so that other linux users could help you to figure out how to resolve possible issues with dependencies.

--- End quote ---
Good suggestion! Perhaps just do that, run ldd (as per Plotinus' example) and copy & paste the output here to get assistance.
While doing so, if you can kindly put the pasted ldd output in code brackets, it would particularly please me, like so:     [codee] your pasted text here [/codee]
Note that I used double 'ee' for the demonstration but you should use single 'e'...

If you installed the O/S just few months ago (presumably from a recent source) then this is a low success chance suggestion but because it is also a low effort one, I will suggest it...
Before doing the ldd suggestion mentioned above, perhaps try O/S update which can help get rid of bugs.
If you have not done so before see updating Ubuntu, here: https://itsfoss.com/update-ubuntu/

Edit: typo.

Navigation

[0] Message Index

[#] Next page

Go to full version