Uploaded image for project: 'BuildTools'
  1. BuildTools
  2. BUILDTOOLS-462

1.14.1 not building on raspbian

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Major Major
    • Raspberry Pi 3

    • CraftBukkit version git-Spigot-1a3504a-dfa7583 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
    • Yes

      I'm trying to upgrade from 1.13.2 to 1.14.1 using the latest BuildTools (April 25th).

      Had a few installation attempts:

      • first tried to install the rev latest, successfully installing 1.13.2
      • then tried to install with --rev 1.14.1, but the installer ran out of memory (-Xmx1024M was not enough)
      • then tried to install again with -Xmx1536M, this failed with the following error:
      Exception in thread "main" java.io.FileNotFoundException: work/decompile-f5075e12/net/minecraft/server/EntityBat.java (No such file or directory)
       at java.io.FileInputStream.open0(Native Method)
       at java.io.FileInputStream.open(FileInputStream.java:195)
       at java.io.FileInputStream.<init>(FileInputStream.java:138)
       at com.google.common.io.Files$FileByteSource.openStream(Files.java:120)
       at com.google.common.io.Files$FileByteSource.openStream(Files.java:110)
       at com.google.common.io.ByteSource$AsCharSource.openStream(ByteSource.java:456)
       at com.google.common.io.CharSource.readLines(CharSource.java:311)
       at com.google.common.io.Files.readLines(Files.java:553)
       at com.google.common.io.Files.readLines(Files.java:520)
       at org.spigotmc.builder.Builder.main(Builder.java:496)
       at org.spigotmc.builder.Bootstrap.main(Bootstrap.java:40)
      

      I think it failed at the same step where it ran out of memory the 1st time. Is there some way to clear up any temp files from a previous installation attempt?

      For completeness, I added all the logs of the multiple installation attempts.

            Unassigned Unassigned
            freekvd Freek van Duijnen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: