You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My linux distro (ubuntu 18, which isn't too old, i suspect many people are still on this version) has SDL 2.0.0, which causes nico to crash. This is because it calls into SDL_RWsize, which is not in SDL 2.0.0 (apparently it was a macro in that version)
I had to build from the source on their website, then manually set LD_LIBRARY_PATH to point to this. This made it all work!
Debian unstable is at Version: 2.0.22+dfsg-4
Ubuntu* is. Very. Often. Outdated for compiling current github projects against.
It's really not a distro for doin that.
This isn't an issue with nico. It's a problem with stable release distros, also please update, most on ubuntu 18 are servers and ubuntu 20 is about to be eol
Hello!
My linux distro (ubuntu 18, which isn't too old, i suspect many people are still on this version) has SDL 2.0.0, which causes nico to crash. This is because it calls into SDL_RWsize, which is not in SDL 2.0.0 (apparently it was a macro in that version)
I had to build from the source on their website, then manually set LD_LIBRARY_PATH to point to this. This made it all work!
I had to build from the source on the website: https://www.libsdl.org/release/SDL2-2.0.12.tar.gz
A github mirror I tried seemed to only build SDL 2.0.0
Not a problem with nico, just adding this issue so that other linux users know what the issue is!
The text was updated successfully, but these errors were encountered: