Skip to content
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

Getting this error #5

Closed
Drakunovu opened this issue May 4, 2020 · 17 comments
Closed

Getting this error #5

Drakunovu opened this issue May 4, 2020 · 17 comments
Labels
invalid This doesn't seem right

Comments

@Drakunovu
Copy link

Drakunovu commented May 4, 2020

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
Copy link

Are you using SkQuery ?

@Matocolotoe
Copy link
Owner

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

@Walid-Korchi
Copy link

java.lang.StackOverflowError
what does it mean ??

@Matocolotoe
Copy link
Owner

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

@Walid-Korchi
Copy link

okay oof, thank you

@Drakunovu
Copy link
Author

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
Copy link

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

@Romitou
Copy link
Collaborator

Romitou commented May 8, 2020

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

@Drakunovu
Copy link
Author

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
Copy link

🤔

@Matocolotoe
Copy link
Owner

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

@Drakunovu
Copy link
Author

@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
Copy link
Collaborator

Romitou commented May 13, 2020

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
Copy link
Author

Drakunovu commented May 13, 2020

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
Copy link

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

@Drakunovu
Copy link
Author

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
Copy link
Owner

Doesn't seem related to Skript-1.8.

@Matocolotoe Matocolotoe added the invalid This doesn't seem right label Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

5 participants