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

App error: Path cannot be the empty string or all whitespace. Parameter name: path #574

Open
thomas694 opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@thomas694
Copy link
Contributor

Sometimes users let the app report an error that occurred, but it's unclear which steps caused it.
We have the error message, the stack trace and need to find the root cause...
Any help is welcome.


ExceptionMessage: Path cannot be the empty string or all whitespace.
Parameter name: path
ExceptionType: System.ArgumentException
Callstack:

at System.IO.Directory.GetParent(String path)
at TumblThree.Applications.ViewModels.SettingsViewModel.SaveSettings() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\ViewModels\SettingsViewModel.cs:line 1651
at TumblThree.Applications.ViewModels.SettingsViewModel.d__531.MoveNext() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\ViewModels\SettingsViewModel.cs:line 1477
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Waf.Applications.AsyncDelegateCommand.d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

TumblThreeVersion: 2.14.2.457 (64 bit)

@thomas694 thomas694 added bug Something isn't working help wanted Extra attention is needed labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant