[DiscordArchive] I remember seeing something about complex gossip menus/trees that are coded server side in C++, what
[DiscordArchive] I remember seeing something about complex gossip menus/trees that are coded server side in C++, what
Archived author: whatwere • Posted: 2022-07-17T17:48:23.967000+00:00
Original source
I remember seeing something about complex gossip menus/trees that are coded server side in C++, what class handles that?
Archived author: eldwarvo0001 • Posted: 2022-07-17T17:48:38.363000+00:00
Original source
Compiled with DEbug, still same coredump without any usefull information
Archived author: Squizzy • Posted: 2022-07-17T18:01:03.598000+00:00
Original source
Hey, i get this error while compiling in Docker on my x86 QNAP NAS:
```In file included from /azerothcore/src/server/game/World/World.h:25:
/azerothcore/src/server/game/World/IWorld.h:405:5: fatal error: redefinition of enumerator 'CONFIG_WATER_BREATH_TIMER'
CONFIG_WATER_BREATH_TIMER,
^
/azerothcore/src/server/game/World/IWorld.h:197:5: note: previous definition is here
CONFIG_WATER_BREATH_TIMER,
^
1 error generated.```
Archived author: PupAce • Posted: 2022-07-17T18:01:31.046000+00:00
Original source
Thanks for the reply! Though i looked i missed > in the line. After fixing that and eddeting the cpp file along the lines of the other answer i got it to build the mall mod.
Archived author: PupAce • Posted: 2022-07-17T18:08:47.129000+00:00
Original source
Down to just this error on the there different build. Anyone know where its coming from? Severity Code Description Project File Line Suppression State
Warning MSB6002 The command-line for the "RC" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "RC" into multiple calls with fewer parameters per call. worldserver C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets 1955
Error MSB6003 The specified task executable "rc.exe" could not be run. System.ComponentModel.Win32Exception (0x80004005): The filename or extension is too long
Archived author: PupAce • Posted: 2022-07-17T18:11:30.092000+00:00
Original source
Building on windows with relwithdebinfo x64