Go Back   Champions of Regnum > English > Technical Support

Technical Support Questions about game technical support to the users of the community

Reply
 
Thread Tools Display Modes
Old 12-18-2013, 09:46 PM   #21
andres81
Count
 
Join Date: Sep 2008
Posts: 1,690
andres81 is on a distinguished road
Default

openSUSE 13.1
KDE 4 default desktop theme: Oxygen (oxygen-gtk for GTK2 apps / adwaita for GTK3 apps - all default selections by the distribution, nothing changed)
Code:
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) = 18
read(18, "\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(18, {st_mode=S_IFREG|0755, st_size=23200, ...}) = 0
mmap(NULL, 2118360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f3f6bb6d000
mprotect(0x7f3f6bb72000, 2093056, PROT_NONE) = 0
mmap(0x7f3f6bd71000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x4000) = 0x7f3f6bd71000
close(18)                               = 0
mprotect(0x7f3f6bd71000, 4096, PROT_READ) = 0
lseek(17, 0, SEEK_SET)                  = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x40} ---
+++ killed by SIGSEGV +++
Speicherzugriffsfehler
EDIT:
QtCurve, Adwaita and several other styles are also resulting in a crash; the only style that I can confirm is working is "Redmond" style for GTK2 apps
The only important thing seems to be the style selection for GTK2 apps, the style of KDE itself doesn't matter (as far as i tested it)

EDIT2:
As expected under a simple windowmanager, i tried IceWM, no problems.

Last edited by andres81; 12-18-2013 at 10:01 PM.
andres81 no ha iniciado sesión   Reply With Quote
Old 12-19-2013, 01:24 AM   #22
existentialist
Pledge
 
Join Date: May 2009
Location: England
Posts: 33
existentialist is on a distinguished road
Default

Quote:
Originally Posted by andres81 View Post
openSUSE 13.1
KDE 4 default desktop theme: Oxygen (oxygen-gtk for GTK2 apps / adwaita for GTK3 apps - all default selections by the distribution, nothing changed)
Code:
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) = 18
read(18, "\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(18, {st_mode=S_IFREG|0755, st_size=23200, ...}) = 0
mmap(NULL, 2118360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 18, 0) = 0x7f3f6bb6d000
mprotect(0x7f3f6bb72000, 2093056, PROT_NONE) = 0
mmap(0x7f3f6bd71000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 18, 0x4000) = 0x7f3f6bd71000
close(18)                               = 0
mprotect(0x7f3f6bd71000, 4096, PROT_READ) = 0
lseek(17, 0, SEEK_SET)                  = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x40} ---
+++ killed by SIGSEGV +++
Speicherzugriffsfehler
EDIT:
QtCurve, Adwaita and several other styles are also resulting in a crash; the only style that I can confirm is working is "Redmond" style for GTK2 apps
The only important thing seems to be the style selection for GTK2 apps, the style of KDE itself doesn't matter (as far as i tested it)

EDIT2:
As expected under a simple windowmanager, i tried IceWM, no problems.
Interesting that you have no problems with icewm.

Take a look at this screenshot:

http://testbed.pwp.blueyonder.co.uk/icewm.png
__________________
Sigurd WM / Custard WM / Siggy WM
Melancholic WM
existentialist no ha iniciado sesión   Reply With Quote
Old 12-19-2013, 02:26 AM   #23
andres81
Count
 
Join Date: Sep 2008
Posts: 1,690
andres81 is on a distinguished road
Default

Quote:
Originally Posted by existentialist View Post
Interesting that you have no problems with icewm.

Take a look at this screenshot:

http://testbed.pwp.blueyonder.co.uk/icewm.png
Can you look in the IceWM menu under Themes what theme you have selected?
I tried nearly all and had no crashes with this code-window, even changing the GTK theme in icewm when it was opened worked.
andres81 no ha iniciado sesión   Reply With Quote
Old 12-19-2013, 02:41 AM   #24
existentialist
Pledge
 
Join Date: May 2009
Location: England
Posts: 33
existentialist is on a distinguished road
Default

Quote:
Originally Posted by andres81 View Post
Can you look in the IceWM menu under Themes what theme you have selected?
I tried nearly all and had no crashes with this code-window, even changing the GTK theme in icewm when it was opened worked.
I used the default icewm theme. No changes were made at all. Infact, I only booted to icewm to test your theory.
__________________
Sigurd WM / Custard WM / Siggy WM
Melancholic WM
existentialist no ha iniciado sesión   Reply With Quote
Old 12-22-2013, 05:19 AM   #25
Truewar
Master
 
Truewar's Avatar
 
Join Date: Jan 2009
Location: Kriegsplatz 6, Hopstad Alsius Ra
Posts: 291
Truewar is on a distinguished road
Default

Quote:
Originally Posted by surak View Post
What the hell.

Our code never opens theme files directly. It has to be something else.

Which distros and gtk themes are affected? Please give me a list.
ArchLinux, Faenza, default gnome.
__________________

Truewar
The Knightmare
Truewar no ha iniciado sesión   Reply With Quote
Old 12-22-2013, 08:40 AM   #26
existentialist
Pledge
 
Join Date: May 2009
Location: England
Posts: 33
existentialist is on a distinguished road
Default RE

I installed via steam to see if I could find a way to input the authorisation code, which was a success. Unfortunately, the non steam version still segfaults, even though my OpenSuSE 13.1 install has officially been authorised.
__________________
Sigurd WM / Custard WM / Siggy WM
Melancholic WM
existentialist no ha iniciado sesión   Reply With Quote
Old 01-28-2014, 08:16 PM   #27
platyna
Initiate
 
Join Date: Feb 2009
Location: Poland
Posts: 234
platyna is an unknown quantity at this point
Default

I have the same problem. Fedora 20, standard advaita theme.

Regards.
__________________
Syrtis, Horus: Platyna (Conjurer), Platyna Ahn (Warlock), Platyna Ida (Hunter), Platyna Ira (Barbarian)
platyna no ha iniciado sesión   Reply With Quote
Old 01-28-2014, 09:13 PM   #28
andres81
Count
 
Join Date: Sep 2008
Posts: 1,690
andres81 is on a distinguished road
Default

It seems that NGD is not interested in maintaining the Linux client of the game. 11 months with an error that doesn't allow to start the game and still no fix is "a bit" too much

Last edited by andres81; 01-29-2014 at 02:18 PM.
andres81 no ha iniciado sesión   Reply With Quote
Old 03-11-2014, 09:34 PM   #29
Zarakaye
Apprentice
 
Zarakaye's Avatar
 
Join Date: Dec 2007
Location: FRANCE
Posts: 93
Zarakaye is on a distinguished road
Default

Yes since my first post i am always unable to play

Fedora 20 from gnome-shell thanks NGD

I play to Regnum since 2007 …

NGD team ask to know which is OS but At first post they are already this information

About libpng see below
Quote:
# yum info libpng
Name : libpng
Arch : x86_64
Epoch : 2
Version : 1.6.3
Release : 3.fc20
Size : 707 k
Repo : installed
From repo : koji-override-0
Summary : A library of functions for manipulating PNG image format files
URL : http://www.libpng.org/pub/png/
License : zlib
Description : The libpng package contains a library of functions for creating and
: manipulating PNG (Portable Network Graphics) image format files. PNG
: is a bit-mapped graphics format similar to the GIF format. PNG was
: created to replace the GIF format, since GIF uses a patented data
: compression algorithm.
:
: Libpng should be installed if you need to manipulate PNG format image
: files.
Trace are put here

Last edited by Zarakaye; 03-11-2014 at 09:49 PM.
Zarakaye no ha iniciado sesión   Reply With Quote
Old 03-11-2014, 11:31 PM   #30
Tigerious
Banned
 
Tigerious's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 496
Tigerious is an unknown quantity at this point
Default

What is the problem ? Do you need the launcher ?

Could you paste the output of 'ldd' on the 'game' binary ?
Tigerious no ha iniciado sesión   Reply With Quote
Reply


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 10:31 PM.


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