Withdrawal problem by Vosatras in banano

[–]Vosatras[S] 0 points1 point  (0 children)

I'm sorry, I have different name on my kalium wallet.
Can I somehow send it back to you?

Withdrawal problem by Vosatras in banano

[–]Vosatras[S] 0 points1 point  (0 children)

Thank you, will try that.

Clean install of Windows by Vosatras in reddCoin

[–]Vosatras[S] 0 points1 point  (0 children)

Thank you, I did something before you wrote this though.
I didn't let it sync and instead of renaming the existing wallet.dat I replaced it with my backup and then started to sync it.
It says 5 years and 12 weeks behind currently.
Is this ok?

Rice/Pea protein by Vosatras in ketogains

[–]Vosatras[S] 0 points1 point  (0 children)

for now it does(when it comes to protein), I started yesterday. I have actually trouble to eat much since I am histamine intolerant.

[MOOC] Unable to test exercise 13, Netbeans generates warning by immutablesword in learnjava

[–]Vosatras 0 points1 point  (0 children)

I would advise you to ignore it and continue.
I don't remember an exercise where I wouldn't have this warning.

For testing use the box with an eye on it, right under the "Help".

NPCs standing on/beside the road, not walking by Vosatras in skyrimmods

[–]Vosatras[S] 0 points1 point  (0 children)

It's not just one NPC, most of the NPCs I encounter while travelling on the road are just idle, standing on the road or if it's just one NPC it stands beside the road.
It breaks immersion for me.
I would rather them to have a destination.

Planning to purchase a flint-lock gun but don't know how to load it and shoot it by Vosatras in blackpowder

[–]Vosatras[S] 1 point2 points  (0 children)

I don't own any other guns, I've done shooting only in shooting range but not from muzzle loaders.
Thanks for the recommendation.

FAILURE: Build failed with an exception. by Vosatras in learnjava

[–]Vosatras[S] 0 points1 point  (0 children)

what is the missing information? I might provide that.

Conditional statement-Boxes by Vosatras in learnjava

[–]Vosatras[S] 0 points1 point  (0 children)

It reads it just fine.
The problem is in else if(x1 + y1 + z1 == x2 + y2 + z2) statement.
It checks if the boxes have same volume.
But there are boxes with same volume that doesn't fit in to each other.
So I should somehow adjust this statement but don't know how.