Toast
14 January 2017 10:25
81
yeah but that should matter when it boot up and start migrating anways resolved with the traditional moving of the .kodi_folder got a message that the osmc skin was incompatible with the current kodi version
got a shitty ap thats givin me greef thats why i get drop outs.
gmc
14 January 2017 10:32
82
I see what you mean - also getting the crash
1 Like
Toast
14 January 2017 10:33
83
yepp something isnât right with that revision there is some addon causing kodi to crash.
gmc
14 January 2017 10:45
84
Yes, defanitely some addon issue. Renaming .kodi and restarting fixes the issue. Also getting incompatible OSMC skin version.
Will do some testing. I think incompatible skin issue is because there is a patch to enable the osmc.skin.
From 38700728e45e4c420ad7fda0f2e60f7ba6c725ae Mon Sep 17 00:00:00 2001
From: Sam Nazarko <email@samnazarko.co.uk>
Date: Sat, 15 Oct 2016 18:46:36 +0100
Subject: [PATCH] Ensure that OSMC skin is enabled if upgrading from an older
version of Kodi
Signed-off-by: Sam Nazarko <email@samnazarko.co.uk>
---
xbmc/addons/AddonDatabase.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/xbmc/addons/AddonDatabase.cpp b/xbmc/addons/AddonDatabase.cpp
index 2204fe7..6ee6066 100644
--- a/xbmc/addons/AddonDatabase.cpp
+++ b/xbmc/addons/AddonDatabase.cpp
@@ -363,6 +363,7 @@ void CAddonDatabase::SyncInstalled(const std::set<std::string>& ids,
m_pDS->exec(PrepareSQL("UPDATE installed SET enabled=1 WHERE addonID='script.module.xmltodict'"));
m_pDS->exec(PrepareSQL("UPDATE installed SET enabled=1 WHERE addonID='script.module.elementtree'"));
m_pDS->exec(PrepareSQL("UPDATE installed SET enabled=1 WHERE addonID='service.osmc.settings'"));
+ m_pDS->exec(PrepareSQL("UPDATE installed SET enabled=1 WHERE addonID='skin.osmc'"));
This file has been truncated. show original
Wonder if this is causing the migration crash. Will run a test build with patch disabled and see what happens.
gmc
15 January 2017 07:48
85
17.8-010, 14 Jan 2017: Based off OSMC commit (b9120ae19e ) and newclock5 (fd8c07bd )
Build Highlights:
Minors
XBMC:
Fix DynamicDll.h with use of âRESOLVE_METHOD_OPTIONALâ (PR:11439, 1 commit, 1 file changed)
Toast
15 January 2017 09:41
86
Thought you disabled the skin issue in this revision since it still causes crashes
gmc
15 January 2017 11:21
87
Hmm, odd. I did. Let me do some more testing.
Toast
16 January 2017 09:48
88
revision 11 seems to work without issues.
gmc
16 January 2017 10:02
89
Cool - just was about to post, tested on 011 without issues.
1 Like
Toast
16 January 2017 10:16
90
Glad thats resolved, how is the retroplayer patch coming along ?
There is no need to patch.
RetroPlayer is merged in to Kodi master.
@gmc just needs to build the game add-ons now. I was going to discuss it with him when he has v18 reigned in a little more.
1 Like
Toast
16 January 2017 10:19
92
has there been indication of when that is gonna happen ? i know that librelec cancelled their alpha builds of retroplayer so it must be close to being merged
@gmc is better to answer that.
My understanding is all that needs to be done is adjust ADDONS_TO_BUILD in build.sh, add gamesgeneral.enable to advancedsettings to force the display of the games.
1 Like
gmc
16 January 2017 13:28
94
Hopefully soon. Busy working on it.
1 Like
gmc
17 January 2017 09:12
95
17.8-011, 15 Jan 2017: Based off OSMC commit (b9120ae19e) and newclock5 (fd8c07bd )
Build Highlights
Minors
OSMC
Removed defaulting to OSMC skin due to incompatibility issues.
XBMC
[Addonbuiltins] Games support for RunAddon() (PR:11419, 1 commit, 1 file changed)
[win][platinum] Change GWL_USERDATA to GWLP_USERDATA (PR:11437, 2 commits, 2 files changed)
[python] fix coverity 1398455 & 1398456 (PR:11441, 1 commit, 1 file changed)
[FavouritesDirectory] fix for adding addons to favourites via addonbrowser (PR:11421, 1 commit, 1 file changed)
spelling: compiler defines (PR:11366, 1 commit, 7 files changed)
Toast
18 January 2017 09:36
96
revision 12 ? got changelog ?
corb06
18 January 2017 17:20
98
Just updated from december version. Constant sadface.
Did a reformat of sd card and flashed latest official and upgraded to todays build of v18.
Now Im getting Mounted external storage message everytime it boots up. Also get missing skin files notification.
But other than that it seems to be working very well.
gmc
19 January 2017 07:51
99
17.8-012, 17 Jan 2017: Based off OSMC commit (b9120ae19e) and newclock5 (fd8c07bd )
Build Highlights:
New AddonsDB schema v27
Add support for SMB File Rename if same share
XBMC:
Add support for SMB File Rename if same share (PR:11446, 1 commit, 1 file changed)
[cmake] Cdio is unconditionally required (PR:11443, 1 commit, 1 file changed)
[addons] webinterface.default 2.4.1 (PR:11458, 1 commit, 33 files changed)
fixed: make news available when browsing add-on repositories (PR:11455, 1 commit, 1 file changed)
peripheral.joystick:
Fix Continuous Integration (PR:76, 0 commits, 0 files changed)
[windows] fix CreateDirectoryA & RemoveDirectoryA are not a member of⌠(PR:75, 0 commits, 0 files changed)
Anything new on Game-Support for e.g. SNES-Games?