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

All your suggestions, requests and ideas for future development
Post Reply
User avatar
Ithiel
Power² User
Posts: 204
Joined: 11 Jul 2013, 14:58

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

Post 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?
There can be only one Power² User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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
:idea: Please read the FAQ and How to Request Help.
User avatar
Ithiel
Power² User
Posts: 204
Joined: 11 Jul 2013, 14:58

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

Post 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
There can be only one Power² User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
Ithiel
Power² User
Posts: 204
Joined: 11 Jul 2013, 14:58

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

Post 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)
There can be only one Power² User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post by rednoah »

try 1944
:idea: Please read the FAQ and How to Request Help.
User avatar
Ithiel
Power² User
Posts: 204
Joined: 11 Jul 2013, 14:58

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

Post 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" >.<
There can be only one Power² User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
Ithiel
Power² User
Posts: 204
Joined: 11 Jul 2013, 14:58

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

Post 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 :-/
There can be only one Power² User
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

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

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply