Jump to content
Eternal Lands Official Forums
notty

can't run new compiled el client

Recommended Posts

i don't know why i am geting this errors... the lang directory is ok i think... but when i run el i get this:

 

$ ./el.x86.linux.bin

I/O warning : failed to load external entity "languages/en/strings/console.xml"

I/O warning : failed to load external entity "languages/en/strings/console.xml"

I/O warning : failed to load external entity "languages/en/strings/errors.xml"

I/O warning : failed to load external entity "languages/en/strings/errors.xml"

I/O warning : failed to load external entity "languages/en/strings/help.xml"

I/O warning : failed to load external entity "languages/en/strings/help.xml"

I/O warning : failed to load external entity "languages/en/strings/options.xml"

I/O warning : failed to load external entity "languages/en/strings/options.xml"

I/O warning : failed to load external entity "languages/en/strings/spells.xml"

I/O warning : failed to load external entity "languages/en/strings/spells.xml"

I/O warning : failed to load external entity "languages/en/strings/stats.xml"

I/O warning : failed to load external entity "languages/en/strings/stats.xml"

I/O warning : failed to load external entity "languages/en/strings/titles.xml"

I/O warning : failed to load external entity "languages/en/strings/titles.xml"

Share this post


Link to post
Share on other sites

i can try....

 

i think this can help you... if i can do more tell me

 

(gdb) start
Breakpoint 1 at 0x8073fe6: file main.c, line 132.
Starting program: /home/god/EL/el.x86.linux.bin
[Thread debugging using libthread_db enabled]
[New Thread -1216408928 (LWP 17043)]
[Switching to Thread -1216408928 (LWP 17043)]
main (argc=1, argv=0x1) at main.c:132
132             gargc=argc;
(gdb) bt
#0  main (argc=1, argv=0x1) at main.c:132

Share this post


Link to post
Share on other sites

is this helping you ? if i can do much more tell me...

 

(gdb) next
init_stuff () at init.c:492
492             init_text_buffers ();
(gdb)
498             init_chat_channels ();
(gdb) next
502             init_fonts();
(gdb) next
505             read_config();
(gdb) next
508             read_command_line();
(gdb) next
511             check_options ();
(gdb) next
514             setup_video_mode(full_screen,video_mode);
(gdb)
516             video_mode_set=1;
(gdb) next
519             load_translatables();
(gdb) next
I/O warning : failed to load external entity "languages/en/strings/console.xml"
I/O warning : failed to load external entity "languages/en/strings/console.xml"
I/O warning : failed to load external entity "languages/en/strings/errors.xml"
I/O warning : failed to load external entity "languages/en/strings/errors.xml"
I/O warning : failed to load external entity "languages/en/strings/help.xml"
I/O warning : failed to load external entity "languages/en/strings/help.xml"
I/O warning : failed to load external entity "languages/en/strings/options.xml"
I/O warning : failed to load external entity "languages/en/strings/options.xml"
I/O warning : failed to load external entity "languages/en/strings/spells.xml"
I/O warning : failed to load external entity "languages/en/strings/spells.xml"
I/O warning : failed to load external entity "languages/en/strings/stats.xml"
I/O warning : failed to load external entity "languages/en/strings/stats.xml"
I/O warning : failed to load external entity "languages/en/strings/titles.xml"
I/O warning : failed to load external entity "languages/en/strings/titles.xml"
521             init_video();
(gdb) next
526             create_game_root_window (window_width, window_height);
(gdb) next
527             create_console_root_window (window_width, window_height);
(gdb) next
528             create_map_root_window (window_width, window_height);
(gdb) next
529             create_login_root_window (window_width, window_height);
(gdb) next
531             init_gl_extensions();
(gdb) next
536             seed = time (NULL);
(gdb) next
537             srand (seed);
(gdb) next
539             cache_system_init(MAX_CACHE_SYSTEM);
(gdb) next
540             init_texture_cache();
(gdb) next
541             init_md2_cache();
(gdb) next
542             init_e3d_cache();
(gdb) next
543             init_2d_obj_cache();
(gdb) next
544             load_ignores();
(gdb) next
545             load_filters();
(gdb) next
546             load_harvestable_list();
(gdb) next
547             load_e3d_list();
(gdb) next

Program exited with code 01.

Share this post


Link to post
Share on other sites

forgot to tell that i have a cvs versino compiled a long time ago and it works.... but i need this new one because i have the ati problem and i can't walk

Share this post


Link to post
Share on other sites

check el.ini

and make sure that is commented out

data_dir = /usr/local/games/el/

or if not commented out :

#data_dir = /usr/local/games/el/

check if points to the right directory

Share this post


Link to post
Share on other sites
(gdb) next
546             load_harvestable_list();
(gdb) next
547             load_e3d_list();
(gdb) next

Program exited with code 01.

Errm, isnt there a file named e3d_list.txt which must be in the EL directory?

 

And if its not there, the client exits?

 

Sorry, im at work atm and cannot check my EL installation :P

 

Try to check the CVS and get it from there, i would suggest.

 

Piper

Share this post


Link to post
Share on other sites

Forget the debuuger for a while. Do you have those files? And if you have them, are they in the #data_dir directory of el.ini?

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.

×