Nicoder
Nicoder
Explore posts from servers
AAdmincraft
Created by Nicoder on 9/26/2024 in #questions
This error happens every single time I start the server
26.09 18:54:26 [Server] INFO Failed to extract server libraries, exiting
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.main(Main.java:27)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.run(Main.java:46)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.readAndExtractDir(Main.java:93)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.checkAndExtractJar(Main.java:102)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.extractJar(Main.java:111)
26.09 18:54:26 [Server] INFO java.lang.IllegalStateException: Declared library junit-platform-commons-1.10.2.jar not found
26.09 18:54:26 [Server] INFO Unpacking junit-platform-commons-1.10.2.jar (libraries:junit-platform-commons-1.10.2.jar) to /bundler/libraries/junit-platform-commons-1.10.2.jar
26.09 18:54:26 [Server] INFO Unbundling libraries to /bundler
26.09 18:54:26 [Server] INFO Loading Java Agent version 1 (using ASM9).
26.09 18:54:26 [Server] INFO Failed to extract server libraries, exiting
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.main(Main.java:27)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.run(Main.java:46)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.readAndExtractDir(Main.java:93)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.checkAndExtractJar(Main.java:102)
26.09 18:54:26 [Server] INFO at org.bukkit.craftbukkit.bootstrap.Main.extractJar(Main.java:111)
26.09 18:54:26 [Server] INFO java.lang.IllegalStateException: Declared library junit-platform-commons-1.10.2.jar not found
26.09 18:54:26 [Server] INFO Unpacking junit-platform-commons-1.10.2.jar (libraries:junit-platform-commons-1.10.2.jar) to /bundler/libraries/junit-platform-commons-1.10.2.jar
26.09 18:54:26 [Server] INFO Unbundling libraries to /bundler
26.09 18:54:26 [Server] INFO Loading Java Agent version 1 (using ASM9).
How do I fix it? Before you ask - no I'm not pirating.
2 replies
CC#
Created by Nicoder on 4/6/2024 in #help
✅ Having trouble compiling a C# 11 file (not mine) on Mac
Using mcs throws a whole bunch of compiler errors since it doesn't support C# 11 syntax yet.
error CS1525: Unexpected symbol `)', expecting `(' or `type'
error CS1010: Newline in constant
error CS1525: Unexpected symbol `-'
error CS1525: Unexpected symbol `-'
error CS1012: Too many characters in character literal
error CS1525: Unexpected symbol `-'
error CS1525: Unexpected symbol `Multiple'
error CS1010: Newline in constant
error CS1001: Unexpected symbol `.', expecting identifier
error CS1001: Unexpected symbol `]', expecting identifier
error CS1525: Unexpected symbol `?'
error CS1525: Unexpected symbol `:', expecting `,' or `;'
error CS1525: Unexpected symbol `//', expecting `,' or `;'
error CS1525: Unexpected symbol `?'
error CS1525: Unexpected symbol `:', expecting `,' or `;'
error CS1525: Unexpected symbol `//', expecting `,' or `;'
error CS1525: Unexpected symbol `)', expecting `(' or `type'
error CS1525: Unexpected symbol `)', expecting `(' or `type'
error CS1010: Newline in constant
error CS1525: Unexpected symbol `-'
error CS1525: Unexpected symbol `-'
error CS1012: Too many characters in character literal
error CS1525: Unexpected symbol `-'
error CS1525: Unexpected symbol `Multiple'
error CS1010: Newline in constant
error CS1001: Unexpected symbol `.', expecting identifier
error CS1001: Unexpected symbol `]', expecting identifier
error CS1525: Unexpected symbol `?'
error CS1525: Unexpected symbol `:', expecting `,' or `;'
error CS1525: Unexpected symbol `//', expecting `,' or `;'
error CS1525: Unexpected symbol `?'
error CS1525: Unexpected symbol `:', expecting `,' or `;'
error CS1525: Unexpected symbol `//', expecting `,' or `;'
error CS1525: Unexpected symbol `)', expecting `(' or `type'
Using dotnet build results in this error:
getcwd() failed: Operation not permitted
MSBuild version 17.9.6+a4ecab324 for .NET
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.UnauthorizedAccessException: Access to the path is denied.
---> System.IO.IOException: Operation not permitted
getcwd() failed: Operation not permitted
MSBuild version 17.9.6+a4ecab324 for .NET
MSBUILD : error MSB1025: An internal failure occurred while running MSBuild.
System.UnauthorizedAccessException: Access to the path is denied.
---> System.IO.IOException: Operation not permitted
72 replies