Jump to content
Eternal Lands Official Forums

70347

Members
  • Content count

    421
  • Joined

  • Last visited

Posts posted by 70347


  1. When I start the client, the bar gets to the end, I see the motd and when I click to get to the login screen, windows comes up with an error that says EL has caused an error in MSVCRT.dll. It does it every time the client opens. It just started doing this today.

     

    I have Windows ME, geForce 2 440 MX, 512 RAM, Athlon 2000+ processor, ask if you need other infomation.


  2. I am still getting errors when linking.

    Switching to target: default
    Linking console executable: C:\WINDOWS\Profiles\Eric\My Documents\ELc.exe
    .objs\elc\sound.o:sound.c:(.text+0x68c): undefined reference to `_imp__alutLoadWAVFile'
    .objs\elc\sound.o:sound.c:(.text+0x6de): undefined reference to `_imp__alutUnloadWAV'
    .objs\elc\sound.o:sound.c:(.text+0x1b21): undefined reference to `_imp__alutInit'
    .objs\elc\sound.o:sound.c:(.text+0x1f40): undefined reference to `_imp__alutExit'
    collect2: ld returned 1 exit status
    

     

    I have the OpenAl devpak version 1.0


  3. I can't find any version of the libvorbis file on the internet. I fixed the gl and xml file problems, but I'm still getting the AL problems even though I have -lALut in the linker options and have the OpenAL devpak.

     

    EDIT: That link goes to the vorbis devpak I already downloaded, the one that didn't work.


  4. I managed to get to the linking part, but I get this.

     

    Switching to target: default
    Linking console executable: C:\WINDOWS\Profiles\Eric\My Documents\ELc.exe
    .objs\elc\asc.o:asc.c:(.text+0x783): undefined reference to `_imp__xmlFree'
    .objs\elc\asc.o:asc.c:(.text+0x7dc): undefined reference to `_imp__xmlFree'
    .objs\elc\asc.o:asc.c:(.text+0x96e): undefined reference to `libiconv_open'
    .objs\elc\asc.o:asc.c:(.text+0x998): undefined reference to `libiconv'
    .objs\elc\asc.o:asc.c:(.text+0x9a3): undefined reference to `libiconv_close'
    .objs\elc\books.o:books.c:(.text+0xacd): undefined reference to `_imp__xmlFree'
    .objs\elc\books.o:books.c:(.text+0xf0c): undefined reference to `_imp__xmlFree'
    .objs\elc\chat.o:chat.c:(.text+0x2cee): undefined reference to `_imp__xmlFree'
    .objs\elc\chat.o:chat.c:(.text+0x2d2e): undefined reference to `_imp__xmlFree'
    .objs\elc\chat.o:chat.c:(.text+0x2d5a): undefined reference to `_imp__xmlFree'
    .objs\elc\chat.o:chat.c:(.text+0x2d9d): more undefined references to `_imp__xmlFree' follow
    .objs\elc\lights.o:lights.c:(.text+0xa5): undefined reference to `gluProject@48'
    .objs\elc\misc.o:misc.c:(.text+0xb9): undefined reference to `gluUnProject@48'
    .objs\elc\misc.o:misc.c:(.text+0x125): undefined reference to `gluUnProject@48'
    .objs\elc\sound.o:sound.c:(.text+0x68c): undefined reference to `_imp__alutLoadWAVFile'
    .objs\elc\sound.o:sound.c:(.text+0x6de): undefined reference to `_imp__alutUnloadWAV'
    .objs\elc\sound.o:sound.c:(.text+0x1b21): undefined reference to `_imp__alutInit'
    .objs\elc\sound.o:sound.c:(.text+0x1f40): undefined reference to `_imp__alutExit'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xcd): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16b): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x23e): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x29b): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2fb): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x309): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x314): undefined reference to `ogg_stream_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x33d): undefined reference to `vorbis_info_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x350): undefined reference to `vorbis_comment_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x39e): undefined reference to `ogg_sync_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6a9): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6bd): undefined reference to `vorbis_synthesis_restart'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6f6): undefined reference to `ogg_stream_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6fe): undefined reference to `ogg_stream_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x71c): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x748): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x784): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x79b): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7a9): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7be): undefined reference to `ogg_stream_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7d2): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x80f): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x821): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x83a): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x849): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x851): undefined reference to `ogg_page_eos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x87f): undefined reference to `ogg_stream_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x88c): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x894): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x8dc): undefined reference to `ogg_stream_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x96b): undefined reference to `vorbis_packet_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xa7c): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xa96): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xab4): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xdc8): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xefe): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf0f): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf27): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf49): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf55): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf61): undefined reference to `ogg_stream_packetpeek'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf9d): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1047): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1057): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1114): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1123): undefined reference to `ogg_page_continued'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x118d): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x11ac): undefined reference to `vorbis_synthesis_restart'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x11e8): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x12e6): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x144b): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x155f): undefined reference to `vorbis_synthesis_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1580): undefined reference to `vorbis_block_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x15c8): undefined reference to `ogg_stream_packetpeek'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1600): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x161a): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x162b): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x164e): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1693): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16c8): undefined reference to `vorbis_synthesis_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16e9): undefined reference to `vorbis_block_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1725): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x17b7): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x17d9): undefined reference to `vorbis_synthesis_read'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x18d0): undefined reference to `vorbis_packet_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1909): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1944): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1959): undefined reference to `vorbis_synthesis_trackonly'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x196b): undefined reference to `vorbis_synthesis_blockin'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x19ec): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1a81): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1bdb): undefined reference to `vorbis_synthesis_read'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1fae): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1fd7): undefined reference to `vorbis_synthesis_read'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2124): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x213b): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2157): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2164): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21bb): undefined reference to `vorbis_synthesis_lapout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21db): undefined reference to `_analysis_output_always'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21fa): undefined reference to `_analysis_output_always'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x223d): undefined reference to `vorbis_synthesis_halfrate_p'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2250): undefined reference to `vorbis_synthesis_halfrate_p'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x229a): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2348): undefined reference to `ogg_sync_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x235e): undefined reference to `ogg_sync_buffer'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x237b): undefined reference to `ogg_sync_wrote'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x23bd): undefined reference to `ogg_stream_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x24d0): undefined reference to `vorbis_synthesis_halfrate'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x24fa): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2508): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25b8): undefined reference to `ogg_sync_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25ce): undefined reference to `ogg_sync_buffer'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25eb): undefined reference to `ogg_sync_wrote'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x262d): undefined reference to `ogg_stream_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f0f): undefined reference to `ogg_sync_pageseek'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f6e): undefined reference to `ogg_sync_buffer'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f98): undefined reference to `ogg_sync_wrote'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x314d): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x317f): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31bc): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31cb): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31fb): undefined reference to `vorbis_info_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3205): undefined reference to `vorbis_comment_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3214): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3228): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3244): undefined reference to `vorbis_synthesis_headerin'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x326b): undefined reference to `vorbis_info_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3277): undefined reference to `vorbis_comment_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x338c): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x33d2): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3421): undefined reference to `vorbis_synthesis_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3442): undefined reference to `vorbis_block_init'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3485): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x34f2): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x351b): undefined reference to `vorbis_dsp_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x352c): undefined reference to `vorbis_block_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3566): undefined reference to `vorbis_info_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3570): undefined reference to `vorbis_comment_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x35a8): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x35e1): undefined reference to `vorbis_synthesis'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3606): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x361d): undefined reference to `vorbis_synthesis_blockin'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x362a): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x36a5): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x37e7): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x397b): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3a19): undefined reference to `vorbis_synthesis_read'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3a64): undefined reference to `vorbis_synthesis_lapout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3bf0): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3c04): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3cc1): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3cd3): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3ce1): undefined reference to `vorbis_synthesis_lapout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3d19): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3d34): undefined reference to `vorbis_synthesis_halfrate_p'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3df3): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3e07): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3eca): undefined reference to `vorbis_info_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3edc): undefined reference to `vorbis_window'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3eea): undefined reference to `vorbis_synthesis_lapout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3f26): undefined reference to `vorbis_synthesis_pcmout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3f41): undefined reference to `vorbis_synthesis_halfrate_p'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4072): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x409c): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x40f0): undefined reference to `vorbis_info_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4103): undefined reference to `vorbis_comment_clear'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4124): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4158): undefined reference to `ogg_stream_reset_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4183): undefined reference to `ogg_page_serialno'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41a7): undefined reference to `ogg_stream_pagein'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41b9): undefined reference to `ogg_stream_packetout'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41d5): undefined reference to `vorbis_packet_blocksize'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4204): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x421c): undefined reference to `ogg_page_granulepos'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x428a): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4334): undefined reference to `ogg_sync_reset'
    D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2539): undefined reference to `vorbis_synthesis_halfrate_p'
    collect2: ld returned 1 exit status
    Process terminated with status 1 (0 minutes, 4 seconds)
    0 errors, 0 warnings

     

    And it stops.


  5. Using CodeBlocks I managed to get it down to a few errors.

     

    ..\..\..\..\elc\/gl_init.h:68: error: syntax error before "GLsizeiptrARB"
    ..\..\..\..\elc\/gl_init.h:80: error: syntax error before '*' token
    ..\..\..\..\elc\/gl_init.h:80: warning: type defaults to `int' in declaration of `GLhandleARB'
    ..\..\..\..\elc\/gl_init.h:80: error: `GLhandleARB' declared as function returning a function
    ..\..\..\..\elc\/gl_init.h:81: error: syntax error before "shader"
    ..\..\..\..\elc\/gl_init.h:82: error: syntax error before "shader"
    ..\..\..\..\elc\/gl_init.h:83: error: syntax error before '*' token
    ..\..\..\..\elc\/gl_init.h:83: warning: type defaults to `int' in declaration of `GLhandleARB'
    ..\..\..\..\elc\/gl_init.h:83: error: `GLhandleARB' declared as function returning a function
    ..\..\..\..\elc\/gl_init.h:84: error: syntax error before "program"
    ..\..\..\..\elc\/gl_init.h:85: error: syntax error before "program"
    ..\..\..\..\elc\/gl_init.h:86: error: syntax error before "program"
    ..\..\..\..\elc\/gl_init.h:87: error: syntax error before "shader"
    ..\..\..\..\elc\/gl_init.h:88: error: syntax error before "object"
    ..\..\..\..\elc\/gl_init.h:89: error: syntax error before "object"
    ..\..\..\..\elc\/gl_init.h:90: error: syntax error before "program"
    ..\..\..\..\elc\/gl_init.h:91: error: syntax error before "program"

     

    How do I get rid of those?

     

    EDIT: Roja, I think you were having the same problem I was having. I think all those errors came from using the files meant for msvc instead of ones for dev-cpp. I fixed it by deleting the ogg and vorbis folders from the include directory and downloading and installing the devpack from Devpaks.org.

    Hope that works for you.


  6. i tried to launch up eternal lands, and it will get to the point it says connecting to server. then it will stop loading and ill click and the screen turns all white. i downloaded the first link for the update.

     

    Do you get the MOTD (the green message that says test server)? If not then your firewall is probably blocking the new version of EL.


  7. This bug just recently started happening to me. For some reason I cannot get out of the storage in Portland.

     

    I click the door and it does nothing. I have not modified either the portland or the portland insides map file. I downloaded and replaced both these files with the ones from the official download page, but the problem still exists.

     

    I know that this is not happening to everyone because I can watch people leave and my guild members do not have the same problem, but I do not know why it is only happening to me and not them. I tried using the test client and that worked.

     

    I am using a CVS client from 2006-01-07, 04:16:17 and have a GeForce2 440 Mx graphics card.

×