[bisq-network/bisq] "java.lang.NullPointerException" when opening up Bisq (#2883)

UnityJon notifications at github.com
Tue Jun 18 20:08:26 UTC 2019


I'm not a java programmer (C/C++/C#) but the brackets look very suspect in that 2nd line.  Instead of 
execute(() -> update
I suspect it should be:
execute() -> update
with one less close bracket on end of line.  Rather than running execute() on the selected thread it would seem to be trying to pass ().execute (i.e. running execute on null) as a parameter.  But as I said I'm a C/C++/C# programmer so am guessing.  Was only looking as I have a similar (but in different place) error.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2883#issuecomment-503291475
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190618/a34b5264/attachment.html>


More information about the bisq-github mailing list