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

Songify Chrashes when the output-path cannot be found #41

Closed
muX1337 opened this issue Nov 4, 2022 · 3 comments
Closed

Songify Chrashes when the output-path cannot be found #41

muX1337 opened this issue Nov 4, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@muX1337
Copy link

muX1337 commented Nov 4, 2022

Hey,

I've updated my System from Win10 to Win11 and during this some pathes have changed as well the output-path for sonfigy. This leads to a songify-crash when I've started songify again and he didn't find the path again. As workaround I've just created the path again because I couldn't start songify again. Here the important part from the crash-log:

Reproducing:

  • delete the output-path

Expected Behaviour:

  • Information about the wrong path
Crash-Log-File ```

14:49:24: ##### Unhandled Exception #####
14:49:24: MyHandler caught : Could not find a part of the path 'F:\Marvin\Documents\Stream\Songify\Songify.txt'.
14:49:24: Runtime terminating: {0}True
14:49:24: ###############################
14:49:24: Could not find a part of the path 'F:\Marvin\Documents\Stream\Songify\Songify.txt'.
14:49:24: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at Songify_Slim.MainWindow.WriteSong(String rArtist, String rTitle, String rExtra, String rCover, Boolean forceUpdate, String rTrackId, String rTrackUrl)
at Songify_Slim.MainWindow.d__43.MoveNext()
--- 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 Songify_Slim.MainWindow.d__57.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()

@Inzaniity
Copy link
Collaborator

Thanks for letting us know, I will fix this with the next update.

@Inzaniity Inzaniity added the bug Something isn't working label Nov 4, 2022
@Inzaniity Inzaniity self-assigned this Nov 4, 2022
@Inzaniity
Copy link
Collaborator

If you need a fix for this, change the path in the config.xml file.

@muX1337
Copy link
Author

muX1337 commented Nov 4, 2022

Thanks for the advise, I've created the path on that partition manually and then changed it in the application.

Inzaniity added a commit that referenced this issue Nov 7, 2022
…he directory the app is located in (#41)

• Fixed song deny list not saving correcty if multiple results were found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants