Jump to content

unberkante

Member
  • Posts

    5
  • Joined

  • Last visited

  • Feedback

    0%

About unberkante

Informations

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

unberkante's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hello i fixed my last problem by using an other db's source code. Now i'm trying to make work the cr@1zy game/db the db work perfecly but the problem come from the game. When i start the game it starts and exit, gdb say "inferior 1(process 2216) exited normally" I don't think the game is supposed to exit by itself. I would like to know what I can do because there is no syserr,no gdb, etc, and i just have started the emulation of metin2. If someone could help me I would be grateful. Thanks in advence ! it's this function wich exit : if ((unsigned)get_global_time() >= GLOBAL_LIMIT_TIME) return 0;
  2. Hello, I noticed that the db doesn't start if I do: /db: $ ./db segmentation fault (core dumped) I compiled cryptopp and db without error with gcc49 too there is no syserr no syslog no autorun.log
  3. Hello, I have a functionnal environment wich only work when I don't use my own game/db. I tried to compile the game/db with several source but I always get the same error in sysser: Start of pid: 1238 SYSERR: Jun 11 02:10:32 :: safe_create: calloc failed [12] Cannot allocate memory SYSERR: Jun 11 02:10:32 :: buffer_new: calloc failed [12] Cannot allocate memory It's the first sysser message at startup(the only one). it comes from the game and I get a game.core wich keep growing until i reboot. I counted the number of call to the CREATE function wich call calloc and it makes 1216 call to calloc with a size of 1mo each time. but I don't know why it calls it. I'm compiling with gcc49 on freebsd11 here is an output from gdb : If someone could help me I would be gratefull, thanks in advence !
×
×
  • 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.