Having trouble starting Videoscribe

Questions about Wine on Linux
Locked
walterbyrd
Newbie
Newbie
Posts: 3
Joined: Thu Jun 12, 2014 2:44 pm

Having trouble starting Videoscribe

Post by walterbyrd »

I am brand new to WINE.

I am running CentOS 6.5 on an AMD quad-core 64-bit system.

I think I got VideoScribe to install, but I can not get it to start.

Any help appreciated.

-------------------------------------

[myusername@fir ~]$ /usr/local/bin/wine64 start /home/myusername/.wine/drive_c/Program?Files??x86?/Sparkol/Sparkol?VideoScribe/VideoScribeDesktop.exe
err:start:wmain Unknown option 'L"/home/myusername/.wine/drive_c/Program Files (x86)/Sparkol/Sparkol VideoScribe/VideoScribeDesktop.exe"'
Start a program, or open a document in the program normally used for files with that suffix.
Usage:
start [options] program_filename [...]
start [options] document_filename

Options:
"title" Specifies the title of the child windows.
/d directory Start the program in the specified directory.
/b Don't create a new console for the program.
/i Start the program with fresh environment variables.
/min Start the program minimized.
/max Start the program maximized.
/low Start the program in the idle priority class.
/normal Start the program in the normal priority class.
/high Start the program in the high priority class.
/realtime Start the program in the realtime priority class.
/abovenormal Start the program in the abovenormal priority class.
/belownormal Start the program in the belownormal priority class.
/node n Start the program on the specified NUMA node.
/affinity mask Start the program with the specified affinity mask.
/wait Wait for the started program to finish, then exit with its exit code.
/unix Use a Unix filename and start the file like windows explorer.
/ProgIDOpen Open a document using the specified progID.
/? Display this help and exit.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Having trouble starting Videoscribe

Post by dimesio »

walterbyrd
Newbie
Newbie
Posts: 3
Joined: Thu Jun 12, 2014 2:44 pm

Re: Having trouble starting Videoscribe

Post by walterbyrd »

Thanks, I tried going to the application's directory; and running with quotes, as shown in the FAQ. But it still does not work.

Could this be a 32-bit v. 64-bit problem? I thought I had a 64-bit app, but maybe not?

I seem to only have the 64-bit version of wine installed.

$ /usr/local/bin/wine64 start "VideoScribeDesktop.exe"
fixme:exec:SHELL_execute flags ignored: 0x00000100
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: Internal error.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Having trouble starting Videoscribe

Post by dimesio »

$ /usr/local/bin/wine64 start "VideoScribeDesktop.exe"
That is NOT what the FAQ says to do.
I seem to only have the 64-bit version of wine installed.
If that's the case, that's a problem. Where did you get Wine from?
walterbyrd
Newbie
Newbie
Posts: 3
Joined: Thu Jun 12, 2014 2:44 pm

Re: Having trouble starting Videoscribe

Post by walterbyrd »

I installed WINE by following the directions here:

http://tecadmin.net/steps-install-wine- ... a-systems/

Essentially:

# yum groupinstall 'Development Tools'
# yum install libX11-devel freetype-devel zlib-devel libxcb-devel
# cd /usr/src
# wget http://prdownloads.sourceforge.net/wine ... 19.tar.bz2
# tar xjf wine-1.7.19.tar.bz2
# cd wine-1.7.19/
# ./configure --enable-win64
# make
# make install
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Having trouble starting Videoscribe

Post by dimesio »

Another good example of why we don't support outside howtos.

Those instructions only build 64 bit Wine. To have a functional setup, you need to build both 32 and 64 bit Wine. Follow these instructions: http://wiki.winehq.org/Wine64. The part you need is under "Building a shared WoW64 setup (most likely what you want)."
Locked