Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. goblin-camp: goblin-camp/vendor/boost/boost/random/uniform_int.hpp:63: boost::uniform_int<IntType>::uniform_int(IntType, IntType) [with IntType = int]: Assertion `min_arg <= max_arg' failed.
  2.  
  3. Program received signal SIGABRT, Aborted.
  4. 0x00007ffff5f09ba5 in raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  5. 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: Datei oder Verzeichnis nicht gefunden.
  6. in ../nptl/sysdeps/unix/sysv/linux/raise.c
  7. (gdb) bt
  8. #0 0x00007ffff5f09ba5 in raise (sig=<value optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  9. #1 0x00007ffff5f0d6b0 in abort () at abort.c:92
  10. #2 0x00007ffff5f02a71 in __assert_fail (assertion=0x834859 "min_arg <= max_arg", file=<value optimized out>, line=63,
  11. function=0x834940 "boost::uniform_int<IntType>::uniform_int(IntType, IntType) [with IntType = int]") at assert.c:81
  12. #3 0x00000000004fc0a2 in boost::uniform_int<int>::uniform_int (this=0x7fffffffdcd0, min_arg=1, max_arg=0)
  13. at goblin-camp/vendor/boost/boost/random/uniform_int.hpp:63
  14. #4 0x00000000004fbaf0 in Random::Generator::Generate (this=0xc9b5e0, start=1, end=0)
  15. at goblin-camp/Goblin Camp/src/Random.cpp:174
  16. #5 0x00000000004fbc5c in Random::Generate (start=1, end=0) at goblin-camp/Goblin Camp/src/Random.cpp:225
  17. #6 0x00000000005cf747 in Game::CreateFilth (this=0xdafc30, pos=..., amount=1)
  18. at goblin-camp/Goblin Camp/src/Game.cpp:1509
  19. #7 0x00000000005cedf2 in Game::CreateFilth (this=0xdafc30, pos=...) at goblin-camp/Goblin Camp/src/Game.cpp:1438
  20. #8 0x000000000057eb4e in NPC::Update (this=0x7fffe5bc5aa0) at goblin-camp/Goblin Camp/src/NPC.cpp:365
  21. #9 0x00000000005c92f0 in Game::Update (this=0xdafc30) at goblin-camp/Goblin Camp/src/Game.cpp:817
  22. #10 0x00000000005ae14b in MainLoop () at goblin-camp/Goblin Camp/src/GCamp.cpp:141
  23. #11 0x00000000005affdd in MainMenu () at goblin-camp/Goblin Camp/src/GCamp.cpp:397
  24. #12 0x00000000005adfaa in GCMain (args=...) at goblin-camp/Goblin Camp/src/GCamp.cpp:108
  25. #13 0x00000000007a2ca6 in main (argc=1, argv=0x7fffffffe758) at goblin-camp/Goblin Camp/src/platform/unix/main.cpp:25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement