Displaying 20 results from an estimated 400 matches similar to: "Running Creatoon [was: Increasing swap space]"
2007 Jan 05
0
Increasing swap file size?
Hello,
I think I'm tantalizingly close to being able to use a program called
Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up.
The Creatoon interface loads but doesn't seem to do anything. During
Creatoon's start-up, I get two identical messages telling me that some
unspecified module could not be loaded. From the Creatoon FAQ page I
see this:
> If
2007 Mar 02
4
"Redundant audio data" header in speex payload
Hi,
Has anybody some information on on the "Redundant audio data" header in
the speex rtp payload?
Is this header always present? Is its value always the same?
Can it be modified through some speex_*_ctl function?
Thanks,
Emmanuel
--
-------------------------------------------------------------
Emmanuel Wauters Tel : (+32) 11 30 13 30
2004 Aug 06
1
SPEEX_GET_SAMPLING_RATE of encoder is wrong
Hi,
No, it only happens with speex_wb_mode.
But like I said, it is because in wideband mode, the function
sb_encoder_init
is called and this function initializes the sampling rate using
speex_*de*coder_ctl
instead of
speex_*en*coder_ctl
In narrowband mode, the sampling rate is just initialized to 8000
st->sampling_rate=8000;
BTW, I saw that my email was added to an existing thread instead of
2010 Jan 13
2
Error when running Merriam-Webster 3.0
Wine 1.0.1, LinuxMint 8 (Ubuntu 9.10 based)
after running it the dictionary from terminal, I got the error:
zheng at zheng-laptop ~/.wine/drive_c/Program Files/Merriam-Webster $ wine merriam-webster.exe
Code:
wine: Call from 0x7b8453f0 to unimplemented function msvcirt.dll.??0ifstream@@QAE at PBDHH@Z, aborting
wine: Unimplemented function msvcirt.dll.??0ifstream@@QAE at PBDHH@Z called at
2007 Oct 04
1
Wideband bitrate documentation
Hi,
On
http://www.speex.org/docs/manual/speex-manual/node11.html#SECTION001140000000000000000
the bitrate for Speex Wideband mode 9 and 10 is
9 34,400
10 42,400
On
http://tools.ietf.org/html/draft-ietf-avt-rtp-speex-03
the bitrate for Speex Wideband mode 9 and 10 is
9 34.2 kbit/s
10 42.2 kbit/s
I believe the draft contains the right values:
E.g. mode 10
Narrowband mode 7 -> 492
2006 May 10
3
No "system32" directory. ( to run Merrian-Webster's Collegiate Dictionary )
i just installed wine and want to use the "Merrian-Webster's
Collegiate Dictionary". the installation of this on-line dictionary
seemed okay, but when we went to launch it, it failed and reported
following error:
--------------------
Warning: the specified System directory L"c:\\windows\\system32" is
not accessible.
err:module:import_dll Library MSVCIRT.dll (which is
2009 May 31
2
getting a specific Programm to run under linuxMint
Hello,
I desperatly need to get this http://www.skratchdot.com/esxwaveorganizer/download.php programm to run under Linux.
I dont have any windows for years and dont wanna go back.
this is the output wine give me.
Code:
# wine EsxWaveOrganizer.exe
wine: Call from 0x7b845450 to unimplemented function msvcirt.dll.??0ifstream@@QAE at XZ, aborting
wine: Unimplemented function
2009 Feb 18
3
Rubies of Eventide and WINE
Hi. I'm using WINE on a Mac through Darwine and it's help application and I'm having trouble getting the program to run. First of all, whenever I start it I get a "Missing shell DLL 'cshell.dll'", even though I downloaded one and put it into the .wine directory in my home folder. Any ideas? I've followed all the current AppDB suggestions up to now, but it still
2004 Nov 19
8
Error with wine-20041019
When I start a windows application using wine (currently wine-20041019)
on RedHat 9, I receive the following:
[jmmckee@server jmmckee]$ wine sol
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the
config file
err:wave:OSS_WaveOutInit /dev/mixer1: No such device
err:wave:OSS_WaveInInit
2011 Apr 03
1
Lock On with Wine
Hi all,
Just wondering if anyone has gotten Lock On: Modern Air Combat v1.02 to run with Wine 1.3.16. I have installed successfully but I cannot seem to get the actual program to start. When I try to start from the terminal I get the following:
Call from 0x7b839822 to unimplemented function msvcirt.dll.??0fstream@@QAE at PBDHH@Z, aborting
err:module:attach_process_dlls "Common.dll"
2008 Oct 27
5
installing autocad lt 2002
Can't get past the registration screen. Application seems to lock-up. After inputting my numbers I just get this rather stupid looking white blank box and then rest of application goes into non-response and/or whole computer locks-up. Have set emulator to win2k. Locked up with xp setting too.
Using Lenny.
2008 Feb 23
5
Corel Draw 11 on Ubuntu 7.10 with Wine 0.9.4.6
Hi @ All,
I have installed Corel Draw on Ubuntu 7.10 with Wine 0.9.4.6. I used this installation guide http://appdb.winehq.org/appview.php?iVersionId=1840&iTestingId=6822
That meand I copied the to dll-files to home/.wine/win32
The Installation was successfull. No Errors.
Than configured Wine and used the DLL Overridingtool to make "wintab32" & "msvcirt and native like
2007 Mar 19
1
Where to put dll files for applications on a wine system?
.
I just copied all of my Paint Shop Pro 7 files from another partition
into a "Paint Shop Pro 7" subdirectory within the "Program Files"
directory on a new wine installation. When I run psp.exe, I got a very
long list of complaints/errors similar to this one:
err:module:import_dll Library MFC42.DLL (which is needed by
L"C:\\Program Files\\Paint Shop Pro
2010 Oct 27
2
Could not find CLSID for Windows Script
Hi!
I have gone a bit further with the installation of Python with Wine.
I have downloaded http://www.dll-files.com/dllindex/dll-files.shtml?msvcirt and placed it in the .wine/drive_c/windows/system directory.
And I have run
msiexec /i python-2.4.msi
within the .wine/drive_c directory.
The Python setup windows pops up but when selecting the "Destination directory" I get the
2004 Aug 06
1
Speex bitrate
I'm using speex to encode wav files. How does the --bitrate n option (use bit-rate n or lower) afects the quality and time of the encoding?
If I don't use that option how speex determines the bitrate to use in encoding?
Thanks in advance
Miguel Gomes
-----Mensagem original-----
De: owner-speex-dev@xiph.org em nome de Chris Flerackers
Enviada: qui 18-03-2004
2008 Mar 27
10
Bryce 5.5 once ran, before update.
In the application database, there is a revue according to which Bryce 5.5 does not run under WINE. But not having looked at the AppDB first, I went ahead and installed Bryce 5.5 some months ago, which ran fine under WINE 0.9.44 or some such version...
Here is an old screenshot of the app, which has been used to render a tree on the Linux Box. (Kanotix 2006-RC4)
[Image:
2001 Aug 24
2
coding for windows using wine
Hello all,
First , let me say that I am running wine without windows.
I am using a cross compiler to code a win32 app. I then run the app
using wine. I am wondering if I copy say -- mfc42.dll to my fake windows
system directory, is it possible to write mfc style code? I can get the
dlls-- I'm just wondering if I can use them under wine...
2004 Aug 06
2
denoise.c missing from 1.1.4 archive
Hi,
I just downloaded http://www.speex.org/download/speex-1.1.4.tar.gz and
tried to build it but the file denoise.c seems to be missing from the
archive.
Can you fix this or is it better to get everything from cvs?
Another question, when will a stable version of 1.1 be released. I'm
interested
in the preprocess features but I would also like a stable encoder/decoder
:-)
Best regards,
Chris
2004 Aug 06
2
SPEEX_GET_SAMPLING_RATE of encoder is wrong
Hi,
I'm using speex 1.1.4 and when I query SPEEX_GET_SAMPLING_RATE
as in
speex_encoder_ctl ( m_pEncoderState, SPEEX_GET_SAMPLING_RATE,
&m_SampleRate );
I get
2
The encoder is initialized with
m_pEncoderState = speex_encoder_init ( &speex_wb_mode );
On the decoder side, the correct sampling rate is returned:
m_pDecoderState = speex_decoder_init ( &speex_wb_mode );
2012 Jun 05
2
Run-time error '339', agentctl.dll issue
I'm trying to install/run a accounting software which is build on VB6 , software gates installed, but at some function I get the "Run-time error 339
component 'agentctl.dll' or one of its dependencies not correctly registered: a file is missing or invalid
I've installed vb6run vcrun2008
any solution ????? is there any anyone who is facing same problem ???
Warm Regards