View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018812 | MMW 5 | Now Playing | public | 2022-02-04 19:19 | 2022-02-21 10:51 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | random |
Status | closed | Resolution | no change required | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.3 | ||||
Summary | 0018812: Playing can fail to load metadata | ||||
Description | Twice now the Playing (both Window and Filelisting) fail to show metadata for files (~ 1200 on local drive) on startup in a reasonable short time. This is referenced here 0018808:0066857 | ||||
Steps To Reproduce | 1 Close MediaMonkey with Player set to a Chromecast device 2 Start MediaMonkey --> Playing takes minutes to load | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
From the log I can confirm your theory that it was a general issue with temporal inaccessibility of drives/windows explorer. The playing entries updater has been waiting for "UpdateDriveLetter" thread which was frozen for 7 minutes: 00000163 11:02:01.148 AM [19164] MM5 [21496](R) >UpdateDriveLetters - exists: C:\ [], type: 3, SN: 12EB8B8F 00000164 11:02:01.148 AM [19164] MM5 [21496](R) >UpdateDriveLetters - drive appeared or disappeared: C:\ [], type: 3, SN: 12EB8B8F, exists: true ..... 7 minutes of nothing here..... 00011794 11:09:53.710 AM [19164] MM5 [21496](R) CDPlayer.ini location: E:\Software\MediaMonkey 5\Portable\CDPlayer.ini 00011795 11:09:53.712 AM [19164] MM5 [21496](R) >UpdateDriveLetters - exists: D:\ [TIME_AFTER_TIME], type: 5, SN: 21188D39 So it was a temporal freeze while accessing either CD drive D:\ [TIME_AFTER_TIME] or the file E:\Software\MediaMonkey 5\Portable\CDPlayer.ini (including CD metadata/info) Can you confirm this is no longer an issue? |