01-13-2014, 12:10 PM | #11 |
Pledge
Join Date: Jan 2014
Location: Manduria (TA), Italy
Posts: 4
|
I haven't tried anything =)
(Aries, I can't type the code: CoR crashs before the pop-up ) Maybe I'll try something... |
01-13-2014, 10:32 PM | #12 |
Count
Join Date: Jun 2007
Posts: 1,186
|
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:
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 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 Edit: Nvidia gtx 460, nvidia driver 331.20
__________________
Inquisition Last edited by Anpu; 01-13-2014 at 10:42 PM. |
01-13-2014, 10:41 PM | #13 |
Count
Join Date: Sep 2008
Posts: 1,690
|
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 |
01-13-2014, 11:43 PM | #14 | |
Count
Join Date: Jun 2007
Posts: 1,186
|
Quote:
__________________
Inquisition |
|
|
|