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

chat.exe not launching on windows 11 #1656

Closed
2 tasks
tgw2005 opened this issue Nov 16, 2023 · 11 comments
Closed
2 tasks

chat.exe not launching on windows 11 #1656

tgw2005 opened this issue Nov 16, 2023 · 11 comments
Labels
bug Something isn't working chat gpt4all-chat issues windows-wontstart

Comments

@tgw2005
Copy link

tgw2005 commented Nov 16, 2023

System Info

GPT4all version 2.5.2, windows 11, processor Ryzen 7 5800h 32gb RAM

Information

  • The official example notebooks/scripts
  • My own modified scripts

Reproduction

  1. install gpt4all on windows 11 using 2.5.2 x64 windows installer
    2)Run chat.exe as administrator

After launching I can see process remaining in task manager without shutting down, but the program doesn't launch. No error messages or anything, it just stays like that for hours until I kill the process manually.

I am new to github, so my apologies in return if my description is too brief, since Imnot sure what more relevant info to provide
image

Expected behavior

Application launches

@cebtenzzre
Copy link
Member

There's a relwithdebinfo-console build here that could help with understanding this kind of thing: https://github.com/nomic-ai/gpt4all/releases/tag/v2.5.2

It should open a console window when you start GPT4All. If there is any output, it would be helpful.

Otherwise, I'm thinking you could try procdump, on the debug-console build from the release page (but that requires Visual Studio to be installed, probably including the C++ development components). If that's too inconvenient I could make a new relwithdebinfo build.

You can run it like this while chat.exe is running: procdump -mm chat.exe. It should save a minidump file to the current directory that you can upload here. Then I should be able to see exactly what the UI is stuck on.

@cebtenzzre cebtenzzre added bug Something isn't working chat gpt4all-chat issues labels Nov 16, 2023
@tgw2005
Copy link
Author

tgw2005 commented Nov 16, 2023

I tried installing relwithdebinfo and with it the program launched totally fine. Didnt try to work with it yet, but it launched the program interface and debug log is clear. I suppose the problem is solved then, thank you)

@tgw2005 tgw2005 closed this as completed Nov 16, 2023
@cebtenzzre
Copy link
Member

I'm going to leave this open until we get an official release of v2.5.3 that you can try. I built that binary differently from the way the official builds are done, there could still be an issue with the official builds that needs to be fixed.

@cebtenzzre cebtenzzre reopened this Nov 16, 2023
@JohnsterID
Copy link

Win10, probably same issue. chat.exe v2.5.4 fails to start.
gpt4all-installer-win64-v2.5.3-pre1-relwithdebinfo-console works.
v2.5.4 procdump: chat.exe_231126_133129.zip

@ThiloteE
Copy link
Collaborator

ThiloteE commented Jan 8, 2024

Probably a duplicate of #1699, #1687 or #1477.

Leaving it open for now, as there is a procdump.

@tompoper23
Copy link

tompoper23 commented Jan 30, 2024

Win 11:
I am experiencing the same issue. Tried the latest version from the site (dl'ed today).
Screenshot 2024-01-30 072925
The non debug quits before any windows pop. The debug runs and and I got this output>

QML debugging is enabled. Only use this in a safe environment.
implementationList...
[Debug] (Tue Jan 30 07:25:51 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-4e1808a8-855b-4c32-9371-8588e50abb03.chat"
Trying "C:/Users/Tompo/gpt4all/bin\chat.exe"
bad: expected extension .dll, got ".exe"
Trying "C:/Users/Tompo/gpt4all/bin\concrt140.dll"
bad: name concrt140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\concrt140d.dll"
bad: name concrt140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\d3dcompiler_47.dll"
bad: name d3dcompiler_47 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\generic"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\iconengines"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\imageformats"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\llmodel.dll"
bad: name llmodel did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\llmodel.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140.dll"
bad: name msvcp140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d.dll"
bad: name msvcp140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d_atomic_wait.dll"
bad: name msvcp140d_atomic_wait did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d_codecvt_ids.dll"
bad: name msvcp140d_codecvt_ids did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_1.dll"
bad: name msvcp140_1 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_1d.dll"
bad: name msvcp140_1d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_2.dll"
bad: name msvcp140_2 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_2d.dll"
bad: name msvcp140_2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_atomic_wait.dll"
bad: name msvcp140_atomic_wait did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_codecvt_ids.dll"
bad: name msvcp140_codecvt_ids did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\networkinformation"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\opengl32sw.dll"
bad: name opengl32sw did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\platforms"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\qml"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\qmltooling"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Cored.dll"
bad: name Qt6Cored did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Guid.dll"
bad: name Qt6Guid did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6HttpServerd.dll"
bad: name Qt6HttpServerd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6LabsFolderListModeld.dll"
bad: name Qt6LabsFolderListModeld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Networkd.dll"
bad: name Qt6Networkd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6OpenGLd.dll"
bad: name Qt6OpenGLd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Pdfd.dll"
bad: name Qt6Pdfd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6PdfQuickd.dll"
bad: name Qt6PdfQuickd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlCored.dll"
bad: name Qt6QmlCored did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Qmld.dll"
bad: name Qt6Qmld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlLocalStoraged.dll"
bad: name Qt6QmlLocalStoraged did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlModelsd.dll"
bad: name Qt6QmlModelsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlWorkerScriptd.dll"
bad: name Qt6QmlWorkerScriptd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlXmlListModeld.dll"
bad: name Qt6QmlXmlListModeld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Quick3DUtilsd.dll"
bad: name Qt6Quick3DUtilsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickControls2d.dll"
bad: name Qt6QuickControls2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickControls2Impld.dll"
bad: name Qt6QuickControls2Impld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Quickd.dll"
bad: name Qt6Quickd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2d.dll"
bad: name Qt6QuickDialogs2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2QuickImpld.dll"
bad: name Qt6QuickDialogs2QuickImpld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2Utilsd.dll"
bad: name Qt6QuickDialogs2Utilsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickEffectsd.dll"
bad: name Qt6QuickEffectsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickLayoutsd.dll"
bad: name Qt6QuickLayoutsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickParticlesd.dll"
bad: name Qt6QuickParticlesd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickShapesd.dll"
bad: name Qt6QuickShapesd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickTemplates2d.dll"
bad: name Qt6QuickTemplates2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickTimelined.dll"
bad: name Qt6QuickTimelined did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6ShaderToolsd.dll"
bad: name Qt6ShaderToolsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Sqld.dll"
bad: name Qt6Sqld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Svgd.dll"
bad: name Qt6Svgd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6WebSocketsd.dll"
bad: name Qt6WebSocketsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\sqldrivers"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\tls"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\translations"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\vccorlib140d.dll"
bad: name vccorlib140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140.dll"
bad: name vcruntime140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140d.dll"
bad: name vcruntime140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140_1.dll"
bad: name vcruntime140_1 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140_1d.dll"
bad: name vcruntime140_1d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-avxonly.dll"
bad: name bert-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-avxonly.dll"
bad: name gptj-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llama-mainline-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llama-mainline-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-avxonly.dll"
bad: name llamamodel-mainline-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llmodel.dll"
bad: name llmodel did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llmodel.lib"
bad: expected extension .dll, got ".lib"
got 3 implementations
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
[Debug] (Tue Jan 30 07:25:54 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-cc386c49-309b-46a5-b53f-373ebcf2039a.chat"
[Debug] (Tue Jan 30 07:25:56 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-dd9b8040-ec82-475d-b62a-f91988a5efe1.chat"
[Debug] (Tue Jan 30 07:26:00 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-b751ed43-a217-44fc-98da-bd38758b1edd.chat"
[Debug] (Tue Jan 30 07:26:01 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-9816a6b1-a3a0-4174-aefa-84a3d9784f42.chat"
[Debug] (Tue Jan 30 07:26:03 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-283f5031-b5fb-4c34-911c-504319227bd9.chat"
[Debug] (Tue Jan 30 07:26:05 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-a786bc30-d214-4b16-9344-bbfeb3531f8b.chat"
[Debug] (Tue Jan 30 07:26:09 2024): deserializing chats took: 18074 ms

@cebtenzzre
Copy link
Member

The non debug quits before any windows pop. The debug runs and and I got this output>

Try the debug version again - it seems like api.ipify.org was temporarily down.

@tompoper23
Copy link

New output from debug.

QML debugging is enabled. Only use this in a safe environment.
[Debug] (Tue Jan 30 09:09:25 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-4e1808a8-855b-4c32-9371-8588e50abb03.chat"
implementationList...
Trying "C:/Users/Tompo/gpt4all/bin\chat.exe"
bad: expected extension .dll, got ".exe"
Trying "C:/Users/Tompo/gpt4all/bin\concrt140.dll"
bad: name concrt140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\concrt140d.dll"
bad: name concrt140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\d3dcompiler_47.dll"
bad: name d3dcompiler_47 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\generic"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\iconengines"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\imageformats"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\llmodel.dll"
bad: name llmodel did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\llmodel.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140.dll"
bad: name msvcp140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d.dll"
bad: name msvcp140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d_atomic_wait.dll"
bad: name msvcp140d_atomic_wait did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140d_codecvt_ids.dll"
bad: name msvcp140d_codecvt_ids did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_1.dll"
bad: name msvcp140_1 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_1d.dll"
bad: name msvcp140_1d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_2.dll"
bad: name msvcp140_2 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_2d.dll"
bad: name msvcp140_2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_atomic_wait.dll"
bad: name msvcp140_atomic_wait did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\msvcp140_codecvt_ids.dll"
bad: name msvcp140_codecvt_ids did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\networkinformation"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\opengl32sw.dll"
bad: name opengl32sw did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\platforms"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\qml"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\qmltooling"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Cored.dll"
bad: name Qt6Cored did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Guid.dll"
bad: name Qt6Guid did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6HttpServerd.dll"
bad: name Qt6HttpServerd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6LabsFolderListModeld.dll"
bad: name Qt6LabsFolderListModeld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Networkd.dll"
bad: name Qt6Networkd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6OpenGLd.dll"
bad: name Qt6OpenGLd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Pdfd.dll"
bad: name Qt6Pdfd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6PdfQuickd.dll"
bad: name Qt6PdfQuickd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlCored.dll"
bad: name Qt6QmlCored did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Qmld.dll"
bad: name Qt6Qmld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlLocalStoraged.dll"
bad: name Qt6QmlLocalStoraged did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlModelsd.dll"
bad: name Qt6QmlModelsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlWorkerScriptd.dll"
bad: name Qt6QmlWorkerScriptd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QmlXmlListModeld.dll"
bad: name Qt6QmlXmlListModeld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Quick3DUtilsd.dll"
bad: name Qt6Quick3DUtilsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickControls2d.dll"
bad: name Qt6QuickControls2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickControls2Impld.dll"
bad: name Qt6QuickControls2Impld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Quickd.dll"
bad: name Qt6Quickd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2d.dll"
bad: name Qt6QuickDialogs2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2QuickImpld.dll"
bad: name Qt6QuickDialogs2QuickImpld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickDialogs2Utilsd.dll"
bad: name Qt6QuickDialogs2Utilsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickEffectsd.dll"
bad: name Qt6QuickEffectsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickLayoutsd.dll"
bad: name Qt6QuickLayoutsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickParticlesd.dll"
bad: name Qt6QuickParticlesd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickShapesd.dll"
bad: name Qt6QuickShapesd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickTemplates2d.dll"
bad: name Qt6QuickTemplates2d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6QuickTimelined.dll"
bad: name Qt6QuickTimelined did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6ShaderToolsd.dll"
bad: name Qt6ShaderToolsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Sqld.dll"
bad: name Qt6Sqld did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6Svgd.dll"
bad: name Qt6Svgd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\Qt6WebSocketsd.dll"
bad: name Qt6WebSocketsd did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\sqldrivers"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\tls"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\translations"
bad: expected extension .dll, got ""
Trying "C:/Users/Tompo/gpt4all/bin\vccorlib140d.dll"
bad: name vccorlib140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140.dll"
bad: name vcruntime140 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140d.dll"
bad: name vcruntime140d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140_1.dll"
bad: name vcruntime140_1 did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin\vcruntime140_1d.dll"
bad: name vcruntime140_1d did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-avxonly.dll"
bad: name bert-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/bert-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-avxonly.dll"
bad: name gptj-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/gptj-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llama-mainline-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llama-mainline-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-avxonly.dll"
bad: name llamamodel-mainline-avxonly did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-avxonly.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-default.dll"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llamamodel-mainline-default.lib"
bad: expected extension .dll, got ".lib"
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llmodel.dll"
bad: name llmodel did not match regex (bert|llama|gptj|llamamodel-mainline)-(default|metal)
Trying "C:/Users/Tompo/gpt4all/bin/../lib/llmodel.lib"
bad: expected extension .dll, got ".lib"
got 3 implementations
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
trying implementation bv=defaultfor fname=C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All/mistral-7b-openorca.Q4_0.gguf
[Debug] (Tue Jan 30 09:09:28 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-cc386c49-309b-46a5-b53f-373ebcf2039a.chat"
[Debug] (Tue Jan 30 09:09:30 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-dd9b8040-ec82-475d-b62a-f91988a5efe1.chat"
[Debug] (Tue Jan 30 09:09:34 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-b751ed43-a217-44fc-98da-bd38758b1edd.chat"
[Debug] (Tue Jan 30 09:09:35 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-9816a6b1-a3a0-4174-aefa-84a3d9784f42.chat"
[Debug] (Tue Jan 30 09:09:37 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-283f5031-b5fb-4c34-911c-504319227bd9.chat"
[Debug] (Tue Jan 30 09:09:39 2024): deserializing chat "C:/Users/Tompo/AppData/Local/nomic.ai/GPT4All//gpt4all-a786bc30-d214-4b16-9344-bbfeb3531f8b.chat"
[Debug] (Tue Jan 30 09:09:43 2024): deserializing chats took: 18023 ms

@tompoper23
Copy link

Entering a chat produces>

[Warning] (Tue Jan 30 09:10:17 2024): Retrying to obtain clipboard.
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): qrc:/gpt4all/main.qml:842: TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed.
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): "Could not convert argument 0 at"
[Warning] (Tue Jan 30 09:11:42 2024): "expression for globalPoint@qrc:/gpt4all/main.qml:842"
[Warning] (Tue Jan 30 09:11:42 2024): qrc:/gpt4all/main.qml:842: TypeError: Passing incompatible arguments to C++ functions from JavaScript is not allowed.

@neural-oracle
Copy link

I solved this problem / issue on my Win 11 machine:

hey .. just an update for Windows users:

The reason ... why on windows chat.exe is opening in the task manager only but not opening the GUI seems to be an interference with AVG Antivirus software. After uninstalling it gpt4all version 2.8 pre opened with CUDA and everything!!

I made a discord post in the Gpt4all channel here:
https://discord.com/channels/1076964370942267462/1090651132390543400/1242561840056111114

thus give it a try ... uninstall antivirus (deactivation is not enough) ... then run chat.exe ... then reinstall antivirus (but not AVG)

@cebtenzzre
Copy link
Member

Original issue likely fixed by #2162, included in GPT4All v2.7.4. Commenters other than neural-oracle should try the latest GPT4All release and see if your issue is fixed.

@cebtenzzre cebtenzzre closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
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

6 participants