Advertisement
Guest User

Untitled

a guest
Apr 4th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. Genisys Crash Dump Fri Apr 1 06:11:44 EDT 2016
  2.  
  3. Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 86016 bytes)
  4. File: /src/pocketmine/nbt/NBT
  5. Line: 499
  6. Type: E_ERROR
  7.  
  8. Code:
  9. [490] }
  10. [491] return $this->buffer;
  11. [492] }
  12. [493]
  13. [494] return false;
  14. [495] }
  15. [496]
  16. [497] public function writeCompressed($compression = ZLIB_ENCODING_GZIP, $level = 7){
  17. [498] if(($write = $this->write()) !== false){
  18. [499] return zlib_encode($write, $compression, $level);
  19. [500] }
  20. [501]
  21. [502] return false;
  22. [503] }
  23. [504]
  24. [505] public function readTag(){
  25. [506] switch($this->getByte()){
  26. [507] case NBT::TAG_Byte:
  27. [508] $tag = new ByteTag($this->getString());
  28. [509] $tag->read($this);
  29.  
  30. Backtrace:
  31. #0 (): pocketmine\Server->crashDump(boolean)
  32.  
  33. Genisys version: 1.1dev #208 [Protocol 45; API 2.0.0]
  34. uname -a: Linux ns512012.ip-167-114-118.net 2.6.32-504.8.1.el6.x86_64 #1 SMP Wed Jan 28 21:11:36 UTC 2015 x86_64
  35. PHP version: 7.0.3
  36. Zend version: 3.0.0
  37. OS : Linux, linux
  38.  
  39. Loaded plugins:
  40. 加载的插件:
  41. DevTools 1.10.0 by PocketMine Team for API(s) 1.3.1
  42. NoAdvertisingPE 1.0.1 by Vaivez66 for API(s) 1.12.0
  43. Broadcaster 1.16 by EvolSoft for API(s) 1.12.0
  44. PvPWorlds 1 by for API(s) 1.0.0
  45. EconomyPShop 2.0.2 by onebone for API(s) 1.12.0
  46. EmptyWorld 1.0.0 by aliuly for API(s) 1.12.0
  47. TapToDo 2.2.1 by Falk for API(s) 1.0.0
  48. iProtector 3.1b by LDX for API(s) 1.9.0, 2.0.0
  49. EssentialsPE 1.1.3.vgphp7 by LegendsOfMCPE Team for API(s) 1.13.0
  50. EconomyJob 2.0.4 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1
  51. BasicHUD 1.0.6 by aliuly for API(s) 1.12.0
  52. VoteReward 3.0.2 by LDX for API(s) 1.12.0, 2.0.0
  53. PurePerms 1.3.5 by 64FF00 for API(s) 1.13.0, 2.0.0
  54. EconomyAPI 2.0.9 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1
  55. EconomyLand 2.0.9 by onebone for API(s) 1.12.0
  56. EconomyAirport 2.0.4 by onebone for API(s) 1.12.0
  57. EconomyAuction 2.0.2 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1
  58. SexyMOTD 1.0.0 by hoyinm14mc for API(s) 1.14.0, 2.0.0
  59. EconomyShop 2.0.7 by onebone for API(s) 1.12.0
  60. BuyCraft 1.2.2 by Falkirks for API(s) 1.0.0
  61. CrateKeys 1.0.5 by CDFalcon, CDFalcon for API(s) 1.13.0
  62. DarknessPELogger 1.2.0 by DarknessPE EDIT! for API(s) 1.12.0
  63. AdvancedKits 4.0.1 by luca28pet for API(s) 1.12.0
  64. FactionsPro 1.6.3 by Tethered_ for API(s) 1.12.0
  65. ServerAuth 2.13 by EvolSoft for API(s) 1.11.0
  66. EconomyCasino 2.0.2 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1
  67. EconomySell 2.0.7 by onebone for API(s) 1.12.0
  68. EconomyUsury 1.0.1 by onebone for API(s) 1.12.0
  69. EconomyTax 2.0.3 by onebone for API(s) 1.0.0, 1.1.0, 1.2.0, 1.2.1, 1.3.0, 1.3.1, 1.4.0, 1.4.1
  70. PureChat 1.3.3 by 64FF00 for API(s) 1.11.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement