kenperlin / chalktalk

MIT License
2.12k stars 137 forks source link

Doesn't work: Platform dependent initialization failed #31

Closed Wikunia closed 6 years ago

Wikunia commented 6 years ago

I can draw stuff but nothing gets recognized. I'm using google-chrome on ArchLinux When I run the command ./run.linux I get:

[3117:3159:1106/205432.945107:ERROR:browser_gpu_channel_host_factory.cc(108)] Failed to launch GPU process.
Created new window in existing browser session.

In Google DevTools I get:

THREE.WebGLRenderer 70
midi.js:15 Something went wrong while requesting MIDI access: InvalidStateError: Platform dependent initialization failed.
Wikunia commented 6 years ago

It works if I use space bar and then interpret. I thought that works automatically

KTRosenberg commented 6 years ago

@Wikunia Were you able to resolve the issue? Pressing spacebar shouldn't be required, so we will look into the problem as soon as possible.

Wikunia commented 6 years ago

Hi yeah I just didn't notice that I have to make an extra click. Everything works fine now. Well I have to try to understand everything else but this part works. Thanks @KTRosenberg