jgfoster / Jade

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

3.7.0 gci library not found error #81

Closed jbrichau closed 9 months ago

jbrichau commented 9 months ago

I tried connecting to a version 3.7.0 stone, but Jade errors with the error shown below. I'm using version Jade 2.4.26 on an ARM Windows (running in a Parallels Desktop virtualization environment on a Mac M2).

The client library that it reports missing can be found in the bin folder, same as the client libraries for other GemStone versions. I tried copying the client libraries downloaded directly from the gemtalk website, but that did not change anything. Connecting to any other GemStone version (e.g. 3.4.5 and 3.6.6) works perfectly.

Screenshot 2023-12-24 at 10 07 17
jbrichau commented 9 months ago

I was reading through the other issues and found the same problem and solution in this issue: https://github.com/jgfoster/Jade/issues/74 Copying the vcruntime140.dll to the bin directory resolved the problem!