PojavLauncherTeam / PojavLauncher_iOS

A Minecraft: Java Edition Launcher for Android and iOS based on Boardwalk. This repository contains source code for iOS/iPadOS platform.
GNU General Public License v3.0
2.33k stars 502 forks source link

[Bug Report] stuck on “saving world screen” #161

Closed imafatboy closed 3 years ago

imafatboy commented 3 years ago

// Delete this line and the above text before submitting.

First, let us know what you’re using. Tell us what iOS/iPadOS device and version you’re using, and the PojavLauncher version. iPhone SE iOS 14.1 v1.2 Next, describe the issue. Make sure to be as descriptive as possible. Using Fabric from doregons repo logging into a world it gets stuck onto “saving world” although when I switch to optifine or vanilla it works fine. What’s supposed to happen? What were you expecting? To get into my world

How does it happen? Let’s get a step by step on how to reproduce this issue. When select any world or create an new one it gets stuck on “saving world” Any files you want to send? We could use a copy of latestlog.txt or a Cr4shed screenshot.

[22:53:22] [Thread-1/INFO]: Loading for game Minecraft 1.16.5 [22:53:23] [ForkJoinPool-1-worker-11/WARN]: Non-Fabric mod JAR at "/var/mobile/Documents/minecraft/mods/cgm-1.0.1-1.16.3.jar", ignoring [22:53:23] [ForkJoinPool-1-worker-7/WARN]: The mod "autoconfig1u" contains invalid entries in its mod json:

crystall1nedev commented 3 years ago

PojavFabric is not an official PLT project and I have plans to deprecate it. I would recommend manually installing Fabric for the time being, as I continue to work on a way to install easier.

imafatboy commented 3 years ago

Forgot to add that it was working before but I’ll try to do it manually and see if that works

crystall1nedev commented 3 years ago

If it was working before, check the permissions on the minecraft and .pojavlauncher folders in Filza.

imafatboy commented 3 years ago

Ok I’ve reinstalled it from the repo because I was having trouble doing it manually and now when I configure the version to fabric it crashes when the ui shows up, but it works perfectly when switching it to optifine

crystall1nedev commented 3 years ago

Run these and try again (if you don’t have sudo, use su and then run it without sudo.):

sudo chown -R mobile:mobile /var/mobile/Documents/{.pojavlauncher,minecraft} sudo chmod -R 755 /var/mobile/Documents/{.pojavlauncher,minecraft}

imafatboy commented 3 years ago

Ok after running the commands and removing all mods from the mods folder and then reinstalling projavoptimize and fabric from repo it worked again, thank you!