Giter VIP home page Giter VIP logo

betterfpsdistances's People

Contributors

someaddons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

betterfpsdistances's Issues

[Bug]: When I load the game I get an error about mixins

Describe the bug you're experiencing

When loading a new world I get the error:

org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: @Shadow field cameraX was not located in the target class me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager. Using refmap betterfpsdist.refmap.json
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachFields(MixinPreProcessorStandard.java:629) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:305) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:280) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1288) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:292) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
	at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar:10.0.9+10.0.9+main.dcd20f30]
	at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?]
	at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
	at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?]
	at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?]
	at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?]
	at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.initRenderer(SodiumWorldRenderer.java:256) ~[embeddium-0.2.9+mc1.20.1.jar%23256!/:?]
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.loadWorld(SodiumWorldRenderer.java:105) ~[embeddium-0.2.9+mc1.20.1.jar%23256!/:?]
	at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.setWorld(SodiumWorldRenderer.java:97) ~[embeddium-0.2.9+mc1.20.1.jar%23256!/:?]
	at net.minecraft.client.renderer.LevelRenderer.handler$zga000$onWorldChanged(LevelRenderer.java:5147) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.renderer.LevelRenderer.m_109701_(LevelRenderer.java:685) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.Minecraft.m_91324_(Minecraft.java:2153) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.Minecraft.m_91156_(Minecraft.java:2078) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.multiplayer.ClientPacketListener.m_5998_(ClientPacketListener.java:404) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.network.protocol.game.ClientboundLoginPacket.m_5797_(ClientboundLoginPacket.java:95) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.network.protocol.game.ClientboundLoginPacket.m_5797_(ClientboundLoginPacket.java:25) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23279!/:?]
	at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-47.2.6.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.6.jar:?]
	at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.6.jar:?]
	at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.6.jar:?]
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]
	at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]```

### Reproducability

Create a new world with this mod.

### Mod up to date

- [X] Before submitting this issue I updated to the newest version and reproduced it

### Minecraft version

1.19

### Modloader version

Forge

### Logs

https://gist.github.com/Silvertide7/301331e8ae36ef40b39b490d55a33f98

[Bug]: [1.20.1] Mixin fails to apply to Embeddium (unofficial sodium fork)

Describe the bug you're experiencing

Looks like your mod is expecting a different flavor of sodium and doesn't account for if it runs with forks of Sodium. Also your minecraft version list doesn't include a 1.20.
betterfpsdist-1.20.1-4.1
[1.20.1] Embeddium 0.3.0

Reproducability

Try launching them together.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.18

Modloader version

Forge

Logs

https://gist.github.com/border999/d48f6cd7c080c7e1d7d9cc917c65b76b

[Bug]: Make support for Sodium 0.5.1

Describe the bug you're experiencing

No work with new Sodium 0.5.1

Reproducability

No work with new Sodium 0.5.1

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

[Bug]: Nether not Rendering

Describe the bug you're experiencing

When entering the nether from the overworld on my server nothing renders. Everything is generated already in the area. The error "Ignoring chunk since it's not in the view range" spams my logs. I'm not sure if it was the cause, but removing better fps render distance stopped the issue.

Reproducability

  1. Enter World
  2. Enter Nether Portal

(Issue doesn't occur if I quit the game and relaunch and load back into the nether)

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

https://gist.github.com/sherpascott/44c3c42005bc8cd41cb443d5d64a93fc

[Bug]: Crash on Starting with Quilt

Describe the bug you're experiencing

I have created a complete, clean version of Minecraft 1.20.1 that runs with Quilt 0.21.0 and QFAPI-7.4.0. After that, I installed the BetterFPSDistances mod in version 4.0. However, this led to a game crash, accompanied by the following error message:

"-- Error 1 --
Better FPS Distance Mod requires the version [1.20.1-1.5, ∞) of Cupboard, which is missing!"

The strange thing about this is that this problem does not occur in version 3.7 of BetterFPSDistances, but only in the higher versions.

Reproducability

  1. Reinstall Minecraft 1.20.1
  2. Install Quilt 0.21.0
  3. QFAPI-7.4.0. and Paste BetterFPSDistances 4.0 into mods folder
  4. Start
  5. Error message

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

https://gist.github.com/Antipartie/5e01e70c9e48d1df267fa717a7427669

[Question] Use this mod in a Modrinth modpack

Hello sir, I'm actively creating a modpack on modrinth including your mod, as I'm using it since a time now and want to share this with other people. My question is pretty simple, am I allowed to share BetterFPS - Distance through a Modrinth modpack and how should I proceed ?

[Bug]: Cannot see ground under you from high up.

Describe the bug you're experiencing

Due to the circular render distance, it's entirely possible not to be able to see the ground under you when up high which can be a bit disconcerting.

It might be worth having an option to set a minim cylinder render distance, just so you can see the ground if you're up high enough.

Reproducability

Have a structure high in the sky, the ground will not be visible.

2022-09-23_17 52 49

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.18

Modloader version

Forge

Logs

None

[Bug]: error on launch

Describe the bug you're experiencing

[23:31:28] [Render thread/WARN]: Mixin apply for mod betterfpsdist failed betterfpsdist.mixins.json:Sodiummixin from mod betterfpsdist -> me.jellysquid.mods.sodium.client.render.chunk.RenderSectionManager: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Invalid descriptor on betterfpsdist.mixins.json:Sodiummixin from mod betterfpsdist->@Inject::isWithinRenderDistance(Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lme/jellysquid/mods/sodium/client/render/chunk/lists/ChunkRenderListBuilder;Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [ -> Inject -> betterfpsdist.mixins.json:Sodiummixin from mod betterfpsdist->@Inject::isWithinRenderDistance(Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on betterfpsdist.mixins.json:Sodiummixin from mod betterfpsdist->@Inject::isWithinRenderDistance(Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V! Expected (Lme/jellysquid/mods/sodium/client/render/chunk/lists/ChunkRenderListBuilder;Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V [ -> Inject -> betterfpsdist.mixins.json:Sodiummixin from mod betterfpsdist->@Inject::isWithinRenderDistance(Lme/jellysquid/mods/sodium/client/render/chunk/RenderSection;Lnet/minecraft/class_2350;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:567) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:497) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:276) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.inject(InjectionInfo.java:445) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1377) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1062) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:402) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112) ~[fabric-loader-0.14.21.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at java.lang.Class.forName0(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:496) ~[?:?]
at java.lang.Class.forName(Class.java:475) ~[?:?]
at net.fabricmc.loader.impl.launch.knot.MixinServiceKnot.findClass(MixinServiceKnot.java:96) ~[fabric-loader-0.14.21.jar:?]
at org.spongepowered.asm.mixin.transformer.MixinProcessor.audit(MixinProcessor.java:254) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.transformer.MixinTransformer.audit(MixinTransformer.java:171) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at org.spongepowered.asm.mixin.MixinEnvironment.audit(MixinEnvironment.java:1425) ~[sponge-mixin-0.12.5+mixin.0.8.5.jar:0.12.5+mixin.0.8.5]
at ca.fxco.memoryleakfix.fabric.MemoryLeakFixFabric.internalForceLoadAllMixinsAndClearSpongePoweredCache(MemoryLeakFixFabric.java:40) ~[memoryleakfix-fabric-1.17+-1.0.0.jar:?]
at ca.fxco.memoryleakfix.fabric.MemoryLeakFixFabric.forceLoadAllMixinsAndClearSpongePoweredCache(MemoryLeakFixFabric.java:32) ~[memoryleakfix-fabric-1.17+-1.0.0.jar:?]
at net.minecraft.class_310.handler$cch000$memoryleakfix$memoryLeakFix$loadAllMixinsClientSide(class_310.java:13000) ~[client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java) ~[client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:237) ~[minecraft-1.19.4-client.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.14.21.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) ~[fabric-loader-0.14.21.jar:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:578) ~[?:?]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) ~[NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) ~[NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:143) ~[NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:34) ~[NewLaunch.jar:?]

Reproducability

launch

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

/

[Bug]: Incompatible with Meteor client

Describe the bug you're experiencing

Running Farsight with Meteor client causes Meteors storage search module to not render at all.

Reproducability

enable Farsight and Meteor, then enable Meteor's storage search module. no tracers or highlight for storage blocks are visible. Removing Farsight will allows Meteor storage search to work again.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

https://gist.github.com/AAlchemy/67557ccfa40a6d54f114c8be662144db

[Bug]: Still rendering in a square?

Describe the bug you're experiencing

Either I'm misunderstanding what the mod does or something has gone wrong. The image below shows that the world has still been rendered as a square - unless if I'm just being stupid. Using 1.20 which wasn't an option on this form.
image

Reproducability

Load game, fly up, see square.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

https://gist.github.com/OsoaGH/86d696d050532f2edb11f827d44280d1

Some chunks not loading after roaming aroung the world for a bit

It happens only with this mod installed, when i remove it the chunks load without problem.
For testing i created some worlds and wandered for some seconds flying before some chunks stopping to load, On game settings i'm using 10 chunks.
It might be a bug with optfine UH7? Forge is 40.1.19.

the mods i'm using that i think might be the problem:
betterfpsdist-1.18.2-1.5
smoothchunk-1.18.2-1.9
dynview-1.18.2-2.8
betterbiomeblend-1.18.2-1.3.5-forge
TerraBlender-forge-1.18.2-1.1.0.101
BiomesOPlenty-1.18.2-16.0.0.115
OptiFine_1.18.2_HD_U_H7
Xaeros_Minimap_22.8.2_Forge_1.18.2
XaerosWorldMap_1.22.0_Forge_1.18.2

Permission for Modpack request

Describe the bug you're experiencing

Hey someaddons, for uploading a modpack on modrinth and to include any mod, I must ask for permission to include them. I would love to include your mod in my pack since it is a great way to improve the performance of the modpack. Therefore I would love to get permission to include your amazing mod in my modpack. If there is any further information you require I am happy to help!
Best regards,
Kasax

Reproducability

Any modpack on modrinth

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

[Bug]: Crash on startup

Describe the bug you're experiencing

Game crashes while loading when betterfps is in the mods folder, even when it's the only mod installed.

Reproducability

-Install Forge 47.2.30 for Minecraft 1.20.1
-Only have betterfpsdlist-1.20.1-4.3.jar in mods folder

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.20.1

Modloader version

Forge

Logs

https://gist.github.com/KittyKhrysty/7f8ff35a8814579ae327eb234cbc7864

[Bug]: BetterFPS can control weather and difficulty without op

Describe the bug you're experiencing

If Better chunk loading is installed on the server and a client has BetterFPS installed, the client is able to control the weather and even can change the difficulty without OP-permissions.

Reproducability

  1. Install Better chunk loading on server.
  2. Install Better FPS on the client.
  3. Don't give the client OP.
  4. Try to change the weather or mobs. It will work, even without OP.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

https://gist.github.com/craeckor/c234125f61436e0d327b21b7fa3a84b2

[Bug]: No Option When Using Optifine

Describe the bug you're experiencing

The option slider for increasing the HRdist doesn't appear in any of the video settings when using optifine, making it impossible to use the two together.

As a side note. It would be nice to have a little bit of a fog/fade effect for the chunks beneath you that are unloading. That way it doesn't look so jarring when you set it to a lower amount, which causes those unloaded chunks to just vanish beneath you, leaving a large hole. I think a fading effect would work fine(may be easier than rendering fog to cover the unloaded chunks), making it so the closer the chunk gets to unloading, the more transparent it gets, until it is eventually just invisible(then it unloads).

Reproducability

  1. Install optifine and betterfpsdistances.
  2. Launch game.
  3. Go to options/video settings
  4. Check all video setting
    5 Be sad

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.16.5

Modloader version

Forge

Logs

https://gist.github.com/SaltSouls/f5b215c943cc152ebf20cd5ac2db5621

[Bug]: Game crashed error on launch

Describe the bug you're experiencing

forge vers: forge-1.20.1-47.2.5-installer
mod vers: betterfpsdist-1.20.1-3.8

I'm trying to run this with other mods, but even when i load it by itself it still crashes. Reinstalled MC and it still crashed.

Error w/o other mods:

  • Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    error log without mods.txt

Error w/ other mods:

  • Error: java.lang.IncompatibleClassChangeError: class net.coderbot.iris.gui.option.ShadowDistanceOption cannot inherit from final class net.minecraft.client.OptionInstance
    error log with mods.txt

Reproducability

fresh install of mc
forge vers: forge-1.20.1-47.2.5-installer
mod vers: betterfpsdist-1.20.1-3.8

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

i dont use github

[F-req] Better config

  • Problem:
    The config needs to accessed through text file with Sodium.
    The config is less intuitive.
    It cannot increase render distance in Z dir. (I know I can set it lower than 1 but that makes fog buggy looking)
  • Feature request:
    Add config button to sodium page.
    Add functionality to stretch the sphere seperataly in each axis
    Make the fog strech in same manner
    Also maybe replace the render distance setting with three sliders so as to have precise chunk distance manipulation of each axis.

[Bug]: 1.20 Crashes when loading world and sodium is installed

Describe the bug you're experiencing

On 1.20 when sodium is installed, the menu loads fine but when I try to load a singleplayer world the game crashes.

Reproducability

Fabric version 0.14.21
Installed mods:
fabric api 0.83.0 1.20
sodium 0.4.10
betterfpsdist 2.6

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

https://paste.ee/p/68DKP

[Bug]: Incompatability with Gems and Jewels mod

Describe the bug you're experiencing

Game crashes when i'm trying to run Gems and Jewels with Better FPS.
The loading screen appears for a second then minecraft crashes.
I'm disable all mods in my modpack except these two, so I'm sure.

Reproducability

Install Better FPS Render Distance and Gems and Jewels then run launcher.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

https://gist.github.com/1ezekiil/998f2fa757c0bdd50b2ce6468d1393c5

[Not Really a Bug]: Mark the mod in Curseforge as 1.18.2 Compatible

Describe the bug you're experiencing

It's not marked as 1.18.2 compatible on Curseforge despite being compatible, which makes it so that the launcher won't download it onto 1.18.2 forge profiles.

(im making an issue here since u disabled curseforge comments and i have no other way of contacting u)

Reproducability

Download mod from website, load it into 1.18.2 forge, see results.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.18.1

Modloader version

Forge

Logs

there are no logs

[Suggestion] Apply changes to Fog aswell

Since this mod changes only the actual render distance, it causes the fog to not be visible when the ground you're viewing is on a different height level than the camera. My suggestion is to just apply the same shape as the render distance to the fog aswell (if that is possible), to make the fog always match.

[Bug]: Possible incompatibility with Embeddium, (and maybe Pluto and Canary?) 1.19.2

Describe the bug you're experiencing

There seems to be an incompatibility with Better FPS Render Distance, and Embeddium, with another possibility being somehow linked to Pluto and Canary?
This can not seemingly be reproduced with just Better FPS Render Distance, or with just Embeddium, which is why I believe it's some kind of incompatibility.
The log file provided below, states it's some kind of OpenAl issue.
I've already reported the issue on Embeddium's side, and there the author suggested I make a bug report here, since they can not fix it on their end. (Link: embeddedt/embeddium#203 )

If more information or testing is required, let me know.

Reproducability

  1. Install Embeddium and any possible addons for it.
    1.1. Optionally install Pluto and Canary. (This is optional because I have some instances where this still happened without them, but with both installed, it happened almost every time without fail.)
  2. Load up a world, preferably not a flat one and one with some elevation and forests.
  3. Quickly ascend and decend along the Y axis in succession, sometimes multiple times.
  4. Observe some chunks failing to render and remain 'empty'.
  5. Place a block in these visually glitched out chunks and observe the glitch disappearing.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

<script src="https://gist.github.com/DigitalWendigo/c602f21f76ea5fbbea7248c7b0a05aa1.js"></script>

[Bug]: crush when clicking on video settings

Describe the bug you're experiencing

when i clicked on the video setting in the options menu it crushed

The game crashed whilst mouseclicked event handler
Error: java.lang.NoSuchMethodError: 'net.minecraft.class_7172$class_7277 net.minecraft.class_7172.method_42399()'

Reproducability

the mod with fabric api
on fabric version 0.14.22 on minecraft version 1.19.2

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

https://gist.github.com/eyalgi11/e168f73c13cb8b9f22c771465d43e6c3

[Bug]: Latest Fabric version is tagged as Forge on CF

Describe the bug you're experiencing

Better Fps - Render Distance[Fabric] 1.8 has the Forge tag which causes it to be unseen by Mod Loaders.

Reproducability

image

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.18.1

Modloader version

Fabric

Logs

na

1.12.2 and 1.15.2 ?

The fashion idea is great
Many people play on 1 12 2 because there are a lot of mods and good performance
this mod would have doubled the performance of 1 12 2, thereby making it possible to draw more on many PC

1.15.2 crash

Hi, I tried to install better fps distance, without other mods, but I get an error every time. Version 1.15.2, better fps distance 1.1
Is it for exactly 1.15.2?

Modloader : Forge
Minecraft version :1.15.2

I get this error on two different PCs.

Caused by: org.spongepowered.asm.mixin.throwables.ClassMetadataNotFoundException: net.minecraft.util.math.vector.Vector3d at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.transformMethod(MixinPreProcessorStandard.java:741) ~[mixin-0.8.2.jar:0.8.2+unknown-b0.git-unknown] {}

1.20.4 Support?

Describe the bug you're experiencing

Reproducability

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

Rubidium

I don't know where to ask this so I'll just write my question here. Since Betterfps Render Distance is compatible with most mods, does that include optimization mods like Rubidium? [Forge port of Sodium].

License

Could you change the license on CurseForge to allow it to be used in modpacks?
And could you also upload the license to GitHub?

[Bug]: betterfps harming performance/fps

Describe the bug you're experiencing

when mod is installed with some other performance mods, it actually harms the fps by something like 40-50%

Reproducability

install these performance mods (i think):
modernfix
ferritecore
entityculling
embeddium

and also obviously betterfps
run game and see fps drop.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.20.1

Modloader version

Forge

Logs

https://gist.github.com/iceman2511/cb2dc137abfdaa92d20d19fb575db980

[Bug]: Mismatched minecraft version with 3.7

Describe the bug you're experiencing

Installed BetterFPS 3.7 on 1.19.4 and fabric throws a dependency error

- Mod 'Better FPS distance Mod' (betterfpsdist) 1.19.4-3.7 requires any 1.20.x version of 'Minecraft' (minecraft), but only the wrong version is present: 1.19.4!

Reproducability

-Install BetterFPS 3.7 with 1.19.4 - Fabric 0.14.21 loader
-Launch Minecraft

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Fabric

Logs

x

Lag spikes and performance issues - 1.18.2

Hi, I'm using this mod (betterfpsdist-fabric-1.18-1.7) along with sodium, lithium, starlight, ferritecore and a bunch of other QoL mods. I'm seeing significantly worse performance when using the mod than without. There are lag spikes every other second or so, which aren't usually there without this mod.

Now this does say it's for 1.18.1 in the curseforge page, so if this is due to some incompatibility with 1.18.2 let me know. If this is due to something else let me know if it can be fixed. Thank you.

[Bug]: Not working with latest versions of Embeddium/Xenon on Forge

Describe the bug you're experiencing

Mod ignores any configuration and has no visual effect.

Reproducability

Installed the mod with Embeddium 0.3.5 on an otherwise clean Forge instance.
Tried as well with other versions of Embeddium for Forge 1.20.1, and Xenon, a fork of Embeddium.

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.19

Modloader version

Forge

Logs

[Bug]:

Describe the bug you're experiencing

The game crashes when I use Better FPS with other mods.

Reproducability

Play Minecraft with Forge 47.1.3, Better FPS, Sinytra Connector, Arquitectury, Better Villages, Mo' Villagers, Comes Alive, Biome's O Plenty, Cloth Config, Crash Utilities, Forgified Fabric API, Falling Tree, FPS Reducer, Game Menu Mod Option, Identity, Inventory Profiles, Next, Just Enough Items, Kotlin for Forge, libIPN, Library Ferret, Log Begone, Lost Cities, MineMenu, Not Enough Crashes, Rubidium, TerraBlender and The One Probe; before the game starts, will crashes.
crash-2023-09-22_20.00.46-client.txt

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.20.1

Modloader version

Forge

Logs

https://mclo.gs/ixYRyGk

[Bug]: Does not work with Sodium 0.5.3 - Fabric 1.20.1

Describe the bug you're experiencing

Sodium 0.5.2 made some changes that broke this mod again

Reproducability

When you set the stretch to the maximum it is visually clear that it is not working correctly

Mod up to date

  • Before submitting this issue I updated to the newest version and reproduced it

Minecraft version

1.20.1

Modloader version

Fabric

Support for Rubidium and Distant Horizons for 1.16.5?

Hello, I was wondering if you are able to provide support for Rubidium since it doesn't work with it, runs with it though.
It doesn't draw the LOD's from Distant Horizons when the chunks are unloaded by this mod. It works in 1.18.1 but not in this version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.