View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0016250 | MMW 5 | Other | public | 2020-01-15 03:29 | 2020-08-30 00:38 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | sometimes |
Status | closed | Resolution | unable to reproduce | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0016250: Crash On Drag and Drop track from Explorer | ||||
Description | Got number of crashes when trying to Drag and drop track from Explorer. I can't replicate consistently, but it happened several times over past 5h LOG IDs: C4911D52 C49133AF .el and captured logs are sent offline to Ludek. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2222 | ||||
|
I cannot replicate, but from the logs: 49133AF : Cannot read property 'loadSkinFile' of undefined (when calling app.filesystem.loadSkinFile in mminit.js) C4911D52: Cannot read property 'prepareImage' of undefined (when calling app.utils.prepareImage in backgroundImage.js) So it seems that during the D&D the app.filesystem and app.utils becomes undefined for some reason. @Petr, any idea how this could happen? It looks like app object was only a stub during that time? This happens only during app closing, isn't it? @Peke, could you generate also standard debug log using DbgView and catch a video demonstrating the issue so that we can see the drop target and furher details? |
|
I tried to replicate today also for an hour, but I Can't replicate anymore for past few days. Assigned for Petr feedback if there is something code. |
|
Try to make a debuglog when it occur again. |
|
Verified 2265 Unable to replicate and have not seen this crash recently. Guess due the other changes to D&D |