How to speed up launcher

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
A

AlexeyAM

Guest
Hello everybody!

I encountered a problem: client FTB infinity evolved loaded menie 10 minutes.
It is possible to somehow speed up the loading of the client ?
I have a perfectly good computer to play minecraft and the game itself is not less than 150 ( + - ) FPS , friezes , etc.
Help me please :p
P.S:
In advance I bring apologies for the mistakes in the text , I do not know much English( Thank you Google translate)
 

Attachments

  • 2016-08-10-3.txt
    25.9 KB · Views: 74

DeathOfTime

New Member
Jul 29, 2019
823
0
1
??? looks like the wrong log. Try "fml-client-latest.log". Probably won't be able to attach it. FTB Paste would be a better place for it. Think like to it here.

It takes a few minutes for my computer to load the pack as well. Not certain there is much for it though. There are a lot of mods forge has to process into a playable game.
 
A

AlexeyAM

Guest
??? looks like the wrong log. Try "fml-client-latest.log". Probably won't be able to attach it. FTB Paste would be a better place for it. Think like to it here.

It takes a few minutes for my computer to load the pack as well. Not certain there is much for it though. There are a lot of mods forge has to process into a playable game.
http://paste.feed-the-beast.com/view/9736d961
now i wait 40-45min.............................................
It takes a lot of time processing blocks texture (randomword.png) 0 of ~ 15000
 
Last edited:

DeathOfTime

New Member
Jul 29, 2019
823
0
1
I tried to follow the link to the paste you PMed me. I am not sure you formatted it correctly. No matter what I tried it resulted in a error for finding the page. It would be best if you posted the link here anyways. I'm not the best at reading those logs and there are many more experienced individuals that might see it and know of something that will work.
 

DeathOfTime

New Member
Jul 29, 2019
823
0
1
Can't do anything without log. Probably https://github.com/LWJGL/lwjgl/issues/127 or bad memory allocation.
http://paste.feed-the-beast.com/view/9736d961
now i wait 40-45min.............................................
It takes a lot of time processing blocks texture (randomword.png) 0 of ~ 15000
Thanks for ?updating? your post with a log. Not for sure if that is what happened. I may have just missed it. If you did edit your post though It might work better next time to reply to the thread with the link. It is a relevant update to the thread.

It does look like @jikuja might be right.
Code:
[07:16:22] [Client thread/DEBUG] [FML/]: Bar Finished: Loading took 1473,475s
[07:23:37] [Client thread/DEBUG] [FML/]: Bar Finished: Loading Resource - TextureUtils$1 took 429,934s
It took it 7 minutes just to process that one thing? That does sound like the issue gone over in the link provided.

Edit:
Code:
[06:57:05] [Client thread/WARN] [Railcraft/]: Failed to load sub-texture from textures/blocks/tracks/track.coupler.png - 256x64: (x + width) is outside of Raster
[06:57:05] [Client thread/WARN] [Railcraft/]: Failed to load sub-texture from textures/blocks/tracks/track.coupler.png - 256x64: (x + width) is outside of Raster
[06:57:10] [Client thread/WARN] [Railcraft/]: Failed to load sub-texture from textures/blocks/tracks/track.disposal.png - 64x64: (x + width) is outside of Raster
[07:00:04] [Client thread/INFO] [denseores/]: Dense Ores: Succesfully generated dense ore texture for 'coal_ore' with background 'stone'. Place coal_ore_dense.png
I don't believe I've seen these lines before. The three minute gap afterward is unusual too.