|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
|
11-03-2018, 10:52 AM | #1 |
Pledge
Join Date: Sep 2012
Posts: 2
|
RO Launcher still crashes at launch ...
Hi everybody,
this is starting to get really frustrating. I have upgraded my computer about 2 months ago and made a clean install of Kubuntu. I reinstalled RO at the same time. Since then it crashes at launch. I don't even get to the part where you have to accept the license agreement. It is the segmentation fault. So after searching for 2 months through the different forums, search engines etc ... I give up and ask for help. I have even tried to install the game through Steam, to no avail. This is my current configuration: OS: Kubuntu 18.04 LTS - i5-3470 - Nvidia Geforce GTX 680 - 8 GB of RAM - graphic driver is: nvidia-driver-390 I can paste the log output if it's any use. Thanks for any help. |
11-06-2018, 01:28 PM | #2 | |
Pledge
Join Date: May 2018
Posts: 5
|
Quote:
(What tag do I use for strikethrough text? Can't figure this out ) |
|
11-14-2018, 02:03 PM | #3 |
Pledge
Join Date: Sep 2012
Posts: 2
|
Thank you for your reply. I have launched from the terminal and got this error:
~/regnum$ ./rolauncher libpng warning: Application jmp_buf size changed Erreur de segmentation (core dumped) Apparently there is an issue with some buffer. This is after a clean install. |
12-31-2018, 01:18 PM | #4 |
Marquis
Join Date: Aug 2007
Location: Germany
Posts: 1,843
|
Sounds like an issue with an incompatiblee png library.
Regnum needs version 12, newer ubuntu shipts version 16 afaik, im not sure. See if you can install package libpng12-0 via apt or some package-manager with gui. Report back, if it doesn't work that way you could manually place the correct libraries next to the rolauncher and game executables. |
02-12-2019, 10:46 AM | #5 |
Count
Join Date: Jun 2007
Posts: 1,186
|
Hello,
I also have issue with Regnum launching on Linux (Kubuntu 18.04). I installed required libjpeg.so.62 and for libpng, which RO requires older version did: Code:
wget -q -O /tmp/libpng12.deb http://mirrors.kernel.org/ubuntu/pool/main/libp/libpng/libpng12-0_1.2.54-1ubuntu1_amd64.deb \ && dpkg -i /tmp/libpng12.deb \ && rm /tmp/libpng12.deb When launching ./rolauncher, I get only: Segmentation fault (core dumped) The launcher shows for a second and then crashes. Is there something else that I am missing or that I can try?
__________________
Inquisition |
02-13-2019, 09:26 AM | #6 |
Count
Join Date: Oct 2008
Location: Sofia, Bulgaria
Posts: 1,374
|
It needs ncurses5-libs too. Last time i installed RO i needed to build this from AUR in order to run the game properly. It seems that RO still needs old libjpg (libjpeg6-turbo), libpng (libpng12) and ncurses (ncurses5-compat-libs) to run.
Please fix this NGD, because RO is having trouble running on new distributions. Please run launcher in the console so you can see what it needs more.
__________________
RA | Ignis | Lilla My | Conjurer | EVIL IGNIS ROCK Horus | Syrtis | ieti | Conjurer | INQUISITION | LONG GONE Last edited by ieti; 02-13-2019 at 10:07 AM. |
|
|