Jump to content
Eternal Lands Official Forums
Sign in to follow this  
Trurl

Bug In Latest Cvs Version

Recommended Posts

When I use #msg all and I have no afk-messages ready, the client SEGFAULTS:

 

Program received signal SIGSEGV, Segmentation fault.

0x08093e1a in print_message (no=-1) at pm_log.c:80

80 while(++m<pm_log.afk_msgs[no].msgs)

 

I guess that's easy to fix.

 

There are 2 more things I noticed:

In the login screen it is not possible to use the TAB-key for changing the input lines anymore.

After I got the new version from cvs, el complained about a missing e3dlist.txt which I found in the cvs itself, but not in the client data. Don't know if this is the correct behaviour...

Share this post


Link to post
Share on other sites

Here's a one-liner that I'd like replaced:

 

cvs server: Diffing elc
Index: elc/console.c
===================================================================
RCS file: /cvsroot/elc/elc/console.c,v
retrieving revision 1.27
diff -r1.27 console.c
415c415,416
<                                       if(strlen(text_loc)) strncpy(afk_message, text_loc, 160);
---
>                                       
>                                       if((text_lenght=input_text_lenght-(text_loc-input_text_line))) strncpy(afk_message, text_loc, text_lenght);

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
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×