-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java 13 breaks skript-mirror #148
Comments
This will be fixed in later version of skript-mirror when we can target a
more stable version of Skript.
…On Tue, Dec 31, 2019 at 2:06 AM Plutoren ***@***.***> wrote:
*Describe the bug*
I attempted to update my server to Java 13 and found that skript-mirror
was the only plugin that broke. The stable version didn't load and the dev
version loaded but caused skript itself to abort when loading skripts. When
force loading individual skripts it causes an internal error
*To reproduce*
Import something in a skript on Java 13 (among other problems I am sure)
*Expected behavior*
No internal errors would occur and the server would not explode
*Server information*
- skript-mirror: 2.0.0-SNAPSHOT (Also tried 0.19.1)
- Skript: 2.4
- Bukkit: Paper-235 1.14.4 (3 versions behind)
- Minecraft: 1.14.4
- Java: 13
- OS: Debian
*Additional context*
Startup log where Skript is like nah bro and loads 200 skripts in less
than a second because it aborts
https://pastebin.com/PLsti4MQ
I could be incorrect in assuming skript-mirror is the only issue here and
skript itself might be problematic on Java 13 as well but it was clear that
things like import were causing errors while other skript features were
working.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#148?email_source=notifications&email_token=AAXTMJAS2BTV3KAYWJYPRP3Q3MKRPA5CNFSM4KBUJSA2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IDPA7FA>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXTMJFNLDLC3TEKUBA4L7TQ3MKRPANCNFSM4KBUJSAQ>
.
|
Here is the startup error I receive on Java 13, given the Pastebin link in the OP is now invalid. |
Also doesn't work work with java 14. skript-mirror: 2.0.0-SNAPSHOT
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I attempted to update my server to Java 13 and found that skript-mirror was the only plugin that broke. The stable version didn't load and the dev version loaded but caused skript itself to abort when loading skripts. When force loading individual skripts it causes an internal error
To reproduce
Import something in a skript on Java 13 (among other problems I am sure)
Expected behavior
No internal errors would occur and the server would not explode
Server information
Additional context
Startup log where Skript is like nah bro and loads 200 skripts in less than a second because it aborts
https://pastebin.com/PLsti4MQ
I could be incorrect in assuming skript-mirror is the only issue here and skript itself might be problematic on Java 13 as well but it was clear that things like import were causing errors while other skript features were working.
The text was updated successfully, but these errors were encountered: