Cant get ue4 to lauch from debugger. v4.10.2

Hello,

After upgrading to 4.10.2 from 4.10.0, when I launch ue4 from the debugger I get the message, Plugin ‘ExampleDeviceProfileSelector’ failed to load because module ‘ExampleDeviceProfileSelector’ does not appear to be compatible with the current version of the engine. The plugin may need to be recompiled.

I did the exact same thing I always do when upgrading, download the zip source and then run setup.bat and then generateprojectfiles.bat. Load the ue4 solution into visual studio 2015 community and build the ue4 project.

I launch ue4 from the debugger and I get that error message!! :frowning:

PLEASE HELP.

Thanks.

Hey -

Are you running the UE4.sln in debug mode or are you upgrading a project from 4.10.0 to 4.10.2? Are you able to build the ExampleDeviceProfileSelector.uplugin manually? Additionally, can you provide your DXDiag for more information?

Cheers

Hi ,

I built the source using development_editor, and yes, i’m upgrading our project from 4.10.0 to 4.10.2.

What’s the best way to rebuild the plugin?

Also, what’s the best way to include my full log?

Here’s a couple lines from the log:

‘UE4Editor.exe’ (Win32): Loaded ‘C:\Windows\System32\srvcli.dll’. Cannot find or open the PDB file.
‘UE4Editor.exe’ (Win32): Loaded ‘C:\Windows\System32\VSPerf140.dll’. Cannot find or open the PDB file.
Exception thrown at 0x00007FFDA02F1F08 in UE4Editor.exe: Microsoft C++ exception: xSharedMemoryException at memory location 0x00000007D6CCE100.
‘UE4Editor.exe’ (Win32): Loaded ‘C:\Windows\System32\fwbase.dll’. Cannot find or open the PDB file.
‘UE4Editor.exe’ (Win32): Loaded ‘C:\UnrealEngine\UnrealEngine-4.10.2-release\Engine\Binaries\Win64\UE4Editor-StreamingFile.dll’. Symbols loaded.

[2016.01.12-23.57.50:853][ 0]LogModuleManager:Warning: Found module file C:/UnrealEngine/UnrealEngine-4.10.2-release/Engine/Plugins/Runtime/ExampleDeviceProfileSelector/Binaries/Win64/UE4Editor-ExampleDeviceProfileSelector.dll (API version -1), but it was incompatible with the current engine API version (0). This is likely a stale module that must be recompiled.

After re-reading this post, using the term upgrading is not correct. I am just trying to get the 4.10.2 zip file version of the engine source to run without that plugin error.

When you downloaded the zip file, did you use the 4.10 branch or the Release branch from GitHub? If you used the Release branch there is a chance you downloaded the 4.11 preview rather than 4.10.2. Can you use the 4.10 branch explicitly and download the zip again and let me know if you’re still getting this error?

I used the 4.10.2 branch from here and downloaded the 4.10.2 Source code zip file, .

I also replaced the 4.10.2/Engine/Plugins folder with the 4.10.0/Engine/Plugins folder and that allowed the 4.10.2 editor to launch. But this doesn’t sound like a good|stable idea.

I cleaned and rebuilt the 4.10.2 project and now it’s working.

Thank you for trying to help with this.