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

[NBug] Illegal characters in path. #8364

Closed
SBulatovaite opened this issue Jul 30, 2020 · 5 comments · Fixed by #8575
Closed

[NBug] Illegal characters in path. #8364

SBulatovaite opened this issue Jul 30, 2020 · 5 comments · Fixed by #8575
Labels
📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity potential-duplicate 💤 status: no recent activity The issue is stale

Comments

@SBulatovaite
Copy link

⚠️ The sections below must be filled in and this text must be removed or the issue will be closed.

Current behaviour

Expected behaviour

Steps to reproduce

Error Details

System.ArgumentException: Illegal characters in path.
   at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
   at System.IO.Path.IsPathRooted(String path)
   at GitCommands.FullPathResolver.Resolve(String path)
   at GitUI.FileStatusList.FileStatusListView_MouseMove(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ListView.WndProc(Message& m)
   at GitUI.UserControls.ExListView.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Additional information

In the commit window click Assume Unchanged on files then Open the commit window again, select Working directory changes -> Show Assumed Unchanged files. Select or right click any of the files.

Environment

  • Git Extensions 3.4.1.9675
  • Build f49b4d0 (Dirty)
  • Git 2.27.0.windows.1
  • Microsoft Windows NT 10.0.18363.0
  • .NET Framework 4.8.4180.0
  • DPI 96dpi (no scaling)
@archivarius-bot
Copy link

Thank you for the bug report 👍

Sadly, it appears some important information is still missing, which you may have overlooked while submitting the bug.
Without this information we may not be able to assist you in resolving the issue.

Please review your submission, fill the missing information in and post a new comment to ping us back to re-open the issue.
Thanks again

@duplicates-detector-bot

This comment has been minimized.

@gerhardol
Copy link
Member

Probably duplicate of #6946
There are changes here since that report though

@RussKie
Copy link
Member

RussKie commented Oct 4, 2020

@SBulatovaite is this reproducible?

Overall I don't expect this specific error to remain an issue once we migrated to .NET 5.0 due to underlying changes in System.IO API.

@RussKie RussKie added 📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity and removed status: incorrectly filled template labels Oct 4, 2020
@ghost ghost added the 💤 status: no recent activity The issue is stale label Oct 18, 2020
@ghost
Copy link

ghost commented Oct 18, 2020

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 14 days. It will be closed if no further activity occurs.

@ghost ghost added the 🚧 status: in progress Issues which have associated PRs label Oct 25, 2020
@ghost ghost removed the 🚧 status: in progress Issues which have associated PRs label Nov 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 needs: author feedback More info/confirmation awaited from OP; issues typically get closed after 30 days of inactivity potential-duplicate 💤 status: no recent activity The issue is stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants