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

Aternos Crash #411

Closed
Cobalt22 opened this issue May 10, 2020 · 9 comments
Closed

Aternos Crash #411

Cobalt22 opened this issue May 10, 2020 · 9 comments

Comments

@Cobalt22
Copy link

Modpack version
0.5.4

Issue
Trying to host a server with this modpack on Aternos but it crashes every time i try and activate the server

Logs
https://mclo.gs/rWyoY4a

@NielsPilgaard
Copy link
Collaborator

Please supply the crash report,

@Cobalt22
Copy link
Author

Cobalt22 commented May 11, 2020

@Justin-J-Morgan
Copy link

Justin-J-Morgan commented May 11, 2020

I am having the same issue. my crash report is here: https://mclo.gs/w2Gc2Oq might be the same issue, might not be.

The client side was also having an issue on my laptop. I think it isn't installing 1.14.4 when it installed the modpack, log pasted below. I tried to scrub the PII...

[22:07:17] [main/INFO]: ModLauncher running: args [--username, ~~ --version, forge-28.2.4, --gameDir, C:~~Twitch\Minecraft\Instances\Enigmatica 4, --assetsDir, C:~~Twitch\Minecraft\Install\assets, --assetIndex, 1.14, --uuid, 3c63d0da7f054e68a0e05aad95fd1769, --accessToken, ????????, --userType, mojang, --versionType, release, --width, 1024, --height, 768, --launchTarget, fmlclient, --fml.forgeVersion, 28.2.4, --fml.mcVersion, 1.14.4, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20190829.143755]
[22:07:17] [main/INFO]: ModLauncher 4.1.0+62+5bfa59b starting: java version 1.8.0_51 by Oracle Corporation
[22:07:18] [main/INFO]: Added Lets Encrypt root certificates as additional trust
[22:07:18] [main/FATAL]: Failed to find Minecraft resource version 1.14.4-20190829.143755 at C:~~Twitch\Minecraft\Install\libraries\net\minecraftforge\forge\1.14.4-28.2.4\forge-1.14.4-28.2.4-client.jar
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.RuntimeException: Missing minecraft resource!

[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.lambda$validatePaths$4(FMLCommonLaunchHandler.java:124)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler$$Lambda$136/40075281.accept(Unknown Source)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLCommonLaunchHandler.validatePaths(FMLCommonLaunchHandler.java:121)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLLoader.setupLaunchHandler(FMLLoader.java:195)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:92)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:68)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$7(TransformationServicesHandler.java:107)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler$$Lambda$84/1108924067.accept(Unknown Source)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.HashMap$Values.forEach(HashMap.java:972)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:107)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:59)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.run(Launcher.java:75)
[22:07:18] [main/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

@NielsPilgaard
Copy link
Collaborator

NielsPilgaard commented May 11, 2020

@Justin-J-Morgan That's not a crash report, and there's no crash in there as far as I can tell, but the formatting on that log is horrible so it's hard to tell :P

The text you pasted in is a Twitch issue, it tends to suck at downloading Minecraft for 1.14+, see this issue: #281

Also, please use a pasting website such as https://pastebin.com or https://gist.github.com, so I can read what you send me.

Pastebin
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Gist
GitHub Gist: instantly share code, notes, and snippets.

@NielsPilgaard
Copy link
Collaborator

@Cobalt22 That's still not a crash report, that is another debug.log.

@Justin-J-Morgan
Copy link

I'm not sure where to find the crash report then. But loading from my desktop, it all loads up just fine. It seems to be an issue local to my laptop.

@Justin-J-Morgan
Copy link

Just not sure why a 3rd party server would have an issue.

@NielsPilgaard
Copy link
Collaborator

Crash reports are stored in a folder called crash-reports.

@no-response
Copy link

no-response bot commented May 18, 2020

This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.

@no-response no-response bot closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants