• 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!

Compiling TibiaBR Compile

Done, I had a warn during compiling, Not sure if you made any changes regarding tiles but you can check the warning by yourself or ask on a Support thread.
Code:
1>E:\Downloads\Compile\src\housetile.h(50,1): warning C4266: 'void Tile::internalAddThing(Thing *)': no override available for virtual member function from base 'Tile'; function is hidden (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(256): message : see declaration of 'Tile::internalAddThing' (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(139): message : see declaration of 'Tile' (compiling source file ..\src\protocollogin.cpp)
 

Attachments

  • OTServBR Windows 64-bit.zip
    2.4 MB · Views: 5 · VirusTotal
Last edited:
Done, I had a warn during compiling, Not sure if you made any changes regarding tiles but you can check the warning by yourself or ask on a Support thread.
Code:
1>E:\Downloads\Compile\src\housetile.h(50,1): warning C4266: 'void Tile::internalAddThing(Thing *)': no override available for virtual member function from base 'Tile'; function is hidden (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(256): message : see declaration of 'Tile::internalAddThing' (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(139): message : see declaration of 'Tile' (compiling source file ..\src\protocollogin.cpp)


I never did a change,
Post automatically merged:

Done, I had a warn during compiling, Not sure if you made any changes regarding tiles but you can check the warning by yourself or ask on a Support thread.
Code:
1>E:\Downloads\Compile\src\housetile.h(50,1): warning C4266: 'void Tile::internalAddThing(Thing *)': no override available for virtual member function from base 'Tile'; function is hidden (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(256): message : see declaration of 'Tile::internalAddThing' (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(139): message : see declaration of 'Tile' (compiling source file ..\src\protocollogin.cpp)

Thx for the help bro
 
Done, I had a warn during compiling, Not sure if you made any changes regarding tiles but you can check the warning by yourself or ask on a Support thread.
Code:
1>E:\Downloads\Compile\src\housetile.h(50,1): warning C4266: 'void Tile::internalAddThing(Thing *)': no override available for virtual member function from base 'Tile'; function is hidden (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(256): message : see declaration of 'Tile::internalAddThing' (compiling source file ..\src\protocollogin.cpp)
1>E:\Downloads\Compile\src\tile.h(139): message : see declaration of 'Tile' (compiling source file ..\src\protocollogin.cpp)
the exe file doesnt work
 
Exe file removes itself? Or you mean the console (black window) just disappear? You added your MySQL info correct to config.lua? Run it using CMD and tell me where it crashes.
Post automatically merged:

Exe file removes itself? Or you mean the console (black window) just disappear? You added your MySQL info correct to config.lua? Run it using CMD and tell me where it crashes.
 
Exe file removes itself? Or you mean thei console (black window) just disappear? You added your MySQL info correct to config.lua? Run it using CMD and tell me where it crashes.
Post automatically merged:

Exe file removes itself? Or you mean the console (black window) just disappear? You added your MySQL info correct to config.lua? Run it using CMD and tell me where it crashes.


check pm
Post automatically merged:

console (black window) just disappear when i run it without any error. i will send you evertying to that you can take a look
Post automatically merged:

the file is to big but i download it from here
 
Have you installed MySQL and added the info correctly in config.lua?
Lua:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "YourMySQLUser"
mysqlPass = "YourMySQLPassword"
mysqlDatabase = "YourMySQLDatabaseName"
mysqlPort = 3306
mysqlSock = ""
 
Have you installed MySQL and added the info correctly in config.lua?
Lua:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "YourMySQLUser"
mysqlPass = "YourMySQLPassword"
mysqlDatabase = "YourMySQLDatabaseName"
mysqlPort = 3306
mysqlSock = ""
yes, i did and it still dont work. i tried on onther server and it worked without any problem.
 
Back
Top