RedisInsight / RedisInsight

Redis GUI by Redis
https://redis.com/redis-enterprise/redis-insight/
Other
6.22k stars 347 forks source link

[Bug]:Error during startup #3371

Closed jgybzx closed 4 months ago

jgybzx commented 5 months ago

19:57:20.391 > Available port: 5530 [8492:0513/195720.531:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.597:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.620:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.644:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.666:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.686:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.708:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.730:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.750:ERROR:gpu_process_host.cc(954)] GPU process exited unexpectedly: exit_code=-1073741515 [8492:0513/195720.750:FATAL:gpu_data_manager_impl_private.cc(431)] GPU process isn't usable. Goodbye.nsight, Redis database version, Redis module version, database type, connection type, logs, or any other information)

ViktarStarastsenka commented 5 months ago

@jgybzx , please provide more information:

  1. What OS do you use? Is it a virtual machine?
  2. What Redis Insight version do you use?
jgybzx commented 5 months ago

OS:Windows 11 家庭中文版 23H2 cpu:13th Gen Intel(R) Core(TM) i5-13500H 2.60 GHz Redis Insight version:latest Redis Insight Download Link :https://download.redisinsight.redis.com/latest/RedisInsight-win-installer.exe

xijieGH commented 4 months ago

I also encountered the same problem

ViktarStarastsenka commented 4 months ago

try adding the --disable-gpu-sandbox flag reference - https://github.com/balena-io/etcher/issues/3639#issuecomment-981052011

xijieGH commented 4 months ago

thanks adding --no-sandbox flag can solve this problem