similar to: Cannot Connect to Authentication Server - Mass Effect 1

Displaying 20 results from an estimated 20000 matches similar to: "Cannot Connect to Authentication Server - Mass Effect 1"

2011 Mar 22
4
Mass Effect 2 help?
Long-time user of Wine for various applications, but for the first time I'm hitting a brick wall, so I registered here to get some help with my problem. Short and sweet, I managed to get a friend's copy of Mass Effect about a year ago, and very much enjoyed it when playing it in Wine. However something in the DRM or the way it was written must've been changed in the second, because I
2024 Aug 09
1
If loop
The following (using if else) did not help. Seemed like joint12 always kicked in. ??? me1<-me0<-NULL. ??? if(joint12){ ????? {me1<-cbind(me1,v1$p12);? me0<-cbind(me0,v0$p12)} ??? } else if(marg1) { ????? {me1<-cbind(me1,v1$p1);?? me0<-cbind(me0,v0$p1)} ??? } else if(marg2) { ????? {me1<-cbind(me1,v1$p2);?? me0<-cbind(me0,v0$p2)} ??? } else if(cond12){ ?????
2024 Aug 09
3
If loop
Can someone help me with the if loop below? In the subroutine, I initialize all of (joint12,marg1,marg2,cond12,cond21) as FALSE, and call with only one of them being TRUE: ,...,joint12=FALSE,marg1=FALSE,marg2=FALSE,cond12=FALSE,cond21=FALSE,,,, joint12 seems to always kick in, even though I call with, e.g., marg1 being TRUE and everything else being FALSE. My attempts with if... else if were
2024 Aug 09
1
If loop
Is something wrong in the initialisation part that we don't see? joint12 <- marg1 <-F marg1 <-T if (joint12) { print ("joint 12") cat (joint12) } if (marg1) { print("marg 1") cat(marg1) } Would probably be my diagnostic approach On Fri, 9 Aug 2024, 04:45 Steven Yen, <styen at ntu.edu.tw> wrote: > Can someone help me with the if loop below?
2024 Aug 09
1
If loop
Thanks. Hmm. The loop is doing what it is supposed to do. > try1<-function(joint12=FALSE,marg1=FALSE,marg2=FALSE, +??????????????? cond12=FALSE,cond21=FALSE){ + # *************************************************** + # Testing if loop + # *************************************************** + if(joint12){ +?? {print ("joint12"); cat(joint12,"\n")} +?? {print
2024 Aug 09
2
If loop
OK. The fact it's in a function is making things clearer. Are you trying to update the values of an object from within the function, and have them available outside the function. I don't speak functional programming articulately enough but basically v <- 1 funA <- function() { v <- v+1 } funA() cat (v) # 1 You either return the v from the function so funB <- function() {
2024 Aug 09
3
If loop
"Or use <<- assignment I think. (I usually return, but return can only return one object and I think you want two or more" You can return any number of objects by putting them in a list and returning the list. Use of "<<-" is rarely a good idea in R. -- Bert On Fri, Aug 9, 2024 at 1:53?AM CALUM POLWART <polc1410 at gmail.com> wrote: > > OK. The fact
2005 Aug 04
1
Where the error message comes from?
Hi all: I get the following error message that I am not able to resolve. Error in if (const(t, min(1e-08, mean(t)/1e+06))) { : missing value where TRUE/FALSE needed It appears right before the last data.frame statement. Below is the program that simulates data from one way random effects model and then computes normality and bootstrap confidence interval for
2010 Jan 26
1
Wine and Atlantica
Hi, I'm trying to run Atlantica online in wine. Several users have gotten it to run, when I try the game starts, The login screen displays correctly, but it can't connect to the login server... I also try running it from the launcher but it can't connect to the front server. Also, this may be unrelated but when I try and run internet explorer, it can't load webpages either. In
2006 Mar 01
0
Specification decisions in glm and lmer
I have been reviewing GLM and LMER to sharpen up some course notes and would like to ask for your advice. 1. Is there a test that would be used to check whether a particular functional form--say Gaussian, Gamma, or Inverse Gaussian, is "more appropriate" in a Generalized Linear Model? A theoretical reason to choose one over the other is enough for me, but I've got some skeptical
2008 Oct 05
2
Performance tweaking from Ubuntu to a Macbook vs. Windows through DLink DIR-655
Hi Everyone, I've been happy with my setup the last 2 years, and I just bought a new router - D-Link DIR-655. I was connecting wireless and wired and noticed the following before tweaking: Wired 100 Mbps ============== Macbook to Ubuntu: 56 Mbps Windows to Ubuntu: 72 Mbps Wireless N (Connected at 130 Mbps ... Apple's fault) ================================================== == Macbook
2013 May 22
2
Problems with Apple Mail: Enter Password for Account "..."
Hello I have on Ubuntu 12.04 a postfix 2.9.3-2 mailserver with dovecot 2.0.19 I get email from my pc (thunderbird), my smartphone (k9mail) and my MacBook (Apple Mail 4.6 - 1085 on Mac OS 10.6.8) all with IMAP and SSL. All is working normally but sometimes I get an error message from my MacBook, which is irritating. It says this (more or less): "Enter Password for Account "..."
2011 Jun 11
1
Amazon AWS, RGenoud, Parallel Computing
Dear R group, since I do only have a moderately fast MacBook and I would like to get my results faster than within 72h per run ( :-((( ), I tried Amazon AWS, which offers pretty fast computers via remote access. I don't want to post any code because its several hundreds lines of code, I am not looking for the "optimal" answer, but maybe some suggestions from you if faced similar
2007 Jul 21
0
Binomial multi-level (hierarchical) modelling [partly stats question, not completely R related]
Dear all, This question is partly statistics and partly R and I apologise in advance for my (usual) verbosity! My data is a little more complicated that this suggests, but essentially I have proportion data from different studies (id), each from a specific country and region of the World. I would like to examine the variables that affect the proportion, but these factors are hierarchical. In case
2010 Dec 10
2
Mass Effect 2 bug 23135
Hello. I am wondering if anyone is playing Mass Effect 2 with the latest wine, (patched or otherwise) and if so, are you using a dual core cpu? Mine is an AMD am2 6000+, and I have trouble with bug 23135, Mass Effect 2 hangs/crashes after Sheppard is reanimated. Dan Kegel is thinking of closing the bug under suspicion that it's a game glitch, now a wine problem, and some posts on the bioware
2012 Jan 16
2
Black screen -- MTG: Duels of the Planeswalkers
Hello! I've tried to port these following games: -Magic: The Gathering - Duels of the Planeswalkers -Magic: The Gathering - Duels of the Planeswalkers 2012 ...but to no avail. My rig is Macbook Air 2010 2Gb and it runs Mac OS X 10.6.8 Snow Leopard. I've tried to use Wineskin with 1.3.37 engine and 2.5.3 wrapper. The results on AppDB are positive -- the games are running and everything
2012 May 05
3
download extremely slow
I have been trying to download the latest version to my Macbook X version 10.6.8 from my institutions mirror http://cran.cnr.Berkeley.edu Usually is only takes minutes, but regardless of the browser or where I connect to the internet I have been unable to download because it would take upwards 2 days according to the download dialogue box. I'd really like to get the newest version to run some
2013 Nov 24
0
Installing Xen on Macbook Pro (11.2): 'can't find IRQ for PCI INT A' messages.
Hi, Recently i bought a macbook pro retina, and since i''ve been happily running Xen on my server machine for quite a few years now, i decided to install it to the macbook as well so that i can use it to try out new features before implementing them on the server. Before trying xen, i''ve gone through the motion of installing Ubuntu 13.10, which is now running smoothly.
2009 Aug 23
2
difficult "for"
Hi, My english isn't brilliant and my problem is very difficult to describe but I try ;) My first question is: May I write loop "for" like this or similar - for (i in sth : sth[length(sth)], k in sth_else : length(sth_else) ) - I'd like to have two independent conditions in the same loop "for". My secound question depend on program below. I'd like to write every
2009 Sep 22
1
Snow leopard ./configure "cannot compile a simple Fortran program"
I hope this is the place for this... I have to rebuild from scratch under Snow Leopard, and when I attempted to build R-2.9.1, I get the following results from ./ configure: checking how to get verbose linking output from fc... configure: WARNING: compilation failed checking for Fortran 77 libraries of fc... checking how to get verbose linking output from gcc -std=gnu99... -v checking for