You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the machine crashed while bisq was running normally. after reboot it always crashes.
log every time when starting:
fault: An unexpected error occurred. Please file a report at https://bisq.network/issues
java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:33)
at bisq.common.config.ConfigFileReader.getOptionLines(ConfigFileReader.java:38)
at bisq.common.config.Config.parseOptionsFrom(Config.java:899)
at bisq.common.config.Config.(Config.java:789)
at bisq.core.app.BisqExecutable.execute(BisqExecutable.java:89)
at bisq.desktop.app.BisqAppMain.main(BisqAppMain.java:62)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:274)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:350)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:179)
at java.base/java.io.InputStreamReader.read(InputStreamReader.java:181)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
at java.base/java.nio.file.Files.readAllLines(Files.java:3333)
at java.base/java.nio.file.Files.readAllLines(Files.java:3370)
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:29)
... 5 more
The text was updated successfully, but these errors were encountered:
Description
Bisq always crashes immediately after start.
Version
Bisq-64bit-1.9.18
Steps to reproduce
start in shell via /opt/bisq/bin/Bisq
Expected behaviour
Bisq should sart normally as before.
Actual behaviour
Bisq always crashes immediately after start.
Screenshots
not gui related. crashes before UI is shown.
Device or machine
Ubuntu 24.04.1 LTS
Additional info
the machine crashed while bisq was running normally. after reboot it always crashes.
log every time when starting:
fault: An unexpected error occurred. Please file a report at https://bisq.network/issues
java.io.UncheckedIOException: java.nio.charset.MalformedInputException: Input length = 1
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:33)
at bisq.common.config.ConfigFileReader.getOptionLines(ConfigFileReader.java:38)
at bisq.common.config.Config.parseOptionsFrom(Config.java:899)
at bisq.common.config.Config.(Config.java:789)
at bisq.core.app.BisqExecutable.execute(BisqExecutable.java:89)
at bisq.desktop.app.BisqAppMain.main(BisqAppMain.java:62)
Caused by: java.nio.charset.MalformedInputException: Input length = 1
at java.base/java.nio.charset.CoderResult.throwException(CoderResult.java:274)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:350)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:179)
at java.base/java.io.InputStreamReader.read(InputStreamReader.java:181)
at java.base/java.io.BufferedReader.fill(BufferedReader.java:161)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:326)
at java.base/java.io.BufferedReader.readLine(BufferedReader.java:392)
at java.base/java.nio.file.Files.readAllLines(Files.java:3333)
at java.base/java.nio.file.Files.readAllLines(Files.java:3370)
at bisq.common.config.ConfigFileReader.getLines(ConfigFileReader.java:29)
... 5 more
The text was updated successfully, but these errors were encountered: