`libwebp-1.2.0` does not render images
HandyHat opened this issue ยท 2 comments
Issue Description: Dynmap silently fails to generate tiles in webp format when using libwebp-1.2.0-linux-x86-64
, but works fine when using libwebp-1.1.0-linux-x86-64
-
Dynmap Version:
core=3.2-beta-2-483, plugin=3.2-beta-2-483
-
Server Version:
Paper version git-Paper-100 (MC: 1.17.1) (Implementing API version 1.17.1-R0.1-SNAPSHOT) (Git: 70ea1b2)
-
Pastebin of Configuration.txt: https://pastebin.com/5SETL3z2
-
Server Host (if applicable): Shockbyte
-
Pastebin of crashlogs or other relevant logs: Nothing indicates the error in the console
-
Other Relevant Data/Screenshots:
Plugins:AcceptTheRules*, ActionHealth, AdvancedReplay*, AntiSeedCracker, ClearLag, ConsoleSpamFix, CoreProtect, DiscordSRV, DiscordSRV-Staff-Chat, dynmap, ExploitFixer, eZProtector, Factions, FarmControl, floodgate, Geyser-Spigot, GeyserSettings, GeyserUpdater*, GSit, GtzDoors, HamsterAPI, HolographicDisplays, IllegalStack, ImageOnMap, InteractiveChat, InteractiveChatDiscordSrvAddon, Inventory*, InventoryRollback, LuckPerms, Maintenance, Matrix, Multiverse-Core, Multiverse-Inventories, Multiverse-NetherPortals, Multiverse-Portals, NoAFKFishing*, OpenInv, PetMaster, PlaceholderAPI, PrivateMessages, ProtocolLib, Shopkeepers, SkinsRestorer, SuperVanish, TAB, TradeShop, UltimateHealAndFeed*, Vault, ViaBackwards, ViaVersion, WorldEdit, WorldGuard, WorldGuardExtraFlags
Java version:Java 16 (OpenJDK 64-Bit Server VM 16.0.1+9-24) Host: Linux 4.19.0-14-amd64 (amd64)
Issue occurs even when starting afresh, with both filetree and sqlite
Occurs with all types of render
Both have been downloaded from https://storage.googleapis.com/downloads.webmproject.org/releases/webp/index.html - redownloading does not change anything -
Steps to Replicate:
- Set up server with Dynmap using Paper
- Ask dynmap to render an area while using
libwebp-1.2.0
with the image format set towebp-l
- Observe how the web server does not show the rendered files as all the generated
.webp
images are 0 bytes
[x] I have looked at all other issues and this is not a duplicate
[x] I have been able to replicate this