• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 0.4 - błąd

Status
Not open for further replies.

gepard15

New Member
Joined
Feb 22, 2011
Messages
27
Reaction score
2
Witam.
Mam problem z TFS 0.4. Po Kompilacji wszystko łanie się ładuje lecz jak zaloguje na postać w konsoli wyskakuje błąd:
Code:
mysql_real_query(): SELECT `guild_name` FROM `castle` WHERE `owne              r` > 0 - MYSQL ERROR: Table 'nazwabay.castle' doesn't exist (1146)
Po Tym błędzie lecą następne błędy co 1sekunde:
Code:
mysql_real_query(): SELECT COUNT(*) as c FROM events WHERE winner      _name='GM' - MYSQL ERROR: Table 'nazwabazy.events' doesn't exist (1146)
Drugi błąd powtarza się co sekundę... strasznie zaśmieca Putty :D
Jeśli ktoś wie jak to naprawić proszę o pomoc :)
 
MYSQL ERROR: Table 'nazwabay.castle' doesn't exist (1146)
Zagadka rozwiązana.

Skrypt w creatureevent lub globalevent.
 
Tak :D Brakowało w bazie ;)
@libacja13
niedawno dawałeś mi source pod 8.1 :D mam teraz z tym problem.
Code:
In file included from /usr/include/c++/4.4/ext/hash_map:60,
                from account.h:20,
                from account.cpp:23:
/usr/include/c++/4.4/backward/backward_warning.h:28:2: error: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
make: *** [account.o] Error 1
Wiesz może co może być przyczyną?
Albo jeśli ktokolwiek wie?
 
Tak :D Brakowało w bazie ;)
@libacja13
niedawno dawałeś mi source pod 8.1 :D mam teraz z tym problem.
Code:
In file included from /usr/include/c++/4.4/ext/hash_map:60,
                from account.h:20,
                from account.cpp:23:
/usr/include/c++/4.4/backward/backward_warning.h:28:2: error: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
make: *** [account.o] Error 1
Wiesz może co może być przyczyną?
Albo jeśli ktokolwiek wie?

tak wiem ostatnio to robilem, a więc przechodzisz do tego katalogu:
/usr/include/c++/4.4/backward/backward_warning.h
i 28 linijka to będzie usuwasz to ostrzeżenie, w tej dwudziestej ósmej linijce
i zapisujesz.

potem

Code:
make clean && make

kompiluje się od nowa i to tyle,
oczywiscie jak chcesz mogę ci dać fixy do kompilacji, poprawilem tam dużo tego co wywalało.
 
Status
Not open for further replies.
Back
Top