View Issue Details

IDProjectCategoryView StatusLast Update
0016250MMW 5Otherpublic2020-08-30 00:38
Reporterpeke Assigned To 
PriorityimmediateSeverityminorReproducibilitysometimes
Status closedResolutionunable to reproduce 
Target Version5.0Fixed in Version5.0 
Summary0016250: Crash On Drag and Drop track from Explorer
DescriptionGot 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.
TagsNo tags attached.
Fixed in build2222

Activities

Ludek

2020-01-15 09:29

developer   ~0055869

Last edited: 2020-01-15 09:39

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?

peke

2020-01-22 20:57

developer   ~0056120

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.

petr

2020-01-24 07:45

developer   ~0056193

Try to make a debuglog when it occur again.

peke

2020-08-30 00:38

developer   ~0059546

Verified 2265

Unable to replicate and have not seen this crash recently. Guess due the other changes to D&D