home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Fanart suddenly crashing Mediaportal April 2024
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ajs" data-source="post: 1298766" data-attributes="member: 68833"><p>[CODE][2024-04-24 17:55:02,074] [Log ] [MPMain ] [INFO ] - Main: MediaPortal x86 v1.33.000.0 is starting up on Windows 10 Professional x64 [10.0.19044.0]</p><p>...</p><p>[2024-04-24 17:57:50,495] [Error ] [ScraperWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:DELETE FROM Image WHERE Key1 = '38 special' AND Key2 = '38 special' AND Category = 'MusicAlbum' AND SubCategory = 'MusicAlbumThumbScraped' AND DummyItem = 1;</p><p>[2024-04-24 17:58:50,602] [Error ] [ScraperWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:INSERT INTO Image (Id, Category, SubCategory, Section, Provider, Key1, Key2, Info, FullPath, SourcePath, AvailableRandom, Enabled, DummyItem, Time_Stamp, MBID, Last_Access, Protected) VALUES('C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Music\Albums\38 special-38 special.jpg', 'MusicAlbum', 'MusicAlbumThumbScraped', '', 'Dummy', '38 special','38 special', '', null, null, 0, 0, 1, '2024-04-24', '0ec41050-d85e-339f-8bf6-18133b7eb822', '2024-04-24', 0);</p><p>[2024-04-24 17:59:50,748] [Error ] [ScraperNowWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:DELETE FROM Image WHERE Key1 = 'james horner' AND Key2 = '' AND Category = 'MusicArtist' AND SubCategory = 'MusicArtistThumbScraped' AND DummyItem = 1;</p><p>[2024-04-24 18:00:50,827] [Error ] [ScraperNowWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:INSERT INTO Image (Id, Category, SubCategory, Section, Provider, Key1, Key2, Info, FullPath, SourcePath, AvailableRandom, Enabled, DummyItem, Time_Stamp, MBID, Last_Access, Protected) VALUES('C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Music\Artists\james horner.jpg', 'MusicArtist', 'MusicArtistThumbScraped', '', 'Dummy', 'james horner','', '', null, null, 0, 0, 1, '2024-04-24', '679ec43c-bc04-4bb0-b619-2da702a214ba', '2024-04-24', 0);</p><p>[2024-04-24 18:00:57,779] [Error ] [25 ] [ERROR] - TextureManager: exception loading texture memoryImage</p><p>[2024-04-24 18:00:57,785] [Log ] [25 ] [ERROR] - Exception: SharpDX.SharpDXException: HRESULT: [0x8007000E], Module: [General], ApiCode: [E_OUTOFMEMORY/Out of memory], Message: Not enough memory resources are available to complete this operation.</p><p>[/CODE]</p><p></p><p>Judging by the log file, several problems are possible:</p><ul> <li data-xf-list-type="ul">Database damaged</li> <li data-xf-list-type="ul">Out of disk space</li> <li data-xf-list-type="ul">During playback, some process made a lock on the database file (antivirus, synchronization, etc.)</li> <li data-xf-list-type="ul">The allocated memory for Mediaportal has run out (the log shows that SharpDX returned <strong>E_OUTOFMEMORY</strong></li> <li data-xf-list-type="ul">Something else</li> </ul><p>What I would do:</p><ul> <li data-xf-list-type="ul">I would be to check the database for errors, re-index and compress.</li> <li data-xf-list-type="ul">I would install Mediaportal 1.33 x64 </li> <li data-xf-list-type="ul">I would launch it and wait for the initial scan to complete.</li> <li data-xf-list-type="ul">I would start playing music</li> </ul></blockquote><p></p>
[QUOTE="ajs, post: 1298766, member: 68833"] [CODE][2024-04-24 17:55:02,074] [Log ] [MPMain ] [INFO ] - Main: MediaPortal x86 v1.33.000.0 is starting up on Windows 10 Professional x64 [10.0.19044.0] ... [2024-04-24 17:57:50,495] [Error ] [ScraperWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:DELETE FROM Image WHERE Key1 = '38 special' AND Key2 = '38 special' AND Category = 'MusicAlbum' AND SubCategory = 'MusicAlbumThumbScraped' AND DummyItem = 1; [2024-04-24 17:58:50,602] [Error ] [ScraperWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:INSERT INTO Image (Id, Category, SubCategory, Section, Provider, Key1, Key2, Info, FullPath, SourcePath, AvailableRandom, Enabled, DummyItem, Time_Stamp, MBID, Last_Access, Protected) VALUES('C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Music\Albums\38 special-38 special.jpg', 'MusicAlbum', 'MusicAlbumThumbScraped', '', 'Dummy', '38 special','38 special', '', null, null, 0, 0, 1, '2024-04-24', '0ec41050-d85e-339f-8bf6-18133b7eb822', '2024-04-24', 0); [2024-04-24 17:59:50,748] [Error ] [ScraperNowWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:DELETE FROM Image WHERE Key1 = 'james horner' AND Key2 = '' AND Category = 'MusicArtist' AND SubCategory = 'MusicArtistThumbScraped' AND DummyItem = 1; [2024-04-24 18:00:50,827] [Error ] [ScraperNowWorker] [ERROR] - SQLiteClient: cmd:sqlite3_step err:BUSY/BUSY detailed:database is locked query:INSERT INTO Image (Id, Category, SubCategory, Section, Provider, Key1, Key2, Info, FullPath, SourcePath, AvailableRandom, Enabled, DummyItem, Time_Stamp, MBID, Last_Access, Protected) VALUES('C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Music\Artists\james horner.jpg', 'MusicArtist', 'MusicArtistThumbScraped', '', 'Dummy', 'james horner','', '', null, null, 0, 0, 1, '2024-04-24', '679ec43c-bc04-4bb0-b619-2da702a214ba', '2024-04-24', 0); [2024-04-24 18:00:57,779] [Error ] [25 ] [ERROR] - TextureManager: exception loading texture memoryImage [2024-04-24 18:00:57,785] [Log ] [25 ] [ERROR] - Exception: SharpDX.SharpDXException: HRESULT: [0x8007000E], Module: [General], ApiCode: [E_OUTOFMEMORY/Out of memory], Message: Not enough memory resources are available to complete this operation. [/CODE] Judging by the log file, several problems are possible: [LIST] [*]Database damaged [*]Out of disk space [*]During playback, some process made a lock on the database file (antivirus, synchronization, etc.) [*]The allocated memory for Mediaportal has run out (the log shows that SharpDX returned [B]E_OUTOFMEMORY[/B] [*]Something else [/LIST] What I would do: [LIST] [*]I would be to check the database for errors, re-index and compress. [*]I would install Mediaportal 1.33 x64 [*]I would launch it and wait for the initial scan to complete. [*]I would start playing music [/LIST] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Fanart Handler
Fanart suddenly crashing Mediaportal April 2024
Contact us
RSS
Top
Bottom