-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Getting java.lang.NumberFormatException and blank/unresponsive Bisq window #5366
Comments
Update to v1.6.0 its coming out on Monday(in 48 hrs). |
@m52go can you look back in the logs at the first time it occurs, and copy paste the stack trace if available? That would help us better pin-point what is causing it, thanks. |
The errors are thrown so quickly that it's extremely difficult to obtain this. The error is thrown >70 times per millisecond, so all the rolling log files are overwritten quickly. A single log file of 11.6 MB has only 2 seconds worth of data in >57,000 lines...so Bisq would need to be stopped within seconds of the bug occurring to get useful logs. So far I haven't been able to do this. With that said, I didn't realize #5362 might be relevant to this issue. I noticed your comment about disabling hardware graphics acceleration, so I'll experiment with that. I did recently start to toggle my discrete graphics card on/off so maybe that's contributing to this issue. I'll report back soon with results. |
I've been running with the Anyway @cd2357 I see you have a PR open already (!)...would be awesome if it fixes this issue so I can turn hardware acceleration back on. Feel free to close this issue, or I guess the PR should close this issue once it's merged. |
@m52go you can remove the option and use HW acceleration again, seems the issue is caused by something else entirely (investigation ongoing). |
Smth else you can try @m52go , if your graphics card uses special proprietary drivers, is to try to reinstall or upgrade them, or try switching to open source alternatives for these drivers (if available). Based on a chat with @wallclockbuilder I have a hunch it might be related to the graphics drivers. His suggestion #5362 (comment) for someone who had the same issue on Windows, was to reinstall the C++ redistributable packages, which were apparently used by the OS to interface with the graphics card drivers. That fixed it there, so I'm thinking this could be graphics-driver-related here as well. Corroborating evidence is that in your case (on Linux), disabling HW acceleration made the issue go away. So if possible, please try to reinstall/upgrade the graphics drivers, or try using an open-source version of them. |
Run it. Get the error. Close it. Share last page of logs. |
@m52go still an issue with v1.6.4? It comes with the latest JavaFX which should fix a lot of previous UI issues. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant. |
Description
Since upgrading my Bisq instance to 1.5.9 about 10 days ago, I've gotten this error about 4-5 times:
Mar-26 20:03:25.028 [JavaFX Application Thread] ERROR b.c.u.MathUtils: java.lang.NumberFormatException: Character I is neither a decimal digit number, decimal point, nor "e" notation exponential mark.
When this happens, Bisq becomes unresponsive. Usually the Bisq window becomes a blank white rectangle, but sometimes the Bisq GUI remains visible (but not operational).
Also when this happens, I have to kill Bisq and then open it again -- closing Bisq properly doesn't work. So far there haven't been any errors opening properly afterward.
Version
1.5.9
Steps to reproduce
I got this error a couple of times last year, but then it went away with an update so I didn't report it.
But I also didn't report it because there's not very much help I can give on reproducing it......
The error seems to occur randomly, and when it occurs, all logs are overwritten so quickly that any clues of the bug's cause are quickly overwritten:
Every time this error has happened so far, I wasn't actively using Bisq. Sometimes I was actively using the machine it was running on (but not using Bisq), and sometimes I wasn't using the machine at all (screen locked but machine still on).
Usually I'm tipped off that the error has occurred when I hear the computer fans going crazy.
Expected behaviour
N/A
Actual behaviour
N/A
Screenshots
See above GIF for an idea of what logs look like streaming in real-time.
As noted above, the Bisq window usually turns into a blank white rectangle.
Device or machine
Ubuntu 18.04
Additional info
Can provide logs upon request, but these logs will only show logs after this error occurs (i.e., startup after killing the program).
The text was updated successfully, but these errors were encountered: