Forum Discussion
cybereality
10 years agoGrand Champion
Unity 4 Integration Release (0.6.0.2) & Important Notice
As you may be aware, the new Oculus 0.7 Runtime package will release on August 20th. This release is a major improvement, and introduces Direct Driver Mode, which will improve stability, performance, and latency. However, these architectural changes mean it will no longer support applications built with Unity 4 using older integration packages. This is important for developers to understand, as any PC application built using Unity 4 will not function once end-users update to the 0.7 Runtime. If you are currently using Unity 4, you will have two options for ensuring your application continues to function with the 0.7 Runtime.
The preferred path would be to update to Unity 5 and use the built-in VR support. In this case, you would not use the integration package, but can use the Oculus Utilities for Unity to bring back certain functionality previously in the integration. Unity 5 is the better option as you will continue to receive the latest features for Oculus moving forward.
In the case that you’re not able to upgrade to Unity 5, it will be necessary to build your project against the new 0.6.0.2 Unity 4 Integration. This new package will work with the Oculus 0.7 Runtime. It’s vital that you update your project immediately to ensure that end-users are able to continue using your application once they install the 0.7 Runtime.
If you haven’t started your project yet, then the best path to take is to start working with Unity 5 and using the built-in VR support.
In either case, if you have an application on Oculus Share, you will be required to resubmit the updated files after rebuilding your project.
The new 0.6.0.2 integration package is available here: https://developer.oculus.com/downloads/
Please let me know if you have any questions or comments. Thanks.
The preferred path would be to update to Unity 5 and use the built-in VR support. In this case, you would not use the integration package, but can use the Oculus Utilities for Unity to bring back certain functionality previously in the integration. Unity 5 is the better option as you will continue to receive the latest features for Oculus moving forward.
In the case that you’re not able to upgrade to Unity 5, it will be necessary to build your project against the new 0.6.0.2 Unity 4 Integration. This new package will work with the Oculus 0.7 Runtime. It’s vital that you update your project immediately to ensure that end-users are able to continue using your application once they install the 0.7 Runtime.
If you haven’t started your project yet, then the best path to take is to start working with Unity 5 and using the built-in VR support.
In either case, if you have an application on Oculus Share, you will be required to resubmit the updated files after rebuilding your project.
The new 0.6.0.2 integration package is available here: https://developer.oculus.com/downloads/
Please let me know if you have any questions or comments. Thanks.
14 Replies
Replies have been turned off for this discussion
- jkolHonored GuestOur game would crash at startup when using 0.6.0.2 or 0.6.1.0 Unity 4 integration. We narrowed down the issue to be the graphics driver. I tried the recommended driver (350.12) and the latest driver (355.60) and was still getting the crash. In the end, 353.30 was the one that worked. Just thought I would record this here, in case other people run into this issue.
----------------------Crash Log--------------------------------
Initialize engine version: 4.6.7p3 (2ab8913ccb27)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: NVIDIA GeForce GTX 970 (ID=0x13c2)
Vendor: NVIDIA
VRAM: 3072 MB
Begin MonoManager ReloadAssembly
Platform assembly: C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\UnityEngine.dll (this message is harmless)
Loading C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\UnityEngine.dll into Unity Child Domain
Platform assembly: C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\Assembly-CSharp.dll (this message is harmless)
Loading C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
Platform assembly: C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\UnityEngine.UI.dll (this message is harmless)
Loading C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
- Completed reload, in 0.053 seconds
<RI> Initializing input.
<RI> Input initialized.
desktop: 1920x1080 60Hz; virtual: 3840x1080 at 0,0
Platform assembly: C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\System.Core.dll (this message is harmless)
Platform assembly: C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Managed\System.dll (this message is harmless)
WARNING: Shader Unsupported: 'Marmoset/Mobile/Specular IBL' - Pass 'FORWARD' shader state not supported
WARNING: Shader Unsupported: 'Marmoset/Mobile/Specular IBL Fast' - Pass 'FORWARD' shader state not supported
WARNING: Shader Unsupported: 'Marmoset/Mobile/Bumped Specular IBL' - Pass 'FORWARD' shader state not supported
Unity v4.6.7p3, Oculus Integration v0.1.1.0, OVRPlugin v0.1.1.0.
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:Log(Object)
OVRManager:Awake() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\OVR\Scripts\OVRManager.cs:437)
UnityEngine.Object:Internal_CloneSingle(Object)
UnityEngine.Object:Instantiate(Object) (at C:\buildslave\unity\build\artifacts\StandalonePlayerGenerated\UnityEngineObject.cs:91)
SchellGames.Spectre.Assets.Scripts.<YieldedInitialize>c__Iterator7:MoveNext() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\GameManager.cs:204)
UnityEngine.MonoBehaviour:StartCoroutine_Auto(IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) (at C:\buildslave\unity\build\artifacts\StandalonePlayerGenerated\UnityEngineMonoBehaviour.cs:62)
SchellGames.Spectre.Assets.Scripts.GameManager:Awake() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\GameManager.cs:189)
(Filename: C:/SVNWorking/Spectre/Game/SpectreClient/Assets/OVR/Scripts/OVRManager.cs Line: 437)
[OVR] [CAPI] LibOVR module is located at C:\Windows\system32\LibOVRRT32_0_6.dll
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:Log(Object)
OVRManager:OnLogMessage(Int32, IntPtr) (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\OVR\Scripts\OVRManager.cs:846)
OVRManager:OVR_FlushLog(LogCallback)
OVRManager:Awake() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\OVR\Scripts\OVRManager.cs:468)
UnityEngine.Object:Internal_CloneSingle(Object)
UnityEngine.Object:Instantiate(Object) (at C:\buildslave\unity\build\artifacts\StandalonePlayerGenerated\UnityEngineObject.cs:91)
SchellGames.Spectre.Assets.Scripts.<YieldedInitialize>c__Iterator7:MoveNext() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\GameManager.cs:204)
UnityEngine.MonoBehaviour:StartCoroutine_Auto(IEnumerator)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator) (at C:\buildslave\unity\build\artifacts\StandalonePlayerGenerated\UnityEngineMonoBehaviour.cs:62)
SchellGames.Spectre.Assets.Scripts.GameManager:Awake() (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\GameManager.cs:189)
(Filename: C:/SVNWorking/Spectre/Game/SpectreClient/Assets/OVR/Scripts/OVRManager.cs Line: 846)
UnloadTime: 81.304695 ms
System memory in use before: 84.7 MB.
Unloading 9 Unused Serialized files (Serialized files now loaded: 0 / Dirty serialized files: 0)
System memory in use after: 84.2 MB.
Unloading 2 unused Assets to reduce memory usage. Loaded Objects now: 1861.
Total: 6.636363 ms (FindLiveObjects: 0.433505 ms CreateObjectMapping: 0.060560 ms MarkObjects: 4.406906 ms DeleteObjects: 0.029082 ms)
AudioManager has successfully reclaimed all of its GameSoundSources!
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogWarning(Object)
SchellGames.Spectre.Assets.Scripts.Framework.Logging.Log:Warning(Object) (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\Framework\Logging\Log.cs:40)
SchellGames.Spectre.Assets.Scripts.Framework.Audio.AudioManager:OnLevelWasLoaded(Int32) (at C:\SVNWorking\Spectre\Game\SpectreClient\Assets\Scripts\Framework\Audio\AudioManager.cs:131)
(Filename: C:/SVNWorking/Spectre/Game/SpectreClient/Assets/Scripts/Framework/Logging/Log.cs Line: 40)
Crash!!!
SymInit: Symbol-SearchPath: '.', symOptions: 534,
OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD.exe:IEYTD.exe (00230000), size: 13791232 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.6.7.47249
C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (77420000), size: 1572864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\syswow64\kernel32.dll:kernel32.dll (755B0000), size: 1114112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (760B0000), size: 290816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\system32\HID.DLL:HID.DLL (735A0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\msvcrt.dll:msvcrt.dll (75760000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.7601.17744
C:\Windows\syswow64\WS2_32.dll:WS2_32.dll (76FB0000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\RPCRT4.dll:RPCRT4.dll (76260000), size: 983040 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\syswow64\SspiCli.dll:SspiCli.dll (74DA0000), size: 393216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\syswow64\CRYPTBASE.dll:CRYPTBASE.dll (74D90000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18933
C:\Windows\SysWOW64\sechost.dll:sechost.dll (75EF0000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\NSI.dll:NSI.dll (75F10000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\USER32.dll:USER32.dll (76160000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\GDI32.dll:GDI32.dll (75A90000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18898
C:\Windows\syswow64\LPK.dll:LPK.dll (75B20000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18946
C:\Windows\syswow64\USP10.dll:USP10.dll (75F60000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.626.7601.18454
C:\Windows\syswow64\ADVAPI32.dll:ADVAPI32.dll (74FA0000), size: 655360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18247
C:\Windows\system32\VERSION.dll:VERSION.dll (74CC0000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\ole32.dll:ole32.dll (75040000), size: 1425408 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18915
C:\Windows\syswow64\SHLWAPI.dll:SHLWAPI.dll (75DB0000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\PSAPI.DLL:PSAPI.DLL (75A50000), size: 20480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\SHELL32.dll:SHELL32.dll (76350000), size: 12890112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18918
C:\Windows\system32\OPENGL32.dll:OPENGL32.dll (72D20000), size: 819200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\GLU32.dll:GLU32.dll (734F0000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DDRAW.dll:DDRAW.dll (72C30000), size: 946176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DCIMAN32.dll:DCIMAN32.dll (734E0000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18946
C:\Windows\syswow64\SETUPAPI.dll:SETUPAPI.dll (74E00000), size: 1691648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\CFGMGR32.dll:CFGMGR32.dll (75A60000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17621
C:\Windows\syswow64\OLEAUT32.dll:OLEAUT32.dll (75240000), size: 585728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18640
C:\Windows\syswow64\DEVOBJ.dll:DEVOBJ.dll (756C0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17621
C:\Windows\system32\dwmapi.dll:dwmapi.dll (6B980000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\WINMM.dll:WINMM.dll (736B0000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\MSACM32.dll:MSACM32.dll (749A0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\IMM32.dll:IMM32.dll (756F0000), size: 393216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\MSCTF.dll:MSCTF.dll (75E10000), size: 835584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18731
C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (6C310000), size: 278528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17570
C:\Windows\system32\IPHLPAPI.DLL:IPHLPAPI.DLL (70830000), size: 114688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (70820000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\WINHTTP.dll:WINHTTP.dll (6BF60000), size: 360448 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\webio.dll:webio.dll (6BFD0000), size: 323584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17725
C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Mono\mono.dll:mono.dll (10000000), size: 2293760 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\MSWSOCK.dll:MSWSOCK.dll (70C60000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18254
C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (70C50000), size: 20480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (70160000), size: 53248 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17970
C:\Windows\system32\dhcpcsvc.DLL:dhcpcsvc.DLL (70140000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\NLAapi.dll:NLAapi.dll (6B970000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18685
C:\Windows\system32\napinsp.dll:napinsp.dll (6B960000), size: 65536 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\pnrpnsp.dll:pnrpnsp.dll (6B940000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\System32\winrnr.dll:winrnr.dll (6B930000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL:WLIDNSP.DLL (6C2E0000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.250.4311.0
C:\Program Files (x86)\Bonjour\mdnsNSP.dll:mdnsNSP.dll (6C2B0000), size: 135168 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 3.0.0.10
C:\Windows\system32\uxtheme.dll:uxtheme.dll (6B8A0000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Program Files (x86)\AgPerfMon\AgPerfMon.dll:AgPerfMon.dll (04760000), size: 114688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 8.4.24.0
C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Plugins\OculusInitPlugin.dll:OculusInitPlugin.dll (749C0000), size: 94208 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\DXGI.dll:DXGI.dll (72DF0000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.2.9200.16492
C:\Windows\system32\d3d11.dll:d3d11.dll (729C0000), size: 1527808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.2.9200.16570
C:\Windows\system32\DXGIDebug.dll:DXGIDebug.dll (6A6F0000), size: 118784 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.30.9600.17298
C:\Windows\syswow64\WINTRUST.dll:WINTRUST.dll (75F20000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\syswow64\CRYPT32.dll:CRYPT32.dll (75C80000), size: 1183744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\syswow64\MSASN1.dll:MSASN1.dll (76FF0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\nvwgf2um.dll:nvwgf2um.dll (5A050000), size: 14594048 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.13.5012
C:\Windows\system32\bcrypt.dll:bcrypt.dll (6F8E0000), size: 94208 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\nvspcap.dll:nvspcap.dll (05640000), size: 1327104 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2.4.5.44
C:\Windows\system32\d3d9.dll:d3d9.dll (74780000), size: 1847296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\d3d8thk.dll:d3d8thk.dll (74980000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\MMDevAPI.DLL:MMDevAPI.DLL (722E0000), size: 233472 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\PROPSYS.dll:PROPSYS.dll (72560000), size: 1003520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.7601.17514
C:\Windows\system32\wdmaud.drv:wdmaud.drv (74750000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\ksuser.dll:ksuser.dll (74990000), size: 16384 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\AVRT.dll:AVRT.dll (73520000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\SysWOW64\bcryptprimitives.dll:bcryptprimitives.dll (6F8A0000), size: 249856 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\AUDIOSES.DLL:AUDIOSES.DLL (723C0000), size: 221184 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\system32\msacm32.drv:msacm32.drv (74740000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\midimap.dll:midimap.dll (74730000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\dsound.dll:dsound.dll (746B0000), size: 466944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\POWRPROF.dll:POWRPROF.dll (722B0000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\CLBCatQ.DLL:CLBCatQ.DLL (751A0000), size: 536576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.8530.16385
C:\Windows\system32\xinput1_3.dll:xinput1_3.dll (084E0000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
C:\Windows\syswow64\profapi.dll:profapi.dll (75EE0000), size: 45056 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Plugins\OculusPlugin.dll:OculusPlugin.dll (74670000), size: 245760 (result: 0), SymType: '-deferred-', PDB: ''
C:\SVNWorking\Spectre\Builds\Debug\Game\IEYTD_Data\Plugins\OVRPlugin.DLL:OVRPlugin.DLL (74620000), size: 307200 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\LibOVRRT32_0_6.dll:LibOVRRT32_0_6.dll (73D50000), size: 663552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.0.1.64681
C:\Windows\System32\wship6.dll:wship6.dll (6C360000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DbgHelp.dll:DbgHelp.dll (72B40000), size: 962560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
========== OUTPUTING STACK TRACE ==================
(0x74623893) (OVRPlugin): (filename not available): ovrp_Update + 0x13a3
(0x74623D90) (OVRPlugin): (filename not available): ovrp_Update + 0x18a0
(0x74622269) (OVRPlugin): (filename not available): ovrp_SetEyeTexture + 0x19
(0x74671924) (OculusPlugin): (filename not available): (function-name not available) + 0x0
(0x003D6927) c:\buildslave\unity\build\runtime\misc\plugins.cpp (154 + 0x0): PluginsRenderMarker + 0x47
(0x0033EECC) c:\buildslave\unity\build\runtime\gfxdevice\gfxdevice.cpp (958 + 0x9): GfxDevice::InsertCustomMarker + 0xc
(0x006FB7AB) c:\buildslave\unity\build\runtime\gfxdevice\threaded\gfxdeviceworker.cpp (1987 + 0x0): GfxDeviceWorker::RunCommand + 0x37ab
(0x006FEA01) c:\buildslave\unity\build\runtime\gfxdevice\threaded\gfxdeviceworker.cpp (215 + 0x14): GfxDeviceWorker::RunGfxDeviceWorker + 0x51
(0x00465C9D) c:\buildslave\unity\build\runtime\threads\thread.cpp (40 + 0x9): Thread::RunThreadWrapper + 0x2d
(0x755C336A) (kernel32): (filename not available): BaseThreadInitThunk + 0x12
(0x77459882) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x63
(0x77459855) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x36 - cyberealityGrand Champion@jkol: Would you be able to send a build so we can repro this here?
You can send me a PM if you don't want to share publicly. Thanks. - cyberealityGrand ChampionIt works fine for me. I'm on Nvidia 355.60 but with the unreleased 0.7 runtime.
- ProtonHonored GuestI get the same thing building and trying to run the default 'Room' scene that comes with the latest SDK.
Initialize engine version: 4.6.1f1 (d1db7a1b5196)
GfxDevice: creating device client; threaded=1
Direct3D:
Version: Direct3D 11.0 [level 11.0]
Renderer: AMD Radeon HD 6900 Series (ID=0x6718)
Vendor: ATI
VRAM: 2032 MB
Begin MonoManager ReloadAssembly
Platform assembly: D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\UnityEngine.dll (this message is harmless)
Loading D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\UnityEngine.dll into Unity Child Domain
Platform assembly: D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\Assembly-CSharp.dll (this message is harmless)
Loading D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\Assembly-CSharp.dll into Unity Child Domain
Platform assembly: D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\UnityEngine.UI.dll (this message is harmless)
Loading D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\UnityEngine.UI.dll into Unity Child Domain
- Completed reload, in 0.072 seconds
desktop: 2560x1440 60Hz; virtual: 2560x1440 at 0,0
<RI> Initializing input.
<RI> Input initialized.
Platform assembly: D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\System.Core.dll (this message is harmless)
Platform assembly: D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Managed\System.dll (this message is harmless)
Unity v4.6.1f1, Oculus Integration v0.1.1.0, OVRPlugin v0.1.1.0.
(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)
[OVR] [CAPI] LibOVR module is located at C:\Windows\system32\LibOVRRT32_0_6.dll
(Filename: C:/BuildAgent/work/d63dfc6385190b60/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 49)
Crash!!!
SymInit: Symbol-SearchPath: '.', symOptions: 534, UserName: 'Doug'
OS-Version: 6.1.7601 (Service Pack 1) 0x300-0x1
D:\Projects\Examples\Oculus\0.6.1\Build\Room.exe:Room.exe (01290000), size: 12271616 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 4.6.1.51269
C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (77B70000), size: 1572864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\kernel32.dll:kernel32.dll (75AB0000), size: 1114112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (75C90000), size: 290816 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\system32\HID.DLL:HID.DLL (6EE80000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\msvcrt.dll:msvcrt.dll (75FB0000), size: 704512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.7601.17744
C:\Windows\syswow64\WS2_32.dll:WS2_32.dll (75C40000), size: 217088 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\RPCRT4.dll:RPCRT4.dll (76330000), size: 983040 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18532
C:\Windows\syswow64\SspiCli.dll:SspiCli.dll (754F0000), size: 393216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\CRYPTBASE.dll:CRYPTBASE.dll (754E0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\SysWOW64\sechost.dll:sechost.dll (75E40000), size: 102400 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\NSI.dll:NSI.dll (75C30000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\USER32.dll:USER32.dll (76060000), size: 1048576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\GDI32.dll:GDI32.dll (75D10000), size: 589824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18778
C:\Windows\syswow64\LPK.dll:LPK.dll (75610000), size: 40960 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18768
C:\Windows\syswow64\USP10.dll:USP10.dll (75DA0000), size: 643072 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 1.626.7601.18454
C:\Windows\syswow64\ADVAPI32.dll:ADVAPI32.dll (75A00000), size: 659456 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18839
C:\Windows\system32\VERSION.dll:VERSION.dll (75420000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\ole32.dll:ole32.dll (76160000), size: 1425408 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\SHLWAPI.dll:SHLWAPI.dll (76610000), size: 356352 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\SHELL32.dll:SHELL32.dll (76850000), size: 12890112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18762
C:\Windows\system32\OPENGL32.dll:OPENGL32.dll (6BF90000), size: 819200 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\GLU32.dll:GLU32.dll (730F0000), size: 139264 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DDRAW.dll:DDRAW.dll (6BEA0000), size: 946176 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DCIMAN32.dll:DCIMAN32.dll (730E0000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18768
C:\Windows\syswow64\SETUPAPI.dll:SETUPAPI.dll (76420000), size: 1691648 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\CFGMGR32.dll:CFGMGR32.dll (76300000), size: 159744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17621
C:\Windows\syswow64\OLEAUT32.dll:OLEAUT32.dll (767C0000), size: 585728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18679
C:\Windows\syswow64\DEVOBJ.dll:DEVOBJ.dll (756F0000), size: 73728 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17621
C:\Windows\system32\dwmapi.dll:dwmapi.dll (70260000), size: 77824 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\WINMM.dll:WINMM.dll (70300000), size: 204800 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\MSACM32.dll:MSACM32.dll (6A5A0000), size: 81920 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\IMM32.dll:IMM32.dll (75980000), size: 393216 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\MSCTF.dll:MSCTF.dll (75620000), size: 835584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18731
C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (6F810000), size: 278528 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17570
C:\Windows\system32\IPHLPAPI.DLL:IPHLPAPI.DLL (74640000), size: 114688 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (74630000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\WINHTTP.dll:WINHTTP.dll (6FF90000), size: 360448 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\webio.dll:webio.dll (6FF40000), size: 323584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17725
D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Mono\mono.dll:mono.dll (10000000), size: 2289664 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\syswow64\PSAPI.DLL:PSAPI.DLL (75C80000), size: 20480 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\MSWSOCK.dll:MSWSOCK.dll (70160000), size: 245760 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18254
C:\Windows\system32\uxtheme.dll:uxtheme.dll (70280000), size: 524288 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\d3d11.dll:d3d11.dll (6A8A0000), size: 1527808 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.2.9200.16570
C:\Windows\system32\dxgi.dll:dxgi.dll (73120000), size: 311296 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\WINTRUST.dll:WINTRUST.dll (762D0000), size: 192512 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\syswow64\CRYPT32.dll:CRYPT32.dll (75E70000), size: 1183744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\syswow64\MSASN1.dll:MSASN1.dll (759F0000), size: 49152 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\aticfx32.dll:aticfx32.dll (50920000), size: 1204224 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 8.17.10.1404
C:\Windows\system32\atiuxpag.dll:atiuxpag.dll (593E0000), size: 143360 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 8.14.1.6463
C:\Windows\system32\atidxx32.dll:atidxx32.dll (058B0000), size: 10051584 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 8.17.10.625
C:\Windows\system32\MMDevAPI.DLL:MMDevAPI.DLL (73910000), size: 233472 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\PROPSYS.dll:PROPSYS.dll (6F8A0000), size: 1003520 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 7.0.7601.17514
C:\Windows\system32\wdmaud.drv:wdmaud.drv (6A5C0000), size: 196608 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
C:\Windows\system32\ksuser.dll:ksuser.dll (739D0000), size: 16384 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\AVRT.dll:AVRT.dll (6C3D0000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\AUDIOSES.DLL:AUDIOSES.DLL (73950000), size: 221184 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.18741
C:\Windows\system32\msacm32.drv:msacm32.drv (6C3C0000), size: 32768 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\midimap.dll:midimap.dll (6AA20000), size: 28672 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\dsound.dll:dsound.dll (6EE00000), size: 466944 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\POWRPROF.dll:POWRPROF.dll (6EDD0000), size: 151552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\CLBCatQ.DLL:CLBCatQ.DLL (758F0000), size: 536576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 2001.12.8530.16385
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18807_none_41e554362bd82458\comctl32.dll:comctl32.dll (74B40000), size: 1695744 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.10.7601.18807
C:\Windows\system32\xinput1_3.dll:xinput1_3.dll (04E50000), size: 90112 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 9.18.944.0
D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Plugins\OculusPlugin.dll:OculusPlugin.dll (58EA0000), size: 245760 (result: 0), SymType: '-deferred-', PDB: ''
D:\Projects\Examples\Oculus\0.6.1\Build\Room_Data\Plugins\OVRPlugin.DLL:OVRPlugin.DLL (58C40000), size: 307200 (result: 0), SymType: '-deferred-', PDB: ''
C:\Windows\system32\LibOVRRT32_0_6.dll:LibOVRRT32_0_6.dll (58860000), size: 663552 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.0.1.64681
C:\Windows\System32\wship6.dll:wship6.dll (70140000), size: 24576 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\Xinput9_1_0.dll:Xinput9_1_0.dll (59240000), size: 36864 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7600.16385
C:\Windows\system32\DbgHelp.dll:DbgHelp.dll (70050000), size: 962560 (result: 0), SymType: '-deferred-', PDB: '', fileVersion: 6.1.7601.17514
========== OUTPUTING STACK TRACE ==================
(0x58C43893) (OVRPlugin): (filename not available): ovrp_Update + 0x13a3
(0x58C43D90) (OVRPlugin): (filename not available): ovrp_Update + 0x18a0
(0x58C42269) (OVRPlugin): (filename not available): ovrp_SetEyeTexture + 0x19
(0x58EA1924) (OculusPlugin): (filename not available): (function-name not available) + 0x0
(0x01411007) (Room): (filename not available): Object::Transfer<StreamedBinaryWrite<0> > + 0x85027
(0x0138D8AC) (Room): (filename not available): Object::Transfer<StreamedBinaryWrite<0> > + 0x18cc
(0x016D2C3B) (Room): (filename not available): Behaviour::Transfer<RemapPPtrTransfer> + 0x88f5b
(0x016D56F2) (Room): (filename not available): Behaviour::Transfer<RemapPPtrTransfer> + 0x8ba12
(0x0147B22D) (Room): (filename not available): Object::Transfer<StreamedBinaryWrite<0> > + 0xef24d
(0x75AC337A) (kernel32): (filename not available): BaseThreadInitThunk + 0x12
(0x77BA92E2) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x63
(0x77BA92B5) (ntdll): (filename not available): RtlInitializeExceptionChain + 0x36 - cyberealityGrand ChampionOculus is only supporting AMD 7000 series and better.
https://support.oculus.com/hc/en-us/art ... ment-Kit-2 - paulovichExplorerAll the builds trew a black screen. In both rift modes. Tested with latest unity 4.x and with lower version. Switched vavk yo 6.0.1 unity integration anf all is ok.
- vrdavebOculus StaffCan you share output_log.txt?
- vrdavebOculus StaffJust a reminder that our 0.7 release will break support for all Unity 4 and 5.0 apps built on integrations prior to 0.6.0.2. You need to update to Unity 5.1 + Oculus Utilities or Unity 4.6.7 + Oculus Integration 0.6.0.2 or higher to be compatible with our new runtime.
- vrdavebOculus StaffYou can find Unity 4.6.7p4 integration 0.6.1 here: https://developer.oculus.com/downloads/ ... tegration/
- karrtoonExpert ProtegeDo you guys have a link to Unity 5.1.2f1. I cannot find it anywhere on their patch page anymore https://unity3d.com/unity/qa/patch-rele ... 5.1&page=1
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 7 months ago
- 6 months ago
- 8 months ago