Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

About ump_shared.dll #27

Closed
sixtolink opened this issue Mar 9, 2022 · 9 comments
Closed

About ump_shared.dll #27

sixtolink opened this issue Mar 9, 2022 · 9 comments
Labels
ue5 wontfix This will not be worked on

Comments

@sixtolink
Copy link

When I try Load ump_shared.dll,the engine stops at 75%.May I refer to your VisualStudio config?
Engine Version:UE5 Pre.
Thansks!

@wongfei
Copy link
Owner

wongfei commented Mar 9, 2022

what VS version are you using? ump_shared precompiled with vs2019 and wouldn't work with vs2022

@sixtolink
Copy link
Author

VS2022.
I have always used ue427 and vs2022. This problem only occurs on ue5pre.

@wongfei
Copy link
Owner

wongfei commented Mar 9, 2022

well its preview so anything can happen..
i tested on win10.19041 / vs2019 / ue5ea2 and it seems to be ok
in case plugin deadlocking try using debugger to attach the process and pinpoint the callstack

@sixtolink
Copy link
Author

sixtolink commented Mar 9, 2022

Sorry, I'm not a professional. From the stack information, load into mfcore.dll, the engine will not continue to start. I can't see anything unusual. My environment is win11_22000.527/vs2022/ue5p2.

@wongfei
Copy link
Owner

wongfei commented Mar 9, 2022

lets hope somebody can reproduce and pinpoint that issue

@sixtolink
Copy link
Author

I think I found the problem. I tried to change 2019 + ue5p2, but it still didn't work. The wrong place is getdllhandle(). The program stopped loading some DLLs in C;/Windows/System32. I think the engine is not compatible with win11 at present. Maybe you can turn off the issues first.

@wongfei wongfei added wontfix This will not be worked on ue5 labels Mar 19, 2022
@chenshuhao
Copy link

Hello, I also have a problem. Have you found a solution? @sixtolink

@wongfei
Copy link
Owner

wongfei commented Apr 11, 2022

that's bug in UE5, FPlatformProcess::GetDllHandle("opencv_world3410.dll") deadlocks, already reported but it seems they don't care..

@wongfei
Copy link
Owner

wongfei commented Apr 14, 2022

d904e08

@wongfei wongfei closed this as completed Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ue5 wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants