-
Content Count
437 -
Joined
-
Last visited
-
Days Won
76
Shauren last won the day on August 16 2020
Shauren had the most liked content!
Community Reputation
170 ExcellentAbout Shauren
-
Rank
Better than everyone else
- Birthday 10/01/1991
Profile Information
-
Gender
Male
-
Location
EIP
-
Use TDB, not whatever empty db you have there
-
There is no opcode dumper in https://github.com/Shauren/wow-tools
-
Fixed
-
Unfortunately, it's not. It uses socket(AF_INET, SOCK_STREAM, 0); to create its world connection sockets, v4 only
-
db2 problem implement db2 file last rev core 8.3.7
Shauren replied to arcaniafr's topic in Help and Support
Shouldnt matter but if you fixed it, great -
db2 problem implement db2 file last rev core 8.3.7
Shauren replied to arcaniafr's topic in Help and Support
At this point I will say this: post full changes and the crash log to get any more help with this -
db2 problem implement db2 file last rev core 8.3.7
Shauren replied to arcaniafr's topic in Help and Support
Yep, that looks correct Oh, how did you create the prepared statement? Did you write it by hand? If yes, then you should use https://github.com/Shauren/WowClientDB2MySQLTableGenerator instead to generate fully correct queries -
db2 problem implement db2 file last rev core 8.3.7
Shauren replied to arcaniafr's topic in Help and Support
I said it doesnt use setBool, not prepared statement... -
db2 problem implement db2 file last rev core 8.3.7
Shauren replied to arcaniafr's topic in Help and Support
If you are using Visual Studio then recent versions have some sort of bug not properly clearing/recompiling changed files, try fully deleting your build dir and start fresh from cmake None of DB2 code uses PreparedStatementBase::setBool which is why i think you are running into that bug -
"you can not speak this language" after changing on class DB
Shauren replied to ChiefMcClane's topic in Help and Support
You cannot have custom race/class combinations with just db edits, potential skill list is taken from playercreateinfo_skill and then filtered with SkillRaceClassInfo.dbc and SkillLineAbility.dbc And editing dbc files isnt something we support -
master 8.3.7 How to find Client of the Master branch?
Shauren replied to Tyrael's topic in Help and Support
Standard retail client 8.3.7.35435 with arctium launcher -
bnetserver, just like authserver in the past, doesn't accept console input.
-
visual studio 2019 did not exist back when 7.3.5 was current, its not compatible
-
Trinitycore 7.3.5 worldserver crash upon second opening
Shauren replied to Selia's topic in Help and Support
No, it was broken back then too -
bnetserver "Entry point not found" SSL_CTX_set_ciphersuites
Shauren replied to darmokjalad's topic in Help and Support
You are supposed to use libmysql.dll from the installation of mysql that cmake found and used to compile I'm using mysql 8 and openssl 1.1.0 just fine