NYU-hololens / Hololens-visual

This project was launched as a collaboration between NYU-ITP and CITI-CTO as proof of concept project for using hololens for data analysis
MIT License
0 stars 0 forks source link

hololens branch #30

Closed quintoben closed 7 years ago

quintoben commented 7 years ago

Add the cursor: (1)cursor on object will turn green (2)cursor off object will set default color - white Add drag gesture

u932b commented 7 years ago

hey @quintoben I am having trouble testing this in the hololnes emulator. It's giving me these errors on a clean build:

'UnityServicesDemo.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\UnityServicesDemoVS.Debug_x86\UnityEngineProxy.dll'. Cannot find or open the PDB file. 'UnityServicesDemo.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\UnityServicesDemoVS.Debug_x86\System.Linq.dll'. Symbols loaded. 'UnityServicesDemo.exe' (CoreCLR: CoreCLR_UWP_Domain): Loaded 'C:\Data\Users\DefaultAccount\AppData\Local\DevelopmentFiles\UnityServicesDemoVS.Debug_x86\System.Reflection.Extensions.dll'. Module was built without symbols. The following GlobalManagers were stripped from the build (Either because they're not used or not supported on this platform): NetworkManager MasterServerInterface UnityAdsManager ClusterInputManager UnityAnalyticsManager CrashReportManager PerformanceReportingManager

If your machine has multiple graphics adapters, Unity may have created a WindowContext on the wrong adapter. If you experience a black screen when playing, please restart the Editor.

(Filename: C:/buildslave/unity/build/Runtime/VR/VRDevice.cpp Line: 184)

Screen position out of view frustum (screen pos 0.000000, 0.000000) (Camera rect 0 0 1268 720)

(Filename: C:\buildslave\unity\build\Runtime/Camera/Camera.cpp Line: 2625)

The program '[5052] UnityServicesDemo.exe' has exited with code -2147483645 (0x80000003).

u932b commented 7 years ago

Seems like there's something wrong with graphics card: 0x887A0005 is a graphic card issue. Suspecting it's a memory issue. Investigating d3d11: failed to create buffer (target 0x1 mode 2 size 4194304) [0x887A0005] d3d11: attempt to lock null buffer The program '[5780] UnityServicesDemo.exe' has exited with code -1073740791 (0xc0000409).

u932b commented 7 years ago

Everythings working good, ticket closed