anseki / vscode-color

Helper with GUI to generate color codes such as CSS color notations.
MIT License
97 stars 27 forks source link

Color picker does not show up #45

Closed andreroggeri closed 7 years ago

andreroggeri commented 7 years ago

Steps to Reproduce:

  1. Press alt+ c + p

Occurrence:

It does not display the color picker (Altough it seems to be invisible)

Issue Log (All lines): (Click menu of VS Code "Help > Toggle Developer Tools", and click "Console" tab)

[Extension Host] added 156 packages in 17.04s
extensionHost.ts:293 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:293 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:293 [Extension Host] Check version of: js-yaml
extensionHost.ts:293 [Extension Host] Check version of: process-bridge
extensionHost.ts:293 [Extension Host] Try to send IPC message: 1
extensionHost.ts:293 [Extension Host] Try to send IPC message: 2
extensionHost.ts:293 [Extension Host] Child process disconnected
extensionHost.ts:293 [Extension Host] Child process exited with code: 0
extensionHost.ts:293 [Extension Host] Start child process...
extensionHost.ts:293 [Extension Host] Check version of: electron-prebuilt
extensionHost.ts:293 [Extension Host] Check version of: comma-separated-values
extensionHost.ts:293 [Extension Host] Check version of: js-yaml
extensionHost.ts:293 [Extension Host] Check version of: process-bridge
extensionHost.ts:293 [Extension Host] Try to send IPC message: 3
extensionHost.ts:293 [Extension Host] Try to send IPC message: 4
extensionHost.ts:293 [Extension Host] Child process disconnected
extensionHost.ts:293 [Extension Host] Child process exited with code: 0
anseki commented 7 years ago

Hi @andreroggeri, thank you for the report.

Your GPU driver might have a problem. Try to specify 1 for colorHelper.disableGpu option.

andreroggeri commented 7 years ago

Ah, thats it.

Thanks for your help !

anseki commented 7 years ago

😄