Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
49 stars 4 forks source link

Getting this error #5

Closed Drakunovu closed 4 years ago

Drakunovu commented 4 years ago

Hello I use PaperMC in 1.8.8 and I'm getting this error with the latest release.

Edit: Removed some lines to make this thing more short

[00:23:48] [Server thread/INFO]: [Skript] Enabling Skript v2.5-alpha3
[00:23:49] [Server thread/INFO]: [Skript] You're currently running custom Skript version. No updates will be automatically installed.
[00:23:49] [Server thread/ERROR]: Error occurred while enabling Skript v2.5-alpha3 (Is it up to date?)
java.lang.StackOverflowError
    at java.util.regex.Pattern$CharProperty.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$Branch.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$GroupHead.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$Loop.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$GroupTail.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$BranchConn.match(Unknown Source) ~[?:1.8.0_241]
    at java.util.regex.Pattern$CharProperty.match(Unknown Source) ~[?:1.8.0_241]

After lots of this lines
[00:23:49] [Server thread/INFO]: [Skript] Disabling Skript v2.5-alpha3
MichelBaie commented 4 years ago

Are you using SkQuery ?

Matocolotoe commented 4 years ago

Make sure you haven't used characters involved in Skript's parser such as | somewhere

Walid-Korchi commented 4 years ago

java.lang.StackOverflowError what does it mean ??

Matocolotoe commented 4 years ago

https://docs.oracle.com/javase/7/docs/api/java/lang/StackOverflowError.html Consider asking questions regarding Java somewhere else ^^

Walid-Korchi commented 4 years ago

okay oof, thank you

Drakunovu commented 4 years ago

Are you using SkQuery ?

no

Make sure you haven't used characters involved in Skript's parser such as | somewhere

Idk what means but it's clean installation

MichelBaie commented 4 years ago

Can you give us the list of the plugins actually installed on your server ? (Plugin + Skript Addons)

Romitou commented 4 years ago

This seems to be related to SkriptLang/Skript#2752.

Drakunovu commented 4 years ago

This seems to be related to SkriptLang/Skript#2752.

Using OpenJDK Java 11 and still the same error.

Can you give us the list of the plugins actually installed on your server ? (Plugin + Skript Addons)

AuthMe, Citizens, DeluxeMenus, AdvancedBan, NickNamer, LuckPerms, Skript, SkyWars, Vault, FAWE, GadgetsMenu, Ersatz, PlaceHolderAPI, ProtocolLib, PacketListenerAPI, and FastLogin

MichelBaie commented 4 years ago

🤔

Matocolotoe commented 4 years ago

@Drakunovu Apparently my first sentence wasn't clear. In your scripts, do you use characters such as | ?

Drakunovu commented 4 years ago

@Drakunovu Apparently my first sentence wasn't clear. In your scripts, do you use characters such as | ?

Nope it's a clean installation no scripts

Romitou commented 4 years ago

Like I said on SkriptLang repo, i think i found part of the problem. Do you have Java in 32bits? Can you send us a java -version screen of your console?

Drakunovu commented 4 years ago

openjdk version "11.0.7" 2020-04-14 OpenJDK Runtime Environment AdaptOpenJDK <build 11.0.7+10> OpenJDK Client VM AdaptOpenJDK <build 11.0.7+10, mixed mode>

Edit: And yes i'm 32 bits

MichelBaie commented 4 years ago

It would be better tu use java 8 (openjdk-8-jdk) i think.

Drakunovu commented 4 years ago

It would be better tu use java 8 (openjdk-8-jdk) i think.

I have installed that version and it's the same error

Matocolotoe commented 4 years ago

Doesn't seem related to Skript-1.8.