Closed alx closed 7 years ago
Investigation, seems related to Unreal Engine 4.17:
It seems to be related to missing binairies in the plugin, could you append this binary with SplineRenderer plugin ? I'm a noob with Unreal Engine, I don't understand if it's as easy as this.
Thanks,
Alex
Hi Alex,
Could you please clean your project (using Clean.bat) and test again with the newest commit (https://github.com/VIDILabs/ImsvGraphVis/commit/a1a7c131ee01b01c6d23174808df47c3bf565535)?
Thank you for your interest in this project. Oh-Hyun
Hi @kwonoh,
Thanks for your feedback.
I still have the same issue, here are some screenshot for you to view if I get the process right.
I'm not sure how to rebuild it from source, or if it's the solution, could you help ?
Thanks,
Alex
Hi @alx,
For now, generate a Visual Studio project by right-clicking the ImsvGraphVis.uproject
and launch the project from Visual Studio.
Thanks, Oh-Hyun
Thanks for your answer @kwonoh
I've tried to generated a Visual Studio project like you said, but it's only generating a few file, and they don't seem to represent a Visual Studio project.
Too bad the 'show log' option from Unreal Engine dialog is disappearing so fast, there might be more information inside it.
Sorry to bother you with all this, but I'd really like to launch your project. I'm myself working on a graph vis web solution, and VR imersion is poping-up sometime. Feel free to tell me if you've no time for this.
Hi @alx,
You should find ImsvGraphVis.sln
in the root directory, where the ImsvGraphVis.uproject
is at.
If there is no ImsvGraphVis.sln
, please upload the log files in the /Saved/Logs
directory.
I am happy to help you, so keep me posted :)
Thanks, Oh-Hyun
Thnkas for pin-pointing me the location of log files, I've found what was missing:
ERROR: Windows SDK v8.1 must be installed in order to build this target.
Found on https://developer.microsoft.com/en-us/windows/downloads/windows-8-1-sdk
I was able to open the project in Visual Studio, compile it, and open the editor window. Then, the game seems to launch, but I've now some issues with the Vive as I've re-install the computer recently.
I think this issue can be closed, I'll let you know about future tests :)
Thanks for your help!
Thank you for the same problem!
Hi VIDILabs,
I've tried to launch your project (which looks fantastic) on a new install of Unreal Engine, but I've got this issue with a missing plugin:
I've tried to copy the SplineRenderer folder located in the Plugins folder from the git repo to the Plugins folder in the Engine root path, but it doesn't seem to change anything.
I'm using Unreal Engine 4.17.2
Thanks and have a nice day,
Alex