Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Are you using the gdb script that will print the whole assert log ?

[DiscordArchive] Are you using the gdb script that will print the whole assert log ?

[DiscordArchive] Are you using the gdb script that will print the whole assert log ?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
08-18-2025, 04:13 PM
#1
Archived author: jackpoz • Posted: 2025-08-18T16:13:33.015000+00:00
Original source

Are you using the gdb script that will print the whole assert log ?
rektbyfaith
08-18-2025, 04:13 PM #1

Archived author: jackpoz • Posted: 2025-08-18T16:13:33.015000+00:00
Original source

Are you using the gdb script that will print the whole assert log ?

rektbyfaith
Administrator
0
08-18-2025, 04:16 PM
#2
Archived author: robinsch • Posted: 2025-08-18T16:16:15.345000+00:00
Original source

Yes but I think if the buildserver touches the .so on the remote than it fucks it up for reasons, same with perf.
rektbyfaith
08-18-2025, 04:16 PM #2

Archived author: robinsch • Posted: 2025-08-18T16:16:15.345000+00:00
Original source

Yes but I think if the buildserver touches the .so on the remote than it fucks it up for reasons, same with perf.

rektbyfaith
Administrator
0
08-18-2025, 04:16 PM
#3
Archived author: robinsch • Posted: 2025-08-18T16:16:32.536000+00:00
Original source

but it hasnt happend since
rektbyfaith
08-18-2025, 04:16 PM #3

Archived author: robinsch • Posted: 2025-08-18T16:16:32.536000+00:00
Original source

but it hasnt happend since

rektbyfaith
Administrator
0
08-18-2025, 04:16 PM
#4
Archived author: jackpoz • Posted: 2025-08-18T16:16:58.478000+00:00
Original source

https://github.com/TrinityCore/TrinityCo...cpp#L13815
[Embed: TrinityCore/src/server/game/Entities/Unit/Unit.cpp at 33a8d42bd7926...]
TrinityCore Open Source MMO Framework (master = 11.2.0.62493, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60895) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...t/Unit.cpp
rektbyfaith
08-18-2025, 04:16 PM #4

Archived author: jackpoz • Posted: 2025-08-18T16:16:58.478000+00:00
Original source

https://github.com/TrinityCore/TrinityCo...cpp#L13815
[Embed: TrinityCore/src/server/game/Entities/Unit/Unit.cpp at 33a8d42bd7926...]
TrinityCore Open Source MMO Framework (master = 11.2.0.62493, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.2.60895) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...t/Unit.cpp

rektbyfaith
Administrator
0
08-18-2025, 04:17 PM
#5
Archived author: jackpoz • Posted: 2025-08-18T16:17:23.373000+00:00
Original source

Because assert message contains info about what is being asserted
rektbyfaith
08-18-2025, 04:17 PM #5

Archived author: jackpoz • Posted: 2025-08-18T16:17:23.373000+00:00
Original source

Because assert message contains info about what is being asserted

rektbyfaith
Administrator
0
08-18-2025, 04:20 PM
#6
Archived author: jackpoz • Posted: 2025-08-18T16:20:46.932000+00:00
Original source

Until the unit being deleted is still referenced by another object, then you have a random crash somewhere else (that's the point of all these asserts)
rektbyfaith
08-18-2025, 04:20 PM #6

Archived author: jackpoz • Posted: 2025-08-18T16:20:46.932000+00:00
Original source

Until the unit being deleted is still referenced by another object, then you have a random crash somewhere else (that's the point of all these asserts)

rektbyfaith
Administrator
0
08-18-2025, 04:23 PM
#7
Archived author: jackpoz • Posted: 2025-08-18T16:23:43.733000+00:00
Original source

An old combo that was fixed was to tame a tamed pet or a just tamed pet ‍♂️
rektbyfaith
08-18-2025, 04:23 PM #7

Archived author: jackpoz • Posted: 2025-08-18T16:23:43.733000+00:00
Original source

An old combo that was fixed was to tame a tamed pet or a just tamed pet ‍♂️

rektbyfaith
Administrator
0
08-18-2025, 04:31 PM
#8
Archived author: jackpoz • Posted: 2025-08-18T16:31:19.499000+00:00
Original source

https://github.com/TrinityCore/TrinityCore/issues/26325 is the m_Controlled issue
[Embed: Assertion crash in Unit destructor · Issue #26325 · TrinityCore/T...]
Description: Assertion crash in Unit destructor. https://gist.github.com/silviu20092/8d98...a99790c96f Steps to reproduce the problem: Seems to be random and pretty rare, I don't...
https://github.com/TrinityCore/TrinityCore/issues/26325
rektbyfaith
08-18-2025, 04:31 PM #8

Archived author: jackpoz • Posted: 2025-08-18T16:31:19.499000+00:00
Original source

https://github.com/TrinityCore/TrinityCore/issues/26325 is the m_Controlled issue
[Embed: Assertion crash in Unit destructor · Issue #26325 · TrinityCore/T...]
Description: Assertion crash in Unit destructor. https://gist.github.com/silviu20092/8d98...a99790c96f Steps to reproduce the problem: Seems to be random and pretty rare, I don't...
https://github.com/TrinityCore/TrinityCore/issues/26325

rektbyfaith
Administrator
0
08-18-2025, 04:31 PM
#9
Archived author: jackpoz • Posted: 2025-08-18T16:31:57.051000+00:00
Original source

One case was if the minion was added to a owner not in world, not that I got to reproduce it
rektbyfaith
08-18-2025, 04:31 PM #9

Archived author: jackpoz • Posted: 2025-08-18T16:31:57.051000+00:00
Original source

One case was if the minion was added to a owner not in world, not that I got to reproduce it

rektbyfaith
Administrator
0
08-18-2025, 04:32 PM
#10
Archived author: robinsch • Posted: 2025-08-18T16:32:51.110000+00:00
Original source

it def is still an issue
rektbyfaith
08-18-2025, 04:32 PM #10

Archived author: robinsch • Posted: 2025-08-18T16:32:51.110000+00:00
Original source

it def is still an issue

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)