similar to: Change files and viewing files in Wine.

Displaying 20 results from an estimated 10000 matches similar to: "Change files and viewing files in Wine."

2009 Jan 19
6
Program Files Folder in Wine
Hello. I am not sure what I am doing wrong, but I cannot get Wine to run anything under the Program Files folder. It gives me the error message that it cannot find C:\Program (it's as if the space between Program and Files stops it). I have tried eliminating the space in both the folder name and in the command line. Nothing works. GRRRRRR I am trying to install Final Fantasy XI using
2008 Nov 04
1
Can't use regsvr32.exe in Darwine
I need to register dxdiag.dll to run Final Fantasy XI, but the program regsvr32.exe can't be used to do so because I cannot input any command line codes for Darwine... I'm a bit new at using this so I'd like to know if there's a way I could register this DLL or use regsvr32
2008 Nov 20
1
dll files
I'm a recent convert to the Linux lifestyle, and I would like to get to a point where I rarely, if ever, have to boot into Windows on my machine. While I'm not a huge gamer, I do enjoy Final Fantasy XI. I would like to get it to run under Linux/Wine. According to the information from the AppDB, the only way to get FFXI working under Wine is to have a copy of the dxdiagn.dll from Windows
2005 Dec 02
2
RIALTO announced on theserverside.com
Hi, just saw the announcement of yet another ajax library on theserverside.com. The server seems to be under heavy load already but if you can cope with longer load times http://rialto.application-servers.com/demoRialto.jsp shows some neat stuff. regards Jan
2009 Mar 06
5
Playonline needs 32-bit true color
I installed playonline under WINE on Ubuntu. It installed without any problem, and when I went to load it up it even starts to open up like it would in windows. But then an error appeared: _______ Error Code = 20008027 Can only be displayed properly in 32-bit true color. Start Playonline viewer anyway? _______ If I click no, it closes. If I click yes it actually starts up, plays music, and I
2011 Feb 25
1
wine-1.3.14 working on Solaris 11 Express
Hello, Wine-1.3.14 came to working on Solaris 11 Express very fine. "Final Fantasy XI" and "Dragon Age 2 Demo" Dragon Age 2 Demo http://twitpic.com/43h8r2 Final Fantasy XI JP (Japanese input is terrible) http://twitpic.com/42u6ov http://twitpic.com/42u61h I operated by backout the fix. libwine: Reserve some low memory space even without a preloader.
2009 Mar 03
1
SPSS data import: problems & work arounds for GSS surveys
I'm using R 2.8.1 on Ubuntu 8.10. I'm writing partly to ask what's wrong, partly to tell other users who search that there is a work around. The General Social Survey is a long standing series of surveys provided by NORC (National Opinion Research Center). I have downloaded some years of the survey data in SPSS format (here's the site:
2013 May 16
2
R looping help
Hey I'm not really sure what I should put on here, but I am having trouble with my R code. I am trying to get the p-values, R^2s etc for a number of different groups of variables that are all in one dataset. This is the code: #Stand counter st<-1 #Collections stands<-numeric(67) slopes<-numeric(67) intercepts<-numeric(67) mses<-numeric(67) rsquares<-numeric(67)
2010 Oct 03
1
Johnson Distribution Fit
Hi, I am trying to fit a Johnson SB distribution using fitdist function in fitdistrplus Library. I have defined the Johnson SB distribution from ( http://www.ntrand.com/johnson-sb-distribution/) . But it gives me the follwing errors. Any help would be appreciated #xi = xi #lambda =l #delta =d #gamma = g djohn = function(x,xi,l,d,g) (d/(l*sqrt(2*pi)*((x-xi)/l)*(1-((x-xi)/l))))*exp[-0.5*(g +
2008 Oct 23
1
distribution fitting
Dear R-help readers, I am writing to you in order to ask you a few questions about distribution fitting in R. I am trying to find out whether the set of event interarrival times that I am currently analyzing is distributed with a Gamma or General Pareto distribution. The event arrival granularity is in minutes and interarrival times are in seconds, so the values I have are 0, 60, 120, 180, and
2011 Dec 02
1
1.6x speedup for requal() function (in R/src/main/unique.c)
Hi, FWIW: /* Taken from R/src/main/unique.c */ static int requal(SEXP x, int i, SEXP y, int j) { if (i < 0 || j < 0) return 0; if (!ISNAN(REAL(x)[i]) && !ISNAN(REAL(y)[j])) return (REAL(x)[i] == REAL(y)[j]); else if (R_IsNA(REAL(x)[i]) && R_IsNA(REAL(y)[j])) return 1; else if (R_IsNaN(REAL(x)[i]) && R_IsNaN(REAL(y)[j])) return 1;
2009 Aug 24
2
[] for R
I am assuming the variable out is the output parameter. However, I don't understand what is out[1+xi*xx>0]? Can someone explain this to me? Thanks in advance, Chen dGEV <- function(x, xi, mu = 0, sigma = 1, logvalue=FALSE) { xx <- (x-mu)/sigma #use the new dGumbel which passes mu and sigma: #if (xi==0) out <- dGumbel(xx,logvalue=TRUE)-log(sigma) if (xi==0) {
2007 Dec 11
1
R computing speed
Dear helpers, I am using R version 2.5.1 to estimate a multinomial logit model using my own maximum likelihood function (I work with share data and the default function of R cannot deal with that). However, the computer (I have an Athlon XP 3200+ with 512 GB ram) takes quite a while to estimate the model. With 3 categories, 5 explanatory variables and roughly 5000 observations it takes 2-3 min.
2024 Feb 29
1
[EXT] Initializing vector and matrices
Hello Eik: Thanks. I do not need to sample. Essentially, I have a do loop which produces 24 vectors of length of some length (say k=300) and 24 matrices of 300x300. Then, I simply need to? take the averages of these 24 vectors and matrices: x=(x1+x2+...+x24)/k y=(y1+y2+...+y24)/k I am just looking for ways to do this in a do loop, which requires initialization (to 0's) of x and y. My
2010 Apr 27
1
TikzDevice and texi2dvi
Dear All, I am starting to use the tikzDevice package, but I am experiencing some (minor problems). If I try to run the script at the end of the email, I get the following error Error in tools::texi2dvi("normal.tex", pdf = T) : Running 'texi2dvi' on 'normal.tex' failed. Messages: sh: /usr/bin/texi2dvi: not found How do I install the missing texi2dvi? I found some
2006 Mar 01
1
a strange problem with integrate()
Dear all, I am stuck on the following problem with integrate(). I have been out of luck using RSiteSearch().. My function is g2<-function(b,theta,xi,yi,sigma2){ xi<-cbind(1,xi) eta<-drop(xi%*%theta) num<-exp((eta + rep(b,length(eta)))*yi) den<- 1 + exp(eta + rep(b,length(eta))) result=(num/den)*exp((-b^2)/sigma2)/sqrt(2*pi*sigma2)
2008 Sep 25
1
grid.newpage()
Hi, I'm trying to customize a window with 2 graphs. I'm able to do the first one with something like this general example par(mfrow=c(1,2),cex.axis=0.85,cex.lab=0.80,mai=c(1.3,1,0.5,0),las=3) bplot<-barplot(bar.values,names.arg=cf.names,width=0.5,ylab="% Area held") abline(h=0.3,lty=3,col="red") abline(h=0.1,lty=3,col="blue")
2024 Feb 28
1
[EXT] Initializing vector and matrices
Hi Steven, It's not entirely clear what you actually want to achieve in the end. As soon as you "know" x1, and assuming that the different "xi" do not differ in length in the real application, you know the length of the target vector. Instead of the loop, you can use 'Reduce' without having to initialize a starting vector. # generate sample vectors, put them in
2008 Dec 05
1
array indexing
Hi. I have been pondering array indexing via matrices. > a <- array(1:27,rep(3,3)) > index <- matrix(c(1,1,1,1,2,3),2,3,byrow=TRUE) > a[index] [1] 1 22 as expected and documented. But what was the thinking behind the decision to access the array by rows rather than columns? The 'index' matrix is ordered as [1,1,1,2,1,3] and so the extraction is a[index[c(1,3,5)]]
2004 Dec 10
1
Porting optimisation setup from Excel Solver to R
Hi all, I am currently optimising a small portfolio I have created as a part of my research project in Excel. I am unable to find the appropriate package to port this into R. My problem set up is as follows Minimise ABS(Sum(Xi-Xi')+10*Sum(XiMi)/Mavg) Subject to: 0 <= Xi <= 0.05 ABS(Sum(Xi)) = 0.2 where Mi - Market Cap of Stock i Xi - Initial weight of Stock i Xi' - New weight of