[DiscordArchive] ok, I got past this (I did not create a user at the command line). Now I get prompted for my realm,
[DiscordArchive] ok, I got past this (I did not create a user at the command line). Now I get prompted for my realm,
Archived author: haram • Posted: 2022-04-09T23:28:21.725000+00:00
Original source
ok, I got past this (I did not create a user at the command line). Now I get prompted for my realm, I select it...and then it goes right back to selecting the realm. I never get to create a character. thoughts?
Archived author: haram • Posted: 2022-04-09T23:28:42.811000+00:00
Original source
no error in the server console...but I get:
Archived author: haram • Posted: 2022-04-09T23:28:54.749000+00:00
Original source
4/9 17:27:06.681 ClientConnection Initiating: COP_CONNECT code=CSTATUS_CONNECTING
4/9 17:27:08.766 ClientConnection Completed: COP_CONNECT code=RESPONSE_FAILED_TO_CONNECT result=FALSE\
Archived author: VoidLock • Posted: 2022-04-09T23:47:45.930000+00:00
Original source
hmm having some strange issue where cmake cant seem to use my boost
```CMake Error at C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find Boost (missing: system filesystem program_options iostreams
regex) (found suitable version "1.78.0", minimum required is "1.74")
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
C:/Program Files/CMake/share/cmake-3.23/Modules/FindBoost.cmake:2375 (find_package_handle_standard_args)
deps/boost/CMakeLists.txt:35 (find_package)
```
Archived author: VoidLock • Posted: 2022-04-09T23:47:58.324000+00:00
Original source
but i have boost 78 in the system variables and set all up
Archived author: haram • Posted: 2022-04-09T23:59:50.069000+00:00
Original source
FYI, I figured my problem out. I needed to update the realmlist table
Archived author: haram • Posted: 2022-04-10T00:00:36.275000+00:00
Original source
<@199173415427375104> I was successful with using boost 1.74...though my error was about having 1.65, which was not a suitable version
Archived author: VoidLock • Posted: 2022-04-10T00:01:00.353000+00:00
Original source
Just figured out mine also LOL you MUST use boost 74 yeah so using anything above 74 will cause this issue :/