Dan Kegel wrote:
If you get the error "Error installing iKernel.exe: (0x1400)" at any point, it's probably because there are leftover processes from a previous try. You can verify this with the command $ ps augxw | grep wine
If that command shows old copies of wine, kill them with the command $ killall wine
Repeat the ps to make sure the old wines are gone.
I suppose this recipe should emphasize that you should shut down all Wine programs before trying this, else that killall may spoil your day.
- Dan