-
-
Notifications
You must be signed in to change notification settings - Fork 434
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
Mojang changing jar location / MC 1.13+ doesn't work #235
Comments
Well hopefully it's just a line change in launcher.properties |
It should be I haven’t dug into the new one quite yet maybe this weekend I’ll just make a pr |
Two lines in fact: lines 13-14 of laucher.properties:
|
Actually, they are introducing a json manifest, so that will need to be read. |
Anyone looked at this yet? I'm trying to learn the code enough (without knowing Java) to make the change.. but maybe theres another repo we can point at that will maintain backwards compatibility? |
The 1.13 is also not on the old location as well |
I tried doing it myself for 1.13 specifically but I have no experience, I have found some of the new urls to point to but not one for assetsSource, building the pack gives unknown source error so just going to wait patiently now
|
I'll check this out very soon. I rolled my ankle today anyway =) =( |
Could this be fixed really soon? Need it ASAP. |
me too, please fix it soon! |
bump |
Is there any way around this? I have not been able to find anything. Does the launcher source code need a rewrite to read the new location or is it just changing the lines properly in launcher.properties |
@sk89q running out of time on this one |
Yeah, well, I've been really busy. out of the country next week too (anyone in Melbourne or Tokyo/Kyoto?) |
two places i would very much like to see, take it easy |
I fixed it in a private forked version. |
I just cannot seem out how to fix this dependency issue: [LWJGL] Failed to load a library. Possible solutions:
|
Hey, a PR would be much appreciated! |
Ok, I can try. The code may be sloppy. I'll try to make it as neat as possible. |
#265 Updated. Let me know if it doesn't work. |
Do you know how to add that to the startup? I need it to be able to use 1.13. Otherwise it won't load. |
|
The native library path was already needed before, so it's already in the command line arguments.
|
Hm.. I'll take a look. |
It is there for me, but it still errors for some reason. |
Hi there, I've downloaded forge and went onto the minecraft launcher selected forge for the profile and it says Failed to download file. Could someone please help me with this. i rlly need to fix this |
@samm2804 read #235 (comment) |
So just wondering if anyone has made any progress on this? we've tried all the listed fixes, but still cannot compile any new modpacks, it's a very sad thing |
same as @josh6259 , looking to know if there was any fix that actually work... it will be 2 years now |
I tried literally all the fixes and I tried modyfing the game myself. No success whatsoever :C (for MC 1.12.2 and forge) |
The comment that I directed you does actually work. Like I stated you need to actually modify your own fork. Saying "I literally tied all the fixes" means you actually haven't when more then just one or two people here have indeed done that and have no issue with forge with 1.12 (and lower) custom packs. Personally I do not care about 1.13 and above and neither do my player base when it comes to modded mc. |
Can also confirm it works. Using a similiar/same way for two years or so |
Guess I should have clarified, I've been trying to get it to work for 1.13+, sorry for the confusion. our packs do currently work with 1.12 and below.
On Thursday, June 11, 2020, 07:17:41 AM EDT, Spanner_Man <[email protected]> wrote:
The comment that I directed you does actually work. Like I stated you need to actually modify your own fork. Saying "I literally tied all the fixes" means you actually haven't when more then just one or two people here have indeed done that and have no issue with forge with 1.12 (and lower) custom packs.
Personally I do not care about 1.13 and above and neither do my player base when it comes to modded mc.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
1.13+ only works for vanilla with that fix, but not for Forge. But thats anither bugticket |
Have you heard of any alternative launcher that we can use for 1.13+ with forge? Thought about twitch or at launcher but waiting for approval for pack updates sucks.
On Thursday, June 11, 2020, 07:22:52 PM EDT, John <[email protected]> wrote:
1.13+ only works for vanilla with that fix, but not for Forge. But thats anither bugticket
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@spannerman79 I am not sure what I am doing wrong then. I downloaded @Routhinator 's fork and created a very simple modpack using minecraft 1.12.2 and forge. Unfortunately I always get this errors:
I also tried applying other fixes I found in the thread separately and using diffrent forge versions. Sadly, no success. What did other people try, that I missed? |
@spannerman79 When did you last check whether it works? Even if I just download routinator fork and don't make any changes there, but just build and run (leave his modpacks there). I cannot start minecraft through the launcher. |
Hey @i9hdkill would you be able to share your fork? |
Our most recent fork is here, and it supports all the way up to 1.14: Be forewarned though - I haven't announced this or put an MR back here yet as there are major changes....
Building packs for this fork of the launcher is done with the new tool Packmaker: https://gitlab.routh.io/minecraft/tools/packmaker |
@Routhinator Unfortunately, I am not able to build that or previous releases at all. I opened an issue at your repo https://gitlab.routh.io/minecraft/launchers/routh-io-skcraft/-/issues/20 |
Is there any plan to release a Windows-compatible version of the pack maker? |
If any of you need help making this work for MC 1.13+ hit me up <3 |
This is now fixed in master. |
changing location from amazonaws to their own network as per this dinnerbone tweet
https://twitter.com/Dinnerbone/status/993773511469686784
The text was updated successfully, but these errors were encountered: