Displaying 20 results from an estimated 40000 matches similar to: "Wine 0.9.24 - Module not found?"
2007 Mar 19
1
"Module not found"
I'm trying to run a program called GSAK (Geocaching Swiss Army Knife)
under Wine. Most of it runs, however, as part of its normal operation
it creates a batch file, BABEL.BAT, to communicate with a GPS using
GPSBabel. I've run GPSBabel by itself under wine and it works. I've
run the batchfile by hand and *THAT* works (under wcmd). However, I've
since discovered that when GSAK
2002 Jul 31
3
Setting custom parameters for wine-programs
Hi list,
Trying to set custom paramters for a wine-program as wcmd for example
doesn't work for me.
I tried setting
[AppDefaults\\wcmd.exe.so\\x11drv]
"Desktop"= "N"
and
[AppDefaults\\wcmd.exe\\x11drv]
"Desktop"= "N"
when global is
"Desktop"="640x480".
wcmd is displayed on a 640x480 desktop.
Is there a workaround ?
2002 Dec 30
1
wcmd - continued font problems
Tony, et. all,
Hi. Happy Holidays.
I'm still struggling along with getting Wine to really run on an
important audio machine. I have run Wine now on 3 machines:
1) An older Redhat 7.0 machine running Gnome
2) An up-to date Redhat 7.3 machine running KDE used for office type
applications
3) An up to date Redhat 7.3 machine running KDE used for Pro Audio
applications
The results
2005 Apr 18
1
Environment Space Problem
Hi
I'm hoping someone can help me... I'm trying to run a
16bit program called Gramcord (and
BibleCompanionSoftware) which displays Greek and
Hebrew texts. I am getting the following error:
----------------------
err:local:LOCAL_GetBlock not enough space in local
heap 1247
----------------------
As this is a problem that occurs under some versions
of XP, the authors advise running a cfg or
2005 Nov 30
3
wcmd crashes all the time on the set command.
Below is a crash I get on my gentoo box when I execute
the set command in wcmd. I believe the problem is
caused by wine using the entire enviornment from my
linux machine:
john@jmd0 ~ $ wcmd
WCMD Version 0.17
W:\home\john>set
ALLUSERPROFILE=c:\windows\Profiles\Administrator
ALLUSERSPROFILE=c:\windows\Profiles\Administrator
ANT_HOME=/usr/share/ant-core
CLASSPATH=.
COLORTERM=
2005 Jun 28
2
Running DOS program in a cron job
Hi,
I'm trying to run a DOS program within a cron job. After much trial-and-error I settled on the following approach:
- rm -r ~/.wine
- call wine without any arguments, this lets wine generate a default configuration in ~/.wine
- change ~/.wine/config: set GraphicsDriver to ttydrv instead of x11drv
- the cron job consists of a shell script that runs the DOS program with "wcmd
2008 Aug 29
2
Ogg Vorbis components and installation using Windows Installer
Hello all,
I'm a developer in Assistive Technology for blind and other disabled
people. I produce and distribute some Free software called WebbIE and
the Accessibility suite:
http://www.webbie.org.uk
Working with blind people, I'm interested in low-cost technologies
using audio. Ogg Vorbis is therefore of interest to me.
I'd like to install the necessary components for Ogg Vorbis
2007 Mar 09
1
wineconsole crashes - what am I doing wrong?
Dear All,
I am running Wine under Linux - Suse 10.1 (kernel 2.6.16). GUI apps work
fine (eg "wine notepad", "wine matlab") and wcmd works too ("wine wcmd"),
but any CUI program causes a crash, like this:
/home/gcunning> wineconsole --backend=user "c:freedos\edit.com"
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses
2001 Apr 02
2
wine doesn't read ~/.wine/config
I got Wine release 20010326 from cvs and compiled and installed it with
./tools/wineinstall
I did some changes in ~/.wine/config (changed the path to my floppy
drive). But it seems that wine is not reading ~/.wine/config. It still
tries to reach the floppy drive through the old (wrong) path.
There is no $HOME/.winerc and no /etc/wine.conf or
/etc/local/etc/wine.conf file on my system.
2008 Aug 31
1
[Fwd: Re: Ogg Vorbis components and installation using Windows Installer]
Hi all,
Somehow my reply didn't reach this list.
I've attached the conclusion.
Cheers,
Cristian.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/vorbis/attachments/20080831/9f467742/attachment.htm
-------------- next part --------------
An embedded message was scrubbed...
From: "Alasdair King" <alasdairking at
2006 Feb 17
2
start.exe
Hi All,
I try run my batch files under wcmd.exe, but it seem that start.exe is not
working, I want to stop the batch file when run other application by use
start /wait, but it is not work. Is this already fixed in wine 0.9.8?
Regards,
-iip-
2006 Jan 29
2
wcmd - CALL doesn't honor PATH
Hello,
I noticed this while attempting to run a DOS software suite. The CALL command in
wcmd doesn't seem to honor the set PATH.
If I put this in my environment (via regedit):
c:\windows;c:\windows\system;e:\;e:\test;f:\;f:\downloads\daphne\tools
Then I put the following in f:\downloads\daphne\tools\bob.bat:
path c:\windows;c:\windows\system;e:\;e:\test;f:\;f:\downloads\daphne\tools
2007 Mar 19
1
Curse of Monkey Island doesn't work with wine 0.9.24
I installed the game like it is described in the WineHQ application
database. The installation worked without problems but running the game
produced the following error message:
Cannot create DirectSound object (-2147467259)
I got around this by switching off OSS sound and using ALSA instead,
but know I have the same problem that Erich Hoover mentioned in the
AppDB. The music starts to play but
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
With 2.6.31-rc5 in a KVM guest using dm and virtio_blk, we see the
following errors:
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
The errors go away if dm stops submitting empty barriers, by reverting:
commit 52b1fd5a27c625c78373e024bf570af3c9d44a79
Author: Mikulas Patocka <mpatocka at redhat.com>
dm: send empty barriers to targets in
2009 Sep 03
2
[PATCH resend] block: silently error unsupported empty barriers too
With 2.6.31-rc5 in a KVM guest using dm and virtio_blk, we see the
following errors:
end_request: I/O error, dev vda, sector 0
end_request: I/O error, dev vda, sector 0
The errors go away if dm stops submitting empty barriers, by reverting:
commit 52b1fd5a27c625c78373e024bf570af3c9d44a79
Author: Mikulas Patocka <mpatocka at redhat.com>
dm: send empty barriers to targets in
2011 Jun 24
1
[LLVMdev] ARM ATPCS ABI support
On Jun 24, 2011, at 12:52 PM, Alasdair Grant wrote:
>> Both NetBSD and FreeBSD seems to use older ATPCS ABI standard.
>> As I can see it is not supported in LLVM.
>>
>> Seems that ATPCS is predecessor of AAPCS so I wonder how easy is
>> to implement it in LLVM/Clang...
>>
>> Is it worth efforts? Any thoughts?
>
> See
2010 Sep 21
0
[LLVMdev] Vectors in structures
On Tue, Sep 21, 2010 at 11:07 PM, Alasdair Grant <Alasdair.Grant at arm.com> wrote:
> Bob Wilson writes:
>> On Sep 21, 2010, at 9:33 AM, Renato Golin wrote:
>> > I was checking NEON instructions this week and the vector types seem
>> > to be inside structures. If vector types are considered proper types
>> > in LLVM, why pack them inside structures?
2001 May 18
1
[HELP] DPMS
Hi,
I'm Yves and I'm new to this list.
I use Wine as Win98 but without Windows, on a
ReiserFS directory.
Every once in a while, I try to run a dos program in
wcmd (unix compiled & launched). My main purpose is
to test Atari ST emulators.
Always, the dos program wants to access memory in
"real mode". There's something about the first 64Ko
of memory, then it always ends
2001 Aug 22
3
bat files
Just a question, should it be possible to run bat files with wine.
Basically the application is java, I know the java will run under windows.
I also know that java will run under linux natively, but I am curious if
this is possible to start under wine.
I get wine: can't exec 'blue.bat': invalid exe file.
2008 Mar 27
1
wine newbie has trouble with T_LOVE95.EXE
I'm new to wine; I'm having trouble running this game, which has been
reported to work previously, in the test result
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4050,
with wine 0.9.24 under Ubuntu 6.10 "Edgy".
I'm running Debian lenny which has wine-0.9.44.
Now I'm enough of a newbie with wine that I presume I'm using wine
improperly (but not