Skip to main content

Troubleshooting the Unreal Marketplace Tutorial

Hopefully by following this tutorial you were able to get sample game marketplace in Unreal up and running and you understand the fundamentals required to build your own in-game marketplacew.

If you have encountered issues, these troubleshooting steps may help resolve common problems and provide additional useful resources.
Getting started building a marketplace in UnrealGetting started building a marketplace in Unreal

Troubleshooting

Below are some basic troubleshooting steps to help you resolve common issues you may encounter.


BLUI plugin fails to load due to WebBrowserWidget being enabled

If the WebBrowserWidget is not disabled in the /Plugins/unreal-immutable-sdk/Immutable.uplugin file, you will encounter the following error:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x0000000000000000

UE4Editor_Blu!UBluEye::Init() [C:\Immutable\sample-unreal-game\Plugins\BLUI\Source\Blu\Private\BluEye.cpp:92]

Ensure the WebBrowserWidget` is disabled. See the configure the Unreal SDK plugin section in the getting started step for more details.

Additional References

Below are some additional resources that may help you troubleshoot any issues you encounter.


API References

💡Need help?
If you need any further assistance or have any queries, join our community of builders on Discord

Related content