PluginBugs / Issues-ItemsAdder

Repository used to keep track of issues of my plugin ItemsAdder
https://itemsadder.devs.beer
54 stars 21 forks source link

Broken armor textures optifine #3132

Closed gabriel262m closed 12 months ago

gabriel262m commented 1 year ago

Terms

Discord tag (optional)

gabrielc_26

What happened?

My problem is the following. After several hours of turning on the server, when reloading the textures, the armor stops having its textures, I don't think it is a configuration, just restarting the server and reloading itemsadder again, they are fixed, this has happened to me since the last version from itemsadder and it really is problematic

Steps to reproduce the issue

Wait 6-8 hours, have previous charged armors whit custom textures /iareload /iazip starts to get textures broken but whit their default colors

Server version

This server is running Paper version git-Paper-550 (MC: 1.19.4) (Implementing API version 1.19.4-R0.1-SNAPSHOT) (Git: 483368e on ver/1.19.4)

ItemsAdder Version

[23:49:43 INFO]: ItemsAdder version 3.6.2-beta-r2 [23:49:43 INFO]: Customized Minecraft without client mods! [23:49:43 INFO]: Website: devs.beer [23:49:43 INFO]: Author: LoneDev

ProtocolLib Version

[23:50:02 INFO]: ProtocolLib version 5.0.0 [23:50:02 INFO]: Provides read/write access to the Minecraft protocol. [23:50:02 INFO]: Authors: dmulloy2 and comphenix

LoneLibs Version

[23:50:14 INFO]: LoneLibs version 1.0.27 [23:50:14 INFO]: Collection of libs used by my plugins [23:50:14 INFO]: Authors: LoneDev and others

FULL server log

cant upload full server log, i got some errors using mythicmobs so is so high, i will upload it to another place for check https://www.dropbox.com/scl/fi/q5vqq1y8q6670qz8lfcep/latest-3.log?rlkey=796bwqdgumedr45habpgwuz1n&dl=0

Error (optional)

https://pastebin.com/ejhSYHUp

Problematic items yml configuration file (optional)

info:
  namespace: kingdrag
armors_rendering:
  iridio:
    color: "#9438d6"
    layer_1: armas-armaduras/armaduras/iridium_armor_layer_1
    layer_2: armas-armaduras/armaduras/iridium_armor_layer_2
    use_color: false
  malaquita:
    color: "#32c79f"
    layer_1: armas-armaduras/armaduras/malachite_armor_layer_1
    layer_2: armas-armaduras/armaduras/malachite_armor_layer_2
    use_color: false
  ambar:
    color: "#e8a438"
    layer_1: armas-armaduras/armaduras/amber_armor_layer_1
    layer_2: armas-armaduras/armaduras/amber_armor_layer_2
    use_color: false
  amatista:
    color: "#c947bc"
    layer_1: armas-armaduras/armaduras/amethyst_armor_layer_1
    layer_2: armas-armaduras/armaduras/amethyst_armor_layer_2
    use_color: false
  mythril:
    color: "#262aab"
    layer_1: armas-armaduras/armaduras/mythril_armor_layer_1
    layer_2: armas-armaduras/armaduras/mythril_armor_layer_2
    use_color: false
  platino:
    color: "#9ddde0"
    layer_1: armas-armaduras/armaduras/silver_armor_layer_1
    layer_2: armas-armaduras/armaduras/silver_armor_layer_2
    use_color: false
  jade:
    color: "#33d12e"
    layer_1: armas-armaduras/armaduras/jade_armor_layer_1
    layer_2: armas-armaduras/armaduras/jade_armor_layer_2
    use_color: false
  ruby:
    color: "#fc031e"
    layer_1: armas-armaduras/armaduras/ruby_armor_layer_1
    layer_2: armas-armaduras/armaduras/ruby_armor_layer_2
    use_color: false
  tenebroso:
    color: '#221e26'
    layer_1: armas-armaduras/armaduras/tenebroso_layer_1
    layer_2: armas-armaduras/armaduras/tenebroso_layer_2
    use_color: false
  glacia:
    color: "#8cd6eb"
    layer_1: armas-armaduras/armaduras/layer_1
    layer_2: armas-armaduras/armaduras/layer_2
    use_color: false
items:
  casco_iridio:
    display_name: "Casco de Iridio"
    resource:
      generate: true
#      model_id: 27
      textures:
      - armas-armaduras/armaduras/iridium_helmet.png
      - armas-armaduras/armaduras/iridium_helmet.png
    durability:
      max_custom_durability: 407
    specific_properties:
      armor:
        slot: head
        custom_armor: iridio
    attribute_modifiers:
      head:
        armor: 4
        knockback_resistance: 0.1
        armorToughness: 3
  peto_iridio:
    display_name: "Peto de Iridio"
    resource:
      generate: true
#      model_id: 27
      textures:
      - armas-armaduras/armaduras/iridium_chestplate.png
      - armas-armaduras/armaduras/iridium_chestplate.png
    durability:
      max_custom_durability: 592
    specific_properties:
      armor:
        slot: chest
        custom_armor: iridio
    attribute_modifiers:
      chest:
        armor: 9
        knockback_resistance: 0.1
        armorToughness: 3
  pantalones_iridio:
    display_name: "Pantalones de Iridio"
    resource:
      generate: true
#      model_id: 27
      textures:
      - armas-armaduras/armaduras/iridium_leggings.png
      - armas-armaduras/armaduras/iridium_leggings.png
    durability:
      max_custom_durability: 555
    specific_properties:
      armor:
        slot: legs
        custom_armor: iridio
    attribute_modifiers:
      legs:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
  botas_iridio:
    display_name: "Botas de Iridio"
    resource:
      generate: true
#      model_id: 27
      textures:
      - armas-armaduras/armaduras/iridium_boots.png
      - armas-armaduras/armaduras/iridium_boots.png
    durability:
      max_custom_durability: 481
    specific_properties:
      armor:
        slot: FEET
        custom_armor: iridio
    attribute_modifiers:
      feet:
        armor: 4
        knockback_resistance: 0.1
        armorToughness: 3
##################################################################################################################################################################################
  casco_malaquita:
    display_name: "Casco de Malaquita"
    resource:
      generate: true
#      model_id: 28
      textures:
      - armas-armaduras/armaduras/malachite_helmet.png
      - armas-armaduras/armaduras/malachite_helmet.png
    durability:
      max_custom_durability: 407
    specific_properties:
      armor:
        slot: head
        custom_armor: malaquita
    attribute_modifiers:
      head:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
  peto_malaquita:
    display_name: "Peto de Malaquita"
    resource:
      generate: true
#      model_id: 28
      textures:
      - armas-armaduras/armaduras/malachite_chestplate.png
      - armas-armaduras/armaduras/malachite_chestplate.png
    durability:
      max_custom_durability: 592
    specific_properties:
      armor:
        slot: chest
        custom_armor: malaquita
    attribute_modifiers:
      chest:
        armor: 12
        knockback_resistance: 0.1
        armorToughness: 3
  pantalones_malaquita:
    display_name: "Pantalones de Malaquita"
    resource:
      generate: true
#      model_id: 28
      textures:
      - armas-armaduras/armaduras/malachite_leggings.png
      - armas-armaduras/armaduras/malachite_leggings.png
    durability:
      max_custom_durability: 555
    specific_properties:
      armor:
        slot: legs
        custom_armor: malaquita
    attribute_modifiers:
      legs:
        armor: 10
        knockback_resistance: 0.1
        armorToughness: 3
  botas_malaquita:
    display_name: "Botas de Malaquita"
    resource:
      generate: true
#      model_id: 28
      textures:
      - armas-armaduras/armaduras/malachite_boots.png
      - armas-armaduras/armaduras/malachite_boots.png
    durability:
      max_custom_durability: 481
    specific_properties:
      armor:
        slot: FEET
        custom_armor: malaquita
    attribute_modifiers:
      feet:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
##################################################################################################################################################################################
  casco_platino:
    display_name: "Casco de Platino"
    resource:
      generate: true
#      model_id: 32
      textures:
      - armas-armaduras/armaduras/silver_helmet.png
      - armas-armaduras/armaduras/silver_helmet.png
    durability:
      max_custom_durability: 400
    specific_properties:
      armor:
        slot: head
        custom_armor: platino
    attribute_modifiers:
      head:
        armor: 6
        knockback_resistance: 0.1
        armorToughness: 2.5
  peto_platino:
    display_name: "Peto de Platino"
    resource:
      generate: true
#      model_id: 32
      textures:
      - armas-armaduras/armaduras/silver_chestplate.png
      - armas-armaduras/armaduras/silver_chestplate.png
    durability:
      max_custom_durability: 595
    specific_properties:
      armor:
        slot: chest
        custom_armor: platino
    attribute_modifiers:
      chest:
        armor: 11
        knockback_resistance: 0.1
        armorToughness: 2.5
  pantalones_platino:
    display_name: "Pantalones de Platino"
    resource:
      generate: true
#      model_id: 32
      textures:
      - armas-armaduras/armaduras/silver_leggings.png
      - armas-armaduras/armaduras/silver_leggings.png
    durability:
      max_custom_durability: 560
    specific_properties:
      armor:
        slot: legs
        custom_armor: platino
    attribute_modifiers:
      legs:
        armor: 9
        knockback_resistance: 0.1
        armorToughness: 2.5
  botas_platino:
    display_name: "Botas de Platino"
    resource:
      generate: true
#      model_id: 32
      textures:
      - armas-armaduras/armaduras/silver_boots.png
      - armas-armaduras/armaduras/silver_boots.png
    durability:
      max_custom_durability: 490
    specific_properties:
      armor:
        slot: FEET
        custom_armor: platino
    attribute_modifiers:
      feet:
        armor: 6
        knockback_resistance: 0.1
        armorToughness: 2.5
##################################################################################################################################################################################
  casco_ambar:
    display_name: "Casco de Ambar"
    resource:
      generate: true
#      model_id: 29
      textures:
      - armas-armaduras/armaduras/amber_helmet.png
      - armas-armaduras/armaduras/amber_helmet.png
    durability:
      max_custom_durability: 363
    specific_properties:
      armor:
        slot: head
        custom_armor: ambar
    attribute_modifiers:
      head:
        armor: 3
        armorToughness: 2.4
  peto_ambar:
    display_name: "Peto de Ambar"
    resource:
      generate: true
#      model_id: 29
      textures:
      - armas-armaduras/armaduras/amber_chestplate.png
      - armas-armaduras/armaduras/amber_chestplate.png
    durability:
      max_custom_durability: 528
    specific_properties:
      armor:
        slot: chest
        custom_armor: ambar
    attribute_modifiers:
      chest:
        armor: 8
        armorToughness: 2.4
  pantalones_ambar:
    display_name: "Pantalones de Ambar"
    resource:
      generate: true
#      model_id: 29
      textures:
      - armas-armaduras/armaduras/amber_leggings.png
      - armas-armaduras/armaduras/amber_leggings.png
    durability:
      max_custom_durability: 495
    specific_properties:
      armor:
        slot: legs
        custom_armor: ambar
    attribute_modifiers:
      legs:
        armor: 6
        armorToughness: 2.4
  botas_ambar:
    display_name: "Amber Boots"
    resource:
      generate: true
#      model_id: 29
      textures:
      - armas-armaduras/armaduras/amber_boots.png
      - armas-armaduras/armaduras/amber_boots.png
    durability:
      max_custom_durability: 429
    specific_properties:
      armor:
        slot: FEET
        custom_armor: ambar
    attribute_modifiers:
      feet:
        armor: 3
        armorToughness: 2.4
##################################################################################################################################################################################
  casco_amatista:
    display_name: "Casco de Diamantina"
    resource:
      generate: true
#      model_id: 30
      textures:
      - armas-armaduras/armaduras/amethyst_helmet.png
      - armas-armaduras/armaduras/amethyst_helmet.png
    durability:
      max_custom_durability: 450
    specific_properties:
      armor:
        slot: head
        custom_armor: amatista
    attribute_modifiers:
      head:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
  peto_amatista:
    display_name: "Peto de Diamantina"
    resource:
      generate: true
#      model_id: 30
      textures:
      - armas-armaduras/armaduras/amethyst_chestplate.png
      - armas-armaduras/armaduras/amethyst_chestplate.png
    durability:
      max_custom_durability: 650
    specific_properties:
      armor:
        slot: chest
        custom_armor: amatista
    attribute_modifiers:
      chest:
        armor: 12
        knockback_resistance: 0.1
        armorToughness: 3
  pantalones_amatista:
    display_name: "Pantalones de Diamantina"
    resource:
      generate: true
#      model_id: 30
      textures:
      - armas-armaduras/armaduras/amethyst_leggings.png
      - armas-armaduras/armaduras/amethyst_leggings.png
    durability:
      max_custom_durability: 600
    specific_properties:
      armor:
        slot: legs
        custom_armor: amatista
    attribute_modifiers:
      legs:
        armor: 10
        knockback_resistance: 0.1
        armorToughness: 3
  botas_amatista:
    display_name: "Botas de Diamantina"
    resource:
      generate: true
#      model_id: 30
      textures:
      - armas-armaduras/armaduras/amethyst_boots.png
      - armas-armaduras/armaduras/amethyst_boots.png
    durability:
      max_custom_durability: 500
    specific_properties:
      armor:
        slot: FEET
        custom_armor: amatista
    attribute_modifiers:
      feet:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
##################################################################################################################################################################################
  casco_mythril:
    display_name: "Casco de Mythril"
    resource:
      generate: true
#      model_id: 31
      textures:
      - armas-armaduras/armaduras/mythril_helmet.png
      - armas-armaduras/armaduras/mythril_helmet.png
    durability:
      max_custom_durability: 363
    specific_properties:
      armor:
        slot: head
        custom_armor: mythril
    attribute_modifiers:
      head:
        armor: 3
        armorToughness: 2.5
  peto_mythril:
    display_name: "Peto de Mythril"
    resource:
      generate: true
#      model_id: 31
      textures:
      - armas-armaduras/armaduras/mythril_chestplate.png
      - armas-armaduras/armaduras/mythril_chestplate.png
    durability:
      max_custom_durability: 528
    specific_properties:
      armor:
        slot: chest
        custom_armor: mythril
    attribute_modifiers:
      chest:
        armor: 8
        armorToughness: 2.5
  pantalones_mythril:
    display_name: "Pantalones de Mythril"
    resource:
      generate: true
#      model_id: 31
      textures:
      - armas-armaduras/armaduras/mythril_leggings.png
      - armas-armaduras/armaduras/mythril_leggings.png
    durability:
      max_custom_durability: 495
    specific_properties:
      armor:
        slot: legs
        custom_armor: mythril
    attribute_modifiers:
      legs:
        armor: 6
        armorToughness: 2.5
  botas_mythril:
    display_name: "Botas de Mythril"
    resource:
      generate: true
#      model_id: 31
      textures:
      - armas-armaduras/armaduras/mythril_boots.png
      - armas-armaduras/armaduras/mythril_boots.png
    durability:
      max_custom_durability: 429
    specific_properties:
      armor:
        slot: FEET
        custom_armor: mythril
    attribute_modifiers:
      feet:
        armor: 3
        armorToughness: 2.5
##################################################################################################################################################################################
  casco_jade:
    display_name: "Casco de Jade"
    resource:
      generate: true
#      model_id: 33
      textures:
      - armas-armaduras/armaduras/jade_helmet.png
      - armas-armaduras/armaduras/jade_helmet.png
    durability:
      max_custom_durability: 363
    specific_properties:
      armor:
        slot: head
        custom_armor: jade
    attribute_modifiers:
      head:
        armor: 3
        armorToughness: 2.3
  peto_jade:
    display_name: "Peto de Jade"
    resource:
      generate: true
#      model_id: 33
      textures:
      - armas-armaduras/armaduras/jade_chestplate.png
      - armas-armaduras/armaduras/jade_chestplate.png
    durability:
      max_custom_durability: 528
    specific_properties:
      armor:
        slot: chest
        custom_armor: jade
    attribute_modifiers:
      chest:
        armor: 8
        armorToughness: 2.3
  pantalones_jade:
    display_name: "Jade Leggings"
    resource:
      generate: true
#      model_id: 33
      textures:
      - armas-armaduras/armaduras/jade_leggings.png
      - armas-armaduras/armaduras/jade_leggings.png
    durability:
      max_custom_durability: 495
    specific_properties:
      armor:
        slot: legs
        custom_armor: jade
    attribute_modifiers:
      legs:
        armor: 6
        armorToughness: 2.3
  botas_jade:
    display_name: "Botas de Jade"
    resource:
      generate: true
#      model_id: 33
      textures:
      - armas-armaduras/armaduras/jade_boots.png
      - armas-armaduras/armaduras/jade_boots.png
    durability:
      max_custom_durability: 429
    specific_properties:
      armor:
        slot: FEET
        custom_armor: jade
    attribute_modifiers:
      feet:
        armor: 3
        armorToughness: 2.3
##################################################################################################################################################################################
  casco_ruby:
    display_name: "Casco de Ruby Antiguo"
    resource:
      generate: true
#      model_id: 34
      textures:
      - armas-armaduras/armaduras/ruby_helmet.png
      - armas-armaduras/armaduras/ruby_helmet.png
    durability:
      max_custom_durability: 400
    specific_properties:
      armor:
        slot: head
        custom_armor: ruby
    attribute_modifiers:
      head:
        armor: 3.5
        armorToughness: 2.6
  peto_ruby:
    display_name: "Peto de Ruby Antiguo"
    resource:
      generate: true
#      model_id: 34
      textures:
      - armas-armaduras/armaduras/ruby_chestplate.png
      - armas-armaduras/armaduras/ruby_chestplate.png
    durability:
      max_custom_durability: 550
    specific_properties:
      armor:
        slot: chest
        custom_armor: ruby
    attribute_modifiers:
      chest:
        armor: 8.5
        armorToughness: 2.6
  pantalones_ruby:
    display_name: "Pantalones de Ruby Antiguo"
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/ruby_leggings.png
      - armas-armaduras/armaduras/ruby_leggings.png
    durability:
      max_custom_durability: 530
    specific_properties:
      armor:
        slot: legs
        custom_armor: ruby
    attribute_modifiers:
      legs:
        armor: 6.5
        armorToughness: 2.6
  botas_ruby:
    display_name: "Botas de Ruby Antiguo"
    resource:
      generate: true
#      model_id: 34
      textures:
      - armas-armaduras/armaduras/ruby_boots.png
      - armas-armaduras/armaduras/ruby_boots.png
    durability:
      max_custom_durability: 480
    specific_properties:
      armor:
        slot: FEET
        custom_armor: ruby
    attribute_modifiers:
      feet:
        armor: 3.5
        armorToughness: 3
##################################################################################################################################################################################
  casco_tenebroso:
    display_name: "Cabeza de Señor Oscuro"
    resource:
      material: PAPER
      generate: false
      model_path: armas-armaduras/armaduras/midnight_haunt_skull
    behaviours:
      hat: true
    attribute_modifiers:
      head:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
    durability:
      max_custom_durability: 500
  peto_tenebroso:
    display_name: 'Peto de Señor Oscuro'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/peto_tenebroso
    durability:
      max_custom_durability: 592
    specific_properties:
      armor:
        slot: chest
        custom_armor: tenebroso
    attribute_modifiers:
      chest:
        armor: 12
        knockback_resistance: 0.1
        armorToughness: 3
  pantalones_tenebrosos:
    display_name: '&fPantalones de Señor Oscuro'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/pantalones_tenebrosos
    durability:
      max_custom_durability: 555
    specific_properties:
      armor:
        slot: legs
        custom_armor: tenebroso
    attribute_modifiers:
      legs:
        armor: 10
        knockback_resistance: 0.1
        armorToughness: 3
  botas_tenebrosas:
    display_name: '&fBotas de Señor Oscuro'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/botas_tenebrosas
    durability:
      max_custom_durability: 481
    specific_properties:
      armor:
        slot: FEET
        custom_armor: tenebroso
    attribute_modifiers:
      feet:
        armor: 7
        knockback_resistance: 0.1
        armorToughness: 3
##################################################################################################################################################################################
  casco_gelido:
    display_name: "Casco Gelido"
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/casco_gelido.png
      - armas-armaduras/armaduras/casco_gelido.png
    durability:
      max_custom_durability: 390
    specific_properties:
      armor:
        slot: head
        custom_armor: glacia
    attribute_modifiers:
      head:
        armor: 3.2
        knockback_resistance: 0.2
        armorToughness: 2.3
  peto_gelido:
    display_name: 'Peto Gelido'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/peto_gelido
    durability:
      max_custom_durability: 480
    specific_properties:
      armor:
        slot: chest
        custom_armor: glacia
    attribute_modifiers:
      chest:
        armor: 4.3
        knockback_resistance: 0.2
        armorToughness: 2.3
  pantalones_gelidos:
    display_name: '&fPantalones Gelidos'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/pantalones_gelidos
    durability:
      max_custom_durability: 430
    specific_properties:
      armor:
        slot: legs
        custom_armor: glacia
    attribute_modifiers:
      legs:
        armor: 3.8
        knockback_resistance: 0.2
        armorToughness: 2.3
  botas_gelidas:
    display_name: '&fBotas Gelidas'
    resource:
      generate: true
      textures:
      - armas-armaduras/armaduras/botas_gelidas
    durability:
      max_custom_durability: 380
    specific_properties:
      armor:
        slot: FEET
        custom_armor: glacia
    attribute_modifiers:
      feet:
        armor: 3.1
        knockback_resistance: 0.2
        armorToughness: 2.3

Other files, you can drag and drop them here to upload. (optional)

metrics: true update-checker: true disable-plugin-loading-messages_DONT_ASK_ME_FOR_SUPPORT_IF_YOU_SET_TRUE__THANKS: false ignore-server-compatibility-check: false resource-pack: hosting: no-host: enabled: false auto-external-host: enabled: false self-host: enabled: false server-ip: 104.224.55.2 pack-port: 4758 external-host: enabled: true url: https://www.dropbox.com/scl/fi/oc8qjdvz8xwtlb2g9awvl/generated.zip?rlkey=p5toq59s3vel39b66fnrt44ev&dl=0 skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false apply-on-join: true kick-player-on-decline: true kick-player-on-fail: true delay-ticks: 1 notify-other-plugins-interfering: true title: enabled: true 1_19_3_atlas_support: true fix_force_unicode_font_images: true protect-player: black-screen: true hide-hud: true cancel-movement: true lock-player: true command: usage-cooldown-seconds: 60 custom-font: enabled: false name: ipaexg.ttf shift: '[0,0]' size: 11.0 oversample: 2.0 thin-font: enabled: false zip: protect-file-from-unzip: protection_1: true protection_2: true compress-png-files: true compress-json-files: true generate-custom-armors-textures: vanilla_1_17: true optifine: true disable-overwrite-leather-armor-layers-textures: false fix_transparent_noteblocks: false ignore-files-ext:

Screenshots/Videos (you can drag and drop files or paste links)

No response

github-actions[bot] commented 1 year ago

Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.

Thanks a lot for your patience.

LoneDev6 commented 1 year ago

After several hours of turning on the server, when reloading the textures, the armor stops having its textures

Are you sure it's related to that? This is very strange, armors won't lose their texture on their own. Maybe it's a client issue? I tested that and I cannot reproduce the issue. Also try removing some other plugins.

Anyway there is an issue with the itemsadder world region files. This is probably caused by the fact that your server was shut down or killed and itemsadder couldn't save files correctly. You should delete the corrupted region files (make a backup before doing that). /home/container/isla2/itemsadder

Also fix your MythicMobs issues, your log is huge and might be the cause of the various strange issues you're facing.

NOTE: next time post your long configurations as file not text, thanks!

gabriel262m commented 1 year ago

Lone thanks for reply me, i can tell that this issue is recent, more especific, last beta version on spigot, never have this problem before, is like a memory leak issue, in the console says that not enought space in device for save png, so it could be the problem? Also the region "isla2" is also recent added whit that i mean 3 days, and i have this issue for more than 3 weeks

My client is not edited, i dont have weird plugins as u can see in logs, theres no other plugin adding texture more than modelengine and not for armors. This just happen when the server have 6-8 hours online, if i restart the server i got this fixed, i talk whit my host (bloomhost) and i have more than enought ram and memory, so i really dont know where to start now...i gona try your recomendations for try to fix something but as i told u in this message, this errors are recent and the armor problem is 3 weeks old as low.

gabriel262m commented 1 year ago

`` latest.log

LoneDev6 commented 1 year ago

Fix also safarinet issues:

[12:35:24] [Server thread/ERROR]: Could not pass event PlayerInteractEvent to SafariNet v1.15.52-SNAPSHOT com.google.gson.JsonIOException: Abstract classes can't be instantiated! Register an InstanceCreator or a TypeAdapter for this type. Class name: io.lumine.mythic.core.skills.variables.Variable

Caused by: java.io.IOException: No space left on device

You have no more space on disk it seems. This causes tons of unpredictable issues for many plugins because they can't save data.

gabriel262m commented 1 year ago

Lone but i have enought space as i comment in last reply, my hosting are checking and yeah i have enought space, maybe gonna try talk whit them again

notsuntm commented 1 year ago

It is worth mentioning even though you have a lot of space, you max out on RAM from the picture you have shared on discord. image

LoneDev6 commented 1 year ago

It probably is related to ram then, it might be related to the extremely long logs. Anyway reading online it seems it might have to do with the temp folder of your system which gets filled and has no more space. https://stackoverflow.com/questions/25707784/why-does-a-job-fail-with-no-space-left-on-device-but-df-says-otherwise It might be unrelated though.

Please note that I've never received any complain about this issue, it's the first time in years, so there is something wrong on the server and I'm sure it's easy to fix, we just need to find the cause.