Jump to content
Eternal Lands Official Forums

notty

Members
  • Content count

    26
  • Joined

  • Last visited

About notty

  • Rank
    White Rabbit

Contact Methods

  • Website URL
    http://routeit.4th.ro
  • ICQ
    0

Profile Information

  • Location
    Bucharest, Romania
  1. Spelling And Grammar Errors

    Knowledge / Titanium Molding Titanium Molding allows you to melt the __iron__ and convert it......
  2. Minor vegetable bug

    Hello, When you make reasoning potions and just eat a vegetable the red cooldown disapears, it apears in place if you press on the vegetable again. It's just a typo.. hope is handy.
  3. crash with fglrx

    Is this a game problem or fglrx problem ? full strace of this can be found at http://god.4th.ro/el.log open("./3dobjects/ground_objs/flowerorange1.e3d", O_RDONLY) = 14 fstat64(14, {st_mode=S_IFREG|0644, st_size=32852, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb0ba9000 read(14, "el3d\376\1\0\0(\0\0\0`\0\0\0\1\2\0\0\30\0\0\0\20P\0\0\1"..., 4096) = 4096 read(14, "^\0\0\0_\0\0\0b\0\0\0{\275[?Z\r)?Y\213\177?Z\r)?Y\213\177"..., 16384) = 16384 read(14, "!\7}?#-5?\232%)?\0\0\0\0 P\17>\234\371\225\274\306Lx?\232"..., 4096) = 4096 read(14, " \362\216\276{\365\31\276X\315}?\362\215\324\277\17\267"..., 8192) = 8192 read(14, "\370or?\r\354,=y\246p\277!H\255> \17<\276\266Ln\276X\315"..., 4096) = 84 close(14) = 0 munmap(0xb0ba9000, 4096) = 0 open("./3dobjects/ground_objs/flowerplants.bmp", O_RDONLY) = 14 fstat64(14, {st_mode=S_IFREG|0644, st_size=17460, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb0ba9000 read(14, "BM4D\0\0\0\0\0\0002\4\0\0(\0\0\0\200\0\0\0\200\0\0\0\1"..., 4096) = 4096 read(14, "\0\0\0\0\0\0b\246\252\244\234\217\234\247\262\314\313\300"..., 4096) = 4096 read(14, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(14, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0b\376\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 read(14, "\177\177}\232\0\0\0\0\0\0\0\0\0\0\0\262p\0\0\0\0\0\0\0"..., 4096) = 1076 close(14) = 0 munmap(0xb0ba9000, 4096) = 0 ioctl(7, 0x4008642a, 0xbfffefb8) = 0 ioctl(7, 0xc0146440, 0xbffff330) = 0 mmap2(NULL, 16384, PROT_READ|PROT_WRITE, MAP_SHARED, 7, 0xd4901) = 0xb0ba6000 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++
  4. can't run new compiled el client

    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
  5. can't run new compiled el client

    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.
  6. can't run new compiled el client

    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
  7. 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"
  8. resolved problem... was for missing sdl libs... thanx for the help
  9. and how can i fix this ?
  10. I switched to gcc 3.4 and now i get lot's of errors... You can see a log here: http://god.4th.ro/elc.log
  11. I try to compile the cvs version and i get this error on my Debian box Any ideea what can i do ? $ make make: sdl-config: Command not found echo 2d_objects.o 3d_objects.o actor_scripts.o actors.o asc.o books.o buddy.o cache.o chat.o colors.o console.o consolewin.o cursors.o dialogues.o draw_scene.o elconfig.o elwindows.o encyclopedia.o errors.o events.o filter.o font.o frustum.o gamewin.o gl_init.o hud.o help.o ignore.o init.o interface.o items.o keys.o knowledge.o lights.o loginwin.o main.o manufacture.o map_io.o mapwin.o md2loader.o md5.o misc.o multiplayer.o new_actors.o new_character.o notepad.o openingwin.o options.o particles.o paste.o pathfinder.o pm_log.o questlog.o reflection.o rules.o sector.o shadows.o sound.o spells.o stats.o tabs.otext.o textures.o tile_map.o timers.o translate.o trade.o weather.o widgets.o | sed 's/\.o/.c/g' | xargs gcc -march=i686 -Wdeclaration-after-statement -Wall -Werror -O -ggdb -pipe -DLINUX -DELC -I/usr/include/libxml2 -MM >.depend cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' cc1: error: unrecognized option `-Wdeclaration-after-statement' make: *** [.depend] Error 123
  12. Ce pula noastra?

    Cauta-l pe the_g0d prin joc Eu sunt acela Member of the Linux guild
  13. Segmentation fault in Linux

    bt output (gdb) bt #0 0x0804e5e2 in move_to_next_frame () #1 0x46dcb9d8 in ?? ()
  14. Segmentation fault in Linux

    Ok, when i try to play the game the login screen apears i can type my username and password but after that i get segmentation fault and the game exists. Here is the output i get from gdb: [Thread debugging using libthread_db enabled] [New Threa[New Thread 1179159472 (LWP 3311)] [New Thread 1188871088 (LWP 3312)] [New Thread 1198697392 (LWP 3313)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1188871088 (LWP 3312)] 0x0804e5e2 in move_to_next_frame () Any ideea what can i do ?
×