Jump to content

Strange FPS with Forge on 1.8.9/1.9.4/1.10.2


zacharee

Recommended Posts

I've been playing Minecraft with Forge installed, but only using Optifine under it. I also mostly play in 1.10, so I never really noticed this problem before.

 

I use MultiMC, which may have some relevance; I'm not sure.

 

I switched down to 1.8 so I could play on a 1.8 server. This instance had no Forge installed, but did have the extracted Optifine jar, installed as a "Jar mod." When I started playing 1.8, I noticed I was getting maybe a ~250-300 FPS boost over 1.9/10. Naturally, I thought this was an issue with 1.9/10, so I did a ton of research on that, ultimately coming up with nothing.

 

Then I installed Forge on my 1.8 instance. As soon as I did that, 1.8 had the same FPS drop as 1.9/10. I uninstalled Forge and it went back to normal. I uninstalled Forge on 1.10 and it went up to almost what I get in 1.8.

 

The FPS drop isn't the only issue it seems I'm getting because of Forge, either. Without Forge, moving my mouse back and forth results in very snappy turns: my FOV moves very quickly and I stop right away; it's fluid, but precise. With Forge installed, it seems I'm getting some sort of microstuttering, as 128FPS with Forge is much choppier than 128FPS without. This microstutter might be what's affecting turning, as with Forge installed, turns are somewhat choppy, aren't precise at all, and seem to have quite a few dropped frames.

 

Since this happens on 1.8.9, 1.9.4 and 1.10.2, I'm thinking it's something to do with Forge, since 1.8.9 had an older version of Optifine without the dynamic lighting feature that was introduced for 1.10.2 and then 1.8.9.

 

Of course, I can just use Optifine without Forge, but I do want to install some other mods, like an armor status HUD. which only work with Forge. PVP is terrible with Forge installed, and I don't really know how to fix this.

 

Sorry for the coherency of this post. I'm not quite sure how to discuss this. I also don't know what I need to provide to potentially resolve this issue. I did read through the posting rules, but I'm not so sure how to apply it, since this isn't a Forge crash, but Forge causing major lag spikes (the Optifine lagometer is about twice as "high" with Forge than without). Please tell me what you need; I'll edit it in as soon as I can.

Link to comment
Share on other sites

First of we need logs, second off dont use optifine if you think that it's a Forge issue JUST use Forge.

When Forge/Optifine are installed there is a lot of reflection hacks going on which cause a lot of performance issues. I don't recompensed people do it.

 

Beyond that we can't really diagnose 'stutters' as this sin't something that we are expeciancing. Go get the latest 1.10.2 Forge.

Try it BY ITSELF.

If you're still getting issues post logs, and more helpfully for this kind of thing, a video with your debug overlay enabled.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

First of we need logs, second off dont use optifine if you think that it's a Forge issue JUST use Forge.

When Forge/Optifine are installed there is a lot of reflection hacks going on which cause a lot of performance issues. I don't recompensed people do it.

 

Beyond that we can't really diagnose 'stutters' as this sin't something that we are expeciancing. Go get the latest 1.10.2 Forge.

Try it BY ITSELF.

If you're still getting issues post logs, and more helpfully for this kind of thing, a video with your debug overlay enabled.

 

Hmm. So it is Optifine. I don't know why I didn't try it without beforehand. It would be really nice to have the zoom feature though, along with Forge. Is there anything I can do there?

 

(I don't know which logs to provide or if I even need to now.)

Link to comment
Share on other sites

Don't know off hand, you may be able to find something on the Curse site.

Or if you ask nicely/pay someone they can make it for you.

Zooming is fairly simple its just moving the camera.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Don't know off hand, you may be able to find something on the Curse site.

Or if you ask nicely/pay someone they can make it for you.

Zooming is fairly simple its just moving the camera.

 

Alright. Well, thanks for the help.

 

Are there attempts/plans for better Optifine-Forge compatibility, or is it something that would be too much work to implement?

Link to comment
Share on other sites

No, Optifine is closed source, a jar mod and major hacks/re-writes of the game engine.

There is nothing we can do about it.

 

That's disappointing, but I understand. I really like Optifine (even though the downloads use Adf.ly, which just loves to push malicious ads), and luckily, I found that Liteloader works well with it and the 5zig PVP mod, so I'll be using that for my PVP stuff.

 

Thanks for the info.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Yeah, Minecraft.getInstance().player only works on the client side. Is there a way to get the player from the NetworkEvent.Context?
    • I have tried multimc, prism, and curseforge. They all crash without creating any logs.
    • I play with friends a server with mods, funny enough im the only one getting the error. Link to the crash error:https://pastebin.com/Qgn57EXZ
    • I have a keybind where you spit like a llama. On singleplayer both the entity and particle spawn and it's sound is played (https://youtu.be/bpxnFDuWw_I). But on a server only the entity is spawned and nothing else (https://youtu.be/veVQ4zSqnIA), no particles nor sound. Upon starting the server I have noticed this error in the window (https://postimg.cc/K3KDCpMY), don't know if it's relevant. The server works fine but when I want to spit the following pops up in the serverlog '''Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER''' (https://postimg.cc/LqTDP1Sm). I have prepared the following code of the Server-to-Client packet class which I have made to spawn mentioned particles and sounds. package mett.palemannie.tabakmod.networking.packets; import net.minecraft.client.Minecraft; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.sounds.SoundEvents; import net.minecraft.util.RandomSource; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; import net.minecraftforge.network.NetworkEvent; import java.util.function.Supplier; public class SpuckEffektS2CPacket { public SpuckEffektS2CPacket(){ } public SpuckEffektS2CPacket(FriendlyByteBuf buf){ } public void toBytes(FriendlyByteBuf buf){ } public boolean handle(Supplier<NetworkEvent.Context> supplier){ NetworkEvent.Context context = supplier.get(); context.enqueueWork(()-> { Player player = Minecraft.getInstance().player; //Attempted to load class net/minecraft/client/player/LocalPlayer for invalid dist DEDICATED_SERVER Level level = Minecraft.getInstance().level; RandomSource rdm = RandomSource.create(); float r = rdm.nextInt(80, 120) / 100f; player.playSound(SoundEvents.LLAMA_SPIT, 1f, r); Vec3 MausPos = player.getEyePosition(); Vec3 SchauWinkel = player.getLookAngle(); level.addParticle(ParticleTypes.SPIT, true, MausPos.x, MausPos.y, MausPos.z, SchauWinkel.x/4, SchauWinkel.y/4, SchauWinkel.z/4); }); return true; } } Is there an alternative to Minecraft.getInstance().player;? dumb question. I have looked at other mods (MrCrayfish's Gun Mod, Ars Noveau, Apotheosis) on how they handle such server-to-client sound and particles but I haven't got any wiser.    
    • i keep getting error on minecraft when im trying to play modpack. When i go to logs folder i got this. 
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.