JetBrains / UnrealLink

Apache License 2.0
132 stars 23 forks source link

Load failed: The project targets Unreal Engine version 4.24.3 error #138

Closed ddimkovikj closed 2 years ago

ddimkovikj commented 2 years ago

Latest versions seem to be incompatible with UE 4.24. I'm getting the following exception when trying to load an UE4 solution with RUE 2021.2: load failed: The project targets Unreal Engine version 4.24.3 The message after that was something like: Minimum supported project version is 4.25.3 for this platform.

Where can I find older versions of RUE that support UE 4.24?

@DecoyRS maybe you can shed some light on this.

hellg1 commented 2 years ago

Hey there, could you, please, provide some more details? Are you trying to work with your project on MacOS?

ddimkovikj commented 2 years ago

No, it's Windows 10.0.18363 Build 18363. Funny thing is the same project with the same version of RUE opens up on another AMD PC, but here on Intel it won't. I highly doubt the CPU is the issue, though.

hellg1 commented 2 years ago

Do you have an account in JetBrains YouTrack (youtrack.jetbrains.com)? I can fill an issue here and we can continue in the opened ticket, I think we need some additional information from you, at least logs, will it be comfortable to do so? What is the version of R4UE that you use? 2021.2 or 2021.2.1?

ddimkovikj commented 2 years ago

Can you point me to the logs which might tell what the issue could be?

hellg1 commented 2 years ago

They're located under %localappdata%\JetBrains\Rider2021.2\log, here we need something like backend.log and backend-err.log

ddimkovikj commented 2 years ago

I reinstalled 2021.2(not 2021.2.1) and it worked now. Not a clue what went wrong... I'll close this issue.

hellg1 commented 2 years ago

@ddimkovikj basically the answer is quite simple -- I wonder that you're opening project via uproject? :) https://www.jetbrains.com/help/rider/Unreal_Engine__Before_You_Start.html#toolchain-req Direct opening via uproject is supported only starting from 4.25.4, for versions that were earlier, only .sln-based model will work in Rider. We'll improve UX here, it's quite inconsistent in that place.

hellg1 commented 2 years ago

I reinstalled 2021.2(not 2021.2.1) and it worked now. Not a clue what went wrong... I'll close this issue.

Wait, but how... Are you opening project via .sln now?

hellg1 commented 2 years ago

Can't get it working via .uproject even after reinstallation :)

ddimkovikj commented 2 years ago

It is possible that I opened it via .uproject, but it is highly unlikely. My .sln file types are associated with my Visual Studio. I tried to open the project from within RUE.

hellg1 commented 2 years ago

Alright, feel free to reopen the issue if you have some problems with opening via .sln 👍 Thanks for the feedback!