[DiscordArchive] Server became unstable after applying updates #2618, #2622, #2639, #2650
[DiscordArchive] Server became unstable after applying updates #2618, #2622, #2639, #2650
Archived author: Bogir • Posted: 2020-02-07T05:49:19.087000+00:00
Original source
Server became unstable after applying updates #2618, #2622, #2639, #2650
It crashes from time to time without a reason.
Server can work from 1-2 minutes to 2-3 hours
Can somebody noticed it too?
Archived author: Shin • Posted: 2020-02-07T06:19:02.169000+00:00
Original source
<@422489898105307158> please open an issue withh it on github
Archived author: Bogir • Posted: 2020-02-07T06:20:38.287000+00:00
Original source
<@!109652764488892416> I'll try to revert commit #2622 and test before opening an issue
Archived author: Shin • Posted: 2020-02-07T06:21:17.375000+00:00
Original source
That's great
Archived author: Deleted User • Posted: 2020-02-07T06:59:37.727000+00:00
Original source
<@422489898105307158> You also applied https://github.com/azerothcore/azerothco.../pull/2650 ? This PR fixes a crash which I did not see during testing, but <@456226577798135808> saw it: https://github.com/azerothcore/azerothco...ssues/2649
[Embed: fix(Core/TempSummon): Fix crash concerning PlayerScript hook by St...]
CHANGES PROPOSED:
Fix a crash introduced with #2639 concerning the PlayerScript hook for TempSummon. I forgot to check if "owner" is null, sorry for that.
ISSUES ADDRESSED:
Closes...
https://github.com/azerothcore/azerothco.../pull/2650
[Embed: Windows 10: Server crash · Issue #2649 · azerothcore/azerothcore...]
Server crash running on debug mode SMALL DESCRIPTION: When you run the worldserver on debug mode in windows 10 there's a crash involving some object and tempsummon. STEPS TO REPRODUCE THE P...
https://github.com/azerothcore/azerothco...ssues/2649
Archived author: Deleted User • Posted: 2020-02-07T08:47:48.753000+00:00
Original source
<@!124202190255554561> Thanks for the review on the PR, I'll address it with haste
Archived author: Bogir • Posted: 2020-02-07T09:19:01.616000+00:00
Original source
<@456226577798135808> Check for owner?
```
2020-02-07 12:05:02 Max allowed socket connections 1024
2020-02-07 12:05:02 AzerothCore rev. 166967fe8642+ 2020-02-05 17:40:17 +0100 (master branch) (Win64, Release) (worldserver-daemon) ready...
2020-02-07 12:05:11 ERROR: WaypointMovementGenerator::LoadPath: creature Strange Winged Goblin (Entry: 22239 GUID: 244500) doesn't have waypoint path id: 0
2020-02-07 12:05:33 Online 0 players with 0 sessions.
2020-02-07 12:06:34 Online 0 players with 0 sessions.
2020-02-07 12:07:02 Average update time diff: 12. Players online: 0.
2020-02-07 12:07:35 Online 0 players with 0 sessions.
2020-02-07 12:08:36 Online 0 players with 0 sessions.
2020-02-07 12:09:37 Online 0 players with 0 sessions.
2020-02-07 12:10:38 Online 0 players with 0 sessions.
2020-02-07 12:11:39 Online 0 players with 0 sessions.
```
Server hangs
0 players
Archived author: Deleted User • Posted: 2020-02-07T09:38:25.360000+00:00
Original source
Sorry, I have no idea what's going wrong here, but just checking the owner in TempSummon for existance cannot cause this.