Author Topic: BTSX 0.4.12 Released - Mandatory Upgrade by Sept. 5 19:00 UTC  (Read 18024 times)

0 Members and 1 Guest are viewing this topic.

Offline unsoindovo

  • Full Member
  • ***
  • Posts: 123
    • View Profile
how much free ram to run wallet?

maybe this is the problem?

Offline unsoindovo

  • Full Member
  • ***
  • Posts: 123
    • View Profile
I'm also getting errors with this version, but i've not tried previous version on this computer. Anyone getting the same error?



Same here, ver. 0.4.12 from bitsharesx.info download is not even installing on a win7/64 machine.  Previous versions installed - sometimes with a "little help". This should be fixed asap - frustrating experience for users downloading from the "official" site.

same problem here..

win 7 64Bit...

but 64 bit wallet do not work!!!

error msgbox on opening.

Offline bytemaster

I want to say that I am very impressed with how all of the delegates upgraded in a timely manner!   
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline CalabiYau

I got the same error when using the version you can download at http://bitshares-x.info/. The 32 bit version that worked for me can be downloaded here: https://github.com/dacsunlimited/bitsharesx/releases/download/0.4.12/BitSharesX-0.4.12.exe

Perhaps somebody can fix the binary that is linked on http://bitshares-x.info?

Working binaries - thank you. Only 26 MB versus 32.6 MB  :o

Offline modprobe

Oh, yeah you need to nuke the CMakeCache.txt file (or edit it manually and set the compilers).

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I'd be interested to know how to compile with clang myself .. can you give a quick howto?

It's really simple on Arch (but what isn't, really? :D). Just `pacman -Sy clang` and then `export CC=clang;export CXX=clang++` before running `make`.
thought so .. trying now

i just wondered because my process list still states things from gcc while compiling ..

// edit: had to do a fresh checkout .. cmake somewhere stores the previous compiler :)
rm -rf CMakeFiles/  does the job too ...

thanks for the help
« Last Edit: September 05, 2014, 02:29:17 pm by xeroc »

Offline modprobe

I'd be interested to know how to compile with clang myself .. can you give a quick howto?

It's really simple on Arch (but what isn't, really? :D). Just `pacman -Sy clang` and then `export CC=clang;export CXX=clang++` before running `make`.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Hu ... on ArchLinux I am getting this internal compiler error:
Code: [Select]
/home/delegate/bitsharesx/libraries/blockchain/chain_database.cpp: In member function 'void bts::blockchain::cha
in_database::open(const fc::path&, fc::optional<fc::path>, std::function<void(float)>)':
/home/delegate/bitsharesx/libraries/blockchain/chain_database.cpp:1145:63: internal compiler error: in calc_dfs_
tree, at dominance.c:401
    } FC_RETHROW_EXCEPTIONS( warn, "", ("data_dir",data_dir) ) }
                                                               ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
libraries/blockchain/CMakeFiles/bts_blockchain.dir/build.make:570: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o' failed
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 1
CMakeFiles/Makefile2:847: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/all' failed
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
seems like I need to run my delegate on the (debian) backup server until this is resolved ... no idea what to do though :(

I got this error as well from a clean build. Building with clang works. If you like, I can give you a pkg.tar.xz. I'll also be updating my docker containers momentarily.

I'd be interested to know how to compile with clang myself .. can you give a quick howto?

Offline modprobe

Hu ... on ArchLinux I am getting this internal compiler error:
Code: [Select]
/home/delegate/bitsharesx/libraries/blockchain/chain_database.cpp: In member function 'void bts::blockchain::cha
in_database::open(const fc::path&, fc::optional<fc::path>, std::function<void(float)>)':
/home/delegate/bitsharesx/libraries/blockchain/chain_database.cpp:1145:63: internal compiler error: in calc_dfs_
tree, at dominance.c:401
    } FC_RETHROW_EXCEPTIONS( warn, "", ("data_dir",data_dir) ) }
                                                               ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.archlinux.org/> for instructions.
libraries/blockchain/CMakeFiles/bts_blockchain.dir/build.make:570: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o' failed
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 1
CMakeFiles/Makefile2:847: recipe for target 'libraries/blockchain/CMakeFiles/bts_blockchain.dir/all' failed
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
seems like I need to run my delegate on the (debian) backup server until this is resolved ... no idea what to do though :(

I got this error as well from a clean build. Building with clang works. If you like, I can give you a pkg.tar.xz. I'll also be updating my docker containers momentarily.

Offline modprobe

Immediately crashing on OSX 10.9.4

Getting error: "An error occurred while trying to start"

You should check your default.log in ~/Library/Application Support/BitShares X/logs/default -- The real reason for that error should be shown there. Most likely you just need to delete ~/Library/Application Support/BitShares X/chain/index to force a rebuild of the index. PM me if you need any more help.

Offline AtomicBounce

  • Newbie
  • *
  • Posts: 19
    • View Profile
I got the same error when using the version you can download at http://bitshares-x.info/. The 32 bit version that worked for me can be downloaded here: https://github.com/dacsunlimited/bitsharesx/releases/download/0.4.12/BitSharesX-0.4.12.exe

Perhaps somebody can fix the binary that is linked on http://bitshares-x.info?

Offline CalabiYau

I'm also getting errors with this version, but i've not tried previous version on this computer. Anyone getting the same error?



Same here, ver. 0.4.12 from bitsharesx.info download is not even installing on a win7/64 machine.  Previous versions installed - sometimes with a "little help". This should be fixed asap - frustrating experience for users downloading from the "official" site.

Offline Riverhead

The 64-bit .exe doesn't work. Have you tried the 32-bit one?

Offline cryptillionaire

  • Full Member
  • ***
  • Posts: 153
    • View Profile
I'm also getting errors with this version, but i've not tried previous version on this computer. Anyone getting the same error?


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I finally figured out why I was producing forks ... It was a cronjob that originally was used to overcome the crashing issues that unlocked the wallet ...
as the wallet is now much more stable I don't need that cronjob anylonger and hope to not skrew this up again .. sorry for that anyway