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 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!