jgfoster / Jade

Jade is an Alternative Development Environment (IDE) for GemStone/S that runs on Microsoft Windows
MIT License
5 stars 2 forks source link

SciLexer invalid memory access #49

Closed thelliez closed 2 years ago

thelliez commented 4 years ago

Just got: 'Invalid access to memory location. Reading 0x0, IPx06B962011 (C:\Program Files (x86)\Jade\bin\SciLexer.dll)'

I think that I was just saving a method...

thelliez commented 4 years ago

Oh, just found that there is a 2.3.16 version. I was on 2.3.14 when I reported the SciLexer issue. Updating now...

jgfoster commented 4 years ago

I doubt it was fixed in 2.3.16. This SciLexer.dll problem is longstanding and I think is unrelated to Jade (though still worthy of an issue).

thelliez commented 4 years ago

The SciLexer.dll version expected by Jade seems to be 4.2 (7/19). The latest is 4.3.3 (4/20). I am not familiar with Scintilla. Any potential issues with Jade/Gemstone if I try to use the latest?

jgfoster commented 4 years ago

Jade v2.3.17 has SciLexer.dll v4.3.3. If the "invalid access to memory location" happens again, could you provide an error log so I can see the stack?

jgfoster commented 4 years ago

See https://github.com/dolphinsmalltalk/Dolphin/issues/928.

jgfoster commented 2 years ago

Believed to be fixed with https://github.com/dolphinsmalltalk/Dolphin/pull/1149.