Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop file into menubar crashes application #673

Closed
craigbranscom opened this issue Oct 25, 2018 · 3 comments
Closed

Drag and drop file into menubar crashes application #673

craigbranscom opened this issue Oct 25, 2018 · 3 comments

Comments

@craigbranscom
Copy link

I tried dragging and dropping a .txt file into the menubar application. The GUI immediately went completely black and is unresponsive. The error messages are hidden by the black screen as well.

Error: Asked for /Users/hotmdev5/Desktop/ratemtests.txt but it was not precompiled!
    at FileChangedCache.getCacheEntryForPath (/Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:218:15)
    at /Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:127:41
    at Generator.next (<anonymous>)
    at step (/Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:27:191)
    at /Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:27:437
    at new Promise (<anonymous>)
    at /Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:27:99
    at FileChangedCache.getHashForPath (/Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/file-change-cache.js:177:7)
    at /Applications/IPFS Desktop.app/Contents/Resources/app/node_modules/electron-compile/lib/compiler-host.js:298:51
    at Generator.next (<anonymous>)``` 
@hacdias
Copy link
Member

hacdias commented Nov 14, 2018

Closing as unrelated to the newer version.

@hacdias hacdias closed this as completed Nov 14, 2018
@daviddias
Copy link
Member

@hacdias drag and drop is not working for me on 0.6.0 pre-release. Was that feature removed?

@hacdias
Copy link
Member

hacdias commented Dec 19, 2018

@daviddias yes, it was removed. But the steps to drag-n-drop are the same: open menubar -> Click on Files -> drop to the files window. The only difference is that the Files window is part of Web UI, hence separated from the main menubar window.

/cc @olizilla

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants