-
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
Bisq 0.5.1 Debian 32bit Packaging problem? #849
Comments
That is strange. Bisqe is nowhere used. I assuem u have downlaoded form github and checked the sig. |
Yes, I checked your signature. gpg --verify Bisq-32bit-0.5.1.deb.asc Bisq-32bit-0.5.1.deb |
Try to remove /opt/Bisq/ and install new... |
I did. The same result. |
Can u try to run from source? the segfault is prob. bc of the new linux kernel issue. |
FYI. I can confirm new Kernel 4.4.0.83 released for Ubuntu 16.04. Works with latest 0.5.1 Bisq. |
I am still on Debian 8 (Jessie). java -version uname -a |
I suspected java version to be the cause. IMHO changing java version should be mentioned in the release note. |
The java version was always Java 8. Java 7 does not work with Bisq. If you run the installer you don't need to care as the jre is packed in the app. Only if you run from source you need to follow exactly the build.md instructions. |
I tried 0.5.3, the same result. I checked env vars, I found: Soon I'll upgrade to Stretch which should be comparable to the current Ubuntu version.... I'll let you know. |
Ps. I just installed 0.5.3 on another Debian 8 machine --> the same result :( |
So its again that "/opt/Bisq/Bisqe/en/libpackager.so not found."? |
I just checked my ubuntu VM and libpackager is at: /opt/Bisq/libpackager.so |
No, I have /opt/Bisq/libpackager.so (what is correct). Once I created /opt/Bisq/Bisqe/en/ and copied libpackager.so there. --> Bisq segfaulted at startup. So libpackager.so is in the correct place. For some reason, Bisq searches for it in the non-existing folder /opt/Bisq/Bisqe/en/. The problem appeared with 0.5.1 (or maybe 0.5.0 which I skipped). |
Very strange. Can u try latest installer 0.5.3. but dont assume its the installer. |
@cedricwalter Do you have any idea? Never saw that issue before and never got it on my Ubuntus MV... |
Bug in JDK 8, in the javafx launcher, solved in openjdk 9 There is a workaround we can implement Here is a changeset from another project that did the workaround: Another workaround is what you did: create /opt/Bisq/Bisqe/en/ and copy libpackager.so there. Cannot understand why you get a segfault as a reward through.... |
The segfault might be because of missing -BjvmOptions=-Xss1280k which fixed the issue with recent linux kernel issues. See: https://forum.bisq.io/t/bitsquare-dont-opens-ubuntu-16-04/2312/33 |
@cedricwalter Thanks for researching and finding! Any idea why that only seems to be a problem in one case so far? Never got reported it earlier. Should affect all linux users, no? |
The strange thing is that with previous versions I've done quite a few upgrades without problems. Manfred, @cedricwalter, could any of you create for me an executable that works? I need Bitsquare and I know next to nothing about Java. Thank you... |
@ElLamparto As I don't know how to solve that issue I cannot do anything here. But you can run form source code. See https://github.com/bitsquare/bitsquare/blob/master/doc/build.md |
If you gave me Bisq from your Ubuntu VM, wouldn't it work on my Debian? |
You mean that I give you the extracted app directory. Send me an email if you like I can send you. |
I installed xubuntu 16.04 (LTS) on a VM and then Bisq. Which version of Ubuntu do you use? |
Ubuntu 14.04. Can u try to start with vm arg: -Xss1280k |
I know nothing about Java. |
CAN ANYONE HELP?? I tried: I got: I also tried export _JAVA_OPTIONS='-Xss1280k' and then run Bisq, but it segfaulted. As far as I remember, it had something to do with extending heap size. |
If you run from source code you need to follow exactly the instructions in /doc/build.md. |
Ok. I just try to have Bisq operational without compiling... |
I tried compiling bisq according to install_on_unix.sh. The process seemed to work correctly (incl. protobuf) until: mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true which failed with: Attached is the log. |
https://github.com/bisq-network/libdohj |
Thank you. Sorry, I do not know maven.
|
|
@mrosseel, thank you very much. I'll try it in the next weekend. |
Yesterday I compiled libdohj and cloned bisq master. [ERROR] /root/bisq-exchange/common/src/main/proto/pb.proto [0:0]: /root/bisq-exchange/common/target/dependency/protoc: 1: /root/bisq-exchange/common/target/dependency/protoc: Syntax error: ")" unexpected |
I have the same problem with 0.6.7 on Debian Stretch.
But copying libpackager.so to Bisqen don't make any difference. I don't have a segmentation fault, the program just fails to work with the same message. UPD: Upgrade to openjdk-9-jre didn't help. |
I am a bit dissapointed, since this problem is not even in the roadmap. |
@ElLamparto Can you try to run it from source code? |
The roadmap on the webpage is not much maintained. We are short on dev resources and depend on other people to help out with stuff like that. Seems to be some specific OS issue as there for most people it works. |
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. |
After successful install, Bisq does not start: /opt/Bisq/Bisqe/en/libpackager.so not found.
Indeed there is no /opt/Bisq/Bisqe directory. libpackager.so is located in /opt/Bisq.
The text was updated successfully, but these errors were encountered: