Page 1 of 1

VLsub crashes player with custom skin

Posted: 14 Aug 2018 21:17
by ig_dev
Hello, fist of all apologies if the category is not right, it is a mixed problem I guess. After a few problems I managed to compile VLC 3.0.3 (FTP tarball) but i have a problem.

The problem is that with VLSub and native skin everything is okay. With custom skin and no VLSub activation no problem either. But when i apply a custom skin (problem occures for all 5 I've tried) and run VLsub it crashes the player about 95% of the time.

I understand almost nothing about LUA :D but i tried some debugging and figured out that the problem is with this condition : "if vlc.input.item() then". this crashes the player. It seems like when a custom skin is applied the variable vlc.input is empty or not reachable or something.

Does anyone have a clue what is going on?
Thank you very much for any help!

Re: VLsub crashes player with custom skin

Posted: 20 Aug 2018 17:16
by mfkl
https://github.com/exebetche/vlsub/issues/181

Maybe a known issue. What are the logs saying?