Jump to content

runclient freezes


tobywig

Recommended Posts

when trying to open minecraft on intelliJ using 'runclient' it eventually freezes here:

D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeFriendlyByteBuf.java:82: warning: [removal] <V>getRegistry(Class<? super V>) in RegistryManager has been deprecated and marked for removal
        IForgeRegistry<T> retrievedRegistry = RegistryManager.ACTIVE.getRegistry(regType);
                                                                    ^
  where V is a type-variable:
    V extends IForgeRegistryEntry<V> declared in method <V>getRegistry(Class<? super V>)

 

full logs:
 

19:22:36: Executing 'runClient'...

Starting Gradle Daemon...
Gradle Daemon started in 2 s 483 ms

> Configure project :
Java: 17.0.4, JVM: 17.0.4+8 (Eclipse Adoptium), Arch: amd64
WARNING: This project is configured to use the official obfuscation mappings provided by Mojang. These mapping fall under their associated license, you should be fully aware of this license. For the latest license text, refer below, or the reference copy here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md, You can hide this warning by running the `hideOfficialWarningUntilChanged` task
WARNING: (c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes, but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.  Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available at https://account.mojang.com/documents/minecraft_eula.
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraft\world\entity\EntityType.java:332: warning: [removal] doSpecialSpawn(Mob,Level,float,float,float,BaseSpawner,MobSpawnType) in ForgeEventFactory has been deprecated and marked for removal
         if (t instanceof net.minecraft.world.entity.Mob && net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn((net.minecraft.world.entity.Mob) t, p_20601_, p_20605_.getX(), p_20605_.getY(), p_20605_.getZ(), null, p_20606_)) return null;
                                                                                                      ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraft\world\level\LevelReader.java:179: warning: [dep-ann] deprecated item is not annotated with @Deprecated
   default boolean isAreaLoaded(BlockPos center, int range) {
                   ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeBlockState.java:643: warning: [removal] onToolUse(BlockState,Level,BlockPos,Player,ItemStack,ToolAction) in ForgeEventFactory has been deprecated and marked for removal
        BlockState eventState = net.minecraftforge.event.ForgeEventFactory.onToolUse(self(), level, pos, player, stack, toolAction);
                                                                          ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeBlockState.java:644: warning: [removal] getToolModifiedState(BlockState,Level,BlockPos,Player,ItemStack,ToolAction) in IForgeBlock has been deprecated and marked for removal
        return eventState != self() ? eventState : self().getBlock().getToolModifiedState(self(), level, pos, player, stack, toolAction);
                                                                    ^
D:\Documenten\Toby\extra mods\forge modding\forge modding 1.18.2\build\tmp\expandedArchives\forge-1.18.2-40.1.0_mapped_official_1.18.2-sources.jar_77c3f23789b12f57701a70372e69a71e\net\minecraftforge\common\extensions\IForgeFriendlyByteBuf.java:82: warning: [removal] <V>getRegistry(Class<? super V>) in RegistryManager has been deprecated and marked for removal
        IForgeRegistry<T> retrievedRegistry = RegistryManager.ACTIVE.getRegistry(regType);
                                                                    ^
  where V is a type-variable:
    V extends IForgeRegistryEntry<V> declared in method <V>getRegistry(Class<? super V>)

edit: this doesn't just apply to runclient, but everything

Edited by tobywig
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



×
×
  • Create New...

Important Information

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