Displaying 17 results from an estimated 17 matches similar to: "Problem running Seti Queue"
2001 Dec 27
1
Running windows services, an IPC issue?
Hello all,
I am looking to run an win application on linux. The problem it that it is
two parts: a exe, which calls a dll (and runs fine) and a service that
accepts requests fron the dll and does things (generates labels).
the small program runs fine, i get a return code telling me that the
service isn't running.
but if i try to execute the service, i get:
[pattejam@cory server]$ wine
2009 Jan 01
2
System Shock 2, setup crashes
Hi,
the setup asks for the install size, i choose max, after hitting next i see:
Code:
wine setup.exe -lgntforce
err:module:DelayLoadFailureHook failed to delay load rpcrt4.dll.I_RpcExceptionFilter
wine: Call from 0x7ee1ba40 to unimplemented function rpcrt4.dll.I_RpcExceptionFilter, aborting
wine: Unimplemented function rpcrt4.dll.I_RpcExceptionFilter called at address 0x7ee1ba40 (thread
2008 May 10
2
Can't compile wine-1.0rc1
Hello.
I've tried compiling the release candidate, but I get this error:
../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./advapi32.spec advapi.o cred.o crypt.o crypt_arc4.o crypt_des.o crypt_lmhash.o crypt_md4.o crypt_md5.o crypt_sha.o eventlog.o lsa.o registry.o security.o service.o svcctl_c.o version.res -o advapi32.dll.so -lrpcrt4 -lkernel32 -lntdll -Wb,-drpcrt4
2004 Jul 21
0
Re: wine seti@home team
I have not tried in under wine. I doubt it would work as little else that
might want an internet hit does. Were it to work, I doubt it would run better
or faster as using wine extracts its own performance penalty.
I do miss the informative screensaver. With Linux, I just use tkseti to check
on it, pause it if need be, etc. Also, under Linux, one can assign it a nice
value keeping it out of
2004 Jul 20
1
Re: wine seti@home team
Microsoft probably has unix CPUs running seti, and I see no point in running it
on wine, it would just be slower.
The unix client is much better. The point is if M$ have a seti team we must have
one too. The Linux team is way ahead of M$ so don't worry about being redundant.
Ivan.
2005 Dec 19
2
Wine's seti@home team
Hello, I would like to ask all users running seti@home to join wine's team
http://setiathome.berkeley.edu/team_display.php?teamid=38091
if you haven't got a seti@home account you can create one and join our team automatically by using
this link http://setiathome.berkeley.edu/create_account_form.php?teamid=38091
Our current target is to catch up with the Microsoft team that's here
2006 Apr 14
1
SETI@Home
This is a lil bit off topic, but I thought I would bring it up, since we
have users that are trying to run windows BOINC under wine.
The wine project has a SETI@Home team (has had for some time), so if you run
the windows or linux BOINC/SETI@Home client, you can join our team and apply
your credits towards the project's total. Just go to
2005 Oct 26
0
CentOS SETI@Home team
http://setiathome.berkeley.edu/team_display.php?teamid=120195
If anyone here is participating in SETI at Home, consider switching teams
to boost CentOS. :-)
-Magnus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20051026/545b1c11/attachment-0002.html>
2004 Jul 20
3
wine seti@hom team
For those of you who don't know yet, the Wine project has it's own seti@home
team, at
http://setiathome2.ssl.berkeley.edu/stats/team/team_172471.html
The current objective is to overtake the Microsoft team
http://setiathome.ssl.berkeley.edu/stats/team/team_28.html
Help is needed, please if you already have seti@home installed.
If you don't, it's only 300k to download, runs natively
2013 Mar 29
1
Wine release 1.5.27
The Wine development release 1.5.27 is now available.
What's new in this release (see below for details):
- System tray support in the Mac driver.
- Various C runtime improvements.
- Large icons for built-in applications.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.5.27.tar.bz2
2007 Jul 13
0
Wine release 0.9.41
This is release 0.9.41 of Wine, a free implementation of Windows on Unix.
What's new in this release:
- A number of gdiplus functions.
- More complete pdh.dll implementation.
- Support for MSI remote calls.
- Messaging support in crypt32.dll.
- Lots of bug fixes.
Because of lags created by using mirrors, this message may reach you
before the release is available at the public
2009 Mar 29
4
A3 Mania on Wine
Hi, Has anyone successfully run A3 Mania on Wine? It is an MMORPG (http://www.a3mania.com).
I have installed directX and some other things using winetricks. I wias getting errors with urlmon.dll and rpcrt4.dll and then a dump.
I copied over the urlmon.dll and rpcrt4.dll files from my windows installation to the system32 folder of wine.
My current dump is as follows. What should i do to fix
2003 Mar 31
1
setIs?
I've recently updated from an early February version of 1.7.0 to
Version 1.7.0 Under development (unstable) (2003-03-25)
and am now having problems with errors giving the message:
' getExtends(ClassDef) : @ must be used on an object with a formal class'
which seems to be caused by 'setIs("character","character or NULL")'
which attempts to define
2004 Oct 08
0
user interface and documentation of setIs and setAs, some suggestions (S4).
By reading the documentation for _setIs_ I noted that for the same
object three different names are used.
1) the name of the first argument in the functions coerce and replace in
setIs must be _obj_ (see example section or)
setIs("MVCa","list",coerce=function(obj){obj@list},replace=function(obj,value){obj@list<-value})
2) At the same time in the usage section:
2004 Oct 25
1
usage and behavior of 'setIs'
Hello,
am I using 'setIs' in the correct way in the subsequent (artifical) example?
Do I have to specify explicit 'setAs' for 'list' and 'vector' or
should this work automatically, since "getClass("List1")" states
an explicit coerce also for these classes.
I'm working with R 2.0.0 Patched (2004-10-06) on windows 2000.
Thanks for your
2008 Mar 17
1
setAs vs setIs
Hi the list
I am fighting with the twins setAs and setIs...
Here are some questions and comments (comments to myself but that migth
be wrong, it is why I am posting them)
1. Very surprising : using setIs define 'is', 'as<-' but not 'as' ???
2. Using setAs define 'as', 'as<-' but not 'is'...
What surprise me is that as<- can be define by
2006 Apr 07
4
setIs and method dispatch in S4 classes
Dear all,
I have a question regarding setIs and method dispatch in S4 classes:
Consider the following example:
#####################################################
## A02 "contains" A01 by setIs:
setClass("A01", representation(a="numeric",b="numeric"))
setClass("A02", representation(a="numeric",d="numeric"))