• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 17
openelec AND retroplayer? i need a clean pair of pants
(2015-09-28, 20:12)evilsephiroth Wrote:
(2015-09-28, 12:12)evilsephiroth Wrote: tried building for raspberry pi2 latest build from github.

problems with SDL on ubuntu 14.04

WinEventsSDL.h:31:28: fatal error: SDL/SDL_events.h: No such file or directory

Is there a package that I'm missing on the host machine?

Followed your commands on first post...

thanks for the IRC chat, we identified some missing SDL2 import in openelec that I hope will be fixed in next days. (importing SDL_event.h instead of SDL2_event.h)

its not a bug in OE, but in kodi. Its trying to import SDL1 when SDL2 has been configured.
Reply
just couries...

is this the script filled with error i shal exprect?

Code:
uwduus@Labby:~/Dokumenter/OpenELEC.tv/tools/mkpkg$ ./mkpkg_kodi-retroplayer
[mkpkg] Checking out git://github.com/garbear/xbmc.git ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
cat: kodi-retroplayer-15.1.git/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt: No such file or directory
cat: kodi-retroplayer-15.1.git/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt: No such file or directory
[mkpkg] Checking out master ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
cat: kodi-retroplayer-15.1.git/project/cmake/addons/depends/common/platform/platform.txt: No such file or directory
cat: kodi-retroplayer-15.1.git/project/cmake/addons/depends/common/platform/platform.txt: No such file or directory
[mkpkg] Checking out master ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
cat: kodi-retroplayer-15.1.git/project/cmake/addons/addons/*.*/*.*.txt: No such file or directory
cat: kodi-retroplayer-15.1.git/project/cmake/addons/addons/*.*/*.*.txt: No such file or directory
[mkpkg] Checking out master ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
./mkpkg_kodi-retroplayer: 111: cd: can't cd to kodi-retroplayer-15.1.git
./mkpkg_kodi-retroplayer: 1: ./mkpkg_kodi-retroplayer: git: not found
grep: version.txt: No such file or directory
grep: version.txt: No such file or directory
grep: version.txt: No such file or directory
.--
[mkpkg] Seperating skin.confluence ...
mv: cannot stat ‘kodi-.--/addons/skin.confluence’: No such file or directory
[mkpkg] Updating package version...
sed: can't read ../../packages/mediacenter/kodi/package.mk: No such file or directory
sed: can't read ../../packages/mediacenter/kodi-theme-Confluence/package.mk: No such file or directory
./mkpkg_kodi-retroplayer: 141: .: Can't open ../../config/version
Reply
(2015-09-29, 09:41)wsnipex Wrote:
(2015-09-28, 20:12)evilsephiroth Wrote:
(2015-09-28, 12:12)evilsephiroth Wrote: tried building for raspberry pi2 latest build from github.

problems with SDL on ubuntu 14.04

WinEventsSDL.h:31:28: fatal error: SDL/SDL_events.h: No such file or directory

Is there a package that I'm missing on the host machine?

Followed your commands on first post...

thanks for the IRC chat, we identified some missing SDL2 import in openelec that I hope will be fixed in next days. (importing SDL_event.h instead of SDL2_event.h)

its not a bug in OE, but in kodi. Its trying to import SDL1 when SDL2 has been configured.

Exactly. Sorry I wasn't clear
Reply
(2015-09-29, 12:41)UWDuus Wrote: just couries...

is this the script filled with error i shal exprect?

Code:
uwduus@Labby:~/Dokumenter/OpenELEC.tv/tools/mkpkg$ ./mkpkg_kodi-retroplayer
[mkpkg] Checking out git://github.com/garbear/xbmc.git ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
...

Looks like you don't have git installed or it's not available through your PATH.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
(2015-09-29, 12:51)Montellese Wrote:
(2015-09-29, 12:41)UWDuus Wrote: just couries...

is this the script filled with error i shal exprect?

Code:
uwduus@Labby:~/Dokumenter/OpenELEC.tv/tools/mkpkg$ ./mkpkg_kodi-retroplayer
[mkpkg] Checking out git://github.com/garbear/xbmc.git ...
./mkpkg_kodi-retroplayer: 33: ./mkpkg_kodi-retroplayer: git: not found
...

Looks like you don't have git installed or it's not available through your PATH.


i found out i did a mestake... didnt git it.... i am new to this type of thing Big Grin

/uwDuus
Reply
Wink 
Happy completed a build without a crash for:
Code:
PROJECT=Nvidia_Legacy ARCH=x86_64 make release
from within a Virtual machine with VMWare Fusion 8 on a MacBookPRO Retina 15:
Code:
Linux bodhi-vm-xelbook 3.16.0-29-generic #39-Ubuntu SMP Tue Dec 16 20:54:13 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Everything works without problems for video streams on an old AMD Athlon II X2 box with an old GeForce 8400GS ... Some problems with an old XBox360 Wired with little glitches but all buttons recognised, some video going black and wake up with other input than the controller.

Games did not launch.

Cheers and keep it going with excellent work! Wink [/code]
Reply
(2015-09-28, 22:40)evilsephiroth Wrote: hmm no I built correctly the 2 scripts.

I'm stuck at kodi compilation due to the SDL bug. Working on a PR right now

I'm working on compiling the RPi version and am getting the same issue. Do you have a link to the PR or where the changes need to be made?

I'm still working on wrapping my head around how this build works and all the pieces fit together, but I'd like to contribute if I can. Anyone have any recommendations on background reading or what features/pieces need some development? Is there somewhere the developers collaborate?
Reply
do someone know where the emulator directory is located?

/uwDuus
Reply
Good news, I got OpenELEC building for the RPi2 project. Will post builds once tested.

(2015-09-28, 12:12)evilsephiroth Wrote: tried building for raspberry pi2 latest build from github.

problems with SDL on ubuntu 14.04

WinEventsSDL.h:31:28: fatal error: SDL/SDL_events.h: No such file or directory

Is there a package that I'm missing on the host machine?

Followed your commands on first post...

Fixed in e9c149a. I also had to disable Mupen64 plus for now, I think this needs a different build command for GLES. Will post when i push the Mupen64 commit. With these two changes the RPi2 project builds for me

(2015-09-30, 03:02)xel_arjona Wrote: Everything works without problems for video streams on an old AMD Athlon II X2 box with an old GeForce 8400GS ... Some problems with an old XBox360 Wired with little glitches but all buttons recognised, some video going black and wake up with other input than the controller.

what sort of glitches? inside the controller configuration gui, or outside? because the GUI code is in need of a re-write, but outside the configuration GUI things should be working.

The video going black is a known problem. the controller simply doesn't reset the screen saver timer like the mouse and keyboard do. I'll push a fix when I track down where this code should go.

(2015-09-30, 03:02)xel_arjona Wrote: Games did not launch.

Fixed in eb8e57c.

Remember, to incorporate these fixes into your OpenELEC build, you need to rerun `./mkpkg_kodi-retroplayer` and `./mkpkg_retroplayer`

(2015-09-30, 05:02)fortenbt Wrote: I'm still working on wrapping my head around how this build works and all the pieces fit together, but I'd like to contribute if I can. Anyone have any recommendations on background reading or what features/pieces need some development? Is there somewhere the developers collaborate?

The build system is large and unwieldy, and there's a lot of moving parts, but with enough time and patience it can be mastered. I'm around if you have any specific questions. We mostly collaborate here on the forum, there's also a trello board for some devs doing the c++ work

(2015-09-30, 08:32)UWDuus Wrote: do someone know where the emulator directory is located?

the emulators are game add-ons installed to special://xbmc/addons and special://xbmcbin/addons. on OpenELEC, these paths translate to /usr/share/kodi/addons and /usr/lib/kodi/addons
RetroPlayer releases: https://github.com/garbear/xbmc/releases

Donations: eigendude.eth
Reply
(2015-09-30, 10:41)garbear Wrote: Good news, I got OpenELEC building for the RPi2 project. Will post builds once tested.
...
Fixed in e9c149a
...
The build system is large and unwieldy, and there's a lot of moving parts, but with enough time and patience it can be mastered. I'm around if you have any specific questions.

So one of my main questions with updates like your fix is am I pulling the latest update from the git repo, or do the mkpkg_retroplayer and mkpkg_kodi-retroplayer scripts handle that? It seems like those scripts handle doing the git pulls, but I wasn't sure if that included everything.
Reply
(2015-09-30, 10:41)garbear Wrote: Good news, I got OpenELEC building for the RPi2 project. Will post builds once tested.

now i need a clean pair of pants
Reply
I tried to compile your OE-branch for the "Wetek Play". It doesn't compile, because of "mupen64". Where can I disable it?
I already removed all directories with "mupen64", but this didn't help.

Thx
Philips TV with Kodi 21.1 with IPTVsimple --- AndroidTablet with 21.1 as Online-radio/TV in the kitchen
Reply
Quote:what sort of glitches? inside the controller configuration gui, or outside? because the GUI code is in need of a re-write, but outside the configuration GUI things should be working.

The video going black is a known problem. the controller simply doesn't reset the screen saver timer like the mouse and keyboard do. I'll push a fix when I track down where this code should go.

That was exactly, some lil problems with GUI, the controller looks to work Ok, but without game launch couldnt test it quite well. Hope to build the working patch tonight to test on!

Thanks for your excellent work Garbear!
Reply
for some reason i cant get the emulators to work

/uwDuus
Reply
so, after some "hacking" (had to insert "exit 0" at the top of both mupen64-mk files) garbears OE compiled for Wetek Play and it is working so far. Will test games and my gamepads over the weekend and report back.
Philips TV with Kodi 21.1 with IPTVsimple --- AndroidTablet with 21.1 as Online-radio/TV in the kitchen
Reply
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 17

Logout Mark Read Team Forum Stats Members Help
openelec AND retroplayer? i need a clean pair of pants4