-
Notifications
You must be signed in to change notification settings - Fork 69
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
Didn't work on Ubuntu 20.04 #413
Comments
What is your mpv version? Did you set osc=no? |
@po5 Yes, I set |
If it doesn't show anything, it might have crashed somehow. Do you see an error in the console? |
Thanks, I try to use console. [uosc]
[uosc] stack traceback:
[uosc] /home/jalen/.config/mpv/scripts/uosc.lua:552: in function 'prop'
[uosc] mp.defaults:392: in function 'handler'
[uosc] mp.defaults:486: in function 'call_event_handlers'
[uosc] mp.defaults:520: in function 'dispatch_events'
[uosc] mp.defaults:479: in function <mp.defaults:478>
[uosc] [C]: in ?
[uosc] [C]: in ?
[uosc] Lua error: /home/jalen/.config/mpv/scripts/uosc.lua:552: attempt to index local 'mouse' (a nil value)
[ffmpeg/video] h264: non-existing SPS 0 referenced in buffering period
[ffmpeg/video] h264: SPS unavailable in decode_picture_timing
[ffmpeg/video] h264: non-existing SPS 0 referenced in buffering period
[ffmpeg/video] h264: SPS unavailable in decode_picture_timing
(+) Video --vid=1 (h264 1920x756 23.976fps)
(+) Audio --aid=1 (aac 2ch 44100Hz)
mesa: for the --simplifycfg-sink-common option: may only occur zero or one times!
mesa: for the --global-isel-abort option: may only occur zero or one times!
mesa: for the --amdgpu-atomic-optimizations option: may only occur zero or one times!
Using hardware decoding (vaapi). |
I've made a PR that should fix it for you. |
thanks for that😆 |
@christoph-heinrich sorry, there is a new problem [uosc] Lua error: /home/jalen/.config/mpv/scripts/uosc_shared/lib/utils.lua:520: attempt to call global 'thumbnail_render' (a nil value) |
There's no reference to |
There is no reference to Let's make sure you're using all files from current master without any potential leftovers. |
I directly |
What exactly do you mean with that? If the video is not showing, that's not a problem with uosc anymore. If you think you found a problem with mpv itself, or if you need help troubleshooting you should open an issue over in https://github.com/mpv-player/mpv/issues or ask in their IRC. In both cases you'll need to provide a log file created with |
I'm sorry for my unclear description. |
I don't see anything related to |
Yes, it's still like it was in #413 (comment) |
If it's not something with your configuration then I have no idea what could be the problem. If you want to be 100% sure that your config is not the problem, I've made a minimal test configuration. |
I try that, but still, uosc didn't show 😭 I gave up, but sincerely thanks to you! |
Hello, uosc dit not work on my computer, other scripts can work well, but uosc not.
I install it follow the step in README, I think it right, but nothing happen, it dosen't display anything when I open an video.
What should I do?
The text was updated successfully, but these errors were encountered: