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.
Jdk8 is good
9 is strange problems
I'm getting
``` [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)```
Strange, this is the second report of bytebuffer methods not existing
And those have been there since 1.4 or something
This seemed to be the best resource I could find: https://jira.mongodb.org/browse/JAVA-2559
Are you developing on Windows?
No, linux
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?
They are not but can be
Did you build from source or download the release jars?
Build from source.
build the deploy jar, there's some userspace config dependent path madness available otherwise
Thanks, I'll give that a try.
in case you want those
Thanks, that'll help.
[snowblossomcoin/snowblossom] Issue closed by fireduck64
@bitbumper that bytebuffer thing should be fixed
[snowblossomcoin/snowblossom] Issue closed by fireduck64
@bitbumper Your environment variable override is also done. https://github.com/snowblossomcoin/snowblossom/wiki/User-Guide#config-files
[snowblossomcoin/snowblossom] Issue closed by fireduck64
Awesome, can confirm the fix works. Thanks for the quick resolution.
@Fireduck you should probably cut a release for the bytebuffer thing as people are actually hitting that
@Rotonen you are probably right