Skript: StackOverflowError when the parser has to parse long lines (particularly ones with special characters)

Created on 16 Feb 2018  路  5Comments  路  Source: SkriptLang/Skript

__Error:__

https://hastebin.com/iselokuron.bash

__Code:__

https://hastebin.com/witixexene.vbs

I was asked to report the error, so I'm reporting the error :)

bug low

Most helpful comment

The place where this happens is very predictible, it's the parser. :^)

All 5 comments

This is Skript's fault but it's just because in one of your scripts, there is a way long line. Once you reload again it may disappear, but the best solution is splitting it up or storing the value somewhere else

(NB : I suggested reporting the error)

You could try increasing the stack size via the -Xss flag (e.g -Xss250M).

Could we possibly catch it somewhere and point the user to a specific line or is the place where the StackOverflowError is thrown too unpredictable?

The place where this happens is very predictible, it's the parser. :^)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Anoniempje1234 picture Anoniempje1234  路  3Comments

MrScopes picture MrScopes  路  3Comments

Misio12320 picture Misio12320  路  3Comments

wohahobg picture wohahobg  路  3Comments

cyanide43 picture cyanide43  路  4Comments