3DiVi / nuitrack-sdk

Nuitrack™ is a 3D tracking middleware developed by 3DiVi Inc.
https://nuitrack.com
484 stars 65 forks source link

Visual C++ Build FAILED #38

Closed Tripcatmusic closed 2 years ago

Tripcatmusic commented 2 years ago

When I try to build, apperas the next error.

Build started... 1>------ Build started: Project: NuiSample, Configuration: Development_Editor x64 ------ 1>Invalidating makefile for NuiSampleEditor (NuiSample.Build.cs modified) 1>UnrealBuildTool : error : Unable to determine UHT module type for C:\Program Files\Epic Games\UE_4.25\Engine\Plugins\NuitrackPlugin\Source\NuitrackModule\NuitrackModule.Build.cs 1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command ""C:\Program Files\Epic Games\UE_4.25\Engine\Build\BatchFiles\Build.bat" NuiSampleEditor Win64 Development -Project="C:\Users\THRIA ESTUDIOS\Documents\Unreal Projects\NuiSample\NuiSample.uproject" -WaitMutex -FromMsBuild" exited with code 6. 1>Done building project "NuiSample.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

ir4kli09 commented 2 years ago

Hi @Tripcatmusic,

Tripcatmusic commented 2 years ago

Hi Thanks for answering

UE 4.25.4 When i try to build the Visual studio project appears that error in the console

[image: image.png]

On Thu, Mar 10, 2022 at 8:23 AM ir4kli09 @.***> wrote:

Hi @Tripcatmusic https://github.com/Tripcatmusic,

— Reply to this email directly, view it on GitHub https://github.com/3DiVi/nuitrack-sdk/issues/38#issuecomment-1064057050, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYBWXLHLJSIN2NGKXMWX6K3U7HZU7ANCNFSM5QB3RJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

-- Sergio Martínez Perdomo THRIA ESTUDIOS 311 452 4207/8620967 Productor Musical/Multimedia Universidad de los Andes

ir4kli09 commented 2 years ago

Hi @Tripcatmusic,

Could you please resend your image.

Tripcatmusic commented 2 years ago

Sure, here it is.

On Wed, Mar 16, 2022, 11:12 AM ir4kli09 @.***> wrote:

Hi @Tripcatmusic https://github.com/Tripcatmusic,

Could you please resend your image.

— Reply to this email directly, view it on GitHub https://github.com/3DiVi/nuitrack-sdk/issues/38#issuecomment-1069301341, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYBWXLFNYWXQ6BQPIRN3Y6LVAIB6RANCNFSM5QB3RJCQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

logisticAKB commented 2 years ago

Hi @Tripcatmusic,

Try to use most recent version of Nuitrack. Does the problem persist? If it does, could you send us sample of your project, so we could investigate the issue?

logisticAKB commented 2 years ago

Hi @Tripcatmusic

Has your issue been solved? Do you have any other questions that I can help you with?

Tripcatmusic commented 2 years ago

Hi, I couldn't solve the problem, I don't know why is that happening

On Tue, Apr 5, 2022, 1:38 AM logistic @.***> wrote:

Hi @Tripcatmusic https://github.com/Tripcatmusic

Has your issue been solved? Do you have any other questions that I can help you with?

— Reply to this email directly, view it on GitHub https://github.com/3DiVi/nuitrack-sdk/issues/38#issuecomment-1088322267, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYBWXLACWF2W75IP2B7QN6DVDPNXFANCNFSM5QB3RJCQ . You are receiving this because you were mentioned.Message ID: @.***>

logisticAKB commented 2 years ago

Hi @Tripcatmusic Could you send us sample of your project, so we could investigate the issue?

reuksv commented 7 months ago

For someone, this question is still relevant, they have new information. We conducted additional research and found out that in some cases this happens because the compiler cannot determine the type of the "NuitrackModule" module. Try adding the module manually to "NuitrackPlugin.plugin"

"Modules": [
    {
        "Name": "NuitrackPlugin",
        "Type": "Runtime",
        "LoadingPhase": "Default"
    },
    {
        "Name": "NuitrackModule",
        "Type": "Runtime"
    }
]