-
Notifications
You must be signed in to change notification settings - Fork 29
Description
On minecraft version 1.21.1 Neoforge the relevant code causes a bug, where you cannot spectate mobs using spectator mode. Galosphere has a conflict and resets camera view. I encountered this issue with my modpack having Galosphere and Securitycraft 1.10.1 and Galosphere 1.5.3 version installed on my server.
[07Feb2026 14:32:20.493] [Render thread/INFO] [net.minecraft.client.gui.components.ChatComponent/]: [System] [CHAT] [Security Camera] Detected camera entity reset 67ms after the camera was mounted. If this time interval is very short, a mod incompatibility could be at fault. More information can be found in the game log.
[07Feb2026 14:32:20.494] [Render thread/WARN] [net.geforcemods.securitycraft.SecurityCraft/]: Detected camera entity reset 67ms after the camera was mounted. If this time interval is very short, a mod incompatibility could be at fault. See stacktrace below for potential culprits
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: java.lang.Exception
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.setCameraEntity(Minecraft.java)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/galosphere@1.5.3/net.orcinus.galosphere.network.ClientEventsHandler.lambda$updateSpectreBound$4(ClientEventsHandler.java:59)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/neoforge@21.1.219/net.neoforged.neoforge.network.handling.ClientPayloadContext.enqueueWork(ClientPayloadContext.java:31)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/galosphere@1.5.3/net.orcinus.galosphere.network.ClientEventsHandler.updateSpectreBound(ClientEventsHandler.java:56)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/neoforge@21.1.219/net.neoforged.neoforge.network.handling.MainThreadPayloadHandler.lambda$handle$0(MainThreadPayloadHandler.java:16)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:60)
[07Feb2026 14:32:20.494] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:111)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.runTick(Minecraft.java:1155)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.Minecraft.run(Minecraft.java:807)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at TRANSFORMER/minecraft@1.21.1/net.minecraft.client.main.Main.main(Main.java:230)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/fml_loader@4.0.42/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/fml_loader@4.0.42/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/fml_loader@4.0.42/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32)
[07Feb2026 14:32:20.495] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/fml_loader@4.0.42/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.Launcher.run(Launcher.java:103)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.Launcher.main(Launcher.java:74)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at MC-BOOTSTRAP/cpw.mods.modlauncher@11.0.5/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210)
[07Feb2026 14:32:20.496] [Render thread/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: at cpw.mods.bootstraplauncher@2.0.2/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69)
[07Feb2026 14:32:37.169] [Render thread/INFO] [mezz.jei.library.startup.JeiStarter/]: Stopping JEI
[07Feb2026 14:32:37.169] [Render thread/INFO] [mezz.jei.library.load.PluginCaller/]: Sending Runtime Unavailable...
[07Feb2026 14:32:37.169] [Render thread/INFO] [mezz.jei.neoforge.plugins.neoforge.NeoForgeGuiPlugin/]: Stopping JEI GUI
[07Feb2026 14:32:37.173] [Render thread/INFO] [mezz.jei.library.load.PluginCaller/]: Sending Runtime Unavailable took 3.232 milliseconds
[07Feb2026 14:32:37.174] [Render thread/INFO] [Framework/]: Unloading synced configs from server
[07Feb2026 14:32:37.175] [Render thread/INFO] [Framework/]: Sending config unload event for refurbished_furniture.server.toml
[07Feb2026 14:32:37.504] [Render thread/INFO] [minecolonies/]: Removed all colony views
[07Feb2026 14:32:37.526] [Render thread/INFO] [ChunkBuilder/]: Stopping worker threads
[07Feb2026 14:32:37.714] [Render thread/WARN] [structurize/]: Client logged off. Resetting Pack Meta and Reloading State
[07Feb2026 14:32:37.715] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Underwater Base
[07Feb2026 14:32:37.715] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Aquatica
[07Feb2026 14:32:37.715] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Steampunk
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: High Magic
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Frontier
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Hive
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Tropical
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Crimson Keep
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Functional Fantasy
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/WARN] [structurize/]: Missing Mod: byg for Pack: Corrupted
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/WARN] [structurize/]: Missing Mod: quark for Pack: FairyTale
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Antique
[07Feb2026 14:32:37.716] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Farthest Frontier
[07Feb2026 14:32:37.717] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Jungle Treehouse
[07Feb2026 14:32:37.717] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Ancient Athens
[07Feb2026 14:32:37.717] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Cavern
[07Feb2026 14:32:37.717] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Shire
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Spruce
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Nordic Spruce
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Savanna
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Space Wars
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Minecolonies Original
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Caledonia
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Birch
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Fortress
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Urban Birch
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Desert Oasis
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Colonial
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Dark Oak Treehouse
[07Feb2026 14:32:37.718] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Pagoda
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Dark Oak
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Stalactite Caves
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Warped Netherlands
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Medieval Oak
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Incan
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Lost Mesa City
[07Feb2026 14:32:37.719] [Structurize IO Worker #0/INFO] [structurize/]: Registered structure pack: Venkalth
[07Feb2026 14:32:37.720] [Structurize IO Worker #0/WARN] [structurize/]: Finished discovering Client Structure packs
[07Feb2026 14:32:39.060] [CullThread/INFO] [STDOUT/]: [dev.tr7zw.entityculling.CullTask:run:89]: Shutting down culling task!
[07Feb2026 14:32:39.068] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Stopping!
[07Feb2026 14:32:39.272] [Thread-0/INFO] [euphoria_patcher/]: EuphoriaPatcher: Stopping shaderpacks folder watcher