[DiscordArchive] Mellian module?
[DiscordArchive] Mellian module?
Archived author: M'Dic • Posted: 2023-01-12T00:09:30.486000+00:00
Original source
Usually with code, it will still crash if nothing is done, it all comes down to how it is reproduced
Archived author: Rymercyble • Posted: 2023-01-12T00:09:32.854000+00:00
Original source
well since computer always does exactly what its being told to i must be completely missing something
Archived author: M'Dic • Posted: 2023-01-12T00:09:58.806000+00:00
Original source
Well code isnt self healing. Yet...
Archived author: Rymercyble • Posted: 2023-01-12T00:10:09.380000+00:00
Original source
except javascript errors
Archived author: Rymercyble • Posted: 2023-01-12T00:10:14.204000+00:00
Original source
Archived author: M'Dic • Posted: 2023-01-12T00:10:25.238000+00:00
Original source
Im not much of a watman
Archived author: Rymercyble • Posted: 2023-01-12T00:12:10.628000+00:00
Original source
```cpp
if (m_instance_difficulty_manager->isInstanceInProgress(map->GetInstanceId())) {
if (
!m_instance_difficulty_manager->getInstanceData(map->GetInstanceId()).players_in
.contains(player->GetGUID().GetRawValue())
) {
m_instance_difficulty_manager->getInstanceData(map->GetInstanceId()).players_in
.insert({player->GetGUID().GetRawValue(), player});
}
return;
} else {
player->SetPhaseMask(2, true);
}
```
in this code i had log calls in all places and also before first if it was showing first 2 then i tried like write to log value of instance id etc and now its not even showing first log before first if
Archived author: Rymercyble • Posted: 2023-01-12T00:12:40.959000+00:00
Original source
https://tenor.com/view/forsen-nymn-shaki...f-12075452
Archived author: M'Dic • Posted: 2023-01-12T00:15:06.549000+00:00
Original source
https://tenor.com/view/right-dr-evil-aus...if-5615650
Archived author: Anchy • Posted: 2023-01-12T00:16:16.041000+00:00
Original source
like they said before, set a break point then attach the debugger