Exception during mod import
Opened this issue · 1 comments
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
- Run program as administrator
- Go to character page
- Click on Mods
- Click on Add mod/archive
- See error
Exception:
System.Runtime.InteropServices.COMException (0x80004005)
at GIMI_ModManager.WinUI.ViewModels.CharacterDetailsViewModel.AddModFolder()
at CommunityToolkit.Mvvm.Input.AsyncRelayCommand.AwaitAndThrowIfFailed(Task executionTask)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at Microsoft.UI.Dispatching.DispatcherQueueSynchronizationContext.<>c__DisplayClass2_0.b__0()
Expected behavior
Mod import dialog
Desktop:
- OS: Windows 10
- Version 22H2
Reprodusible at version 2.10.1
Addditional info
I'm using my custom launcher to run genshin, 3dmigoto and skin manager simultaniusly, so manager starts in elevated mode. If I launch JASM without elevation and elevate it directly from settings menu, import works fine
Interesting...
This seems to be an issue with the filePicker itself I belive it's outside of my control. Tried searching around a bit and can't find a quick solution for this.
Though I have been thinking about creating my own filePicker at some point