

VitaminsizFerdi
Member-
Content Count
10 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout VitaminsizFerdi

- Currently Viewing Topic: Paid service - Vegas Projects
-
Rank
Neutral
Informations
-
Gender
Male
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Typing Information Whisper
VitaminsizFerdi replied to Mali61's topic in Programming & Scripts / Systems
Edit; solved -
open game_core server crash
VitaminsizFerdi replied to VitaminsizFerdi's question in Questions & Answers
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); } -
open game_core server crash
VitaminsizFerdi replied to VitaminsizFerdi's question in Questions & Answers
what to do? -
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
-
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
-
[email protected]:/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)
-
(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)