Forum Discussion
TinuShadeenu
2 years agoExplorer
Constant Errors in logs
Hi all,
new user here. I'm exploring creating apps for the Quest 2 using Unity and ran into some strange behaviour, were the app suddenly stopped installing onto the Quest 2. I opened the device logs from MQDH and saw some concerning activity.
02:56:59.633
perfservice
Could not write: /sys/devices/system/cpu/cpufreq/policy4/scaling_max_freq=1171200
02:56:59.662
audit
rate limit exceeded
02:57:00.943
TREX
Interface 'VirtualKeyboardClientInterface', version 1 was not found. Check debug build for more information.
02:57:01.572
perfservice
Could not write: /sys/class/kgsl/kgsl-3d0/devfreq/max_freq=490000000
02:57:01.574
libosutils
Failed to get real path of file '', err: No such file or directory
02:57:01.578
libosutils
Failed to get real path of file '', err: No such file or directory
02:57:01.588
libosutils
Failed to get real path of file '', err: No such file or directory
02:57:02.574
perfservice
Could not write: /sys/class/kgsl/kgsl-3d0/devfreq/max_freq=490000000
03:01:54.875
perfservice
Could not write: /sys/devices/system/cpu/cpufreq/policy4/scaling_max_freq=1171200
03:01:55.105
audit
rate limit exceeded
03:01:55.122
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:55.125
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:55.130
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:55.135
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:57.485
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:57.488
libosutils
Failed to get real path of file '', err: No such file or directory
03:01:57.496
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:01.030
TREX
Interface 'VirtualKeyboardClientInterface', version 1 was not found. Check debug build for more information.
03:02:05.081
audit
rate limit exceeded
03:02:05.131
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.136
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.141
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.145
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.637
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.641
libosutils
Failed to get real path of file '', err: No such file or directory
03:02:05.650
libosutils
Failed to get real path of file '', err: No such file or directory
Here's a snippet of a constant error that's be going on all day from what I can tell. I've tried googling but didn't get anywhere. Any insights into this?
Thanks!
4 Replies
- ctrlvProtegeFacing similar issues, cant run eye tracker. let me know if you found something...16:46:58.948VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 25 msec for frame to retire16:46:58.973VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 50 msec for frame to retire16:46:58.998VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 75 msec for frame to retire16:46:59.023VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 100 msec for frame to retire16:46:59.048VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 125 msec for frame to retire16:46:59.073VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 150 msec for frame to retire16:46:59.099VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 175 msec for frame to retire16:46:59.124VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 200 msec for frame to retire16:46:59.149VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 225 msec for frame to retire16:46:59.174VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 250 msec for frame to retire16:46:59.199VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 275 msec for frame to retire16:46:59.224VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 300 msec for frame to retire16:46:59.249VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 325 msec for frame to retire16:46:59.274VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 350 msec for frame to retire16:46:59.299VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 375 msec for frame to retire16:46:59.312xrstreaming_v2receive ping: org 0 recv 0 xmt 14966318801300 (received at 218447660244010), offset divergence 3407216:46:59.324VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 400 msec for frame to retire16:46:59.350VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 425 msec for frame to retire16:46:59.375VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 450 msec for frame to retire16:46:59.400VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 475 msec for frame to retire16:46:59.425VrApiFrameIndex = 342183, RetiredClientFrameIndex = 342107, waited for 500 msec for frame to retire16:46:58.081dhd_is_associatedWLC_GET_BSSID, NOT ASSOCIATED16:46:58.081CFG80211-ERROR) wl_cfg80211_get_stationNOT assoc16:46:59.523VrApiWaitForNextBaseVsync is stuck! Breaking out now at Vsync 0 (1 expected)16:46:59.585libosutilsFailed to get real path of file '', err: No such file or directory16:46:59.588libosutilsFailed to get real path of file '', err: No such file or directory16:46:58.213healthdbattery l=90 v=4173 t=25.0 h=2 st=2 c=-250488 fc=5710000 cc=2 chg=a16:46:59.593libosutilsFailed to get real path of file '', err: No such file or directory16:46:59.597libosutilsFailed to get real path of file '', err: No such file or directory
- TinuShadeenuExplorer
Nothing, just keeps going
- ctrlvProtege
Wonder whats up with our liboutils library...will go deeper into that over the weekend lets see..
- ctrlvProtege
My eyetracker issue got resolved, turns out it was the 1080 gpu that was not able to handle eyetracking.. tried it on 3070 and it worked....maybe try checking your gpu status as well on the task manager while running your programs if it is too high, it might be time for a change
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
- 4 years ago
- 6 months ago