-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Index invalid or out of range BaseInventory #1480
Comments
|
do you have plugins which are cancelling PlayerInteractEvent on crafting tables? |
I think i reproduced this issue Show the bug related on this video , armor reappear on the inventory by dropping after the death of player. video : errors logs file : Error during video : RuntimeException: "Index invalid or out of range" (EXCEPTION) in "src/pocketmine/inventory/BaseInventory" at line 97 Error after video: "Call to a member function addChunkPacket() on null" (EXCEPTION) in "src/pocketmine/inventory/ChestInventory" at line 90 Error after video :ErrorException: "Undefined offset: 2" (EXCEPTION) in "src/pocketmine/inventory/transaction/CraftingTransaction" at line 62 server configuration : plugins : sorry for my very bad english UPDATE |
same issue or not ? PocketMine-MP 1.7dev-326:
|
any idea of the cause of this problem ? @andris155 RuntimeException: "Index invalid or out of range" (EXCEPTION) in "src/pocketmine/inventory/BaseInventory" at line 97
|
sorry i don't know how to reproduce PocketMine-MP_1.7dev-459 PiggyCustomEnchants v1.0.7
|
¯_(ツ)_/¯ |
It's happening to me too but I know its due to the SkyWars plugin I am using. Honestly I can't find the reason why it would continuously spam the console with it. Anyways try testing by removing all of your plugins and see if the problem exists I am pretty sure it's a plugin issue and not PocketMines. |
https://github.com/svilex/SkyWars-PocketMine/blob/master/SW/src/svile/sw/SWmain.php#L616-L623 Fixed:
|
@dktapps The error appeared again, I think that it may be due to the inventory for additional items.
|
i have same issue ... at line 92 with PMMP build 1079 |
unsupported development build... |
Fixed in 3.0.1, see #2250 . |
Issue description
Steps to reproduce the issue
OS and versions
Plugins
Not tested without plugins.
I send plugins list if need.
If the issue is not reproducible without plugins:
Crashdump, backtrace or other files
The text was updated successfully, but these errors were encountered: