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

Fix crash when importing images with non-ascii characters in their filepath #1809

Merged
merged 2 commits into from
Nov 2, 2022

Conversation

mugulmd
Copy link
Contributor

@mugulmd mugulmd commented Oct 28, 2022

Description

Importing images with the "Import Image" action causes a crash if the images contain non-ASCII characters in their filepath.

This was apparently a problem on the QML side, occurring when we were trying to log the urls. Removing the log line seems to have fixed the issue.

However I did not find any issue online related to this specific logging problem, this might require further investigation to understand exactly the origin of the crash

@mugulmd mugulmd self-assigned this Oct 28, 2022
@mugulmd mugulmd marked this pull request as ready for review November 2, 2022 13:19
@fabiencastan fabiencastan added this to the Meshroom 2022.1.0 milestone Nov 2, 2022
@fabiencastan fabiencastan merged commit 3822bc8 into develop Nov 2, 2022
@fabiencastan fabiencastan deleted the dev/lv/fixCrashNonASCIIPath branch November 2, 2022 21:58
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

Successfully merging this pull request may close these issues.

3 participants