2018-08-21 00:24:05
Are you running on jdk9? I'm running into a problem generating snowfields that appears to be a problem with 8, although I'm not too experienced with JVM.
bitbumper
2018-08-21 00:25:08
Jdk8 is good
Fireduck
2018-08-21 00:25:19
9 is strange problems
Fireduck
2018-08-21 00:29:19
I'm getting
bitbumper
2018-08-21 00:29:25
```
[2018-08-20 18:37:16] INFO snowblossom.miner.AutoSnowFall run Started automatic snowfall of field 0 - cricket
[2018-08-20 18:37:16] INFO snowblossom.lib.SnowFall <init> Starting snowfall on snow/spoon.0/spoon.0.snow with seed 'spoon.0' size 1048576, MULTIPLICITY 128
Exception in thread "Thread-10" java.lang.NoSuchMethodError: java.nio.ByteBuffer.rewind()Ljava/nio/ByteBuffer;
at snowblossom.lib.PRNGStream.mixBytes(PRNGStream.java:91)
at snowblossom.lib.SnowFall.<init>(SnowFall.java:96)
at snowblossom.miner.AutoSnowFall.run(AutoSnowFall.java:46)```
bitbumper
2018-08-21 00:30:15
Strange, this is the second report of bytebuffer methods not existing
Fireduck
2018-08-21 00:30:31
And those have been there since 1.4 or something
Fireduck
2018-08-21 00:30:49
This seemed to be the best resource I could find: https://jira.mongodb.org/browse/JAVA-2559
bitbumper
2018-08-21 00:30:55
Are you developing on Windows?
bitbumper
2018-08-21 00:31:42
No, linux
Fireduck
2018-08-21 00:32:51
Odd. For reference I'm on Ubuntu 16.04, installed `sudo apt-get install openjdk-8-jdk` as per quickstart. The regtest snowfields aren't hosted anywhere are they?
bitbumper
2018-08-21 00:33:21
They are not but can be
Fireduck
2018-08-21 00:36:20
Did you build from source or download the release jars?
Fireduck
2018-08-21 00:36:30
Build from source.
bitbumper
2018-08-21 00:37:52
build the deploy jar, there's some userspace config dependent path madness available otherwise
Rotonen
2018-08-21 00:39:02
Thanks, I'll give that a try.
bitbumper
2018-08-21 00:42:42
in case you want those
Fireduck
2018-08-21 00:51:46
Thanks, that'll help.
bitbumper
2018-08-21 04:24:08
*https://github.com/snowblossomcoin/snowblossom/compare/7bc2e115dac1...234300958921*
https://github.com/snowblossomcoin/snowblossom/commit/23430095892140c3ea426365916b88deefdbe364 - ByteBuffer bugs
GitHub
2018-08-21 04:31:54
*https://github.com/snowblossomcoin/snowblossom/compare/234300958921...c4507e5fa74b*
https://github.com/snowblossomcoin/snowblossom/commit/c4507e5fa74bf2e728b23532213cc34ab763f770 - fixes #114
GitHub
2018-08-21 04:31:54
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-08-21 04:33:13
@bitbumper that bytebuffer thing should be fixed
Fireduck
2018-08-21 04:39:24
*https://github.com/fireduck64/duckutil/compare/e40d41a3a308...e8aaf7283a21*
https://github.com/fireduck64/duckutil/commit/e8aaf7283a21cb683bb7eb43c18b955accb2d78e - Config override
GitHub
2018-08-21 04:43:15
*https://github.com/snowblossomcoin/snowblossom/compare/c4507e5fa74b...6482e11d4955*
https://github.com/snowblossomcoin/snowblossom/commit/6482e11d49550c295b086b19172490e4596a9dec - duckutil with env override
GitHub
2018-08-21 04:48:20
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-08-21 04:49:10
@bitbumper Your environment variable override is also done. https://github.com/snowblossomcoin/snowblossom/wiki/User-Guide#config-files
Fireduck
2018-08-21 04:51:52
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-08-21 05:32:57
Awesome, can confirm the fix works. Thanks for the quick resolution.
bitbumper
2018-08-21 08:36:40
@Fireduck you should probably cut a release for the bytebuffer thing as people are actually hitting that
Rotonen
2018-08-21 14:42:00
@Rotonen you are probably right
Fireduck