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. Kotlin/Java
  3. decompile failed .Help me

decompile failed .Help me

Scheduled Pinned Locked Moved Kotlin/Java
22 Posts 5 Posters 1.2k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SStars
    wrote on last edited by SStars
    #1

    lm.png

    ? 1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      replied to SStars on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • S Offline
        S Offline
        SStars
        wrote on last edited by
        #3

        pls fix it

        1 Reply Last reply
        0
        • A Offline
          A Offline
          Aftery
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • S Offline
            S Offline
            SStars
            wrote on last edited by
            #5

            What do u mean

            A F 2 Replies Last reply
            0
            • A Offline
              A Offline
              Aftery
              replied to SStars on last edited by
              #6
              This post is deleted!
              1 Reply Last reply
              0
              • F Offline
                F Offline
                F_FBI
                replied to SStars on last edited by
                #7

                @SStars 我也遇到相同的情况,但是解决了,方法:在反编译工作区找到conf文件夹,用记事本打开,将:CmdFernflower = %s -jar %s -din=1 -rbr=1 -dgs=1 -asc=1 -rsy=1 -iec=1 -jvn=1 -log=WARN {extra} {indir} {outdir} 修改为 CmdFernflower = %s -Xmx2G -jar %s -din=1 -rbr=1 -dgs=1 -asc=1 -rsy=1 -iec=1 -jvn=1 -log=WARN {extra} {indir} {outdir} (I‘m Chinese)

                I had the same problem, but solved it: find the conf folder in the decompile workspace and open it in notepad, mODIFY: CMDFLOWER% s-jar% s-din 1-rbr 1-dgs 1-asc 1-rsy 1-jvn 1-iec 1-jvn 1-log warn extra inoutdir Dir to cmdflower% s-Xmx2G-jar% s-din 1-rbr 1-dgs 1-asc 1-rsy 1-jvn 1-log warn inoutdir

                F 1 Reply Last reply
                0
                • F Offline
                  F Offline
                  F_FBI
                  replied to F_FBI on last edited by
                  #8

                  @F_FBI My English may not be good, but I know that the problem lies in the lack of memory in the decompiler software

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    SStars
                    wrote on last edited by
                    #9

                    @F_FBI thk

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      SStars
                      wrote on last edited by
                      #10

                      When I enter {cmdflower% s-Xmx2G-jar% s-din 1-rbr 1-dgs 1-asc 1-rsy 1-jvn 1-log}, it appears this error

                      06ab4338-cf27-46d2-9865-229f81577798-image.png

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        SStars
                        wrote on last edited by
                        #11

                        pls decompile mcp918 for me

                        A 1 Reply Last reply
                        0
                        • A Offline
                          A Offline
                          Aftery
                          replied to SStars on last edited by
                          #12
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SStars
                            wrote on last edited by
                            #13

                            @Aftery What do u mean???
                            Can u gave decompile mcp918 for me ???
                            I mean all done

                            A 1 Reply Last reply
                            0
                            • A Offline
                              A Offline
                              Aftery
                              replied to SStars on last edited by
                              #14
                              This post is deleted!
                              1 Reply Last reply
                              0
                              • S Offline
                                S Offline
                                SStars
                                wrote on last edited by
                                #15

                                @Aftery How do I prove "is google blocked in your country"?

                                F A 2 Replies Last reply
                                0
                                • F Offline
                                  F Offline
                                  F_FBI
                                  replied to SStars on last edited by
                                  #16

                                  @SStars Please send me your error log file

                                  1 Reply Last reply
                                  0
                                  • A Offline
                                    A Offline
                                    Aftery
                                    replied to SStars on last edited by
                                    #17
                                    This post is deleted!
                                    1 Reply Last reply
                                    0
                                    • S Offline
                                      S Offline
                                      SStars
                                      wrote on last edited by
                                      #18

                                      @F_FBI HERE logs.zip

                                      F 1 Reply Last reply
                                      0
                                      • F Offline
                                        F Offline
                                        F_FBI
                                        replied to SStars on last edited by
                                        #19

                                        @SStars I'm sorry I didn't see your reply yesterday. After I checked it, I gave the method as follows:This should be fixable by changing this (in MinecraftDiscovery.py😞

                                            if 'natives' in library:
                                                libFilename = "%s-%s-%s.jar"%(libSubdir, libVersion, substitueString(library['natives'][osKeyword]))
                                        

                                        to this:

                                            if 'natives' in library:
                                                if osKeyword not in library['natives']:
                                                    continue
                                                libFilename = "%s-%s-%s.jar"%(libSubdir, libVersion, substitueString(library['natives'][osKeyword]))
                                        
                                        1 Reply Last reply
                                        0
                                        • S Offline
                                          S Offline
                                          SStars
                                          wrote on last edited by SStars
                                          #20

                                          @F_FBI Decompiled MCP for me : those who can't decompile it themselves. 918 PLS

                                          A 1 Reply Last reply
                                          0

                                          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