Page 1 of 1

libpng error on startup (v 0.0.19)

Posted: 16 Jun 2006, 22:55
by Akuryou
HI
I finally installed version 0.0.19 without errors.

Im using Suse Linux 10.1 (x86-64)
Kernel 2.6.16.13-4

had no other tmw versions installed bevore.

When I start tmw i get this mesage:

Code: Select all

The Mana World v0.0.19
libpng error: Invalid image width
Fatal signal: Segmentation Fault (SDL Parachute Deployed)
libpng version is:1.2.8
i allready reinstalled it but it had no effect....
my tmw.log is empty so so i can´t post anything out of that...

any ideas??

Posted: 19 Jun 2006, 00:06
by knivey
edit your config and disable opengl

Posted: 20 Jun 2006, 08:59
by Akuryou
thanks 4 the answer

but there is a little problem:

i got a config.xml and a logfile but both of them are empty and got 0 byte

(same for other users + root)

can u just post ur config file here?

Posted: 21 Jun 2006, 11:18
by Akuryou
well...

i downloaded the win version, installed it with wine and copyd the config file from there.

changed opengl to 0

=> no change same error

when i start it with wine i can register and create a character but when i try to log in it crashes (but this is a wine error i guess....)

any ideas?

Posted: 24 Jun 2006, 20:38
by Bjørn
All the information we have so far is this: "libpng error: Invalid image width". We do not know which image it is trying to load (which would be in the log, which apparently is empty), and we do not know where it ends up crashing (which should not happen, even if libpng cannot load an image).

I'm not sure if where the client crashes is relevant, but I'd still like to know. Therefore, please try running tmw inside gdb in order to get a backtrace of the crash, like:

gdb tmw
> run
[crash!]
> bt

And if the backtrace seems useful, paste it here. If it doesn't seem useful (not displaying any function names or line numbers) then you may first have to compile tmw with debugging symbols, I think this can be done by passing CXXFLAGS=-g to ./configure.