pascalvanbeek Posted May 14, 2019 Share Posted May 14, 2019 Has anyone been able to get a build running on a Vive Focus using Unity 2019 and WaveVR 2.1.0? I'm using - Unity 2019.1.2f1 - WaveVR 2.1.0 - Vive Focus (System version: 1.69.1405.3) Our regular project stopped working when we moved to Unity 2019. Confirmed this problem with an empty scene: (just the WaveVR prefab, a background and a directional light) I built it, installed using adb and ran it. Problem: it doesn't even show the unity loading screen and just throws me back into the system menu. ADB logcat shows the following: I ActivityManager: Start proc 19744:com.PillowsWillow.eb.Unity2019_test/u0a132 for activity com.PillowsWillow.eb.Unity2019_test/com.htc.vr.unity.WVRUnityVRActivity E ActivityManager: App crashed! Process: com.PillowsWillow.eb.Unity2019_test W ActivityManager: Force finishing activity com.PillowsWillow.eb.Unity2019_test/com.htc.vr.unity.WVRUnityVRActivity I ActivityManager: Recipient 19744 I ActivityManager: Process com.PillowsWillow.eb.Unity2019_test (pid 19744) has died D ActivityManager: cleanUpApplicationRecord -- 19744 E Unity : [EGL] eglDestroySurface(m_EGLDisplay, m_EGLSurface): EGL_BAD_SURFACE: An EGLSurface argument does not name a valid surface (window, pixel buffer or pixmap) configured for GL rendering. E Unity : E Unity : (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 75) E Unity : E Unity : [EGL] Unable to acquire context: EGL_BAD_ACCESS: EGL cannot access a requested resource (for example a context is bound in another thread). E Unity : E Unity : (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 267) E Unity : E Unity : [EGL] Unable to acquire context: EGL_BAD_ACCESS: EGL cannot access a requested resource (for example a context is bound in another thread). E Unity : E Unity : (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 267) E Unity : Has anyone also seen this issue? Any clues? Any help is much appreciated! Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted May 14, 2019 Share Posted May 14, 2019 Currently, WaveVR SDK does not fully support Unity 2019. You can simply edit the following file to allow your project to run on Unity 2019. In Assets\Plugins\BuildCheck.cs, line 23 if (Application.unityVersion.StartsWith("2017.") || Application.unityVersion.StartsWith("2018.") || Application.unityVersion.StartsWith("2019.")) Add Application.unityVersion.StartsWith("2019.") to the if statement and try again. Link to comment Share on other sites More sharing options...
pascalvanbeek Posted May 14, 2019 Author Share Posted May 14, 2019 Thanks, that worked! And thanks for the quick response. Is this still needed in versions newer than 2.1.0? Should we expect any problems specific to Unity 2019? Link to comment Share on other sites More sharing options...
VIVE_chengnay Posted May 14, 2019 Share Posted May 14, 2019 Yes, until WaveVR SDK 3.0.2 you still need to edit BuildCheck.cs file to build successfully for Unity 2019. Please help to answer the question "Should we expect any problems specific to Unity 2019?", thanks! Link to comment Share on other sites More sharing options...
Tony PH Lin Posted May 14, 2019 Share Posted May 14, 2019 Hi , Since we haven't officially supported Unity 2019 with Wave SDK, there is potential risk and possibly to have errors or unknow issue. But we'd like to help for your feedback clarification if the support effort isn't huge before our plugin fully support the new version of Unity or Unreal. Thanks. Link to comment Share on other sites More sharing options...
vruser0000 Posted February 20, 2020 Share Posted February 20, 2020 Hello together. Hast anyone come across this log since WaveSDK 3.6? Thanks. PS: Just a thought, any chance this error can root in a faulty custom AndroidManifest.xml ? cleanUpApplicationRecord -- 7778 --------- beginning of main 02-20 14:42:30.175 1457 1502 W ActivityManager: Activity pause timeout for ActivityRecord{66be4dc u0 com.htc.mobilevr.launcher/com.htc.vr.unity.WVRUnityVRActivity t188} 02-20 14:42:30.788 2249 2394 E Unity : [EGL] Unable to acquire context: EGL_BAD_SURFACE: An EGLSurface argument does not name a valid surface (window, pixel buffer or pixmap) configured for GL rendering. 02-20 14:42:30.788 2249 2394 E Unity : WaveVR_Render:OnApplicationPause(Boolean) 02-20 14:42:30.788 2249 2394 E Unity : 02-20 14:42:30.788 2249 2394 E Unity : [./Runtime/GfxDevice/egl/WindowContextEGL.cpp line 276] 02-20 14:42:30.788 2249 2394 E Unity : (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 276) 02-20 14:42:30.788 2249 2394 E Unity : 02-20 14:42:30.788 2249 2750 E Unity : [EGL] Unable to acquire context: EGL_BAD_SURFACE: An EGLSurface argument does not name a valid surface (window, pixel buffer or pixmap) configured for GL rendering. 02-20 14:42:30.788 2249 2750 E Unity : 02-20 14:42:30.788 2249 2750 E Unity : (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 276) 02-20 14:42:30.788 2249 2750 E Unity : 02-20 14:42:30.822 2249 2394 E Unity : [EGL] Unable to acquire context: EGL_BAD_SURFACE: An EGLSurface argument does not name a valid surface (window, pixel buffer or pixmap) configured for GL rendering. 02-20 14:42:30.822 2249 2394 E Unity : 02-20 14:42:30.822 2249 2394 E Unity : (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 276) 02-20 14:42:30.822 2249 2394 E Unity : 02-20 14:55:03.958 1457 1723 E ActivityManager: Sending non-protected broadcast vive.wave.intent.action.ACTION_NO_CONTROLLER_MODE from system 2131:vive.wave.vr.oem/u0a59 pkg vive.wave.vr.oem02-20 14:55:03.958 1457 1723 E ActivityManager: java.lang.Throwable 02-20 14:55:03.958 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:18928) 02-20 14:55:03.958 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:19426) 02-20 14:55:03.958 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:19660) 02-20 14:55:03.958 1457 1723 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:530) 02-20 14:55:03.958 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2999) 02-20 14:55:03.958 1457 1723 E ActivityManager: at android.os.Binder.execTransact(Binder.java:573) 02-20 14:55:03.960 1457 1723 E ActivityManager: Sending non-protected broadcast vive.wave.intent.action.ACTION_NO_CONTROLLER_MODE from system 2131:vive.wave.vr.oem/u0a59 pkg vive.wave.vr.oem02-20 14:55:03.960 1457 1723 E ActivityManager: java.lang.Throwable 02-20 14:55:03.960 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.checkBroadcastFromSystem(ActivityManagerService.java:18928) 02-20 14:55:03.960 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntentLocked(ActivityManagerService.java:19538) 02-20 14:55:03.960 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.broadcastIntent(ActivityManagerService.java:19660) 02-20 14:55:03.960 1457 1723 E ActivityManager: at android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:530) 02-20 14:55:03.960 1457 1723 E ActivityManager: at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:2999) 02-20 14:55:03.960 1457 1723 E ActivityManager: at android.os.Binder.execTransact(Binder.java:573) @Cotta Link to comment Share on other sites More sharing options...
Linkedoranean Posted February 17, 2021 Share Posted February 17, 2021 Hello! I'm developing using Wave SDK 3.2.0 on Unity 2020.1.1f1 and after a couple minutes using my solution, it crashes! Logcat: 2021-02-17 18:26:17.925 8876-8942/? E/Unity: OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: ./Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 353) --------- beginning of crash 2021-02-17 18:26:25.913 1444-1602/? W/InputDispatcher: channel '743a07d com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity (server)' ~ Consumer closed input channel or an error occurred. events=0x9 2021-02-17 18:26:25.913 1444-1602/? E/InputDispatcher: channel '743a07d com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity (server)' ~ Channel is unrecoverably broken and will be disposed! 2021-02-17 18:26:25.914 1444-1602/? I/WindowManager: WINDOW DIED Window{743a07d u0 com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity} 2021-02-17 18:26:25.914 1444-1602/? W/InputDispatcher: Attempted to unregister already unregistered input channel '743a07d com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity (server)' 2021-02-17 18:26:25.914 1444-1602/? W/WindowManager: Force-removing child win Window{d4e596 u0 SurfaceView - com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity} from container Window{743a07d u0 com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity} 2021-02-17 18:26:25.920 1444-1675/? W/ActivityManager: Force removing ActivityRecord{ae631d1 u0 com.Cloud7.AerisVR/com.htc.vr.unity.WVRUnityVRActivity t323}: app died, no saved state 2021-02-17 18:26:25.995 2251-2251/? D/VRConfigServiceConnector: onVRActivityResume mBundle = Bundle[{screen_recording_rotation=0, tileName=arena, toast_interval_time=5000, see_through_enable=false, cameraName=camera, ime_serviceName=com.htc.svr.inputmethod.InputDemoService, auto_shut_screen=false, performance_property={ "policy" : 1, "render_cpu_affinity_mask" : f0, "warp_cpu_affinity_mask" : c0, "disable_adaptive_quality" : false }, combo_key={ "DoubleHome":{ "type":3, "category":0, "packageName": null, "serviceName": null, "extra": null }, "SingleHome":{ "type":0, "category":0, "packageName": null, "serviceName": null, "extra": null } }, kiosk_launcher_package_name=com.htc.wavevr.kiosk.launcher, device_manager={"6Dof_PreferredOne":true,"AutoTurnOffBT":false,"AutoTurnOffWifi":true,"DisableRecenterHint":false,"ExternalTrackerId":1,"ExternalTrackerEnable":true}, overlayControllerPosition=[0.2,-0.49,-0.45], controller_singleBeam={ "enable": true }, gazeTriggerType=1, battery_level1=50, watchdog_config={ "default_timeout_ms" : 5000, "default_warning_ms" : 1000, "submit_timeout_ms" : 20000, "submit_warning_ms" : 3000, "unity_timeout_ms" : 7000, "unity_warning_ms" : 3000 }, virtualWallTileImage=iVBORw0KGgoAAAANSUhEUgAABAAAAAQABAMAAACNMzawAAAAHlBMVEW7//9K//+k///S//93///d //+Z///0///o//////+h0XKqAAAAAXRSTlMAQObYZgAABj1JREFUeNrt0jEVwDAMQ0FTUJmUQ/hj SgF06NAMfr6DIP2qb0Iz9S+DCgABIAAEgACYFsCimQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAADklyWWGm+zlfAAIQgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAAB IAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAA EAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACEIAABCAAAQhAAAgAASAA BIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAA AkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgA ASAABIAAEAACQAAIAAEIQAACEIAABCAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJA AAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEg AASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAAAQgAAEIQAACEAACQAAI AAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAE gAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAAC QAAIAAEgAASAABAAAkAAAhCAAAQgAAEIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAA EAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAA CAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAABCEAAAhCAAASAABAA AkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgA ASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASA ABAAAkAACAABIAAEgAAQgAAEIAABCEAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEg AASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQ AAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAhAAAIQgAAEIAABIAAE gAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAAC QAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAAB IAAEgAAQAAJAAAgAASAABCAAAQhAAAIQgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAA CAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAA BIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACEIAABCAAAQhAAAgA ASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASA ABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJA AAgAASAABIAAEAACQAAIAAEIQAACEIAABCAABIAAEAACYFYAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAACcEJoRgAAEIAABCEAAAhCAAAQggFcb+eJEBYvOD28AAAAASUVORK5CYII= , screen_recording_frame_rate=30, interactionMode=3, controller_property={ "beam":{ "start_width":0.000625, "end_width":0.00125, "length":0.8, "start_color":"#FFFFFFFF", "end_color":"#FFFFFF00", "use_texture":false, "texture_name":null }, "pointer":{ "diameter":0.01, "distance":5, "color":"#FFFFFFFF", "border_color":"#777777FF", "focus_color":"#FFFFFFFF", "focus_border_color":"#777777FF", "use_texture":true, "texture_name":null, "blink":false }, "model":{ "touchpad_dot_color":"#00B3E3FF", "touchpad_dot_use_texture":true, "touchpad_dot_texture_name":null }, "battery":{ "battery_le 2021-02-17 18:26:26.003 2251-2251/? D/VRBaseServiceConnector: getValueFromBundle() key = watchdog_config value = { "default_timeout_ms" : 5000, "default_warning_ms" : 1000, "submit_timeout_ms" : 20000, "submit_warning_ms" : 3000, "unity_timeout_ms" : 7000, "unity_warning_ms" : 3000 } 2021-02-17 18:26:26.003 2251-2251/? I/VRConfigServiceConnector: setWatchdogConfig(): jsonStr = { "default_timeout_ms" : 5000, "default_warning_ms" : 1000, "submit_timeout_ms" : 20000, "submit_warning_ms" : 3000, "unity_timeout_ms" : 7000, "unity_warning_ms" : 3000 } 2021-02-17 18:26:26.003 2251-2251/? I/VRWatchDog: defaultTimeoutMs: 5000 ms defaultWarningMs: 1000 ms submitTimeoutMs: 20000 ms submitWarningMs: 3000 ms unityTimeoutMs: 7000 ms unityWarningMs: 3000 ms 2021-02-17 18:26:26.019 2251-2251/? D/VRVrModeService: onVRActivityResume mBundle = Bundle[{screen_recording_rotation=0, tileName=arena, toast_interval_time=5000, see_through_enable=false, cameraName=camera, ime_serviceName=com.htc.svr.inputmethod.InputDemoService, auto_shut_screen=false, performance_property={ "policy" : 1, "render_cpu_affinity_mask" : f0, "warp_cpu_affinity_mask" : c0, "disable_adaptive_quality" : false }, combo_key={ "DoubleHome":{ "type":3, "category":0, "packageName": null, "serviceName": null, "extra": null }, "SingleHome":{ "type":0, "category":0, "packageName": null, "serviceName": null, "extra": null } }, kiosk_launcher_package_name=com.htc.wavevr.kiosk.launcher, device_manager={"6Dof_PreferredOne":true,"AutoTurnOffBT":false,"AutoTurnOffWifi":true,"DisableRecenterHint":false,"ExternalTrackerId":1,"ExternalTrackerEnable":true}, overlayControllerPosition=[0.2,-0.49,-0.45], controller_singleBeam={ "enable": true }, gazeTriggerType=1, battery_level1=50, watchdog_config={ "default_timeout_ms" : 5000, "default_warning_ms" : 1000, "submit_timeout_ms" : 20000, "submit_warning_ms" : 3000, "unity_timeout_ms" : 7000, "unity_warning_ms" : 3000 }, virtualWallTileImage=iVBORw0KGgoAAAANSUhEUgAABAAAAAQABAMAAACNMzawAAAAHlBMVEW7//9K//+k///S//93///d //+Z///0///o//////+h0XKqAAAAAXRSTlMAQObYZgAABj1JREFUeNrt0jEVwDAMQ0FTUJmUQ/hj SgF06NAMfr6DIP2qb0Iz9S+DCgABIAAEgACYFsCimQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAADklyWWGm+zlfAAIQgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAAB IAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAA EAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACEIAABCAAAQhAAAgAASAA BIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAA AkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgA ASAABIAAEAACQAAIAAEIQAACEIAABCAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJA AAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEg AASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAAAQgAAEIQAACEAACQAAI AAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAE gAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAAC QAAIAAEgAASAABAAAkAAAhCAAAQgAAEIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAA EAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAA CAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAABCEAAAhCAAASAABAA AkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgA ASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASA ABAAAkAACAABIAAEgAAQgAAEIAABCEAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEg AASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQ AAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAhAAAIQgAAEIAABIAAE gAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAAC QAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAAB IAAEgAAQAAJAAAgAASAABCAAAQhAAAIQgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAA CAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAA BIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACEIAABCAAAQhAAAgA ASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASA ABAAAkAACAABIAAEgAAQAAJAAAgAASAABIAAEAACQAAIAAEgAASAABAAAkAACAABIAAEgAAQAAJA AAgAASAABIAAEAACQAAIAAEIQAACEIAABCAABIAAEAACYFYAAAAAAAAAAAAAAAAAAAAAAAAAAAAA AAAAAAAAAAAAAAAAAACcEJoRgAAEIAABCEAAAhCAAAQggFcb+eJEBYvOD28AAAAASUVORK5CYII= , screen_recording_frame_rate=30, interactionMode=3, controller_property={ "beam":{ "start_width":0.000625, "end_width":0.00125, "length":0.8, "start_color":"#FFFFFFFF", "end_color":"#FFFFFF00", "use_texture":false, "texture_name":null }, "pointer":{ "diameter":0.01, "distance":5, "color":"#FFFFFFFF", "border_color":"#777777FF", "focus_color":"#FFFFFFFF", "focus_border_color":"#777777FF", "use_texture":true, "texture_name":null, "blink":false }, "model":{ "touchpad_dot_color":"#00B3E3FF", "touchpad_dot_use_texture":true, "touchpad_dot_texture_name":null }, "battery":{ "battery_level_count 2021-02-17 18:26:26.033 2251-2251/? D/WVRUnityActivity: onResume() - update OEMConfig 2021-02-17 18:26:26.037 2251-2251/? D/WVRUnityActivity: controller_property = { "beam":{ "start_width":0.000625, "end_width":0.00125, "length":0.8, "start_color":"#FFFFFFFF", "end_color":"#FFFFFF00", "use_texture":false, "texture_name":null }, "pointer":{ "diameter":0.01, "distance":5, "color":"#FFFFFFFF", "border_color":"#777777FF", "focus_color":"#FFFFFFFF", "focus_border_color":"#777777FF", "use_texture":true, "texture_name":null, "blink":false }, "model":{ "touchpad_dot_color":"#00B3E3FF", "touchpad_dot_use_texture":true, "touchpad_dot_texture_name":null }, "battery":{ "battery_level_count":5, "battery_levels":[ { "level_max_value":1, "level_min_value":0.80, "level_texture_name":null }, { "level_max_value":0.79, "level_min_value":0.60, "level_texture_name":null }, { "level_max_value":0.59, "level_min_value":0.40, "level_texture_name":null }, { "level_max_value":0.39, "level_min_value":0.20, "level_texture_name":null }, { "level_max_value":0.19, "level_min_value":0, "level_texture_name":null } ] }, "arm":{ "head_to_elbow_offset":[0.2,-0.7,0], "elbow_to_wrist_offset":[0,0,0.15], "wrist_to_controller_offset":[0,0,0.05], "elbow_pitch_angle_offset":[-0.2,0.55,0.08], "elbow_pitch_angle_min":0, "elbow_pitch_angle_max":90, "elbow_yaxis_raise_height":0, "elbow_zaxis_raise_depth":0 }, "reticle":{ "inner_diameter":0, "outer_diameter":0.005236002, "interact_object_inner_diameter":0.02094472, "interact_object_outer_diameter":0.02618144, "distance":10, "segments":20, "color":"#FFFFFFFF", "rotation_speed":6, "colorFlicker":false, "deepening_color_rotation":false }, "particle":{ "color":[1.0,1.0,1.0,1.0], "Width":[0.5,0.5,0.5] }, "reticle_pointer":{ "color":[1.0,1.0,1.0,1.0], "size":1.0, "use_texture":true, "texture_name":null }, "controller_pointer":{ "color":[1.0,1.0,1.0,1.0], "size":1.0 } } 2021-02-17 18:26:26.040 2251-2251/? D/WVRUnityActivity: battery_indicator = { "show": 2 } 2021-02-17 18:26:26.045 2251-2251/? D/WVRUnityActivity: controller_singleBeam = { "enable": true } 2021-02-17 18:26:26.045 2251-2251/? D/WVRUnityActivity: Call UnityPlayer Resume +++ 2021-02-17 18:26:26.045 2251-2251/? D/WVRUnityActivity: UnityPlayer first resume = false 2021-02-17 18:26:26.045 2251-2251/? D/WVRUnityActivity: Call UnityPlayer Resume --- 2021-02-17 18:26:26.050 2251-2251/? I/WVRUnityActivity: surfaceCreated 0 0 2880 1600 2021-02-17 18:26:26.050 2251-2251/? I/WVRUnityActivity: surfaceChanged 0 0 2880 1600 state:CHANGED_RIGHT 2021-02-17 18:26:26.063 2251-2251/? D/WVRUnityActivity: onWindowFocusChanged 2021-02-17 18:26:26.063 2251-2251/? D/WVRUnityActivity: Call UnityPlayer windowFocusChanged 1 +++ 2021-02-17 18:26:26.063 2251-2251/? D/WVRUnityActivity: Call UnityPlayer windowFocusChanged --- 2021-02-17 18:26:26.067 2251-2416/? E/Unity: [EGL] eglDestroySurface(m_EGLDisplay, m_EGLSurface): EGL_BAD_SURFACE: An EGLSurface argument does not name a valid surface (window, pixel buffer or pixmap) configured for GL rendering. (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 77) 2021-02-17 18:26:26.069 2251-2416/? E/Unity: [EGL] Unable to acquire context: EGL_BAD_ACCESS: EGL cannot access a requested resource (for example a context is bound in another thread). (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 276) 2021-02-17 18:26:26.069 2251-2416/? E/Unity: [EGL] Unable to acquire context: EGL_BAD_ACCESS: EGL cannot access a requested resource (for example a context is bound in another thread). (Filename: ./Runtime/GfxDevice/egl/WindowContextEGL.cpp Line: 276) 2021-02-17 18:26:27.656 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Open (UnityEngine.GameObject) 2021-02-17 18:26:27.656 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: ControlBlock (UnityEngine.GameObject) 2021-02-17 18:26:27.656 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Content (UnityEngine.GameObject) 2021-02-17 18:26:27.657 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: HistoryList_Items(Clone) (UnityEngine.GameObject) 2021-02-17 18:26:27.657 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: ListContainer (UnityEngine.GameObject) 2021-02-17 18:26:27.657 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Recent_List (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: Open (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: ControlBlock (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: Content (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: HistoryList_Items(Clone) (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: ListContainer (UnityEngine.GameObject) 2021-02-17 18:26:27.935 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() enter: Recent_List (UnityEngine.GameObject) 2021-02-17 18:26:27.985 2251-2416/? E/WVR_TexMngr: Don't worry about the libEGL and Unity error showing above. They are safe and will not crash your game. 2021-02-17 18:26:27.987 2251-2416/? E/WVR_TexMngr: Don't worry about the libEGL and Unity error showing above. They are safe and will not crash your game. 2021-02-17 18:26:28.208 2251-2810/? I/SVRMain: UnityResumeVRLock ++ 2021-02-17 18:26:28.208 2251-2810/? I/SVRMain: UnityResumeVR: isUnityApp:true isUnrealApp:false 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Open (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: ControlBlock (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Content (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: HistoryList_Items(Clone) (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: ListContainer (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Recent_List (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: padding (UnityEngine.GameObject) 2021-02-17 18:26:28.215 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: List_Tabs (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Recent (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: padding (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Tabs_Button (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: LeftBlock (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Content (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: ViewPortContainer (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Container (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Body (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: Root (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: HomeMenuForm(Clone) (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: UI Group - Home (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: UI Form Instances (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: UI (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: GameFramework (UnityEngine.GameObject) 2021-02-17 18:26:28.216 2251-2416/? D/WaveVR_ControllerInputModule: EnterExitGraphicObject() exit: VRFramework (UnityEngine.GameObject) 2021-02-17 18:26:28.368 2251-2810/? I/SVRMain: UnityResumeVRLock overlayContext->mRenderConfig = 0x00000000 2021-02-17 18:26:28.398 2251-2810/? I/SVRMain: UnityResumeVRLock, execute SVRInterface::InitPoseEvent 2021-02-17 18:26:28.398 2251-2251/? I/WVRUnityActivity: onGetMirrorScreenSettingFinish false 1 2021-02-17 18:26:28.457 2251-2810/? I/SVRMain: UnityResumeVRLock -- 2021-02-17 18:26:46.217 2251-2810/? E/Unity: OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 340) 2021-02-17 18:26:46.244 2251-2810/? E/Unity: OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 340) 2021-02-17 18:27:16.435 2251-2810/? E/Unity: OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 340) 2021-02-17 18:27:16.462 2251-2810/? E/Unity: OPENGL NATIVE PLUG-IN ERROR: GL_INVALID_OPERATION: Operation illegal in current state (Filename: /Users/builduser/buildslave/unity/build/Runtime/GfxDevice/opengles/GfxDeviceGLES.cpp Line: 340) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now