Jump to content

Bacca001

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Bacca001

  1. Hi all,

    today i have fixed all the unknown packet header of clientserver, now, my syserr(client) dont have unknown packet header and all its ok, now only two things remains:

     

    1) Why my quest not appear on the left of the window of the client, but in the page of status yes?

     

    in my syserr there is much of:

    0503 01:25:50809 :: Source file has no content
    0503 01:25:50810 :: Source file has no content
    0503 01:25:50811 :: Source file has no content
    0503 01:25:50869 :: Source file has no content
    0503 01:25:50871 :: Source file has no content
    0503 01:25:50871 :: Source file has no content

    What is the problem?

     

     

     

    2) Why my status page is like this screenshot?

     

    All busted exept the level and status point avaiable?

     

    8wJ08.jpg

     

     

    Finally, i use game dev and client mainline_sg, but I also tested the game novaline and the problem is the same..

     

    Is once again the packages?

     

    Regards.

     

  2. Sorry for double post, but, can the error could this be?

     

    Packet.h SERVER SIDE:

    typedef struct packet_points
    {
    	BYTE	header;
    	INT		points[POINT_MAX_NUM]; //INT
    } TPacketGCPoints;

    Packet.h CLIENT SIDE:

    typedef struct packet_points
    {
        BYTE        header;
        long        points[POINT_MAX_NUM]; //LONG
    } TPacketGCPoints;

    if you look the points variable in server il declared int and client long, the error is this?

    Regards.

  3.  

    Can you tell me the name of ports i have to install, and maybe his directory? :)

    gcc4.8, devil, libmng and googletest

    http://www.freebsd.org/doc/en/articles/custom-gcc/article.html (just use gcc48 instead of gcc44)

    /usr/ports/graphics/devil

    /usr/ports/graphics/libmng

    /usr/ports/devel/googletest

     

     

    I have install, and now no compile:

    7SIs0.png

     

    you know why?

     

    i have also try with: gmake -j20 and not compile again...

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.