• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9
XBMC on A7 (5s and mini retina) does not use HW acceleration
#46
Compilation worked with your advice thanks Smile
Reply
#47
(2014-02-15, 17:53)TheTroll Wrote: Compilation worked with your advice thanks Smile

Good to hear that. Smile
Reply
#48
About the PVR plugin, I got an interesting log :

Unable to load dlopen(/private/var/mobile/Applications/D13A54EB-FB6F-4D39-BC1C-9C96AB6A7096/XBMC.app/XBMCData/XBMCHome/addons/library.xbmc.addon/libXBMC_addon-x86-osx.so, 1): image not found

Does it ring a bell ?

EDIT: not sure why this file is misnamed but they are 4 like this ... (/library.xbmc.addon/libXBMC_addon*...)
I renamed replacing arm by x86 and it works!
Reply
#49
(2014-02-16, 17:28)TheTroll Wrote: About the PVR plugin, I got an interesting log :

Unable to load dlopen(/private/var/mobile/Applications/D13A54EB-FB6F-4D39-BC1C-9C96AB6A7096/XBMC.app/XBMCData/XBMCHome/addons/library.xbmc.addon/libXBMC_addon-x86-osx.so, 1): image not found

Does it ring a bell ?

EDIT: not sure why this file is misnamed but they are 4 like this ... (/library.xbmc.addon/libXBMC_addon*...)
I renamed replacing arm by x86 and it works!

Thanks for your effort. It seems another arm64 arch detection issue. Tongue

Fixed in this commit: https://github.com/linusyang/xbmc/commit...5a3827f3c5
And new 3rd build is updated at: https://github.com/linusyang/xbmc/releases

Please let me know if you still have the PVR addons loading issue with this new build.
Reply
#50
Hi,

the file are still mislabeled in the -3 release so it's not working ...
Reply
#51
(2014-02-17, 11:46)TheTroll Wrote: Hi,

the file are still mislabeled in the -3 release so it's not working ...

Have you ever tried the new build on your device? Smile

Actually the name is correct (libXBMC_addon-arm-osx.so), but the dlopen code is wrong in the previous code (loading libXBMC_addon-x86-osx.so). And I've modified the source code to correct the name used in the dlopen function. So, it should match the .so file now. Smile
Reply
#52
Well, yes I tried and got the error while loading the plugin (error 6 still).
I made a confusion on the cause, -arm- is the right name of course ...

So I guess it still tries to get the osx version ?
Reply
#53
(2014-02-17, 14:43)TheTroll Wrote: Well, yes I tried and got the error while loading the plugin (error 6 still).
I made a confusion on the cause, -arm- is the right name of course ...

So I guess it still tries to get the osx version ?

Hmm... That's a bit weird. Huh

Could you please show me the whole xbmc.log with errors about loading the plugin?
Reply
#54
Hi,

it's the same as the previous one ..
I will try to recompile your code and test it.
Reply
#55
(2014-02-17, 15:39)TheTroll Wrote: Hi,

it's the same as the previous one ..
I will try to recompile your code and test it.

Maybe you need to switch to the "darwin-arm64" branch, which contains latest code. Smile

And since I have rebased this branch, please stash your local changes and do force pull
by "git pull -f" to sync the code.
Reply
#56
Hi,

I switched to your branch, recompiled it all and got the error ...
I am trying to debug with Xcode to see if I get the same message.

Can you try on your side to enable live tv and selection the vdr vnsi pluging ?
You don't need a valid server to get the error

EDIT: I recompiled your code and ran it in Xcode, I have the same error where it tries to load the X86 version.
Reply
#57
OK. It seems the code is still buggy. Tongue
And thanks a lot for your work. Since I don't have access to my Mac for developing at the moment, I'll later debug this issue. Smile
Reply
#58
Yes no problem!
Reply
#59
(2014-02-17, 17:25)TheTroll Wrote: Hi,

I switched to your branch, recompiled it all and got the error ...
I am trying to debug with Xcode to see if I get the same message.

Can you try on your side to enable live tv and selection the vdr vnsi pluging ?
You don't need a valid server to get the error

EDIT: I recompiled your code and ran it in Xcode, I have the same error where it tries to load the X86 version.

I've tried to enable the live tv and vdr vnsi plugins, but there is no error at all.
And no error or warning messages appear in the log either.

The plugins can be activated successfully. Smile

Maybe you should COMPLETELY remove your previous build (both sandboxed version and cydia version).
Then use iFile or dpkg to install the new one. Better respring or restart your device after removing.
Reply
#60
This is very weird ... really Smile
Anyway, let's continue and see if it is still a problem with other testers!

Thanks a lot for this work
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9

Logout Mark Read Team Forum Stats Members Help
XBMC on A7 (5s and mini retina) does not use HW acceleration2