iTwin / unreal-engine-3dft-plugin

Unreal Engine plugin to render iTwin Platform's 3d digital twins using 3DFT
https://developer.bentley.com/apis/mesh-export/
Apache License 2.0
24 stars 3 forks source link

iTwinExample Exited With Code 6 #23

Open EHillerby opened 1 month ago

EHillerby commented 1 month ago

Hi,

I am trying to use the test project on a new machine however encounter the error of " The command ""C:\Program Files\Epic Games\UE_5.0\Engine\Build\BatchFiles\Build.bat" iTwinExampleEditor Win64 DebugGame -Project="C:\Users\ehillerby\source\repos\unreal-engine-3dft-plugin\iTwinExample.uproject" -WaitMutex -FromMsBuild" exited with code 6. " I have used the test project before on an older machine which was running windows 10 and UE 5.0.3, but since having the new machine I have been unable to get it working, has it been tested on Windows 11/is there a known solution to this error?

Kind regards, Euan

danieliborra commented 1 month ago

Hi,

at first sight, it looks like you may not have all dependencies installed.

I'd recommend to double check the steps defined in the "Pre-requisites" section: https://github.com/iTwin/unreal-engine-3dft-plugin#windows

You may have to manually compile the plugin: https://github.com/iTwin/unreal-engine-3dft-plugin?tab=readme-ov-file#compile-the-project-and-debug-it-manually And if problem persists, I'd recommend to run it in debugging mode.

Best, Daniel