mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1016] [BUG] The app crashes when importing folders #895
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#895
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duypham312 on GitHub (Dec 1, 2025).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1016
Describe the bug
The app crashes when importing folders in MeloNX
Instructions to reproduce
What version of LiveContainer and iOS are you using?
3.6.59 (main/e06a1f1)
Verify steps
Crash Log
melonx-crash-logs.txt
Other info
No response
@hugeBlack commented on GitHub (Dec 1, 2025):
It is highly likely that your rom in not in correct format or you got an invalid key.
@duypham312 commented on GitHub (Dec 1, 2025):
@hugeBlack I think you’re misunderstanding the issue. The file picker doesn’t even appear for that feature. Here’s a screen recording for better illustration. As you can see in that video, the app crashes right after clicking the Add Folder button
https://github.com/user-attachments/assets/1aa8962d-5ba3-4331-8bf8-c13f8d953e68
@hugeBlack commented on GitHub (Dec 1, 2025):
MeloNX issue. They are forcing asCopy on folders when running inside LiveContainer. We can't do anything about that. See
https://git.ryujinx.app/melonx/emu/-/blob/XC-ios-ht/src/MeloNX/MeloNX/App/Views/Main/Elements/FileImporter.swift#L33
https://git.ryujinx.app/melonx/emu/-/blob/XC-ios-ht/src/MeloNX/MeloNX/App/Views/Main/Elements/FilePickerfix.swift#L37