We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
bug boussole teleport
Sorry, something went wrong.
C’est une erreur qui revient constamment ou une seule fois? Le rapport de crash ne semble pas être la faute de mon plugin.
Qui revien
@ItsMax123
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: