Ever since updating to 4.13 I am unable to start unreal engine. I have been getting the following error when I try to start the engine:
Plugin ‘OnlineSubsystem’ failed to load because module ‘OnlineSubsystem’ does not appear to be compatible with the current version of the engine. The plugin may need to be recompiled.
I must note that I acquired Unreal Engine 4.13.1 directly from the launcher.
The main engine plugins that this deals with are the following:
- OnlineSubsystem
- OnlineSubsystemUtils
- OnlineSubsystemNull
I figured out that these were the problem plugins through deleting each one sequentially and the next one showing up in the error message. I was able to start the engine once these were deleted. I was able to create a blueprint project and toy around a bit. Once I tried creating a code project it shows up with an error wanting these files. So is there a way to recompile or get these files to work in my engine.
I have tried the following to try to get it working:
- Verified the files with these deleted
- Modifying the .uplugin files to the current engine version
- Delete Binaries and Intermediate files and trying to run it
- Complete reinstall of the engine.
Any help would be great.
Here are the steps to replicate this on my end:
I click the Launch button for the engine
The error pops up
Then it goes back to the launcher