mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #38] [BUG] Opening Live Container with SideJIT does nothing #31
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#31
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 @lumen-novum on GitHub (Apr 21, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/38
Describe the bug
Live Container should run app with JIT after opening Live Container with SideJIT shortcut. It instead returns to the home screen and does nothing (no error message - app works as if nothing happened). If I close and reopen Live Container again without JIT it errors out saying "JIT was not enabled".
Instructions to reproduce
Using iOS 17.3 running SideJITServer on MacOS 14.3. Select app and press play button. Open SideJIT shortcut and select Live Container while in shortcut. The shortcut should open Live Container and proceed to do nothing.
What version of LiveContainer are you using?
Version 2.0-release (main/5229b30)
Other info
No response
@SoY0ung commented on GitHub (Apr 21, 2024):
Duplicate with #31
@khanhduytran0 commented on GitHub (Apr 22, 2024):
If you have JIT-less setup, it might not work properly. If your app needs JIT, start it first then enable JIT.
@lumen-novum commented on GitHub (Apr 22, 2024):
JIT now works with SideJIT in the latest update
ebea623(tested with Pojav). JIT-less doesn't work though for some reason... (I'll make another issue if there isn't already one made with my specific problem)Thank you! 😄