SuperTuxKart 0.7.2 RC1 has been released

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Auria » 16 Jun 2011, 23:57

Rehi,

sst {l Wrote}:It not display the real name, of the Gamepad, ...

See the file included, ...


Unfortunately, this is a known problem, but it's out of our control. It's simply that Windows will not give us any good gamepad name unless we use the huge DirectInput. Irrlicht will maybe receive DirectInput support in the future, we will see
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Auria » 16 Jun 2011, 23:58

Hi,

xeno74 {l Wrote}:You can take my DMG -> supertuxkart-0.7.1b-osx-ppc-10.3.9.dmg.zip


If I modify it on my 10.6 system, I'm pretty sure the format will be updated to 10.6 format, so I don't think this will work

xeno74 {l Wrote}:Ticket #278


Thanks!
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Auria » 17 Jun 2011, 00:00

hardwired {l Wrote}:
Auria {l Wrote}:Hi,


is this the first time you try STK? Or did it use to work and works no more?

i think this is most likely a graphics card/driver issue, possibly the lack of render-to-texture feature. Maybe you can run STK from terminal and check if any error message is logged? (Joerg, maybe you can help with Windows, I'm not sure if STK needs to be run from terminal or if it logs to a file)

Regarding Emule icon, it's normal, there just wasn't enough space for the ears in the icon -.- EDIT: unless you meant Beagle and not Emule?


I've already used on Version 0.71 - it worked normally - Not likely to be graphic card issue. The only thing different is that I didn't replace VC++ and openal libraries (But I assumed there wasn't any changes in these...

You're right - I meant Beagle!


OK. Thanks for the clarification. I have fixed Beagle in SVN - the icon had an incorrect size and some GPUs don't like that

For the other issue, I guess what we need now is to see if STK outputs any error message (running from terminal or getting the logs, not sure)
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby sst » 17 Jun 2011, 00:26

Hi, ...

Auria {l Wrote}:Hi,

sst {l Wrote}:Hi, ...

Language Problems With French And French Canada.
Windows 7 x64 Sp1 Ultimate French Canada.
SuperTuxKart 0.7.2 RC1

1) On "System Language, option" double click and after it select English, on a French Canada Window 7 x64.

2) At installation it select English.

3) If i select the language French or French Canada, support news messages, that is at bottom main screen, is in English.

4) Support news messages, that is at bottom main screen, is always in English, even if i select in example Espagnol.

See file included, ...


1) regarding incorrect detection of system language : I guess this will be for Joerg since it's Windows-related. Do you think you could a ticket on our tracker?

2) Regarding messages at the bottom of the screen : those messages are indeed not translated, since they are retrieved online


Respond = Ticket #279
(sst)
sst
 
Posts: 99
Joined: 14 Jan 2010, 21:55

Re: segfault with internet news enabled

Postby hollidrio » 18 Jun 2011, 11:41

I'm experiencing a crash at about 2 sec after the game has fully loaded, but only if 'internet news' is enabled. There is barely time to disable the option via the menu, but if you manage, it runs fine.
Terminal log says:
{l Code}: {l Select All Code}
./run_game.sh: line 1:  4898 Segmentation fault      LD_LIBRARY_PATH=./bin/: bin/supertuxkart

I'm on linux amd64.
hollidrio
 
Posts: 9
Joined: 07 May 2011, 20:51

Re: segfault with internet news enabled

Postby Auria » 18 Jun 2011, 15:16

hollidrio {l Wrote}:I'm experiencing a crash at about 2 sec after the game has fully loaded, but only if 'internet news' is enabled. There is barely time to disable the option via the menu, but if you manage, it runs fine.
Terminal log says:
{l Code}: {l Select All Code}
./run_game.sh: line 1:  4898 Segmentation fault      LD_LIBRARY_PATH=./bin/: bin/supertuxkart

I'm on linux amd64.


hi,

can you run STK in gdb to debug it?

{l Code}: {l Select All Code}
gdb supertuxkart
run
... make it crash ...
bt


then post the output here

thanks
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hollidrio » 18 Jun 2011, 16:12

gdb doesn't seem to be able to execute run_game.sh (I don't have the rc1 installed, just run it locally):
{l Code}: {l Select All Code}

"~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/run_game.sh": not in executable format: File format not recognized
(gdb) run ./run_game.sh
Starting program:  ./run_game.sh
No executable file specified.

I'm a bit reluctant to manually copy the files to /bin, is there anything I'm missing or a way to install the game otherwise? I'm on arch, btw.
cheers
hollidrio
 
Posts: 9
Joined: 07 May 2011, 20:51

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Funto » 18 Jun 2011, 19:45

That's because you should execute the binary for supertuxkart and not run_game.sh, which is a wrapper script.
Try:

{l Code}: {l Select All Code}
cd ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64
LD_LIBRARY_PATH=./bin/:
gdb bin/supertuxkart
run
... make it crash ...
bt


STK devs >> that's the point in having an automatic call stack retrieval ;)
Funto
 
Posts: 459
Joined: 09 Dec 2009, 13:47
Location: Bordeaux, France

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hollidrio » 18 Jun 2011, 21:26

Funto {l Wrote}:
{l Code}: {l Select All Code}
LD_LIBRARY_PATH=./bin/:


Thanks, handy command, that, though STK still doesn't find the libraries. I'm feeling slightly stupid here :think:
{l Code}: {l Select All Code}
Reading symbols from ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart...done.
(gdb) run
Starting program: ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart
~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Program exited with code 0177.

I would like give it another shot, some guidance provided :)
Cheers
hollidrio
 
Posts: 9
Joined: 07 May 2011, 20:51

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 18 Jun 2011, 22:15

hollidrio {l Wrote}:
Funto {l Wrote}:
{l Code}: {l Select All Code}
LD_LIBRARY_PATH=./bin/:


Thanks, handy command, that, though STK still doesn't find the libraries. I'm feeling slightly stupid here :think:
{l Code}: {l Select All Code}
Reading symbols from ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart...done.
(gdb) run
Starting program: ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart
~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart: error while loading shared libraries: libcurl-gnutls.so.4: cannot open shared object file: No such file or directory

Program exited with code 0177.

I would like give it another shot, some guidance provided :)
Cheers


Important: export LD_LIBRARY_PATH=. to run in the bin-directory.

And

{l Code}: {l Select All Code}
gdb ./supertuxkart


to run in the bin-directory :)
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hollidrio » 18 Jun 2011, 22:42

Important: export LD_LIBRARY_PATH=./

Thank you, that did it!
{l Code}: {l Select All Code}
(gdb) run
Starting program: ~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart
~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart: /usr/lib/libldap_r-2.4.so.2: no version information available (required by ./libcurl-gnutls.so.4)
~/supertuxkart-0.7.2-rc1-linux-glibc2.12-x86-64/bin/supertuxkart: /usr/lib/liblber-2.4.so.2: no version information available (required by ./libcurl-gnutls.so.4)
[Thread debugging using libthread_db enabled]
Irrlicht Engine version 1.8.0-alpha
Linux 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
Could not load sprite bank because the file does not exist: #DefaultFont
[FileManager] Data files will be fetched from: '..'
creating directory <~/.local/share/supertuxkart/addons>
Can not create add-ons dir '~/.local/share/supertuxkart/addons', falling back to '.'.
creating directory <~/.local/share/supertuxkart/addons/icons/>
Failed to create add-ons icon dir at '~.local/share/supertuxkart/addons/icons/'
creating directory <~/.local/share/supertuxkart/addons/tmp/>
Failed to create add-ons tmp dir at '~/.local/share/supertuxkart/addons/tmp/'
Could not read user config file file ./config.xml
Env var LANGUAGE = 'en_US.UTF-8'
Env var LANGUAGE = 'en_US.UTF-8', which corresponds to English (United States)
Adding language fallback en
[IrrDriver] Creating NULL device
Irrlicht Engine version 1.8.0-alpha
Linux 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
Could not load sprite bank because the file does not exist: #DefaultFont
[IrrDriver] Trying OpenGL rendering.
[IrrDriver] Trying to create device with 32 bits
[IrrDriver Temp Logger] Level 3: Could not load sprite bank because the file does not exist: #DefaultFont
[New Thread 0x7fffe9a66700 (LWP 8323)]
New highscore file './highscore.xml' created.
Challenge file './challenges.xml' will be created.
startMusic : m_normal_filename=<../data//music/MayDayMayhem.ogg>, gain=0.7
[New Thread 0x7fffe347e700 (LWP 8327)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe347e700 (LWP 8327)]
0x00007ffff6a1ae44 in fwrite () from /lib/libc.so.6
(gdb)
hollidrio
 
Posts: 9
Joined: 07 May 2011, 20:51

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hollidrio » 18 Jun 2011, 23:12

{l Code}: {l Select All Code}
(bdb) run

[IrrDriver] Creating NULL device
Irrlicht Engine version 1.8.0-alpha
Linux 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
Could not load sprite bank because the file does not exist: #DefaultFont
[IrrDriver] Trying OpenGL rendering.
[IrrDriver] Trying to create device with 32 bits
[IrrDriver Temp Logger] Level 3: Could not load sprite bank because the file does not exist: #DefaultFont
[New Thread 0x7fffe9a66700 (LWP 9291)]
startMusic : m_normal_filename=<../data//music/MayDayMayhem.ogg>, gain=0.3
[New Thread 0x7fffef523700 (LWP 9292)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffef523700 (LWP 9292)]
0x00007ffff6a1ae44 in fwrite () from /lib/libc.so.6
(gdb) bt
#0  0x00007ffff6a1ae44 in fwrite () from /lib/libc.so.6
#1  0x00007ffff74ccdb8 in Curl_client_write () from ./libcurl-gnutls.so.4
#2  0x00007ffff74dff86 in Curl_readwrite () from ./libcurl-gnutls.so.4
#3  0x00007ffff74e0392 in ?? () from ./libcurl-gnutls.so.4
#4  0x00000000004175c1 in NetworkHttp::downloadFileInternal(Request*) ()
#5  0x0000000000418a8d in NetworkHttp::init() ()
#6  0x00000000004197c8 in NetworkHttp::mainLoop(void*) ()
#7  0x00007ffff6461d40 in start_thread () from /lib/libpthread.so.0
#8  0x00007ffff6a87aed in clone () from /lib/libc.so.6
#9  0x0000000000000000 in ?? ()
(gdb)

Here you go, don't blame the haxx.se'rs!
hollidrio
 
Posts: 9
Joined: 07 May 2011, 20:51

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Auria » 18 Jun 2011, 23:30

Thanks hollidrio, we'll see what we can do about this. Unforutnately there seems to be a bug in ubuntu's curl
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Funto » 19 Jun 2011, 10:11

Woops sorry, I should have tested before giving those commands ^^
Funto
 
Posts: 459
Joined: 09 Dec 2009, 13:47
Location: Bordeaux, France

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 19 Jun 2011, 10:15

The new libcurl doesn't work too :( On Ubuntu runs STK perfectly but on other Linux distributions STK is crashed :(

Libcurl is not suitable for static packages ;) OK, this is the end of static packages. Distributions packages are better than static packages.

I'm so sorry.
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Auria » 19 Jun 2011, 17:49

xeno74 {l Wrote}:The new libcurl doesn't work too :( On Ubuntu runs STK perfectly but on other Linux distributions STK is crashed :(

Libcurl is not suitable for static packages ;) OK, this is the end of static packages. Distributions packages are better than static packages.

I'm so sorry.


OK.
But Arthur_D had the same crash, without using your static package; so I think the problem is probably broader than the static package itself
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hiker » 20 Jun 2011, 05:50

Auria {l Wrote}:And finally, regarding Windows 2000... I'll let Joerg answer but I really doubt we want to support this totally outdated system.

Main problem is that this would need to be fixed in libcurl, not in STK (we are not using getaddrinfo directly, so I assume it is libcurl). I'd agree that this is not an important issue (but I would be happy if someone with a windows 2000 system could supply a version of libcurl that works).

Cheers,
Joerg
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hiker » 20 Jun 2011, 06:42

Auria {l Wrote}:Thanks hollidrio, we'll see what we can do about this. Unforutnately there seems to be a bug in ubuntu's curl

I remember that Arthur had a similar problem, and that it was caused by using the gnutls version of libcurl(?) Arthur, can you supply the missing details?

But it would certainly be worth trying to use a different libcurl library.

Cheers,
Joerg
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby hiker » 20 Jun 2011, 06:52

xeno74 {l Wrote}:The new libcurl doesn't work too :( On Ubuntu runs STK perfectly but on other Linux distributions STK is crashed :(

Are they all crashing with the same symptoms? What is the output of
{l Code}: {l Select All Code}
LD_LIBRARY_PATH=./bin
ldd ./bin/supertuxkart


Cheers,
Joerg
hiker
 
Posts: 1435
Joined: 07 Dec 2009, 12:15
Location: Melbourne, Australia

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 20 Jun 2011, 13:53

hiker {l Wrote}:but I would be happy if someone with a windows 2000 system could supply a version of libcurl that works.

Cheers,
Joerg


It works!!!!!!!!!!!!!!! Joerg, thank you so much :)

You need following package from curl.haxx.se:

curl-7.21.6-ssl-sspi-zlib-static-bin-w32.zip Win32 2000/XP

Copy following libraries in the folder SuperTuxKart:

libssl32.dll
libeay32.dll
libcurl.dll

Screenshot STK 0.7.2 rc1 on Windows 2000 SP4:

Image
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 20 Jun 2011, 14:09

hiker {l Wrote}:
xeno74 {l Wrote}:The new libcurl doesn't work too :( On Ubuntu runs STK perfectly but on other Linux distributions STK is crashed :(

Are they all crashing with the same symptoms? What is the output of
{l Code}: {l Select All Code}
LD_LIBRARY_PATH=./bin
ldd ./bin/supertuxkart


Cheers,
Joerg


Mhhh, STK used the system libcurl :(

openSUSE 11.3:
{l Code}: {l Select All Code}
linux-vdso.so.1 =>  (0x00007fffc19ff000)
   libXxf86vm.so.1 => /usr/lib64/libXxf86vm.so.1 (0x00007f3975841000)
   libGL.so.1 => /usr/lib64/libGL.so.1 (0x00007f39755cb000)
   libopenal.so.1 => ./bin/libopenal.so.1 (0x00007f3975373000)
   libcurl.so.4 => /usr/lib64/libcurl.so.4 (0x00007f397511d000)
   libstdc++.so.6 => /usr/lib64/libstdc++.so.6 (0x00007f3974e13000)
   libm.so.6 => /lib64/libm.so.6 (0x00007f3974bbc000)
   libgcc_s.so.1 => ./bin/libgcc_s.so.1 (0x00007f39749a6000)
   libc.so.6 => /lib64/libc.so.6 (0x00007f3974646000)
   libX11.so.6 => /usr/lib64/libX11.so.6 (0x00007f3974306000)
   libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f39740e9000)
   libXext.so.6 => /usr/lib64/libXext.so.6 (0x00007f3973ed6000)
   libXdamage.so.1 => /usr/lib64/libXdamage.so.1 (0x00007f3973cd3000)
   libXfixes.so.3 => /usr/lib64/libXfixes.so.3 (0x00007f3973acd000)
   libdrm.so.2 => /usr/lib64/libdrm.so.2 (0x00007f39738c1000)
   libdl.so.2 => /lib64/libdl.so.2 (0x00007f39736bd000)
   librt.so.1 => /lib64/librt.so.1 (0x00007f39734b4000)
   libidn.so.11 => /usr/lib64/libidn.so.11 (0x00007f3973281000)
   libldap-2.4.so.2 => /usr/lib64/libldap-2.4.so.2 (0x00007f397303a000)
   libgssapi_krb5.so.2 => /usr/lib64/libgssapi_krb5.so.2 (0x00007f3972e04000)
   libssl.so.1.0.0 => /lib64/libssl.so.1.0.0 (0x00007f3972ba8000)
   libcrypto.so.1.0.0 => /lib64/libcrypto.so.1.0.0 (0x00007f39727f9000)
   libz.so.1 => ./bin/libz.so.1 (0x00007f39725e1000)
   libssh2.so.1 => /usr/lib64/libssh2.so.1 (0x00007f39723ba000)
   /lib64/ld-linux-x86-64.so.2 (0x00007f3975a47000)
   libxcb.so.1 => /usr/lib64/libxcb.so.1 (0x00007f397219d000)
   liblber-2.4.so.2 => /usr/lib64/liblber-2.4.so.2 (0x00007f3971f8e000)
   libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f3971d77000)
   libsasl2.so.2 => /usr/lib64/libsasl2.so.2 (0x00007f3971b5c000)
   libkrb5.so.3 => /usr/lib64/libkrb5.so.3 (0x00007f3971891000)
   libk5crypto.so.3 => /usr/lib64/libk5crypto.so.3 (0x00007f397166a000)
   libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f3971466000)
   libkrb5support.so.0 => /usr/lib64/libkrb5support.so.0 (0x00007f397125d000)
   libXau.so.6 => /usr/lib64/libXau.so.6 (0x00007f3971059000)
   libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f3970e56000)
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 20 Jun 2011, 15:24

Linux static package:

I have included the static libCurl (libcurl.a). Unfortunately, STK crashes again on other Linux distributions :( :(
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby Crendgrim » 20 Jun 2011, 15:42

openSUSE 11.4, fresh install.
I checked out Irrlicht and STK from trunk and used the system lib packages - the same curl problem as described above.
Does anyone know which libcurl version works?
Crendgrim
 
Posts: 227
Joined: 03 May 2011, 21:59

Re: SuperTuxKart 0.7.2 RC1 has been released

Postby xeno74 » 21 Jun 2011, 08:05

Crendgrim {l Wrote}:openSUSE 11.4, fresh install.
I checked out Irrlicht and STK from trunk and used the system lib packages - the same curl problem as described above.
Does anyone know which libcurl version works?


xeno74 {l Wrote}:Linux static package:

I have included the static libCurl (libcurl.a). Unfortunately, STK crashes again on other Linux distributions :( :(


What shall we do yet?
User avatar
xeno74
 
Posts: 356
Joined: 10 Dec 2009, 20:38

Who is online

Users browsing this forum: No registered users and 1 guest

cron