myscribe & wine problem on 64 bit ubuntu intrepid

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
techno-mole
Level 2
Level 2
Posts: 10
Joined: Fri Sep 05, 2008 8:07 am

myscribe & wine problem on 64 bit ubuntu intrepid

Post by techno-mole »

hello.
i have run into a small problem with myscribe and wine, that being i cant get myscribe to work.
i know there is a version of it for linux, but it isnt working because of a qt problem (i think) which is why im trying to get the windows version running.

basically it installed fine, but when i try to start it nothing happens, i have wondered whether its because im running a 64 bit system, but i also have the firstclass client (i also have the linux version of firstclass installed) and easy gif animator installed through wine and they are running perfectly (both are normal 32bit apps, not 64bit versions)

im new to the try to fix it stuff, so im not sure what i need to include, so here is what i get if i run it through terminal (assuming im running it in the right way) -

Code: Select all

/.wine/drive_c/Program Files/CafeScribe/MyScrib/bin/MyScribe.exe'
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:mixer:ALSA_MixerInit No master control found on CA0106, disabling mixer
fixme:mixer:ALSA_MixerInit No master control found on SAA7134, disabling mixer
err:seh:raise_exception Unhandled exception code 80000001 flags 0 addr 0x7bc6a3f7

i used myscribe for my last open university course, and although it may not be needed for my next course i found it to be handy, so thought id use it again.

im also working on getting the linux version working (i figured trying to get both running doubles my chances of getting something to work) but it is giving me a qtassistant related error, even though i have all the required libraries installed.

anyway i will be grate full for any help.
cheers

i should have mentioned im running intrepid 64bit, wine is version 1.1.13, installed from the wine repo for ubuntu.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: myscribe & wine problem on 64 bit ubuntu intrepid

Post by vitamin »

techno-mole wrote:hello.
i have run into a small problem with myscribe and wine, that being i cant get myscribe to work.
i know there is a version of it for linux, but it isnt working because of a qt problem (i think) which is why im trying to get the windows version running.
You will be much better off fixing the Linux version.
techno-mole
Level 2
Level 2
Posts: 10
Joined: Fri Sep 05, 2008 8:07 am

Post by techno-mole »

yes i have thought about that, and ive been doing some searching on the issue, but as yet i cant find a solution, which is why i decided to have ago with it on wine.

this is the error i get trying to run the linux version (i know this isnt the place)

Code: Select all

error while loading shared libraries: libQtAssistantClient.so.4: cannot open shared object file: No such file or directory
this is some kind of library issue, but as yet i cant figure out why i get the error as i have the qt packages, libraries etc etc installed, but oh well persistance pays of.

cheers
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

techno-mole wrote:error while loading shared libraries: libQtAssistantClient.so.4: cannot open shared object file: No such file or directory
Find a package that contains this library and install it. You might need 32-bit version of it as well.
Locked