Displaying 20 results from an estimated 1000 matches similar to: "Is wine *always* mapping threads onto processes? (Was: Re: multiple inst"
2002 Sep 11
1
Is wine *always* mapping threads onto processes? (Was: Re: multiple inst
Yup. You're right.
1. Those are not processes since Linux 'ps' and 'top' reports threads just
as it reports processes.
2. Threads reports the total amount of RAM allocated to the process it belongs
to. (Excercise: what else could it report??)
/Fredrik
>
> From: Nick Capik <ncapik@patriot.net>
> Date: 2002/09/11 Wed PM 01:29:43 CEST
> To: Frank Joerdens
2002 Nov 11
0
Lotus Notes and Workpro
I have an interesting problem.
I can run Lotus Notes by itself and Lotus Wordpro by
itself, but if I have Notes running and I try and open
a document in Wordpro. Wordpro will crash and the
console has the following error
[kdekorte@localhost wordpro]$ wine wordpro.exe
fixme:class:get_class_ptr reading from class of other
process window 2003a
fixme:class:get_class_ptr reading from class of other
2002 Aug 13
1
ReWind vs WINE vs WINEX
I have a question in that which is the best WINE to
use? Or what are the differences
wineX - This is the wine from Transgaming that the CVS
does not contain SafeDisc but the purchasable one
does?
rewind - This is the MIT/X licensed version
wine - This is the LGPL version from www.winehq.com
Right now I use "wine" and update from CVS from
winehq.com. So which is the best one to use as
2002 Jul 21
1
ESD driver?
All,
Has there been any discussion of an ESD sound driver
for Wine. The Alsa driver is great, but if I am
playing MP3 files via ESD, wine crashes alot when I
have the ALSA driver for wine loaded. The version of
ESD that I am using has support for ALSA in it. So I
have all my apps talk to ESD and that way I get mixed
sound. Little behind at times, especially in xine, but
at least I get all my
2002 Sep 11
3
Is wine *always* mapping threads onto processes? (Was: Re: multiple instance
On Wed, Sep 11, 2002 at 10:43:12AM +0200, Fredrik Persson wrote:
> > > it's probably a unique instance of the app with 5 threads in it.
> > > each windows thread matches a unix-like process.
> >
> > Is that the general way wine translates windows threads, mapping them
> > onto processes? Would that really be a good idea? Usually the argument
> > goes
2002 Dec 05
1
Shell script for launching wineapps from a unix file manager
All,
Did a little research and found this little trick that
works well.
First create this batch file and modify to your
system.
winword
------------------------------------
FNAME=`wine -- winepath -l "$1"`
wine -- "/wine/c/Program Files/Microsoft
Office/Office/WINWORD.exe" "$FNAME"
------------------------------------
chmod a+x winword and put it some where in the
2002 Dec 06
0
Betr: wine-users digest, Vol 1 #1353 - 2 msgs
>Message: 1
>Date: Thu, 5 Dec 2002 10:06:45 -0800 (PST)
>From: Kevin DeKorte <kdekorte@yahoo.com>
>Subject: Shell script for launching wineapps from a unix file manager
>To: Wine Users <wine-users@winehq.com>
>
>All,
>
>Did a little research and found this little trick that
>works well.
>
>First create this batch file and modify to your
>system.
2002 Sep 10
1
wbinfo with trusted domains
Hi,
I just compiled samba 2.2.5 with winbind and successfully joined my domain.
wbinfo -t shows the secret is good
wbinfo -m shows the trusted domain
wbinfo -a will authenticate to the local domain and the trusted domains
wbinfo -n will only return a sid if I pass a name in the local domain
wbinfo -u only shows users in the local domain but man page says it should show
users in trusted
2001 Jan 22
0
Ogg/Mp3 Encoding Comparison
Hello All,
I realize that this is all highly unscientific and probably
unprofessional as well. Still, I couldn't resist the urge.
I ripped track 6 (prelude) from Yanni's "Tribute" album and encoded it
with the latest versions of lame and oggenc. I present below the
command line I used for both encodes:
time oggenc -a 'Yanni' -t 'Prelude' -l 'Tribute' -c
2001 Jan 22
0
Ogg/Mp3 Encoding Comparison
Hello All,
I realize that this is all highly unscientific and probably
unprofessional as well. Still, I couldn't resist the urge.
I ripped track 6 (prelude) from Yanni's "Tribute" album and encoded it
with the latest versions of lame and oggenc. I present below the
command line I used for both encodes:
time oggenc -a 'Yanni' -t 'Prelude' -l 'Tribute' -c
2004 Sep 10
1
FLAC 1.0.4 beta released
--- Matt Zimmerman <mdz@debian.org> wrote:
> On Tue, Sep 10, 2002 at 11:11:24PM -0700, Josh Coalson wrote:
>
> > I have just finished uploading the source release for FLAC 1.0.4
> beta
> > to Sourceforge; there are no binary releases. See the included
> > doc/html/news.html for the changes since 1.0.3; there are quite a
> few.
> >
> >
>
2002 Sep 10
0
Re: More on Samba 3.0 vs Samba TNG
Hi,
well, I guess that this is something that I
need to plan to do :-).
I'm developing a plan for a group of updated
docs for TNG (and Samba, compared to TNG).
Quickly, you're asking for
1) A bulleted list?
2) A Kvivio flowchart?
3) Some other comparison?
Could you tell me in general terms: do you
need to "sell" TNG to the boss or something?
I can't give it to you now.
2003 Aug 05
0
The American Resolve Prayer and Tribute Poster (PR#3662)
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
2003 Jun 12
1
static lib
I'm trying to link sox to the ogg vorbis static libraries but I'm
getting the following error:
gcc -L. -L./gsm -o sox sox.o -lst -lgsm -logg -lvorbis -lvorbisfile
-lvorbisenc -lmad -lmp3lame
ld: Undefined symbols:
_oggpack_bytes
_oggpack_get_buffer
_oggpack_reset
_oggpack_writeclear
_oggpack_writeinit
_oggpack_read
_oggpack_readinit
_oggpack_write
_oggpack_adv
_oggpack_look
2004 Oct 24
2
FC2 RPMs of wine
I was reading the WINE Traffic #245 and so I thought about trying the RPMs
that Vincent produces for FC2. Before I installed them I looked at the file
contents and noticed that there does not seem to be a "fake windows" drive
setup in the RPM and that the Windows User tools like Notepad and Control are
not in the RPM. Is there another RPM that I need to get to install these
tools?
2001 Nov 20
0
quota support with Linux 2.4.x kernels
On Tue, Nov 20, 2001 at 10:54:41AM +1100, Matthew Geier wrote:
> Frank Joerdens wrote:
> >
> > Greetings. I read in a samba list that the quota support is 'broken' in
> > so-called 'linus' kernels > 2.4.3 and that one is supposed to use a
> > redhat or 'cox' kernel (what the hell is that supposed to mean . . . are
> > we having different
2002 Nov 06
4
Printing under Wine - Mission Impossible?
Hello,
I've been trying to print under apps running with wine for a while.
In wine docs it says wine automatically detect CUPS printer. Well, I have
CUPS installed, everything prints great, except apps running under wine,
which say that no printers are installed.
CUPS version installed. Debian woody version - 1.1.14.3
Wine version installed. Prepackaged Deb 20021013.
Can anyone point me
2008 Dec 01
1
trivial spelling correction
Good evening,
Spotted a very minor spelling mistake in the source for the grep help.
And thanks to R-Core for all their work - it's a tribute to R-Core,
that these sort of "problems" are rare indeed.
Best regards,
Sean O'Riordain
Dublin
sean at sean7:~/R/RSVN/R/trunk/src/library/base/man$ svn diff
Index: grep.Rd
2006 Feb 07
0
Notes 7.1 and wine 0.97
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm trying to run Notes 7.1 on Wine 0.9.7 and I am getting this error
wine nlnotes.exe
fixme:system:SystemParametersInfoW Unimplemented action: 8198 (SPI_GETCARETWIDTH)
fixme:ole:CoRegisterMessageFilter stub
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object
2002 Oct 24
2
Connecting to Newsgroup
> How do I connect to the wine newsgroup??
> comp.emulators.ms-windows.wine
/.../
> What is the server?
You've got it wrong, those are not servers, those are newsgroups. You need to
go to Google (for example) and search for something like "free news server".
/Fredrik Persson