After the nightmare of compiling in Ubuntu:
Says "Error loading wallet.dat: Wallet corrupted".
"sni-qt/6764" WARN 10:42:22.152 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
Of course I removed the ~/.rotocoin folder tones of times.
Any idea??
OMG!
They updated the git repo, I tried compiling in Ubuntu 13.10 and worked fine out-of-the-box, they also removed the troll splash screen haha
https://github.com/rotocoin/rotocoinIf you still have problems check your build environment, in ubuntu 13.10 I have:
https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.mdSpecially I added the bitcoin ppa (
https://launchpad.net/~bitcoin/+archive/bitcoin ) to install libdb4.8-dev and libdb4.8++-dev because version 5.1 has a known problem with binary wallet compatibility.
Good luck !