similar to: Running EQ2 under Wine locks my system... anyone else?

Displaying 20 results from an estimated 1000 matches similar to: "Running EQ2 under Wine locks my system... anyone else?"

2005 Jun 18
2
Yum repository info
Hi All Would like to know where I could find repo info to be able to install frozen-bubble and/or supertux please. Thanks in advance, Phil
2004 Jun 24
1
can't find SDL_mixer
Hello all, I just installed SDL_mixer-1.2.4-9.rpm and I can see all the files in /usr/lib. I can also see them listed in ld.so.conf but when I run a .configure in supertux I get an error checking for Mix_OpenAudio in -lSDL_mixer... no configure: error: SDL_mixer library required what am I doing wrong. Any info or education is welcome. Thanks all Dominic Iadicicco P.S can't
2010 Sep 18
3
Microphone in EQ2 2 devices
Hi, I have following problem. In my Computer is an on board HDA Intel Sound Chip. This device has 5.1 out and an input connection for an microphone. My TFT Monitor has also a build in microphone with web Cam connected via USB. The big advantage is, I don't need an separate Microphone or Head Set. Both works fine under Suse Linux (Skype, or other applications that uses that microphone). But
2008 Feb 20
0
No subject
Code: err:ole:CoGetClassObject class {4590f811-1d3a-11d0-891f-00aa004b2e24} not registered err:ole:CoGetClassObject no class object {4590f811-1d3a-11d0-891f-00aa004b2e24} could be created for context 0x1 fixme:reg:GetNativeSystemInfo (0x32967c) using GetSystemInfo() fixme:dsound:IKsPrivatePropertySetImpl_Get unsupported property: {f2957840-260c-11d1-a4d8-00c04fc28aca}
2009 Apr 13
2
joint estimation of two poisson equations
Dear list members, Is there a package somewhere for jointly estimating two poisson processes? I think the closest I've come is using the "SUR" option in the Zelig package (see below), but when I try the "poisson" option instead of the "SUR" optioin I get an error (error given below, and indeed, reading the documentation of the Zelig package, I get the impression
2004 Nov 29
3
systemfit - SUR
Hello to everyone, I have 2 problems and would be very pleased if anyone can help me: 1) When I use the package "systemfit" for SUR regressions, I get two different variance-covariance matrices when I firstly do the SUR regression ("The covariance matrix of the residuals used for estimation") and secondly do the OLS regressions. In the manual for "systemfit" on page
2011 Jun 21
1
Setting up list of many equations for systemfit
Dear List Members,I am trying to set up a large system of equations and I am trying to find a simple way to set up the list command under the package system fit. Here is the example from system fit and what I am trying to do: EQ1 <- Y1 ~ X1 + X2 + X4EQ2 <- Y2 ~ X2 + X3EQ3 <- Y3 ~ X2 + X3 + X4EQ4 <- Y4 ~ X1 + X3 + X4eqSystem <-list(form1 = EQ1, form2 = EQ2, form3 = EQ3, form4 = EQ4)
2008 May 30
0
Wine release 1.0-rc3
This is release 1.0-rc3 of Wine, a free implementation of Windows on Unix. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations:
2009 Jul 13
1
Games that installed before... now won't, what changed?
the games i'm dealing with are eq and eq2. both the same error so i'm thinking its a wine issue and not a game specific issue i'll list my error here as best possible, and note that i have found "fixes" to this problem but have no idea what anyone in those "fix" threads are talking about. just search my error #, on this site or google and you'll get a result.
2012 Oct 17
1
extracting and restricting coefficients
HiĀ  I want to fit two equations simultaneously EQ1<-Y1~X1+X2 EQ2<-Y2~X1+X2 eqsystem<-list(Y1HAT=EQ1,Y2HAT=EQ2) fitols<-systemfit(eqsystem, method="OLS", data=BB) How do I get coefficients for the first equation? R code How do I restrict coefficient of X2 in the first equation (say , restrict it to less thanĀ  zero). R code Your help is appreciated. Dereje [[alternative
2007 Jul 17
2
Blur problems
I'm using compiz compiled for feisty by trevino, on a mobility radeon x1600 using fglrx 8.38.6 over Xgl 7.2.0. I'm experiencing some problems with the blur: after a short time using compiz the blur over the windows (most noticeably the terminal) becomes a opaque gray. I really don't know how to debug this problem... :( I'll be happy to give any information you'll need
2017 Jun 11
1
Memory leak in nleqslv()
Hello all, I am relatively new to R, but enjoying it very much. I am hoping that someone on this list can help me with an issue I am having. I am having issues with iterations over nleqslv, in that the solver does not appear to clean up memory used in previous iterations. I believe I've isolated the/my issue in a small sample of code: library(nleqslv) cons_ext_test <- function(x){
2008 Mar 25
4
Wine problem with GL and directx 9.0
I've got wine 0.9.57 and installed directx 9.0 but it seems doesnt work. I've installed new ati drivers, new audio drivers. When I try to play at Assassin's Creed i got an error: Code: fixme:d3d_shader:shader_glsl_load_constantsI >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glUniform4ivARB @ glsl_shader.c / 279 there is no
2011 Jun 28
2
How do I output all the R-squares of an SUR? summary(fitSUR$eq[[1:4]])$r.squared does not work
Greetings R Users, I have a system of equations for which I would like to output all the R-squares. Assume there are four equations in my system, the only way I found to output all the R-squares is by calling them out one by one as this: summary(fitSUR$eq[[1]])$r.squared summary(fitSUR$eq[[2]])$r.squared summary(fitSUR$eq[[3]])$r.squared summary(fitSUR$eq[[4]])$r.squared But isn't there a
2011 Jul 17
6
Buildung Wine on OS X
Hi folks out there, I'm new to this project but very keen on more information. The reason I want to have Wine, is because I want to get "Klingon Academy" on OS X. On every Windows Revision above Win 98 the game fails, so I thought: "Why not do it the other way around and try Wine?" So, here I am. And after the first look into the Wiki page, I was VERY confused on how I
2009 Apr 25
4
How do I use the developers version of Wine 1.1.20?
I'm still not sure how I did it, but I managed to use the link http://wiki.winehq.org/GitWine for the latest development version, and even installed git (blind man navigating New York City streets). So now all I have to do is Code: git fetch ; git rebase origin to stay up to date. My question is how do I run programs with it? When I do the normal Code: wine setup.exe for example, it says
2008 Mar 03
1
X-Windows hangs while playing Tales of Pirates
Hi all, I have been playing the game Tales of Pirates with last patch (both freely downloadable from http://top1.igg.com/) for a while, and I didn't experience the troubles explained in AppDB. I play the game without sound and with minimal graphics. The problem is that after some time playing, my X hang and I can't even close session with Ctrl+Alt+Tab or change it with Ctrl+Alt+F1 .
2007 Oct 27
1
creating large graphs
Dear useRs, I have a large dataset (600 to 2000 observations) that I need to cluster with a hierarchical technique, and then examine so that I can use cutree to extract various groups. I would like to visualize the results of hclust in a dendrogram, but this is obviously too much data for the normal 6 x 6 figure. Does anyone know how to make a large graph so that I can print it and view the
2010 Jan 07
1
Splinter Cell Double Agent crash on start up
Hello, I'm new to Wine but have just installed Splinter Cell Double agent. I can get the game to launch, but it crashes and displays a message saying Wine caused the crash. I've looked in the AppDB and have replaced one of the dll files it said to for the game... Here's the Terminal code... any chance anyone knows how to get this working? Many thanks! wine SCDAAutoRun.exe
2011 Mar 17
3
Fallout new vegas lag help ?
I installed very thing ok I have a mac pro DESKTOP @ 2.66 ghz with 10 GB of ram and the minimum video card to run it the ATi X1900 XT which is running it on medium settings. it runs it amazingly but when I am out in the open or the sun is out it lags now if I look all the way down and up there is no lag ! I have even set everything on low and still I get that lag. But I turned it back on medium.