Hey!
I’m getting an Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000 crash when my plugin tries to call a virtual dll function that’s loaded in the plugin.
This only happens when the project is packaged and the .exe is run. It runs fine when playing in the editor.
Does anyone have any ideas why I’m getting this error when packaged?
[2021.01.26-14.30.44:570][ 0]LogWindows: Error: Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000000
[2021.01.26-14.30.44:570][ 0]LogWindows: Error:
[2021.01.26-14.30.44:570][ 0]LogWindows: Error: [Callstack] 0x00007ffd87513130 UnrealRPRIntermediate64.dll!UnknownFunction [C:\Users\garratt.weblin\Documents\git\EPIC Symbols\UnrealRPRIntermediate\HlaRPRInterface.cpp:36]
[2021.01.26-14.30.44:570][ 0]LogWindows: Error: [Callstack] 0x00007ff6652712f0 RPRConnector-Win64-DebugGame.exe!UnknownFunction [C:\Users\garratt.weblin\Documents\git\EPIC Symbols\UnrealRPRConnectorPlugin\Plugins\HlaPlugin\Source\HlaPlugin\Private\HlaBFL.cpp:89]
[2021.01.26-14.30.44:570][ 0]LogWindows: Error: [Callstack] 0x00007ff6653643b7 RPRConnector-Win64-DebugGame.exe!UnknownFunction [C:\Users\garratt.weblin\Documents\git\EPIC Symbols\UnrealRPRConnectorPlugin\Plugins\HlaPlugin\Source\HlaPlugin\Private\SMenuWidget.cpp:37]