Problem with new editor update.

With updating to the new 247.8 version of the editor, I have come across a problem that maybe someone could help with.

The editor loads okay but after selecting play if I try to access the inventory by clicking ‘i’ the editor crashes giving the following error codes…

Fatal error!

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x000000c8

VERSION: 247.83
UE4Editor-UMG.dll!UnknownFunction (0x00007ff906b2e0b5) + 0 bytes [UnknownFile:0]
UE4Editor-UMG.dll!UnknownFunction (0x00007ff906b2e190) + 0 bytes [UnknownFile:0]
UE4Editor-ShooterGame.dll!UUI_Inventory::AddToViewport() (0x00007ff904618160) + 0 bytes [c:\svn_ark\projects\shootergame\source\shootergame\private\ui_inventory.cpp:232]
UE4Editor-ShooterGame.dll!AShooterHUD::ShowInventory() (0x00007ff904511acf) + 0 bytes [c:\svn_ark\projects\shootergame\source\shootergame\private\shooterhud.cpp:1620]
UE4Editor-ShooterGame.dll!AShooterPlayerController::ShowMyInventory() (0x00007ff904557738) + 0 bytes [c:\svn_ark\projects\shootergame\source\shootergame\private\shooterplayercontroller.cpp:1575]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90e400ca2) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90da93e6e) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90daa9f50) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90da8fe8b) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90daa92a0) + 0 bytes [UnknownFile:0]
UE4Editor-ShooterGame.dll!AShooterPlayerController::TickActor() (0x00007ff90455ae7d) + 0 bytes [c:\svn_ark\projects\shootergame\source\shootergame\private\shooterplayercontroller.cpp:1880]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90d5d0366) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90dcc6786) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90dcd18bb) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x00007ff913d0bff0) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x00007ff913d0c17d) + 0 bytes [UnknownFile:0]
UE4Editor-Core.dll!UnknownFunction (0x00007ff913d387e5) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90dcf967f) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90dcffec5) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90d970516) + 0 bytes [UnknownFile:0]
UE4Editor-Engine.dll!UnknownFunction (0x00007ff90d97a44b) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ff90bdb1374) + 0 bytes [UnknownFile:0]
UE4Editor-UnrealEd.dll!UnknownFunction (0x00007ff90c2260a6) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff787bda4b4) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff787bcf66f) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff787bcf6da) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff787bdbb40) + 0 bytes [UnknownFile:0]
UE4Editor.exe!UnknownFunction (0x00007ff787bdca89) + 0 bytes [UnknownFile:0]
KERNEL32.DLL!UnknownFunction (0x00007ff945338102) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ff947dac5b4) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ff947dac5b4) + 0 bytes [UnknownFile:0]

As I know nothing about the inner workings of the editor, can anyone shed any light on this please.

Thanks in advance.

It looks like your game is crashing, not the Editor, I’m not sure why you think it’s the Editor the log shows that it can’t find functions on your game classes.

Try recompiling. Projects often need to be updated when you change Engine version.

As I said I am not familiar with the codes in the engine so automatically thought it may be the editor, but thanks for your reply, I will try updating the game.