CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Solved how rename LiquidBounce without launch errors?

    Support
    2
    7
    117
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wxdbie
      wxdbie last edited by

      when I change (CLIENT_NAME = "LiquidBounce") to (CLIENT_NAME = "idk"), Liquidbounce refuses start 😢
      idea64_QieOsjF3nC.png

      1 Reply Last reply Reply Quote 1
      • wxdbie
        wxdbie last edited by

        idea64_BulIlHoS7V.png
        Okay, I solved that problem. I added it in the commentary 🙂

        Ali00035 1 Reply Last reply Reply Quote 1
        • Topic has been marked as solved  wxdbie wxdbie 
        • Ali00035
          Ali00035 Banned @wxdbie last edited by

          @wxdbie ? what

          wxdbie 1 Reply Last reply Reply Quote 0
          • wxdbie
            wxdbie @Ali00035 last edited by

            @ali-ccfakex-0 i already figured it out

            Ali00035 1 Reply Last reply Reply Quote 1
            • Ali00035
              Ali00035 Banned @wxdbie last edited by

              @wxdbie i mean how did you solve it? cuz the same bug happens to me

              wxdbie 1 Reply Last reply Reply Quote 0
              • wxdbie
                wxdbie @Ali00035 last edited by

                @ali-ccfakex-0 ah, press Ctrl+Shift+N and type MixinMinecraft.java, then find setWindowIcon, and delete it:

                @Inject(method = "setWindowIcon", at = @At("HEAD"), cancellable = true)
                    private void setWindowIcon(CallbackInfo callbackInfo) {
                       if(Util.getOSType() != Util.EnumOS.OSX) {
                            final ByteBuffer[] liquidBounceFavicon = IconUtils.getFavicon();
                            if(liquidBounceFavicon != null) {
                                Display.setIcon(liquidBounceFavicon);
                               callbackInfo.cancel();
                            }
                        }
                    }
                
                Ali00035 1 Reply Last reply Reply Quote 1
                • Ali00035
                  Ali00035 Banned @wxdbie last edited by

                  @wxdbie ty

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  About
                  • Terms of Service
                  • Privacy Policy
                  • Status
                  • Contact Us
                  Downloads
                  • Releases
                  • Source code
                  • License
                  Docs
                  • Tutorials
                  • CustomHUD
                  • AutoSettings
                  • ScriptAPI
                  Community
                  • Forum
                  • Guilded
                  • YouTube
                  • Twitter
                  • D.Tube