PDA

View Full Version : Compile Errors


blackdragonsdg
10-12-2011, 12:26 AM
I comiled emulator rev2025 tonight and encountered the following errors.

Error 3 error C2039: 'durationformula' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 4 error C2039: 'poisoncounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 5 error C2039: 'diseasecounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 6 error C2039: 'cursecounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 7 error C2039: 'corruptioncounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 8 error C2039: 'casterAARank' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3691 Zone
Error 9 error C2039: 'durationformula' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3733 Zone
Error 10 error C2039: 'poisoncounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3735 Zone
Error 11 error C2039: 'diseasecounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3736 Zone
Error 12 error C2039: 'cursecounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3737 Zone
Error 13 error C2039: 'corruptioncounters' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3738 Zone
Error 14 error C2039: 'casterAARank' : is not a member of 'Buffs_Struct' d:\Everquest\SVN\Source Code\zone\bot.cpp 3743 Zone
These errors only occur when using ReleaseBots. Normal Release compiles with no problems.

KLS
10-12-2011, 01:56 AM
I'll take a look at them, I didn't compile with bots enabled when i committed (cause I never use bots).

KLS
10-12-2011, 01:22 PM
Should be addressed now.

blackdragonsdg
10-12-2011, 01:55 PM
The fixes worked great, thanks.

Gonna necro my own post here. When I was updating the source code to get these fixes I noticed in rev2026 that titanium had naked characters at char select screen. Might just be me but SoD seems to have the same problem.

cavedude
10-12-2011, 03:21 PM
KLS fixed that in the revision prior to the bots compile fix. At least, my characters all show up fine on Titanium, SoD, and UF now.

blackdragonsdg
10-12-2011, 04:07 PM
Oh ok, guess I misunderstood the comments on the fix.