poliva / ggposrv

Unofficial ggpo server (re)implementation
GNU General Public License v2.0
128 stars 41 forks source link

Linux version doesn't start due to error #13

Closed Garrin closed 9 years ago

Garrin commented 9 years ago

Unable to load library icui18n "Cannot load library icui18n: (libicui18n.so.48: cannot open shared object file: No such file or directory)" Segmentation fault

gkuchta commented 9 years ago

You most likely don't have libicu installed. Google around for the package relevant to your distribution -- usually something like libicu and libicu-dev

Garrin commented 9 years ago

Should I have that installed? Where does it say that? No but seriously … why is there no note on the FightCade website about this, or why isn't it included : / Consider a random user doing this: Double clicks the application -> "Ok doesn't work!"

Usually you'd expect things to work out of the box and also that doesn't change the Segmentation Fault coming up afterwards : ( I also searched the web and it seems this icu error is ignoreable, but the Segmentation Fault ofc isn't. And there is no indication on what I could do to fix it, so I am forced to use wine + windows version. Could it be the linux version has never been tested or is no longer updated?

poliva commented 9 years ago

The linux version has only been tested in Ubuntu 12.04 x86_64, it works well on that distro out of the box. As I see it's not working properly on other distros I will try to package it different for next version (i was using pyinstaller, but maybe it's better to use python source directly on linux systems).

Garrin commented 9 years ago

Thanks for trying!

poliva commented 9 years ago

Closing and following up here: https://github.com/poliva/pyqtggpo/issues/6