source-sdk-2013
source-sdk-2013 copied to clipboard
[TF2] launcher crashes attempting to call a function from a null pointer in client.dll
Debug message: Exception thrown at 0x000000013A4D37C3 (client.dll) in mod_tf_win64.exe: 0xC0000005: Access violation reading location.
This seems to lead to line 483 of econ_item.hpp when inspecting the call stack.
I think the null pointer is happening in the call on line 968 of tf_item_inventory.cpp. It seems that pItem doesn't get loaded correctly, and the debugger view shows a whole bunch of zeros in the fields.
Not 100% what's going on here but seems big enough to point out what I could find by going through the call stack.