Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bisq crashes immediately #7358

Open
blex97 opened this issue Jan 18, 2025 · 0 comments
Open

Bisq crashes immediately #7358

blex97 opened this issue Jan 18, 2025 · 0 comments

Comments

@blex97
Copy link

blex97 commented Jan 18, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant