Zettelkasten-Team / Zettelkasten

Zettelkasten-Developer-Builds
http://zettelkasten.danielluedecke.de
GNU General Public License v3.0
730 stars 92 forks source link

BUILD FAILURE: Exception in Launch4j, digit exceeds base #444

Closed RalfBarkow closed 2 years ago

RalfBarkow commented 2 years ago

See chore(pom.xml): Bump version Java CI with Maven #236

RalfBarkow commented 2 years ago

Reproduced locally: @mateusbraga [ERROR] Failed to execute goal com.akathist.maven.plugins.launch4j:launch4j-maven-plugin:2.1.2:launch4j (launch4j) on project Zettelkasten: Failed to build the executable; please verify your configuration.: net.sf.launch4j.ExecException: Exec failed: /Users/rgb/.m2/repository/net/sf/launch4j/launch4j/3.14/launch4j-3.14-workdir-mac/bin/windres --preprocessor=cat -J rc -O coff -F pe-i386 /var/folders/y1/yhhpj5wd7cb5325t81ct2r0000gn/T/launch4j8432544765188243199rc /var/folders/y1/yhhpj5wd7cb5325t81ct2r0000gn/T/launch4j14314415867721291303o -> [Help 1]

RalfBarkow commented 2 years ago

See Exception in Launch4j (stackoverflow)

RalfBarkow commented 2 years ago

digit exceeds base

[INFO] --- launch4j-maven-plugin:2.1.2:launch4j (launch4j) @ Zettelkasten ---
[INFO] Platform-specific work directory already exists: /Users/rgb/.m2/repository/net/sf/launch4j/launch4j/3.14/launch4j-3.14-workdir-mac
[INFO] launch4j: Compiling resources
[INFO] launch4j: /var/folders/y1/yhhpj5wd7cb5325t8__1ct2r0000gn/T/launch4j9717132393250187543rc:3: digit exceeds base
[INFO] launch4j: Line 3 has errors...
[INFO] launch4j: FILEVERSION 3, 2022, 08, 0
[ERROR] 
net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: Exec failed: /Users/rgb/.m2/repository/net/sf/launch4j/launch4j/3.14/launch4j-3.14-workdir-mac/bin/windres --preprocessor=cat -J rc -O coff -F pe-i386 /var/folders/y1/yhhpj5wd7cb5325t8__1ct2r0000gn/T/launch4j9717132393250187543rc /var/folders/y1/yhhpj5wd7cb5325t8__1ct2r0000gn/T/launch4j9106753541074459831o
RalfBarkow commented 2 years ago

See Launch4j: Error when choosing version number (stackoverflow)

[…] but as soon as I enter an 8 or an 9 I get that error.

mateusbraga commented 2 years ago

Closing as the last commit worked.