gorilla-devs / GDLauncher

GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
https://gdevs.io
GNU General Public License v3.0
1.22k stars 246 forks source link

Instance from Zip File stuck on infinite loading #1570

Closed MafaOwO closed 1 year ago

MafaOwO commented 1 year ago

Describe the bug As it says on the tin. Adding a new instance from a zip import has the launcher stuck in the loading pop-up seemingly forever. I've noticed other people had this problem dating as recently as this March, but couldn't find any fixes or solutions. I did a fresh install of GDLauncher and attempted to import a zip of a previous version of the modpack that had uploaded and ran without issues.

To Reproduce Steps to reproduce the behavior:

  1. Add new instance from import zip
  2. After inserting the name and clicking on the next arrow, it gets stuck on the square loading animation.

Screenshots image Screen that it gets stuck in. The animation plays normally, it just never goes back to the main launcher. image Console. I believe these errors are related to the vanilla instance I set up to test if it was only a zip issue. image Issues brought by the console. The first one was something that was there before I reinstalled it, the second came in after the fresh install.

Operating System:

Eskaan commented 1 year ago

Yeah, it seems like your pc can't reach the mojang servers to download the game files. The timeout hints at an outage or firewall, you might look into your internet connection and try again tomorrow.

MafaOwO commented 1 year ago

Thank you for the quick reply!

The issue isn't vanilla, it runs just fine. The problem is that when I load an instance from a modpack zip that is local in my computer, it gets stuck in a loading screen infinitely, with seemingly no activity registered in the console.

MafaOwO commented 1 year ago

UPDATE: My friend had accidentally sent me the wrong install instructions. Instead of importing a zip, I should've added a forge instance and then add the folder contents there. After doing this, the instance was created and it runs normally.

Thanks for the quick reply again, I'll be closing this thread as the issue sorted itself out ^^