You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.nio.file.ProviderNotFoundException: Provider not found at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:545) at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:440) at optic_fusion1.antimalware.utils.Utils.fileSystemForZip(Utils.java:190) at optic_fusion1.antimalware.scanner.file.FileScanner.scanFile(FileScanner.java:107) at optic_fusion1.antimalware.scanner.Scanner.run(Scanner.java:90) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840)
How to reproduce
Appeared when using Pterodactyl's java 17 container image.
Describe the bug
java.nio.file.ProviderNotFoundException: Provider not found at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:545) at java.base/java.nio.file.FileSystems.newFileSystem(FileSystems.java:440) at optic_fusion1.antimalware.utils.Utils.fileSystemForZip(Utils.java:190) at optic_fusion1.antimalware.scanner.file.FileScanner.scanFile(FileScanner.java:107) at optic_fusion1.antimalware.scanner.Scanner.run(Scanner.java:90) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840)
How to reproduce
Appeared when using Pterodactyl's java 17 container image.
Screenshots / Videos
No response
Server Log
https://mcpaste.io/da0025971b95f79c
The text was updated successfully, but these errors were encountered: