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

Crash in BrightIdeasSoftware.TreeListView.TreeRenderer.HandleHitTest #10785

Open
cyberduck opened this issue Aug 24, 2019 · 6 comments
Open

Crash in BrightIdeasSoftware.TreeListView.TreeRenderer.HandleHitTest #10785

cyberduck opened this issue Aug 24, 2019 · 6 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

265f4c6 created the issue

Hi,

I'm trying to copy files from a personal OneDrive to a Cryptomator encrypted folder on a personal Google Drive.
The transfer initiate but fails. Then, the Cyberduck crash.
All logs are attached.

Please let me know if you need more info,
Regards,

PS : Version 7.0.2.30998


Attachments

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Crash Logs :
790	
791	-----------------------------
792	[General Info]
793	
794	Application: Cyberduck
795	Version:     7.0.2.30998
796	Region:      English (United States)
797	Machine:     DESKTOP-9M2UH18
798	User:        <user>
799	Date: 8/24/2019
800	Time: 9:00 AM
801	
802	User Explanation:
803	
804	<user> said ""
805	-----------------------------
806	
807	[Exception Info 1]
808	
809	Top-level Exception
810	Type:        System.NullReferenceException
811	Message:     Object reference not set to an instance of an object.
812	Source:      ObjectListView
813	Stack Trace: at BrightIdeasSoftware.TreeListView.TreeRenderer.HandleHitTest(Graphics g, OlvListViewHitTestInfo hti, Int32 x, Int32 y)
814	   at BrightIdeasSoftware.BaseRenderer.HitTest(OlvListViewHitTestInfo hti, Int32 x, Int32 y)
815	   at BrightIdeasSoftware.ObjectListView.CalculateOwnerDrawnHitTest(OlvListViewHitTestInfo hti, Int32 x, Int32 y)
816	   at BrightIdeasSoftware.ObjectListView.OlvHitTest(Int32 x, Int32 y)
817	   at BrightIdeasSoftware.ObjectListView.BuildCellEvent(CellEventArgs args, Point location)
818	   at BrightIdeasSoftware.ObjectListView.OnMouseMove(MouseEventArgs e)
819	   at System.Windows.Forms.Control.WmMouseMove(Message& m)
820	   at System.Windows.Forms.Control.WndProc(Message& m)
821	   at System.Windows.Forms.ListView.WndProc(Message& m)
822	   at BrightIdeasSoftware.ObjectListView.WndProc(Message& m)
823	   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
824	   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
825	   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@cyberduck
Copy link
Collaborator Author

3cbfc3c commented

Hi,

Thanks for reaching out. [[br]]
Please update to the latest released version of Cyberduck (7.8.5) to see if the issue still persists.

– Sofie

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Reopened for #11675.

@cyberduck
Copy link
Collaborator Author

54ef91d commented

Replying to [comment:4 dkocher]:

Reopened for #11675.

With the old v7.9.0 I got it 100% of the time each day for like a week.

The crash is not happening with v7.9.1.

I'm curious how the problem went away without a code fix.

@AliveDevil
Copy link
Contributor

AliveDevil commented Jan 5, 2022

Got it with this procedure:

  • Connect Google Drive
  • Upload a file, through Drag/Drop
  • Wait some minutes (30 or so)
  • Delete a file in Browser-view
  • Got it Report-window immediately.
    • Looks like a soft-crash only, as everything else works fine.
      Not closing the window doesn't have any negative effect.

@dkocher
Copy link
Contributor

dkocher commented Dec 1, 2023

Will be resolved by implementing the list view using a different component part of #13036.

@dkocher dkocher added this to the 9.0 milestone Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants