ai-shifu / ChatALL

Concurrently chat with ChatGPT, Bing Chat, Bard, Alpaca, Vicuna, Claude, ChatGLM, MOSS, 讯飞星火, 文心一言 and more, discover the best answers
http://chatall.ai
Apache License 2.0
15.09k stars 1.63k forks source link

[BUG] Installer Crash dump HEAP_CORRUPTION #550

Open rugabunda opened 1 year ago

rugabunda commented 1 year ago

Describe the bug / 描述问题

Crash dump for installer, installs fine, occurs on the closing of the installer, installer launches chatall fine. Possibly missing security features.

ChatALL-1.48.71-win-x64.exe.18868.7z.Zip

To Reproduce / 复现步骤

May have to enable validate heap integrity (on by default) via exploit protections, reboot, test.

Expected behavior / 期望行为

No crashy crashy

Screenshots / 截图

No response

Devtools Info / 开发者工具信息

Not necessary.

OS and version / 操作系统版本

11 22h2 x64

ChatALL version / ChatALL 版本

1.48.71

Network / 网络

No

Additional context / 其它相关信息

No response

sunner commented 1 year ago

This should be an electron bug. But I cannot find related information.

tanchekwei commented 1 year ago

Is this the error you get? I always get this error from the console after running npm run electron:serve.

Error ```txt DONE Compiled successfully in 783ms 8:26:32 PM App running at: - Local: http://localhost:8080/ - Network: http://192.168.1.100:8080/ Note that the development build is not optimized. To create a production build, run npm run build. ⠦ Bundling main process... DONE Compiled successfully in 1483ms 8:26:33 PM File Size Gzipped dist_electron\index.js 813.23 KiB 184.38 KiB Images and other types of assets omitted. Build at: 2023-09-19T12:26:34.056Z - Hash: 01a9895bb2d4f0cbafaf - Time: 1483ms INFO Launching Electron... [30456:0919/202634.803:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5) [30456:0919/202634.803:ERROR:disk_cache.cc(205)] Unable to create cache Vue Devtools failed to install: Error: Invalid header: Does not start with Cr24 [22336:0919/202635.169:ERROR:web_contents_preferences.cc(255)] preload script must have absolute path. update-electron-app config looks good; aborting updates since app is in development mode [22336:0919/202635.194:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5) [22336:0919/202635.194:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5) [22336:0919/202635.198:ERROR:disk_cache.cc(205)] Unable to create cache [22336:0919/202635.199:ERROR:gpu_disk_cache.cc(673)] Gpu Cache Creation failed: -2 [22336:0919/202635.199:ERROR:disk_cache.cc(205)] Unable to create cache [22336:0919/202635.200:ERROR:gpu_disk_cache.cc(673)] Gpu Cache Creation failed: -2 [22336:0919/202637.737:ERROR:service_worker_storage.cc(2016)] Failed to delete the database: Database IO error > [22336:0919/202642.150:ERROR:cert_issuer_source_aia.cc(34)] Error parsing cert retrieved from AIA (as DER): ERROR: Couldn't read tbsCertificate as SEQUENCE ERROR: Failed parsing Certificate [22336:0919/202642.280:ERROR:cert_issuer_source_aia.cc(34)] Error parsing cert retrieved from AIA (as DER): ERROR: Couldn't read tbsCertificate as SEQUENCE ERROR: Failed parsing Certificate ```