Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Support
  3. how rename LiquidBounce without launch errors?

how rename LiquidBounce without launch errors?

Scheduled Pinned Locked Moved Solved Support
7 Posts 2 Posters 288 Views
  • 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.
  • wxdbieW Offline
    wxdbieW Offline
    wxdbie
    wrote on last edited by
    #1

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

    1 Reply Last reply
    1
    • wxdbieW Offline
      wxdbieW Offline
      wxdbie
      wrote on last edited by
      #2

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

      Ali00035A 1 Reply Last reply
      1
      • wxdbieW wxdbie has marked this topic as solved on
      • wxdbieW wxdbie

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

        Ali00035A Offline
        Ali00035A Offline
        Ali00035
        wrote on last edited by
        #3

        @wxdbie ? what

        wxdbieW 1 Reply Last reply
        0
        • Ali00035A Ali00035

          @wxdbie ? what

          wxdbieW Offline
          wxdbieW Offline
          wxdbie
          wrote on last edited by
          #4

          @ali-ccfakex-0 i already figured it out

          Ali00035A 1 Reply Last reply
          1
          • wxdbieW wxdbie

            @ali-ccfakex-0 i already figured it out

            Ali00035A Offline
            Ali00035A Offline
            Ali00035
            wrote on last edited by
            #5

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

            wxdbieW 1 Reply Last reply
            0
            • Ali00035A Ali00035

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

              wxdbieW Offline
              wxdbieW Offline
              wxdbie
              wrote on last edited by
              #6

              @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();
                          }
                      }
                  }
              
              Ali00035A 1 Reply Last reply
              1
              • wxdbieW wxdbie

                @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();
                            }
                        }
                    }
                
                Ali00035A Offline
                Ali00035A Offline
                Ali00035
                wrote on last edited by
                #7

                @wxdbie ty

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                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
                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups