This forum is closed for posting. Please, join us in our Discord server at discord.gg/regnum. See you there!

Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 01-13-2014, 12:10 PM   #11
Ysingrinus
Pledge
 
Join Date: Jan 2014
Location: Manduria (TA), Italy
Posts: 4
Ysingrinus is on a distinguished road
Default

I haven't tried anything =)
(Aries, I can't type the code: CoR crashs before the pop-up )

Maybe I'll try something...
Ysingrinus no ha iniciado sesión   Reply With Quote
Old 01-13-2014, 10:32 PM   #12
Anpu
Count
 
Anpu's Avatar
 
Join Date: Jun 2007
Posts: 1,186
Anpu will become famous soon enough
Default

Hi, CoR crashses every time after login.

Description:
Whenever you try to login, you enter user and password and launcher simply close itself. So I am unable to login, to type this new access code, and that's about it.

Information:
Running inside KDE 4.11.3
on openSUSE 13.1 (Bottle)
powered by Linux 3.11.6-4-desktop,
CPU: Intel(R) Core(TM) i5 CPU 760 @ 2.80GHz

Steps to reproduce:
  1. Start rolauncher
  2. [optionally] Select language (on first run it wasn't selected)
    NOTE: changing language closes launcher only if launcher started through installation created desktop icon; if calling Rolauncher through terminal, switching languages work without closing launcher
  3. Enter your user and password
  4. Hit enter -> launcher closes
strace ./rolauncher (last XX lines):
Code:
recvfrom(4, 0x205e2c4, 4096, 0, 0, 0)   = -1 EAGAIN (Resource temporarily unavailable)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}], 2, 0) = 0 (Timeout)
futex(0x2615640, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x2615640, FUTEX_WAIT_PRIVATE, 2, NULL) = 0
futex(0x2615640, FUTEX_WAKE_PRIVATE, 1) = 0
open("/usr/share/icons/oxygen/16x16/actions/dialog-cancel.png", O_RDONLY) = 19
fstat(19, {st_mode=S_IFREG|0644, st_size=848, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a213f5000
read(19, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\20\0\0\0\20\10\6\0\0\0\37\363\377"..., 4096) = 848
read(19, "", 4096)                      = 0
stat("/home/milovan/.local/share//mime/mime.cache", {st_mode=S_IFREG|0644, st_size=1000, ...}) = 0
stat("/home/milovan/.local/share//mime/mime.cache", {st_mode=S_IFREG|0644, st_size=1000, ...}) = 0
open("/home/milovan/.local/share//mime/mime.cache", O_RDONLY) = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=1000, ...}) = 0
mmap(NULL, 1000, PROT_READ, MAP_SHARED, 20, 0) = 0x7f2a213f4000
close(20)                               = 0
stat("/usr/share/mime/mime.cache", {st_mode=S_IFREG|0644, st_size=131516, ...}) = 0
open("/usr/share/mime/mime.cache", O_RDONLY) = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=131516, ...}) = 0
mmap(NULL, 131516, PROT_READ, MAP_SHARED, 20, 0) = 0x7f2a0e67f000
close(20)                               = 0
stat("/usr/share/mime/mime.cache", {st_mode=S_IFREG|0644, st_size=131516, ...}) = 0
open("/usr/share/mime/mime.cache", O_RDONLY) = 20
fstat(20, {st_mode=S_IFREG|0644, st_size=131516, ...}) = 0
mmap(NULL, 131516, PROT_READ, MAP_SHARED, 20, 0) = 0x7f2a0e65e000
close(20)                               = 0
stat("/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so", {st_mode=S_IFREG|0755, st_size=23200, ...}) = 0
open("/usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so", O_RDONLY|O_CLOEXEC) = 20
read(20, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\37\0\0\0\0\0\0"..., 832) = 832
fstat(20, {st_mode=S_IFREG|0755, st_size=23200, ...}) = 0
mmap(NULL, 2118360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 20, 0) = 0x7f2a0e458000
mprotect(0x7f2a0e45d000, 2093056, PROT_NONE) = 0
mmap(0x7f2a0e65c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 20, 0x4000) = 0x7f2a0e65c000
close(20)                               = 0
mprotect(0x7f2a0e65c000, 4096, PROT_READ) = 0
lseek(19, 0, SEEK_SET)                  = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x40} ---
+++ killed by SIGSEGV +++
Segmentation fault
If needed, whole strace can be provided.


I forgot if this game required some special libpng version to work, but currently I have :
Code:
i | libpng12-0                  | Library for the Portable Network Graphics Format (PNG)       | package
i | libpng16-16                 | Library for the Portable Network Graphics Format (PNG)       | package   
i | libpng16-16-32bit           | Library for the Portable Network Graphics Format (PNG)       | package
If anything else needed to provide or testing for some patch, I am willing to help and try.

Edit:
Nvidia gtx 460, nvidia driver 331.20
__________________

Inquisition

Last edited by Anpu; 01-13-2014 at 10:42 PM.
Anpu no ha iniciado sesión   Reply With Quote
Old 01-13-2014, 10:41 PM   #13
andres81
Count
 
Join Date: Sep 2008
Posts: 1,690
andres81 is on a distinguished road
Default

The error is already known, NGDs nice window where you are supposed to enter the code tries to open some GTK icons directly while it should first check if these files are symlinks and retrieve their real filename before opening them. That is what causes the crash.

One of the devs (Surak) even replied to that issue that NGD is not aware of any icons in their code. Appearantly they are using third party software to make this window and have no glue how to fix the error.

Try this if you use KDE4 in openSuse
Code:
GTK2_RC_FILES=/usr/share/themes/Redmond/gtk-2.0/gtkrc rolauncher
andres81 no ha iniciado sesión   Reply With Quote
Old 01-13-2014, 11:43 PM   #14
Anpu
Count
 
Anpu's Avatar
 
Join Date: Jun 2007
Posts: 1,186
Anpu will become famous soon enough
Default

Quote:
Originally Posted by andres81 View Post
The error is already known, NGDs nice window where you are supposed to enter the code tries to open some GTK icons directly while it should first check if these files are symlinks and retrieve their real filename before opening them. That is what causes the crash.

One of the devs (Surak) even replied to that issue that NGD is not aware of any icons in their code. Appearantly they are using third party software to make this window and have no glue how to fix the error.

Try this if you use KDE4 in openSuse
Code:
GTK2_RC_FILES=/usr/share/themes/Redmond/gtk-2.0/gtkrc rolauncher
Thanks that fixed the issue.
__________________

Inquisition
Anpu no ha iniciado sesión   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:33 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2016 © All rights reserved