Jump to content
  • 0

Map Crash


Kichi

Question


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

This is fatal error would make Map Crash /panic

(06/04/2013 21:40:03) [ Error ] : map_addblock: invalid map id (18448), only 862 are loaded.
(06/04/2013 21:40:03) [ Error ] : Server received crash signal! Attempting to save all online characters!

 



 

i tried to force set map id to 0, but still crash
the blue, is my custom.

m = bl->m;
    x = bl->x;
    y = bl->y;
    if( m < 0 || m >= map_num )
    {
        ShowError("map_addblock: invalid map id (%d), only %d are loaded.\n", m, map_num);
        m = 0; x = 1; y = 1;
        ShowError("map_addblock: force to 'alb_ship'.\n");
    }
    if( x < 0 || x >= map[m].xs || y < 0 || y >= map[m].ys )
    {

 




 

plis help

I have been frustrated /wah

Edited by OceanBlue
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  107
  • Topics Per Day:  0.02
  • Content Count:  770
  • Reputation:   69
  • Joined:  02/10/12
  • Last Seen:  

same problem i use last SVN

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

same problem i use last SVN

are you sure?

Do you know what has caused?

 

post here, i've reported here

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...