squalou / google-chat-linux

source of a fork of google-chat-linux unofficial client from robyf
50 stars 10 forks source link

DiscardVirtualMemory error #90

Open huh02 opened 6 months ago

huh02 commented 6 months ago

I would like to ask what are the minimum requirements for the Windows version? I don't see it listed anywhere. Because in Win7 I get the error DiscardVirtualMemory in kernel32.dll not found.

squalou commented 6 months ago

Hi,

I'm sorry to admit I have absolutely no idea nor any way to test.

Unfortunately I've just came accross this

https://www.electronjs.org/blog/electron-22-0

Windows 7/8/8.1 will not be supported in Electron 23 and later major releases.

So, I bet you could see in previous versions if there's still one called "5.22.xxx" and check if it works ?

Apparently I had no 22 but a 21 : https://github.com/squalou/google-chat-linux/releases/tag/5.21.19-1

Only other solution might be to rebuild from sources, changing electron to 22 in package.json and hoping things works.

huh02 commented 6 months ago

It works with version 5.21.19-1, thanks!

Only other solution might be to rebuild from sources, changing electron to 22 in package.json and hoping things works.

Oh, sorry, I can't do this, I'm just a bit of an advanced user :-)