Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPT4All v2.7.1 appears in taskbar but does not show a window #2111

Closed
jonarser opened this issue Mar 12, 2024 · 11 comments
Closed

GPT4All v2.7.1 appears in taskbar but does not show a window #2111

jonarser opened this issue Mar 12, 2024 · 11 comments
Labels
bug Something isn't working chat gpt4all-chat issues windows-wontstart

Comments

@jonarser
Copy link

I use Windows 11. Intel GT710M graphics card (but I only use CPU), Intel Core i3x processor. After updating the program to version 2.7.1, it stopped running. Only the icon on the taskbar appears, and the application takes up 4 gigabytes of RAM. The window does not open, even after a ten-minute wait. I installed version 2.6.x, which turned out to be working.
Even for some people with powerful computers, the program did not run. Is this somehow related to the absence of AVX, then can I leave this as an optional option?

@jonarser jonarser added bug-unconfirmed chat gpt4all-chat issues labels Mar 12, 2024
@cebtenzzre
Copy link
Member

Intel Core i3x processor

What is the exact model of your CPU? Go to Settings > System > About. Only the first generation of i3 CPUs (Clarkdale, i3-5XX) should be unsupported. Sandy Bridge (i3-2XXX) and above should work.

@cebtenzzre cebtenzzre added need-info Further information from issue author is requested windows-wontstart labels Mar 12, 2024
@jonarser
Copy link
Author

jonarser commented Mar 13, 2024

Intel Core i3x processor

What is the exact model of your CPU? Go to Settings > System > About. Only the first generation of i3 CPUs (Clarkdale, i3-5XX) should be unsupported. Sandy Bridge (i3-2XXX) and above should work.

I have i3-3217U Ivy Bridge
It's sad that not all architectures are supported now. Why is this so?
Will future versions support my architecture?

@jonarser jonarser reopened this Mar 13, 2024
@manyoso
Copy link
Collaborator

manyoso commented Mar 13, 2024

I have i3-3217U Ivy Bridge It's sad that not all architectures are supported now. Why is this so? Will future versions support my architecture?

To put it simply the CPU that you have just doesn't have the modern x86 instructions necessary to run these models in a way that isn't super slow. It is a hardware limitation and the experience you'd have running models on such an old CPU does not warrant the amount of work required to support it and maintain it. I'm sorry, but this CPU is just too old to make it work well.

@manyoso manyoso closed this as completed Mar 13, 2024
@jonarser
Copy link
Author

I have i3-3217U Ivy Bridge It's sad that not all architectures are supported now. Why is this so? Will future versions support my architecture?

To put it simply the CPU that you have just doesn't have the modern x86 instructions necessary to run these models in a way that isn't super slow. It is a hardware limitation and the experience you'd have running models on such an old CPU does not warrant the amount of work required to support it and maintain it. I'm sorry, but this CPU is just too old to make it work well.

But I have AVX

@cebtenzzre
Copy link
Member

I'm sorry, but this CPU is just too old to make it work well.

This issue does not seem to be CPU-related, because GPT4All still runs fine on my Sandy Bridge Xeon E5-2650L machine, which I use to test AMD GPU support. Ivy Bridge is a generation newer, and should have no issue. There's something else going on here.

@cebtenzzre cebtenzzre reopened this Mar 14, 2024
@cebtenzzre
Copy link
Member

@jonarser If you'd like to join the Discord and ping me (@cebtenzzre), I can help you troubleshoot this further. I would love to get a stack trace from procdump on a debug build of v2.7.3.

@cebtenzzre cebtenzzre added bug Something isn't working and removed bug-unconfirmed labels Mar 14, 2024
@cebtenzzre
Copy link
Member

The call stacks don't show anything interesting - all threads are just blocked in WaitForMultipleObjects or similar.

@jonarser
Copy link
Author

Can I record other dumps? Or could the error be related to Cyrillic characters in the path (it is set automatically) where the cache is written? The program itself is installed along the path with only Latin characters. I will try to install the regular version on another account.

@cebtenzzre cebtenzzre removed the need-info Further information from issue author is requested label Mar 18, 2024
@cebtenzzre cebtenzzre changed the title Only the old version of the application works GPT4All v2.7.1 appears in taskbar but does not show a window Mar 18, 2024
@jonarser
Copy link
Author

My hypothesis was confirmed. Apparently, the error occurs when working with the cache. You can select a path consisting only of the Latin alphabet only during installation. And the cache path cannot be selected, and it is written somewhere in the user's folder, and it contains a non-Latin character. Everything worked with a different account. Maybe during installation it offers to select the cache path, or configure work with any characters in UTF-8 format?

@cebtenzzre
Copy link
Member

This should be fixed in GPT4All version 2.7.4.

@cebtenzzre cebtenzzre removed the awaiting-release issue is awaiting next release label Apr 29, 2024
@jonarser
Copy link
Author

jonarser commented May 1, 2024

thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chat gpt4all-chat issues windows-wontstart
Projects
None yet
Development

No branches or pull requests

3 participants