Kea Coloring Book on Linux

Questions about Wine on Linux
Locked
funnie
Newbie
Newbie
Posts: 1
Joined: Sun Apr 08, 2018 1:24 am

Kea Coloring Book on Linux

Post by funnie »

Hello, I'm trying to install an color book software named Kea, but I've tried everything i could and it didn't work. I am a new user on Linux so i don't know if I'm doing something wrong or the program simply doesn't match with Wine. I have been looking for softwares like this, but there are not too much of them even on Windows, so would be nice if i could make it work. Thank you
software website - http://www.keacoloringbook.com/windows/
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: Kea Coloring Book on Linux

Post by qwertymnb »

Hi, I tried this software and it`s a bug in wine unfortunately

Try this: copy and paste command below in the console:

winetricks amstream quartz && wine regsvr32 amstream

Then it should start. Good luck
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Kea Coloring Book on Linux

Post by Bob Wya »

qwertymnb wrote:...

Code: Select all

winetricks amstream quartz && wine regsvr32 amstream
Nice catch... 8)
I got stuck because I didn't register amstream.dll...
But I assumed winetricks would register both dlls.
But looking at the winetricks load_amstream() verb - it doesn't attempt register this library.

Potential winetricks bug??

Bob
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Kea Coloring Book on Linux

Post by DarkShadow44 »

Bob Wya wrote: But looking at the winetricks load_amstream() verb - it doesn't attempt register this library.

Potential winetricks bug??
In my opinion it is, running winetricks should be enough. I'd report it, it's easy enough to fix.

Also, is there already wine bug reports for the issues this program encounters?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Kea Coloring Book on Linux

Post by Bob Wya »

DarkShadow44 wrote:
Bob Wya wrote: But looking at the winetricks load_amstream() verb - it doesn't attempt register this library.

Potential winetricks bug??
In my opinion it is, running winetricks should be enough. I'd report it, it's easy enough to fix.
Yup, I've already done a pull request and the change is already integrated into the winetricks Git master. 8)

Bob
Locked