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 crash on browsing models #51

Open
bamdad-b opened this issue Sep 6, 2023 · 3 comments
Open

App crash on browsing models #51

bamdad-b opened this issue Sep 6, 2023 · 3 comments

Comments

@bamdad-b
Copy link

bamdad-b commented Sep 6, 2023

Hi, thank you for the great project.
image
After I hit Browse, the app suddenly closes. Is there any dump file I can send you or any static path I can put my models in?

@bamdad-b
Copy link
Author

bamdad-b commented Sep 6, 2023

I cloned the project and tried to debug it, here is the error:

Exception thrown at 0x00007FFB1D74CF19 in Unpaint.exe: Microsoft C++ exception: winrt::hresult_error at memory location 0x0000004E955FB2F8. HRESULT:0x80004005 Unspecified error
WinRT information: The FileTypeFilters property must have at least one file type filter specified.

It's thrown at ImportLocalModelViewModel.cpp:48 originally at base.h:5087. I'll try to fix the issue if I can and make a pull request.

@raduprv
Copy link

raduprv commented Feb 19, 2024

Same for me.

@theoreticalphysicsftw
Copy link

I cloned the project and tried to debug it, here is the error:

Exception thrown at 0x00007FFB1D74CF19 in Unpaint.exe: Microsoft C++ exception: winrt::hresult_error at memory location 0x0000004E955FB2F8. HRESULT:0x80004005 Unspecified error
WinRT information: The FileTypeFilters property must have at least one file type filter specified.

It's thrown at ImportLocalModelViewModel.cpp:48 originally at base.h:5087. I'll try to fix the issue if I can and make a pull request.

Just add folderPicker.FileTypeFilter().Append(L"*"); on line 48 in ImportLocalModelViewModel.cpp before the _modelFolder = co_await folderPicker.PickSingleFolderAsync(); and it should work. I had the same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants