ItsDeltin / Overwatch-Script-To-Workshop

Converts scripts to Overwatch workshops.
209 stars 26 forks source link

Language Server Crash #170

Closed LollerMann closed 3 years ago

LollerMann commented 4 years ago

Here's the log file. I don't know what else I'm supposed to provide here log20200830.txt

ItsDeltin commented 4 years ago

Thanks for the log! It seems that the crash occurs when there is a parser exception when initially loading a file.

If some script elements are missing (such as unbalanced parentheses or brackets), it may cause the parser to crash, for example:

rule: "A"
{
    SmallMessage(
}

The 'Workshop Code' tab will show the current parser exception. You can comment out your code until you narrow down where the error is happening.

This is a very very big problem and I plan to have the next update address this.

LollerMann commented 4 years ago

Yup, I forgot to close one parantheses. Thanks for clarifying it out. should I close this issue?

ItsDeltin commented 4 years ago

Nope, I will leave the issue open until the bugs related to this issue are fixed.