Jump to content
Eternal Lands Official Forums
Roja

Update 1.3 Bug reports

Recommended Posts

I'm using the linux client and I got the following messages in error_log.txt:

[20:58:56] Error: Can't open file "/home/dragor/.elc//counters_dragor42.dat"
[20:58:56] Error: Can't open file "/home/dragor/.elc//kills_dragor42.dat"

If I manually created the files with:

echo "" > /home/dragor/.elc/counters_dragor42.dat
echo "" > /home/dragor/.elc/kills_dragor42.dat

Then the files could be opened afterwards without a problem.

 

Patch to fix this submitted

 

http://developer.berlios.de/patch/?func=de...p;group_id=1256

Share this post


Link to post
Share on other sites

Ok speaking of sound issues, with the client that was released for linux (windows release with added linux bins) i got the error

Error initializing sound: No Error

i just compiled the cvs version and now get the error

Error initializing sound: (null)

 

Any ideas?

Have you tired the static version thats included with the linux?

 

In the release version, only the static worked, the other did not even open a window :ph34r:

That means there is a hidden incompatibility in your libraries, which is why the static version is included.

Share this post


Link to post
Share on other sites

Ok speaking of sound issues, with the client that was released for linux (windows release with added linux bins) i got the error

Error initializing sound: No Error

i just compiled the cvs version and now get the error

Error initializing sound: (null)

 

Any ideas?

Have you tired the static version thats included with the linux?

 

In the release version, only the static worked, the other did not even open a window :ph34r:

That means there is a hidden incompatibility in your libraries, which is why the static version is included.

 

ummm ... any ideas where to start looking then??

and because it is prolly needed i am on FC5 and use ESD for my sound server

Share this post


Link to post
Share on other sites
ummm ... any ideas where to start looking then??

and because it is prolly needed i am on FC5 and use ESD for my sound server

 

http://www.eternal-lands.com/forum/index.php?showtopic=13681

 

Anmd you can always try using strace as that's probably easier

 

strace el

 

Does it work without ESD running? I ask as ESD/artS are - bluntly - crap and cause plenty of sound issues. A better solution is to use ALSA kernel drivers and dmix.

Share this post


Link to post
Share on other sites

well the reason i use esd is that nothing else plays nicly, esd actually lets me listen to xmms (which i do almost 24/7) adn hear other stuff, like gaim and any other games i decide to play because the el server is down lol

Share this post


Link to post
Share on other sites

well the reason i use esd is that nothing else plays nicly, esd actually lets me listen to xmms (which i do almost 24/7) adn hear other stuff, like gaim and any other games i decide to play because the el server is down lol

 

ALSA + dmix allows you todo the same

Share this post


Link to post
Share on other sites

Ok this is the complete strace for a short test, issue is it is getting a resorce busy. Btw it is interesting that i was able to run the bin this time, must be something i downloaded to compile the cvs :ph34r:

 

 
[icerogue@Mr-Freeze Eternal Lands]$ strace -c ./el-130.x86.linux.bin
./el-130.x86.linux.bin: /usr/lib/libpng12.so.0: no version information available (required by ./el-130.x86.linux.bin)
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy
Process 30062 detached
% time	 seconds  usecs/call	 calls	errors syscall
------ ----------- ----------- --------- --------- ----------------
44.88	0.240350		   1	196895		   sched_yield
29.59	0.158434		  16	 10110		 6 read
 9.98	0.053456		   3	 18198		   select
 4.81	0.025784		   5	  5315	   263 open
 4.02	0.021502		   1	 15347		   gettimeofday
 1.86	0.009939		  13	   754		   mmap2
 1.52	0.008139		  19	   430		38 stat64
 1.37	0.007360		   1	  5052		   close
 0.75	0.003999		 333		12		   futex
 0.56	0.003013		   2	  1615		 1 ioctl
 0.49	0.002600		 130		20		   mprotect
 0.12	0.000622		   1	   667		   munmap
 0.06	0.000309		   1	   449		   brk
 0.00	0.000000		   0	   116		   write
 0.00	0.000000		   0		 1		   execve
 0.00	0.000000		   0		 2		   chdir
 0.00	0.000000		   0		32		   time
 0.00	0.000000		   0		 1		   lseek
 0.00	0.000000		   0		 7		 1 access
 0.00	0.000000		   0		 1		 1 mkdir
 0.00	0.000000		   0		 2		   dup
 0.00	0.000000		   0		 3		   clone
 0.00	0.000000		   0		17		   uname
 0.00	0.000000		   0	   262		 2 _llseek
 0.00	0.000000		   0		 2		   getdents
 0.00	0.000000		   0		 5		   readv
 0.00	0.000000		   0		17		   writev
 0.00	0.000000		   0		 1		   _sysctl
 0.00	0.000000		   0		 1		   mremap
 0.00	0.000000		   0		 8		   poll
 0.00	0.000000		   0		14		   rt_sigaction
 0.00	0.000000		   0		 1		   rt_sigprocmask
 0.00	0.000000		   0		 1		   getrlimit
 0.00	0.000000		   0	   599		   fstat64
 0.00	0.000000		   0		 5		   geteuid32
 0.00	0.000000		   0		20		   fcntl64
 0.00	0.000000		   0		 1		   set_thread_area
 0.00	0.000000		   0		 1		   set_tid_address
 0.00	0.000000		   0		 6		   socket
 0.00	0.000000		   0		 6		   connect
 0.00	0.000000		   0		 5		   send
 0.00	0.000000		   0		 1		   sendto
 0.00	0.000000		   0		 1		   recvfrom
 0.00	0.000000		   0		 4		   shutdown
 0.00	0.000000		   0		 1		   setsockopt
 0.00	0.000000		   0		 2		   shmat
 0.00	0.000000		   0		 1		   shmdt
------ ----------- ----------- --------- --------- ----------------
100.00	0.535507				256011	   312 total

 

EDIT: btw all i did here was fire up the client and go to the new char creation to test the sound

Edited by Bayo

Share this post


Link to post
Share on other sites

 
[icerogue@Mr-Freeze Eternal Lands]$ strace -c ./el-130.x86.linux.bin
./el-130.x86.linux.bin: /usr/lib/libpng12.so.0: no version information available (required by ./el-130.x86.linux.bin)
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy

 

Yup, looks like ESD hogging /dev/dsp to me.

Stop using it.

Share this post


Link to post
Share on other sites

 
[icerogue@Mr-Freeze Eternal Lands]$ strace -c ./el-130.x86.linux.bin
./el-130.x86.linux.bin: /usr/lib/libpng12.so.0: no version information available (required by ./el-130.x86.linux.bin)
open /dev/[sound/]dsp: Device or resource busy
open /dev/[sound/]dsp: Device or resource busy

 

Yup, looks like ESD hogging /dev/dsp to me.

Stop using it.

You should be able to configure openAL to talk to ESP directly if you have the ESP drivers for openAL

Share this post


Link to post
Share on other sites

Yup, looks like ESD hogging /dev/dsp to me.

Stop using it.

yeah i have tried to get alsa and dmix working in past no luck :(

 

You should be able to configure openAL to talk to ESP directly if you have the ESP drivers for openAL

can you point me in the right direction for this?

 

EDIT:just did a search on my sys or openal and noticed that another game i used to play (before i got hooked here) americasarmy uses openal and yet i got sound fine from that game

Edited by Bayo

Share this post


Link to post
Share on other sites

I cant have music/sound in the game. It says invalid value and then crashes. Not the biggest deal but still a problem, please help me.

 

Sorry for double posting.

Share this post


Link to post
Share on other sites

I thought you said some higher lvl monsters have True Sight?

Arctic Chimerans, Yeti and Giants don't have it when I dance around them. Or is it a feaure?

Share this post


Link to post
Share on other sites

I was harvesting vegetables in Zirakinbar and took a random harvest event teleport. I found myself at coordinates [264,144] which appears to be inside a house (not a house interior map but within the 3-D model of a house exterior).

Share this post


Link to post
Share on other sites
Guest Inanna

I didn't know if this map bug was reported before...

In South Redmoon [154,166] you can find an house with a ladder...

I've clicked on the ladder the response was:

 

You cant get the ladder from here.

wrong_object_text: Nothing happens.

use_text:

 

(can't was miss-spelled, It's not my fault)

Share this post


Link to post
Share on other sites

I didn't know if this map bug was reported before...

In South Redmoon [154,166] you can find an house with a ladder...

I've clicked on the ladder the response was:

 

You cant get the ladder from here.

wrong_object_text: Nothing happens.

use_text:

 

(can't was miss-spelled, It's not my fault)

 

You need to use the lower half of this ladder as its on the ground and you're nearer to it.

If you're at the top and use the ladder, you use the top half of the ladder. :P

Share this post


Link to post
Share on other sites

Among the new harvestables we can find:

Blue Berries

Red Currents

 

Shouldnt it be named:

Blueberries

Redcurrants

Share this post


Link to post
Share on other sites
Guest Finntroll

If you have no money with you, and you as a blessing from Gilin, the next dialogue goes like:

I want to serve Unolas. Tell me more about Unolas. Goodbye.

 

None of those "links" work tho :)

 

I'm not sure what happens if you have money :)

Share this post


Link to post
Share on other sites

Among the new harvestables we can find:

Blue Berries

Red Currents

 

Shouldnt it be named:

Blueberries

Redcurrants

I've seen red currants, and in the encyclopedia, it does say currAnt.

Share this post


Link to post
Share on other sites

Among the new harvestables we can find:

Blue Berries

Red Currents

 

Shouldnt it be named:

Blueberries

Redcurrants

I've seen red currants, and in the encyclopedia, it does say currAnt.

It says Red Currents when you're harvesting it, or while it's in your storage.

Share this post


Link to post
Share on other sites
Guest Inanna

I didn't know if this map bug was reported before...

In South Redmoon [154,166] you can find an house with a ladder...

I've clicked on the ladder the response was:

 

You cant get the ladder from here.

wrong_object_text: Nothing happens.

use_text:

 

(can't was miss-spelled, It's not my fault)

 

You need to use the lower half of this ladder as its on the ground and you're nearer to it.

If you're at the top and use the ladder, you use the top half of the ladder. :)

 

I know...but the response shouldn't be only the first sentence?

Edited by Inanna

Share this post


Link to post
Share on other sites

In Zarik cave at [38,102] there is a small boat that takes me to Zirakgunda [283,285] but I cannot re-enter the boat at Zirakgunda [283,285] to return to Zarik cave.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×