Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix GL_INVALID_OPERATION spam #40

Closed
billyquith opened this issue Feb 15, 2021 · 9 comments
Closed

Fix GL_INVALID_OPERATION spam #40

billyquith opened this issue Feb 15, 2021 · 9 comments
Labels
bug Something isn't working

Comments

@billyquith
Copy link

OpenGL rendering spams out the following message:

02-08 17:12:53.052 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:53.052 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)

Comments:

  • it's a shader that is used in the default environment, but not in some of the others
  • quick test implies that it's the "TiltBrush/Standard (Specular setup)" shader
@billyquith
Copy link
Author

billyquith commented Feb 15, 2021

Logcat output for the Quest:

02-08 17:12:36.188 32424 32424 D Unity   : CommandLine:  
02-08 17:12:36.201 32424 32424 I Unity   : onResume
02-08 17:12:36.214 32424 32424 I Unity   : onPause
02-08 17:12:36.266 32424 32439 D Unity   : SetWindow 0 0xec4aa008
02-08 17:12:36.267 32424 32439 D Unity   : SetWindow 0 0xec4aa008
02-08 17:12:36.332 32424 32424 I Unity   : windowFocusChanged: true
02-08 17:12:36.362 32424 32439 D Unity   : Enabling Unity systrace
02-08 17:12:36.374 32424 32439 D Unity   : [VFS] Mount /data/app/com.Icosa.OpenBrush-1/base.apk
02-08 17:12:36.389 32424 32439 I Unity   : SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 3, Memory = 3805mb
02-08 17:12:36.389 32424 32439 I Unity   : SystemInfo ARM big.LITTLE configuration: 3 big (mask: 0xe0), 0 little (mask: 0x0)
02-08 17:12:36.389 32424 32439 I Unity   : XR UsableCoreMask: 0xe0
02-08 17:12:36.390 32424 32439 I Unity   : ApplicationInfo com.Icosa.OpenBrush version 0.1.0-(menuitem) build 02bc02be-9e17-4fb8-b7ce-756dbc4f76af
02-08 17:12:36.390 32424 32439 I Unity   : Built from '2019.4/release' branch, Version '2019.4.18f1 (3310a4d4f880)', Build type 'Development', Scripting Backend 'mono', CPU 'armeabi-v7a', Stripping 'Disabled'
02-08 17:12:36.394 32424 32439 D Unity   : Mono path[0] = '/data/app/com.Icosa.OpenBrush-1/base.apk/assets/bin/Data/Managed'
02-08 17:12:36.394 32424 32439 D Unity   : Mono config path = 'assets/bin/Data/Managed/etc'
02-08 17:12:36.394 32424 32439 D Unity   : PlayerConnection initialized from /data/app/com.Icosa.OpenBrush-1/base.apk/assets/bin/Data (debug = 0)
02-08 17:12:36.395 32424 32439 D Unity   : PlayerConnection initialized network socket : 0.0.0.0 55454
02-08 17:12:36.395 32424 32439 D Unity   : PlayerConnection initialized unix socket : Unity-com.Icosa.OpenBrush
02-08 17:12:36.396 32424 32439 D Unity   : Multi-casting "[IP] 192.168.0.20 [Port] 55454 [Flags] 2 [Guid] 2260418102 [EditorId] 2088775304 [Version] 1048832 [Id] AndroidPlayer(Oculus_Quest@192.168.0.20) [Debug] 1 [PackageName] AndroidPlayer [ProjectName] Open Brush" to [225.0.0.222:54997]...
02-08 17:12:36.396 32424 32439 D Unity   : Started listening to [0.0.0.0:55454]
02-08 17:12:36.396 32424 32439 D Unity   : Starting managed debugger on port 56102
02-08 17:12:36.396 32424 32439 D Unity   : Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=0.0.0.0:56102
--------- beginning of tracking
02-08 17:12:36.417 32424 32424 I Unity   : onResume
02-08 17:12:36.473 32424 32439 D Unity   : [EGL] Attaching window :0xec4aa008
02-08 17:12:36.473 32424 32439 D Unity   : InitializeScriptEngine OK (0xcb0d2f00)
02-08 17:12:36.473 32424 32439 D Unity   : PlayerConnection already initialized - listening to [0.0.0.0:55454]
02-08 17:12:36.507 32424 32439 D Unity   : Unable to lookup library path for 'libAudioPluginOculusSpatializer', native render plugin support disabled.
02-08 17:12:36.508 32424 32439 E Unity   : Unable to find libAudioPluginOculusSpatializer
02-08 17:12:36.510 32424 32439 D Unity   : PlayerInitEngineNoGraphics OK
02-08 17:12:36.510 32424 32439 D Unity   : AndroidGraphics::Startup window =  0xec4aa008
02-08 17:12:36.510 32424 32439 D Unity   : [EGL] Attaching window :0xec4aa008
02-08 17:12:36.669 32424 32439 D Unity   : [Subsystems] Discovering subsystems at path assets/bin/Data/UnitySubsystems
02-08 17:12:36.695 32424 32439 D Unity   : [EGL] Request: ES 3.2 RGB0 000 0/0
02-08 17:12:36.696 32424 32439 D Unity   : [EGL] Checking ES 3.2 support...
02-08 17:12:36.697 32424 32439 D Unity   : [EGL] ES 3.2 support detected
02-08 17:12:36.697 32424 32439 D Unity   : [EGL] Found: ID[1] ES 3.2 RGB16 565 0/0
02-08 17:12:36.697 32424 32439 D Unity   : GfxDevice: creating device client; threaded=1
02-08 17:12:36.698 32424 32439 D Unity   : [EGL] Request: ES 3.2 RGB0 000 0/0
02-08 17:12:36.698 32424 32439 D Unity   : [EGL] Found: ID[1] ES 3.2 RGB16 565 0/0
02-08 17:12:36.698 32424 32439 D Unity   : [EGL] Request: ES 3.0 RGBA32 8888 0/0
02-08 17:12:36.701 32424 32439 D Unity   : [EGL] Found: ID[9] ES 3.0 RGBA32 8888 0/0
02-08 17:12:36.710 32424 32439 D Unity   : ANativeWindow: (2880/1600) RequestedResolution: (0/0) RenderingResolution: (0/0) EGLSurface: (2880/1600)
02-08 17:12:36.715 32424 32439 D Unity   : Renderer: Adreno (TM) 540
02-08 17:12:36.715 32424 32439 D Unity   : Vendor:   Qualcomm
02-08 17:12:36.715 32424 32439 D Unity   : Version:  OpenGL ES 3.2 V@0513.0 (GIT@11754f6, I6ee69334e3, 1604717787) (Date:11/06/20)
02-08 17:12:36.715 32424 32439 D Unity   : GLES:     3
02-08 17:12:36.715 32424 32439 D Unity   :  GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_vertex_half_float GL_OES_framebuffer_object GL_OES_rgb8_rgba8 GL_OES_compressed_ETC1_RGB8_texture GL_AMD_compressed_ATC_texture GL_KHR_texture_compression_astc_ldr GL_KHR_texture_compression_astc_hdr GL_OES_texture_compression_astc GL_OES_texture_npot GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_OES_texture_3D GL_EXT_color_buffer_float GL_EXT_color_buffer_half_float GL_QCOM_alpha_test GL_OES_depth24 GL_OES_packed_depth_stencil GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_EXT_sRGB GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_sRGB_decode GL_EXT_texture_format_sRGB_override GL_OES_element_index_uint GL_EXT_copy_image GL_EXT_geometry_shader GL_EXT_tessellation_shader GL_OES_texture_stencil8 GL_EXT_shader_io_blocks GL_OES_shader_image_atomic GL_OES_sample_variables GL_EXT_texture_b
02-08 17:12:36.715 32424 32439 D Unity   : order_clamp GL_EXT_EGL_image_external_wrap_modes GL_EXT_multisampled_render_to_texture GL_EXT_multisampled_render_to_texture2 GL_OES_shader_multisample_interpolation GL_EXT_texture_cube_map_array GL_EXT_draw_buffers_indexed GL_EXT_gpu_shader5 GL_EXT_robustness GL_EXT_texture_buffer GL_EXT_shader_framebuffer_fetch GL_ARM_shader_framebuffer_fetch_depth_stencil GL_OES_texture_storage_multisample_2d_array GL_OES_sample_shading GL_OES_get_program_binary GL_EXT_debug_label GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_QCOM_tiled_rendering GL_ANDROID_extension_pack_es31a GL_EXT_primitive_bounding_box GL_OES_standard_derivatives GL_OES_vertex_array_object GL_EXT_disjoint_timer_query GL_KHR_debug GL_EXT_YUV_target GL_EXT_sRGB_write_control GL_EXT_texture_norm16 GL_EXT_discard_framebuffer GL_OES_surfaceless_context GL_OVR_multiview GL_OVR_multiview2 GL_EXT_texture_sRGB_R8 GL_KHR_no_error GL_EXT_debug_marker GL_OES_EGL_image_external_essl3 GL_OVR_multiview_multisampled_render_to_texture GL_E
02-08 17:12:36.715 32424 32439 D Unity   : XT_buffer_storage GL_EXT_external_buffer GL_EXT_blit_framebuffer_params GL_EXT_clip_cull_distance GL_EXT_protected_textures GL_EXT_shader_non_constant_global_initializers GL_QCOM_texture_foveated GL_QCOM_shader_framebuffer_fetch_noncoherent GL_QCOM_shader_framebuffer_fetch_rate GL_EXT_memory_object GL_EXT_memory_object_fd GL_EXT_EGL_image_array GL_NV_shader_noperspective_interpolation GL_KHR_robust_buffer_access_behavior GL_EXT_EGL_image_storage GL_EXT_blend_func_extended GL_EXT_clip_control GL_OES_texture_view GL_EXT_fragment_invocation_density GL_QCOM_YUV_texture_gather
02-08 17:12:36.728 32424 32439 D Unity   : OPENGL LOG: Creating OpenGL ES 3.2 graphics device ; Context level   ; Context handle -867242496
02-08 17:12:36.730 32424 32439 D Unity   : [EGL] Attaching window :0xec4aa008
02-08 17:12:36.731 32424 32439 D Unity   : Requested framebuffer: resolution[2880x1600], rgba[8/8/8/8], depth+stencil[on], samples[1]
02-08 17:12:36.731 32424 32439 D Unity   : Created framebuffer: resolution[2880x1600], rgba[8/8/8/8], depth+stencil[24/8], samples[0] 
02-08 17:12:36.731 32424 32439 D Unity   : [EGL] Attaching window :0xec4aa008
02-08 17:12:36.732 32424 32439 D Unity   : Initialize engine version: 2019.4.18f1 (3310a4d4f880)
02-08 17:12:36.811 32424 32439 D Unity   : Begin MonoManager ReloadAssembly
02-08 17:12:36.816 32424 32439 D Unity   : Script Patching: Patch files are not available, '/storage/emulated/0/Android/data/com.Icosa.OpenBrush/cache/ScriptOnly/2019.4.18f1/mono/patch.config' is missing.
02-08 17:12:37.212 32424 32439 D Unity   : - Completed reload, in  0.401 seconds
02-08 17:12:37.414 32424 32439 D Unity   : PlayerInitEngineGraphics OK
02-08 17:12:37.419 32424 32439 D Unity   : Found 2 native sensors
02-08 17:12:38.476 32424 32518 W Unity   : Oculus Patched Thread Core Affinity on threads: 32439 and 32518 
02-08 17:12:38.476 32424 32518 W Unity   : (Filename: ./Modules/VR/Oculus/VROculus.cpp Line: 1026)
02-08 17:12:38.476 32424 32518 W Unity   : 
02-08 17:12:38.477 32424 32439 I Unity   : Created eye textures with a "texture array" layout.  The "multiview" stereo mode will be used.
02-08 17:12:38.477 32424 32439 I Unity   : 
02-08 17:12:38.900 32424 32439 D Unity   : Choreographer available: Enabling VSYNC timing
02-08 17:12:43.459 32424 32439 D Unity   : UnloadTime: 2.420989 ms
02-08 17:12:43.588 32424 32439 I Unity   : GVR Unity SDK Version: 1.70.0
02-08 17:12:43.588 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:43.588 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:43.588 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:43.588 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:43.588 32424 32439 I Unity   : GvrUnitySdkVersion:LogGvrUnitySdkVersion() (at C:\Code\Public\tiltbrush\Assets\ThirdParty\GoogleVR\Scripts\GvrUnitySdkVersion.cs:40)
02-08 17:12:43.588 32424 32439 I Unity   :  
02-08 17:12:43.588 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:43.588 32424 32439 I Unity   : 
02-08 17:12:45.494 32424 32549 W Unity   : The referenced script on this Behaviour (Game Object 'RightControllerPf') is missing! 
02-08 17:12:45.494 32424 32549 W Unity   : (Filename: ./Runtime/Mono/ManagedMonoBehaviourRef.cpp Line: 334)
02-08 17:12:45.494 32424 32549 W Unity   : 
02-08 17:12:45.499 32424 32549 W Unity   : The referenced script on this Behaviour (Game Object 'LeftControllerPf') is missing! 
02-08 17:12:45.499 32424 32549 W Unity   : (Filename: ./Runtime/Mono/ManagedMonoBehaviourRef.cpp Line: 334)
02-08 17:12:45.499 32424 32549 W Unity   : 
02-08 17:12:46.020 32424 32549 D Unity   : Unloading 649 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:46.025 32424 32592 D Unity   : Setting up 1 worker threads for Enlighten.
02-08 17:12:46.027 32424 32593 D Unity   :   Thread -> id: ffffffffa367f920 -> priority: 1 
02-08 17:12:47.566 32424 32439 D Unity   : UnloadTime: 0.886198 ms
02-08 17:12:47.673 32424 32439 I Unity   : Open Brush 0.1.0
02-08 17:12:47.673 32424 32439 I Unity   : Build (menuitem) code 1 platcfg PlatformConfigMobile
02-08 17:12:47.673 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:47.673 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:47.673 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:47.673 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:47.673 32424 32439 I Unity   : TiltBrush.App:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\App.cs:490)
02-08 17:12:47.673 32424 32439 I Unity   :  
02-08 17:12:47.673 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:47.673 32424 32439 I Unity   : 
02-08 17:12:48.648 32424 32439 I Unity   : Unity v2019.4.18f1, Oculus Utilities v1.55.1, OVRPlugin v1.55.1, SDK v1.1.40.0.
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:48.648 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1248)
02-08 17:12:48.648 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.648 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.648 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.648 32424 32439 I Unity   :  
02-08 17:12:48.648 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:48.648 32424 32439 I Unity   : 
02-08 17:12:48.660 32424 32439 I Unity   : SystemHeadset Oculus_Quest, API VRAPI
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.660 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1253)
02-08 17:12:48.660 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.660 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.660 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.660 32424 32439 I Unity   :  
02-08 17:12:48.660 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:48.660 32424 32439 I Unity   : 
02-08 17:12:48.673 32424 32439 I Unity   : OVRPlugin.Media initialized
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:48.673 32424 32439 I Unity   : OVRManager:StaticInitializeMixedRealityCapture(OVRManager) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1993)
02-08 17:12:48.673 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1350)
02-08 17:12:48.673 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.673 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.673 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.673 32424 32439 I Unity   :  
02-08 17:12:48.673 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:48.673 32424 32439 I Unity   : 
02-08 17:12:48.676 32424 32439 I Unity   : [MRC] SetMrcAudioSampleRate(48000)
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.676 32424 32439 I Unity   : OVRManager:StaticInitializeMixedRealityCapture(OVRManager) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:2000)
02-08 17:12:48.676 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1350)
02-08 17:12:48.676 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.676 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.676 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.681 32424 32439 I Unity   : [MRC] Active InputVideoBufferType:TextureHandle
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.681 32424 32439 I Unity   : OVRManager:StaticInitializeMixedRealityCapture(OVRManager) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:2004)
02-08 17:12:48.681 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1350)
02-08 17:12:48.681 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.681 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.681 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\
02-08 17:12:48.683 32424 32439 I Unity   : [MRC] ActivateMode: Automatic
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.683 32424 32439 I Unity   : OVRManager:StaticInitializeMixedRealityCapture(OVRManager) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:2008)
02-08 17:12:48.683 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1350)
02-08 17:12:48.683 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.683 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.683 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.683 32424 32439 I Unity   :  
02-08 17:12:48.683 32424 32439 I Unity   : (F
02-08 17:12:48.708 32424 32439 I Unity   : Current display frequency 72, available frequencies [60, 72]
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.708 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1363)
02-08 17:12:48.708 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1406)
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.708 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.708 32424 32439 I Unity   : TiltBrush.VrSdk:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\VrSdk.cs:178)
02-08 17:12:48.708 32424 32439 I Unity   :  
02-08 17:12:48.708 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:48.708 32424 32439 I Unity   : 
02-08 17:12:48.735 32424 32439 I Unity   : TcpListener started. Local endpoint: 0.0.0.0:32419
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.735 32424 32439 I Unity   : OVRNetworkTcpServer:StartListening(Int32) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\Util\OVRNetwork.cs:95)
02-08 17:12:48.735 32424 32439 I Unity   : OVRSystemPerfMetricsTcpServer:OnEnable() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\Util\OVRSystemPerfMetrics.cs:186)
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.735 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.735 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1374)
02-08 17:12:48.735 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\tiltb
02-08 17:12:48.736 32424 32439 I Unity   : [OVRNetworkTcpServer] Start Listening on port 32419
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:48.736 32424 32439 I Unity   : OVRNetworkTcpServer:StartListening(Int32) (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\Util\OVRNetwork.cs:107)
02-08 17:12:48.736 32424 32439 I Unity   : OVRSystemPerfMetricsTcpServer:OnEnable() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\Util\OVRSystemPerfMetrics.cs:186)
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.GameObject:Internal_AddComponentWithType(Type)
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent(Type) (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:222)
02-08 17:12:48.736 32424 32439 I Unity   : UnityEngine.GameObject:AddComponent() (at /Users/bokken/buildslave/unity/build/Runtime/Export/Scripting/GameObject.bindings.cs:227)
02-08 17:12:48.736 32424 32439 I Unity   : OVRManager:InitOVRManager() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1374)
02-08 17:12:48.736 32424 32439 I Unity   : OVRManager:Awake() (at C:\Code\Public\til
02-08 17:12:49.042 32424 32439 I Unity   : Starting HttpServer
02-08 17:12:49.042 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.042 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.042 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.042 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.042 32424 32439 I Unity   : TiltBrush.HttpServer:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpServer.cs:36)
02-08 17:12:49.042 32424 32439 I Unity   :  
02-08 17:12:49.042 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.042 32424 32439 I Unity   : 
02-08 17:12:49.183 32424 32439 I Unity   : HttpReflection starting
02-08 17:12:49.183 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.183 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.183 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.183 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.183 32424 32439 I Unity   : TiltBrush.HttpReflection:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpReflection.cs:10)
02-08 17:12:49.183 32424 32439 I Unity   :  
02-08 17:12:49.183 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.183 32424 32439 I Unity   : 
02-08 17:12:49.184 32424 32439 I Unity   : HttpServer: Handler added: inspect
02-08 17:12:49.184 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.184 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.184 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.184 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.184 32424 32439 I Unity   : TiltBrush.HttpServer:AddHttpHandler(String, Func`2) (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpServer.cs:122)
02-08 17:12:49.184 32424 32439 I Unity   : TiltBrush.HttpReflection:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpReflection.cs:11)
02-08 17:12:49.184 32424 32439 I Unity   :  
02-08 17:12:49.184 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.184 32424 32439 I Unity   : 
02-08 17:12:49.199 32424 32439 W Unity   : Attempted to initialize to Google with missing Client Id or Client Secret.
02-08 17:12:49.199 32424 32439 W Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.199 32424 32439 W Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.199 32424 32439 W Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.199 32424 32439 W Unity   : UnityEngine.Debug:LogWarning(Object)
02-08 17:12:49.199 32424 32439 W Unity   : TiltBrush.d__42:MoveNext() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\OAuth2Identity.cs:136)
02-08 17:12:49.199 32424 32439 W Unity   : System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start(d__42&)
02-08 17:12:49.199 32424 32439 W Unity   : TiltBrush.OAuth2Identity:InitializeAsync()
02-08 17:12:49.199 32424 32439 W Unity   : TiltBrush.OAuth2Identity:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\OAuth2Identity.cs:129)
02-08 17:12:49.199 32424 32439 W Unity   :  
02-08 17:12:49.199 32424 32439 W Unity   : (Filename: C Line: 0)
02-08 17:12:49.199 32424 32439 W Unity   : 
02-08 17:12:49.582 32424 32439 E Unity   : Unsupported texture format - Texture2D::EncodeTo functions do not support compressed texture formats.
02-08 17:12:49.582 32424 32439 E Unity   : UnityEngine.ImageConversion:EncodeToPNG(Texture2D)
02-08 17:12:49.582 32424 32439 E Unity   : TiltBrush.SaveLoadScript:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Save\SaveLoadScript.cs:224)
02-08 17:12:49.582 32424 32439 E Unity   : 
02-08 17:12:49.582 32424 32439 E Unity   : [./Modules/ImageConversion/Texture2D_EncodeTo.cpp line 34] 
02-08 17:12:49.582 32424 32439 E Unity   : (Filename: C Line: 0)
02-08 17:12:49.582 32424 32439 E Unity   : 
02-08 17:12:49.599 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.599 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.599 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.599 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.599 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.599 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.599 32424 32439 I Unity   :  
02-08 17:12:49.599 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.599 32424 32439 I Unity   : 
02-08 17:12:49.601 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.601 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.601 32424 32439 I Unity   :  
02-08 17:12:49.601 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.601 32424 32439 I Unity   : 
02-08 17:12:49.601 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.601 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.601 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.601 32424 32439 I Unity   :  
02-08 17:12:49.601 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.601 32424 32439 I Unity   : 
02-08 17:12:49.602 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.602 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.602 32424 32439 I Unity   :  
02-08 17:12:49.602 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.602 32424 32439 I Unity   : 
02-08 17:12:49.602 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.602 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.602 32424 32439 I Unity   :  
02-08 17:12:49.602 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.602 32424 32439 I Unity   : 
02-08 17:12:49.602 32424 32439 I Unity   : Overlay Awake
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.602 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.602 32424 32439 I Unity   : OVROverlay:Awake() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVROverlay.cs:806)
02-08 17:12:49.602 32424 32439 I Unity   :  
02-08 17:12:49.602 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.602 32424 32439 I Unity   : 
02-08 17:12:49.603 32424 32439 W Unity   : Attempted to initialize to Sketchfab with missing Client Id or Client Secret.
02-08 17:12:49.603 32424 32439 W Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.603 32424 32439 W Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.603 32424 32439 W Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.603 32424 32439 W Unity   : UnityEngine.Debug:LogWarning(Object)
02-08 17:12:49.603 32424 32439 W Unity   : TiltBrush.d__42:MoveNext() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\OAuth2Identity.cs:136)
02-08 17:12:49.603 32424 32439 W Unity   : System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start(d__42&)
02-08 17:12:49.603 32424 32439 W Unity   : TiltBrush.OAuth2Identity:InitializeAsync()
02-08 17:12:49.603 32424 32439 W Unity   : TiltBrush.OAuth2Identity:Awake() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\OAuth2Identity.cs:129)
02-08 17:12:49.603 32424 32439 W Unity   :  
02-08 17:12:49.603 32424 32439 W Unity   : (Filename: C Line: 0)
02-08 17:12:49.603 32424 32439 W Unity   : 
02-08 17:12:49.608 32424 32439 D Unity   : Unable to lookup library path for 'audioplugingvrunity', native render plugin support disabled.
02-08 17:12:49.608 32424 32439 E Unity   : Unable to find audioplugingvrunity
02-08 17:12:49.625 32424 32439 I Unity   : HttpServer: Handler added: /login
02-08 17:12:49.625 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.625 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.625 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:49.625 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:49.625 32424 32439 I Unity   : TiltBrush.HttpServer:AddHttpHandler(String, Action`1) (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpServer.cs:101)
02-08 17:12:49.625 32424 32439 I Unity   : TiltBrush.HttpFileServer:OnEnable() (at C:\Code\Public\tiltbrush\Assets\Scripts\Sharing\HttpFileServer.cs:88)
02-08 17:12:49.625 32424 32439 I Unity   :  
02-08 17:12:49.625 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.625 32424 32439 I Unity   : 
02-08 17:12:49.645 32424 32439 D Unity   : Controller console: Open Brush 0.1.0
02-08 17:12:49.645 32424 32439 D Unity   : Build (menuitem) code 1 platcfg PlatformConfigMobile
02-08 17:12:49.650 32424 32439 I Unity   : Sdk mode: Oculus XRDevice.model: Oculus Quest
02-08 17:12:49.650 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:49.650 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:49.650 32424 32439 I Unity   : UnityEngine.Logger:LogFormat(LogType, String, Object[])
02-08 17:12:49.650 32424 32439 I Unity   : UnityEngine.Debug:LogFormat(String, Object[])
02-08 17:12:49.650 32424 32439 I Unity   : TiltBrush.App:Start() (at C:\Code\Public\tiltbrush\Assets\Scripts\App.cs:592)
02-08 17:12:49.650 32424 32439 I Unity   :  
02-08 17:12:49.650 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:49.650 32424 32439 I Unity   : 
02-08 17:12:49.667 32424 32439 D Unity   : RenderODS: False, numFrames: 0
02-08 17:12:49.686 32424 32439 D Unity   : State <- LoadingBrushesAndLighting
02-08 17:12:50.081 32424 32439 I Unity   : [OVRManager] HMDAcquired event
02-08 17:12:50.081 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:50.081 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:50.081 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:50.081 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:50.081 32424 32439 I Unity   : OVRManager:Update() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1602)
02-08 17:12:50.081 32424 32439 I Unity   :  
02-08 17:12:50.081 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:50.081 32424 32439 I Unity   : 
02-08 17:12:50.084 32424 32439 I Unity   : [OVRManager] VrFocusAcquired event
02-08 17:12:50.084 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:50.084 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:50.084 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:50.084 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:50.084 32424 32439 I Unity   : OVRManager:Update() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1670)
02-08 17:12:50.084 32424 32439 I Unity   :  
02-08 17:12:50.084 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:50.084 32424 32439 I Unity   : 
02-08 17:12:50.090 32424 32439 I Unity   : [OVRManager] TrackingAcquired event
02-08 17:12:50.090 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:50.090 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:50.090 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:50.090 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:50.090 32424 32439 I Unity   : OVRManager:Update() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1806)
02-08 17:12:50.090 32424 32439 I Unity   :  
02-08 17:12:50.090 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:50.090 32424 32439 I Unity   : 
02-08 17:12:50.093 32424 32439 I Unity   : Recenter event detected
02-08 17:12:50.093 32424 32439 I Unity   : UnityEngine.DebugLogHandler:Internal_Log(LogType, LogOption, String, Object)
02-08 17:12:50.093 32424 32439 I Unity   : UnityEngine.DebugLogHandler:LogFormat(LogType, Object, String, Object[])
02-08 17:12:50.093 32424 32439 I Unity   : UnityEngine.Logger:Log(LogType, Object)
02-08 17:12:50.093 32424 32439 I Unity   : UnityEngine.Debug:Log(Object)
02-08 17:12:50.093 32424 32439 I Unity   : OVRDisplay:Update() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRDisplay.cs:137)
02-08 17:12:50.093 32424 32439 I Unity   : OVRManager:Update() (at C:\Code\Public\tiltbrush\Assets\Oculus\VR\Scripts\OVRManager.cs:1818)
02-08 17:12:50.093 32424 32439 I Unity   :  
02-08 17:12:50.093 32424 32439 I Unity   : (Filename: C Line: 0)
02-08 17:12:50.093 32424 32439 I Unity   : 
02-08 17:12:50.649 32424 32439 D Unity   : System memory in use before: 188.6 MB.
02-08 17:12:50.754 32424 32439 D Unity   : System memory in use after: 189.0 MB.
02-08 17:12:50.754 32424 32439 D Unity   : 
02-08 17:12:50.754 32424 32439 D Unity   : Unloading 99 unused Assets to reduce memory usage. Loaded Objects now: 38401.
02-08 17:12:50.754 32424 32439 D Unity   : Total: 104.956980 ms (FindLiveObjects: 10.021875 ms CreateObjectMapping: 6.287031 ms MarkObjects: 87.798125 ms  DeleteObjects: 0.848855 ms)
02-08 17:12:50.754 32424 32439 D Unity   : 
02-08 17:12:50.755 32424 32549 D Unity   : Unloading 71 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:50.793 32424 32439 D Unity   : System memory in use before: 185.6 MB.
02-08 17:12:50.895 32424 32439 D Unity   : System memory in use after: 187.6 MB.
02-08 17:12:50.895 32424 32439 D Unity   : 
02-08 17:12:50.895 32424 32439 D Unity   : Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 38401.
02-08 17:12:50.895 32424 32439 D Unity   : Total: 101.141667 ms (FindLiveObjects: 8.846771 ms CreateObjectMapping: 5.310729 ms MarkObjects: 86.834792 ms  DeleteObjects: 0.148073 ms)
02-08 17:12:50.895 32424 32439 D Unity   : 
02-08 17:12:50.895 32424 32549 D Unity   : Unloading 0 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:50.903 32424 32439 D Unity   : System memory in use before: 186.8 MB.
02-08 17:12:51.004 32424 32439 D Unity   : System memory in use after: 187.6 MB.
02-08 17:12:51.004 32424 32439 D Unity   : 
02-08 17:12:51.004 32424 32439 D Unity   : Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 38401.
02-08 17:12:51.004 32424 32439 D Unity   : Total: 100.485104 ms (FindLiveObjects: 8.309635 ms CreateObjectMapping: 5.370885 ms MarkObjects: 86.719635 ms  DeleteObjects: 0.083125 ms)
02-08 17:12:51.004 32424 32439 D Unity   : 
02-08 17:12:51.004 32424 32549 D Unity   : Unloading 0 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:51.011 32424 32439 D Unity   : System memory in use before: 186.2 MB.
02-08 17:12:51.113 32424 32439 D Unity   : System memory in use after: 187.6 MB.
02-08 17:12:51.113 32424 32439 D Unity   : 
02-08 17:12:51.113 32424 32439 D Unity   : Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 38401.
02-08 17:12:51.113 32424 32439 D Unity   : Total: 101.709844 ms (FindLiveObjects: 8.569844 ms CreateObjectMapping: 5.764948 ms MarkObjects: 87.292448 ms  DeleteObjects: 0.081250 ms)
02-08 17:12:51.113 32424 32439 D Unity   : 
02-08 17:12:51.113 32424 32549 D Unity   : Unloading 0 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:51.122 32424 32439 D Unity   : System memory in use before: 186.5 MB.
02-08 17:12:51.225 32424 32439 D Unity   : System memory in use after: 187.6 MB.
02-08 17:12:51.226 32424 32439 D Unity   : 
02-08 17:12:51.226 32424 32439 D Unity   : Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 38402.
02-08 17:12:51.226 32424 32439 D Unity   : Total: 103.021042 ms (FindLiveObjects: 8.176666 ms CreateObjectMapping: 5.727604 ms MarkObjects: 89.020260 ms  DeleteObjects: 0.095156 ms)
02-08 17:12:51.226 32424 32439 D Unity   : 
02-08 17:12:51.247 32424 32549 D Unity   : Unloading 0 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:51.353 32424 32439 D Unity   : System memory in use before: 186.2 MB.
02-08 17:12:51.456 32424 32439 D Unity   : System memory in use after: 187.8 MB.
02-08 17:12:51.456 32424 32439 D Unity   : 
02-08 17:12:51.456 32424 32439 D Unity   : Unloading 0 unused Assets to reduce memory usage. Loaded Objects now: 38975.
02-08 17:12:51.456 32424 32439 D Unity   : Total: 103.351354 ms (FindLiveObjects: 8.284428 ms CreateObjectMapping: 5.413021 ms MarkObjects: 89.547500 ms  DeleteObjects: 0.104948 ms)
02-08 17:12:51.456 32424 32439 D Unity   : 
02-08 17:12:51.594 32424 32439 D Unity   : State <- FadeFromBlack
02-08 17:12:52.128 32424 32439 D Unity   : Setenv: Unload 1
02-08 17:12:52.128 32424 32439 D Unity   : Setenv: Unload 2
02-08 17:12:52.128 32424 32549 D Unity   : Unloading 18 Unused Serialized files (Serialized files now loaded: 0)
02-08 17:12:52.160 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.160 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.160 32424 32518 E Unity   : 
02-08 17:12:52.160 32424 32439 D Unity   : System memory in use before: 188.8 MB.
02-08 17:12:52.261 32424 32439 D Unity   : System memory in use after: 190.2 MB.
02-08 17:12:52.261 32424 32439 D Unity   : 
02-08 17:12:52.261 32424 32439 D Unity   : Unloading 61 unused Assets to reduce memory usage. Loaded Objects now: 39582.
02-08 17:12:52.262 32424 32439 D Unity   : Total: 101.184062 ms (FindLiveObjects: 8.332031 ms CreateObjectMapping: 5.527083 ms MarkObjects: 87.008490 ms  DeleteObjects: 0.315208 ms)
02-08 17:12:52.262 32424 32439 D Unity   : 
02-08 17:12:52.270 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.270 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.270 32424 32518 E Unity   : 
02-08 17:12:52.275 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.275 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.275 32424 32518 E Unity   : 
02-08 17:12:52.286 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.286 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.286 32424 32518 E Unity   : 
02-08 17:12:52.301 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.301 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.301 32424 32518 E Unity   : 
02-08 17:12:52.314 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.314 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.314 32424 32518 E Unity   : 
02-08 17:12:52.328 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.328 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.328 32424 32518 E Unity   : 
02-08 17:12:52.342 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.342 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.342 32424 32518 E Unity   : 
02-08 17:12:52.356 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.356 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.356 32424 32518 E Unity   : 
02-08 17:12:52.370 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.370 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.370 32424 32518 E Unity   : 
02-08 17:12:52.384 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.384 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.384 32424 32518 E Unity   : 
02-08 17:12:52.397 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.397 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.397 32424 32518 E Unity   : 
02-08 17:12:52.411 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.411 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.411 32424 32518 E Unity   : 
02-08 17:12:52.425 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.425 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.425 32424 32518 E Unity   : 
02-08 17:12:52.439 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.439 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.439 32424 32518 E Unity   : 
02-08 17:12:52.454 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.454 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.454 32424 32518 E Unity   : 
02-08 17:12:52.467 32424 32518 E Unity   : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state 
02-08 17:12:52.467 32424 32518 E Unity   : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 437)
02-08 17:12:52.467 32424 32518 E Unity   : 
...

@billyquith
Copy link
Author

Issue mentioned in Unity bugs: https://issuetracker.unity3d.com/issues/oculus-xr-sdk-error-spamming-to-logs-on-quest-xr-failed-to-beginframe-on-display

After running the graphics tests (and during) I'm seeing a lot of an error being spammed to the log.

 1-21 09:23:58.475 22244 22296 D Unity : [XR] Failed to BeginFrame on display.
 01-21 09:23:58.478 22244 22296 E Unity : OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state
 01-21 09:23:58.478 22244 22296 E Unity : (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 352)

The first error is spammed the entire time the tests are running while the last two lines seem to only come up once the test ends.

JJ said the BeginFrame error has been fixed in master xr sdk. But the OpenGL error might be new but it only repros after a test run it seems.

RESOLUTION NOTE: Shader should be updated to support multiview if reasonable, otherwise the feature should be removed from the project.

@billyquith
Copy link
Author

@mikeskydev mikeskydev added the bug Something isn't working label Apr 10, 2021
@andybak
Copy link
Contributor

andybak commented Jul 27, 2021

I'd be tempted to add it to a minimal quest project to see if the error appears outside of our build environment.

@billyquith
Copy link
Author

I'd be tempted to add it to a minimal quest project to see if the error appears outside of our build environment.

Add what though? I know you can build XR projects without getting this error.

@andybak
Copy link
Contributor

andybak commented Jul 28, 2021

What's a minimal way to replicate the error? Is the hypothesis that:

  1. This particular shader
  2. Built and deployed to the Quest

is sufficient?

If not then we've learned something. If it is then there's a small surface area to investigate

@wirelessdreamer
Copy link

@billyquith How did you figure out what shader was causing that issue? I'm dealing with the same issue, but don't have that shader in my project.

@billyquith
Copy link
Author

No, sorry. Not sure it is still spamming now.

@mikeskydev
Copy link
Member

I haven't seen this spam for a long while, and not at all in xr_v2. I think this is good to close out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants