Closed ashutosh3308 closed 7 months ago
cwipc: cannot load cwipc_util DLL. UnityEngine.Debug:LogError (object) Cwipc.cwipc:_load_cwipc_util () (at ./Library/PackageCache/nl.cwi.dis.cwipc@ae71fad35f/Runtime/Plugins/cwipc_util_pinvoke.cs:1537) Cwipc.cwipc:capturer (string) (at ./Library/PackageCache/nl.cwi.dis.cwipc@ae71fad35f/Runtime/Plugins/cwipc_util_pinvoke.cs:899) Cwipc.AsyncAutoReader:.ctor (string,single,single,Cwipc.QueueThreadSafe,Cwipc.QueueThreadSafe) (at ./Library/PackageCache/nl.cwi.dis.cwipc@ae71fad35f/Runtime/Scripts/Async/AsyncAutoReader.cs:19) VRT.UserRepresentation.PointCloud.PointCloudCapturerFactory:Create (VRT.Core.VRTConfig/_User/_PCSelfConfig,Cwipc.QueueThreadSafe,Cwipc.QueueThreadSafe) (at Assets/UserRepresentation/PointClouds/Scripts/PointCloudCapturerFactory.cs:41) VRT.UserRepresentation.PointCloud.PointCloudPipelineSelf:_InitForSelfUser (VRT.Core.VRTConfig/_User/_PCSelfConfig,bool) (at Assets/UserRepresentation/PointClouds/Scripts/PointCloudPipelineSelf.cs:124) VRT.UserRepresentation.PointCloud.PointCloudPipelineSelf:Init (bool,object,VRT.Core.VRTConfig/_User,bool) (at Assets/UserRepresentation/PointClouds/Scripts/PointCloudPipelineSelf.cs:76) VRT.Pilots.Common.PlayerControllerBase:SetRepresentation (VRT.Core.UserRepresentationType,bool,bool) (at Assets/Pilots/Common/Players/PlayerControllerBase.cs:170) VRT.Pilots.Common.PlayerControllerBase:_SetupCommon (VRT.Orchestrator.Wrapping.User) (at Assets/Pilots/Common/Players/PlayerControllerBase.cs:97) VRT.Pilots.Common.PlayerControllerSelf:SetUpPlayerController (bool,VRT.Orchestrator.Wrapping.User) (at Assets/Pilots/Common/Players/PlayerControllerSelf.cs:29) VRT.Pilots.LoginManager.SelfRepresentationPreview:UpdateSelfPlayer (VRT.Orchestrator.Wrapping.User) (at Assets/Pilots/LoginManager/Scripts/SelfRepresentationPreview.cs:62) VRT.Pilots.LoginManager.SelfRepresentationPreview:InitializeSelfPlayer () (at Assets/Pilots/LoginManager/Scripts/SelfRepresentationPreview.cs:41) VRT.Pilots.LoginManager.OrchestratorLogin:StartSelfRepresentationPreview () (at Assets/Pilots/LoginManager/Scripts/OrchestratorLogin.cs:259) VRT.Pilots.LoginManager.OrchestratorLogin:UpdateStateOnLoginFullyComplete () (at Assets/Pilots/LoginManager/Scripts/OrchestratorLogin.cs:1328) VRT.Pilots.LoginManager.OrchestratorLogin:UpdateStateOnGetNTPTime (VRT.Orchestrator.Wrapping.NtpClock) (at Assets/Pilots/LoginManager/Scripts/OrchestratorLogin.cs:1369) VRT.Orchestrator.Wrapping.OrchestratorController:OnGetNTPTimeResponse (VRT.Orchestrator.Wrapping.ResponseStatus,VRT.Orchestrator.Wrapping.NtpClock) (at Assets/Orchestrator/API/OrchestratorWrapping/OrchestratorController.cs:377) VRT.Orchestrator.Wrapping.OrchestratorWrapper:OnGetNTPTimeResponse (VRT.Orchestrator.WSManagement.OrchestratorCommand,VRT.Orchestrator.WSManagement.OrchestratorResponse) (at Assets/Orchestrator/API/OrchestratorWrapping/OrchestratorWrapper.cs:275) VRT.Orchestrator.WSManagement.OrchestratorWSManager:OnAckCallback (VRT.Orchestrator.WSManagement.OrchestratorResponse) (at Assets/Orchestrator/API/OrchestratorWSManagement/OrchestratorWSManager.cs:267) Best.SocketIO.EmitBuilder/<>c__DisplayClass5_0
1
Yu-Sheng Ma (from Taiwan) installed VR2Gather
main branch with CWIPC (v.7.5.1)
. Point cloud is working on Windows 11
but not Windows 10
A tool ([ProcMon](https://learn.microsoft.com/en-us/sysinternals/downloads/procmon)
) was used to check where the TransMIXR_MVP
unity project is looking for the .dll
files. The bin
folder of cwipc
is copied at one of the searched locations so that the issue should be resolved.
@ashutosh3308 what is the status of this issue?
It's resolved!!
When the
Khora_App
is integrated intoVR2Gather
, we can refer to it as theTransMIXR_MVP
app. The point cloud works on Ashu's machine, which runs Windows 11. Ashu installed theTransMIXR_MVP
on Karthik's laptop (also Windows 11), and it also works on his laptop. However, thisTransMIXR_MVP
does not work onVRBig
andVRSmall
, which have Windows 10 installed. ThisKhora_App
is developed onWindows 10
Ashu tried to run the built version of the app on
VRSmall
, but the point cloud did not work. It should be noted that the point cloud representation works if only themain
branch ofVR2Gather
is run on theVRSmall
orVRBig
machines.