Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] #11

Open
Willtom999 opened this issue Aug 22, 2021 · 4 comments
Open

[Bug] #11

Willtom999 opened this issue Aug 22, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@Willtom999
Copy link

ocketMine-MP Crash Dump Sun Aug 22 00:33:33 UTC 2021

Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 327680 bytes)
File: pmsrc/src/pocketmine/level/Level
Line: 1466
Type: E_ERROR

Code:
[1457]
[1458] $block = clone $this->blockStates[$fullState & 0xfff];
[1459]
[1460] $block->x = $x;
[1461] $block->y = $y;
[1462] $block->z = $z;
[1463] $block->level = $this;
[1464]
[1465] if($addToCache and $relativeBlockHash !== null){
[1466] $this->blockCache[$chunkHash][$relativeBlockHash] = $block;
[1467] }
[1468]
[1469] return $block;
[1470] }
[1471]
[1472] /**
[1473] * @return void
[1474] */
[1475] public function updateAllLight(Vector3 $pos){
[1476] $this->updateBlockSkyLight($pos->x, $pos->y, $pos->z);

Backtrace:

PocketMine-MP version: 3.22.2 [Protocol 448]
Git commit: d670bc8bf8de0fb8eacbe5c29c9032cad5fe14b5-dirty
uname -a: Linux b6bafed3-3415-4823-b903-7c39c35f164a 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64
PHP Version: 7.4.21
Zend version: 3.4.0
OS : Linux, linux
Composer libraries:

  • adhocore/json-comment 1.1.2@fc2f76979f0a44a5f5bc2a2b600d0762fe0e78e7
  • daverandom/callback-validator unknown@unknown
  • pocketmine/binaryutils 0.1.13@0abee38d4e2861621f262c79a2a3d699d8a697f4
  • pocketmine/callback-validator 1.0.3@64787469766bcaa7e5885242e85c23c25e8c55a2
  • pocketmine/classloader 0.1.2@9757928424652393b178a3760073113aa7c9911b
  • pocketmine/log 0.2.1@830b44a2cf96ef703c550abe64302f230231ca49
  • pocketmine/log-pthreads 0.1.3@e477ecf6ec214fdd4415ea1da3fdd9d73bf699ea
  • pocketmine/math 0.2.6@43057cb8c179a9859677b496a788db922fd5cfc3
  • pocketmine/nbt 0.2.18@9f82ca4d7f97fcd9a566e44b63c4f18a7657ae82
  • pocketmine/pocketmine-mp 3.22.2@d670bc8bf8de0fb8eacbe5c29c9032cad5fe14b5
  • pocketmine/raklib 0.12.11@9cce458b8bfde3e4dfdbf70c659fc7b7fe26b5c4
  • pocketmine/snooze 0.1.5@70b5e7937a06878dd321a3182ceb76d56298f2cd
  • pocketmine/spl 0.4.2@6b08b7cf8c4afa17139c9a1b3bf1b408531de161
@Willtom999 Willtom999 added the bug Something isn't working label Aug 22, 2021
@Willtom999
Copy link
Author

bug boussole teleport

@ItsMax123
Copy link
Owner

C’est une erreur qui revient constamment ou une seule fois? Le rapport de crash ne semble pas être la faute de mon plugin.

@Willtom999
Copy link
Author

Qui revien

@Willtom999
Copy link
Author

@ItsMax123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants