You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I run the following code with v4 beta3 I get an invalid memory address or nil pointer dereference error.
If I use beta2 the code works fine.
This only occures on some demos I tested.
Describe the bug
If I run the following code with v4 beta3 I get an
invalid memory address or nil pointer dereference
error.If I use beta2 the code works fine.
This only occures on some demos I tested.
To Reproduce
Wrong (edit): https://www.hltv.org/matches/2356051/mouz-vs-big-iem-dallas-2022-europe-closed-qualifier
Correct (edit): https://www.hltv.org/matches/2355469/copenhagen-flames-vs-skade-pinnacle-cup-iii
The second played match (nuke) is the problem.
Code:
Expected behavior
There should be no pointer error and the events should be printed.
Library version
github.com/markus-wa/demoinfocs-golang/v4 v4.0.0-beta.3
Additional context
MacOS Sonoma 14.0
GoLang 1.21.3
The text was updated successfully, but these errors were encountered: