daz3d / DazToUnreal

Daz to Unreal Bridge
Apache License 2.0
152 stars 45 forks source link

Error on loading 5.4 #79

Open tomeagles opened 6 months ago

tomeagles commented 6 months ago

files including the new update a few hours ago get this error when UE 5.4 Loads

Plugin 'DazToUnreal' failed to load because module 'DazToUnreal' could not be loaded. There may be an operating system error or the module may not be properly set up.

AnriEU commented 6 months ago

hmm, I have a different error The following modules are missing or built with a different engine version:

DazToUnreal

Engine modules cannot be compiled at runtime. Please build through your IDE.

tomeagles commented 6 months ago

make sure you read through the doc's for the right version

AnriEU commented 6 months ago

make sure you read through the doc's for the right version

Thanks! Now error is the same as you have - "Plugin 'DazToUnreal' failed to load because module 'DazToUnreal' could not be loaded. There may be an operating system error or the module may not be properly set up."

daz-ddb commented 6 months ago

Hi, @tomeagles, please post the <UnrealProject>.log file located in your \<UnrealProject>\Saved\Logs\ folder.

@AnriEU to avoid confusion, could you post those files on the previous thread #78 that you created?

tomeagles commented 6 months ago

@danielbui78 Whats happening is the plugin currently isnt enabling the ML Deformer Framework plugin when installing the Daz Studio to Unreal Plugin like it did in 5.3.

Here is a workaround that works:

Enabling the ML Deformer Framework plugin then restarting UE 5.4 and then closing the project add the Daz to unreal plugin in the projects plugin folder once restarted the plugin autoactivates as normal for a plugin in the project without any issues.

If you want to install it in to the Main UE Plugins folder or the Main Plugins>marketplace folder you can do, but just need to enable the ML Deformer Framework first, restart UE then activate the Daz to Unreal Plugin.

AnriEU commented 6 months ago

Enabling the ML Deformer Framework plugin

Enabling the ML Deformer Framework plugin fixed the problem. Thanks!

https://www.youtube.com/watch?v=IcItCxeoaIo

tomeagles commented 6 months ago

Ya welcome