Page 1 of 1

PrngException

PostPosted: Sun Feb 21, 2016 00:51
by foxz
Hi,

minetest(server) 4.13 linux x64 throw this error :

Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
terminate called after throwing an instance of 'PrngException'
  what():  Range too large
Abandon

when i'm climb down -700...

[edit]
:/ that's seen work as well with win32 version
[/edit]

Thanks..

Re: PrngException

PostPosted: Wed Feb 24, 2016 00:03
by est31
Can you try with the latest engine commit from git?

This commit may have fixed your bug: https://github.com/minetest/minetest/co ... 6c019eb957

Re: PrngException

PostPosted: Sun Feb 28, 2016 01:38
by foxz
sry, I haven't tools to compile myself...

Re: PrngException

PostPosted: Thu Mar 03, 2016 22:17
by est31
You can find up to date windows builds in this forum section: viewforum.php?f=42

Re: PrngException

PostPosted: Thu Mar 03, 2016 22:38
by foxz
est31 wrote:You can find up to date windows builds in this forum section: viewforum.php?f=42


on linux 64... (lubuntu)

Re: PrngException

PostPosted: Fri Mar 04, 2016 12:32
by indriApollo
Follow the README, compilation on a linux box is super easy.

Re: PrngException

PostPosted: Fri Mar 04, 2016 20:25
by foxz
Ok...
I done it !!!

I had a hard time to include leveldb, ncurses etc...
that to be cool to make a tuto for this...
[code="exemple"]
for leveldb => sudo apt-get install leveldb-dev
[/code] etc...
I do it bit dirty, I not sure of the right or optimal way

but :
-- *** Will build version 0.4.13-dev ***
-- Could NOT find GetText (missing: GETTEXT_MSGFMT)
-- Redis not found!
-- SpatialIndex not found!
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)

how fix it ?
is Redis usefull
is SpacialIndex usefull ?
doxygen is a documentation stuff no ? I dont need it ?

[edit]
spacialindex can be founded at https://libspatialindex.github.io/
tar xvzf <file>
cd <subdir>
./config
sudo make install

Redis can be found at http://redis.io/
[\edit]

thanks for help ! I'll go search into forum again...