Jump to content

Bacca001

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Bacca001

  1. ragione* Inviato dal mio iPhone utilizzando Tapatalk
  2. Yes, create a column named reazione Inviato dal mio iPhone utilizzando Tapatalk
  3. Have you look into syserr(db) if there are many SQL error? Inviato dal mio iPhone utilizzando Tapatalk
  4. The directory in start.sh file of core and auth isn't correct, check it Inviato dal mio iPhone utilizzando Tapatalk
  5. I think is the packet, what revision do you use? Inviato dal mio iPhone utilizzando Tapatalk
  6. The coordinates are in source code Inviato dal mio iPhone utilizzando Tapatalk
  7. I have the same problem, i think is the version of library... Inviato dal mio iPhone utilizzando Tapatalk
  8. 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? 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.
  9. I have the same problem, crashing db, core dumped segmentation fault, who have fix that? :/
  10. Add the fileld coin in your database account table, or delete il the query of the module of registration the same fileld... Inviato dal mio iPhone utilizzando Tapatalk
  11. This is a module for active an account, not login.
  12. You can do this with source of gamefilebinary, i think is impossible without it.. What revision of game you use?
  13. I have try to bypass the packet, but there are a different packet, i dont know how fix...
  14. Ok thanks for the tip, there a way to figure out what the package that bother you?
  15. I think it's impossible, because there aren't byte for write.
  16. Never... I have test to set INT in the client, and Crash again... Inviato dal mio iPhone utilizzando Tapatalk
  17. 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.
  18. [Hidden Content] (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: you know why? i have also try with: gmake -j20 and not compile again...
  19. What version of FreeBSD do you use? Inviato dal mio iPhone utilizzando Tapatalk
  20. Can you tell me the name of ports i have to install, and maybe his directory? Inviato dal mio iPhone utilizzando Tapatalk
  21. Hi man's im here for ask why this: Anyone know why? Have a solution? (im compiling mainline) Regards.
×
×
  • 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.