Skip to content
#

packet

Here are 274 public repositories matching this topic...

SecretX33
SecretX33 commented Oct 28, 2021

Description

NullPointerException is thrown when serializing an ItemStack that is made of AIR. That happens because XItemStack#serialize calls getItemMeta on the item passed as a parameter and uses the result of it without checking if it is null before.

Code (Kotlin)

XItemStack.serialize(ItemStack(Material.AIR, 1), MemoryConfiguration())

Stacktrace: http

daniel5151
daniel5151 commented Oct 10, 2020

See https://sourceware.org/gdb/onlinedocs/gdb/File_002dI_002fO-Overview.html#File_002dI_002fO-Overview

The File I/O remote protocol extension (short: File-I/O) allows the target to use the host’s file system and console I/O to perform various system calls. System calls on the target system are translated into a remote protocol packet to the host system, which then performs the needed actions

Improve this page

Add a description, image, and links to the packet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packet topic, visit your repo's landing page and select "manage topics."

Learn more