This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
worldserver.exe crashing on "Initialize query data..." #393
Unanswered
ayoub-khemissi
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Looks like your process is running out of memory? Does this occur in release mode too? I don't know much about visual studio debugging but it looks like it's allocated only 2GB |
Beta Was this translation helpful? Give feedback.
3 replies
-
Hello, I've found no real answer to that but the problem disappeared itself after rebooting my pc. I think it has something to do with memory or cpu usage but nothing sure. This can be closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
At random times, when starting worldserver.exe, it crashes at "Initialize query data...". I have to retry for 10+ times to sometimes make it work and start correctly.
Here's a screenshot of the debug session with visual studio community:
We can see in the top right corner the CPU usage is increasing insanely to 100% before the crash, also something seems to be related to memory according to the autosetted breakpoint so here's my setup:
OS: Win10 professionnal x 64
Motherboard: B450 GAMING PLUS MAX (MS-7B86)
Processor: AMD Ryzen 5 3600 6-Core Processor, 3600 MHz, 6 core(s), 12 logical(s) processor(s)
RAM: 16gb 3200MHz
I've noticed this problem occured when I switched to locale frFR DBCs but I'm not really sure about this correlation.
Also, nothing appears in the Crashes folder, nore in the Server.log file.
Also I can start a 3.3.5a server without facing this problem.
Do you have any tip to fix that?
Beta Was this translation helpful? Give feedback.
All reactions