Jump to content

VitaminsizFerdi

Member
  • Posts

    11
  • Joined

  • Last visited

  • Feedback

    0%

About VitaminsizFerdi

Informations

  • Gender
    Male

Recent Profile Visitors

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

VitaminsizFerdi's Achievements

Contributor

Contributor (5/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator
  • Conversation Starter

Recent Badges

0

Reputation

  1. void CPacketInfo::Log(const char * c_pszFileName) { FILE * fp; fp = fopen(c_pszFileName, "w"); if (!fp) return; std::map<int, TPacketElement *>::iterator it = m_pPacketMap.begin(); fprintf(fp, "Name Called Load Ratio\n"); while (it != m_pPacketMap.end()) { TPacketElement * p = it->second; ++it; fprintf(fp, "%-16s %-10d %-10u %.2f\n", p->stName.c_str(), p->iCalled, p->dwLoad, p->iCalled != 0 ? (float) p->dwLoad / p->iCalled : 0.0f); } fclose(fp); }
  2. Hey, Have anybody some ideas? i get kick if im in a group and teleport to another core.. + i found in syserr this; P2PJoin: member is not in same channel PID: 6838 channel 99, this channel 1
  3. Hey com, I try to insert Great Offline shop. I did this without problems. Now if i try to login & after i select my character in select character window i will be kicked & i got no errors Serverside/Clientside Can anybody help? edit++ edit, i fix the syserr from /var/db and it solves not my problem edit+ habe nun folgende syserr: Habe nach dem Fehler gesucht & gegooglet dennoch kein ergebnis
  4. root@cloud604753:/usr/home/game/Channel1/Kern1 # gdb GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd". (gdb) file game game: No such file or directory. (gdb)
  5. (gdb) file /usr/home/game/Channel1/Kern1/game.core "/usr/home/game/Channel1/Kern1/game.core": not in executable format: File format not recognized (gdb)
×
×
  • 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.