Page 1 of 1

Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 07:03
by Ithiel
Hi Red,

Not sure if it's a Windows 8 (or 8.1) issue, but drag and drop doesn't work for me anymore. :-/

When I try and drag something into FileBot, I get a red circle with a line through it and it won't let me drop anywhere.

Also, not sure if it's related or not, but I'm also having some file browsing issues as well in network locations.

Sub folders of shares work fine, but top level share folders freak out.

i.e. browsing locations like this are fine:
\\mynas\media\TV-Shows\ or \\mynas\media\Movies\007- James Bond - Collection\A View To A Kill (1985 PG)\

but here freaks out and locks up the file browser in FileBot:
\\mynas\media\

If I start in the TV-Shows folder, I can browse deeper, but if I try and go 'up' out of TV-Shows into the parent media folder, it also spits chips >.<

any ideas?

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 08:07
by rednoah
Have you tried mounting the network share with a drive letter?

Generally there's nothing I can do about these things. Updating Java may or may not help, also listing files seems very basic so if there is an issue it's probably very specific to you, and if there is a bug in Java or Windows it'd probably take days of debugging to even get close. :D

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 08:31
by Ithiel
Yup - I've got it mounted as 'N:\'... however it doesn't work AT ALL if I try via the network drive.

Any attempts to call any path via a network drive generates the following error: java.lang.NullPointerException

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 08:52
by rednoah
Can you check the console output and send me the whole stacktrace?

If there's an NPE in Java I might be able to fix it.

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 10:38
by Ithiel
Happy hunting :-)

Code: Select all

Dec 23, 2013 8:37:35 PM net.sourceforge.filebot.ui.transfer.LoadAction actionPer
formed
WARNING: null
java.lang.NullPointerException
        at java.util.Arrays$ArrayList.<init>(Unknown Source)
        at java.util.Arrays.asList(Unknown Source)
        at net.sourceforge.filebot.ui.rename.FilesListTransferablePolicy.load(FilesListTransferablePolicy.java:102)
        at net.sourceforge.filebot.ui.rename.FilesListTransferablePolicy.load(FilesListTransferablePolicy.java:61)
        at net.sourceforge.filebot.ui.transfer.FileTransferablePolicy.handleTransferable(FileTransferablePolicy.java:44)
        at net.sourceforge.filebot.ui.rename.FilesListTransferablePolicy.handleTransferable(FilesListTransferablePolicy.java:54)
        at net.sourceforge.filebot.ui.transfer.LoadAction.actionPerformed(LoadAction.java:63)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$200(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 13:44
by rednoah
try 1944

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 14:09
by Ithiel
lol, well - it doesn't give an error anymore. It doesn't open the files/folders either, but it doesn't give an error :-P

We'll call that a "partial success" >.<

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 23 Dec 2013, 16:59
by rednoah
That's what I thought. The NPE only happened because somehow there was a folder that had NULL children, not 0, but NULL. That can't happen. Though in your case it does. The usual suspect would be permissions issues.

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 24 Dec 2013, 23:55
by Ithiel
rednoah wrote:The usual suspect would be permissions issues.
Permissions to what? the program or the path?

I can browse to the path without issue (via mapped drive or direct network path), it's just that FileBot only 'likes' the network path. Also, I've tried running FileBot as administrator to see if that helped, but it didn't make any difference :-/

Re: Drag and Drop issues in Windows 8(.1)?

Posted: 25 Dec 2013, 07:29
by rednoah
Not sure. Permissions with Windows/SMB especially with Linux samba server are always tricky and never quite make sense. Or it's bugs. These things are never 100% compatible.