Displaying 20 results from an estimated 10000 matches similar to: "wine and eveonline exe can not sart more then 4times"
2010 Jun 30
1
problem with eve-online and color depth (16/24bit)
Hello together!
since some time i noticed that if i start eveonline in a explorer desktop window, with for ex. wine explorer /desktop=0,1680x1050 "C:\\Program Files\\CCP\\EVE\\eve.exe",
my problem is now -> i can not switch in the game eveonline client to the 16bit windowmode (only 24bit are available) ! My Linux Gnome Desktop are running in a 1680x1050 24bpp mode. But if i start
2012 Jun 09
0
Re: Eveonline issue
before you do this
http://appdb.winehq.org/objectManager.php?sClass=version&iId=25823
after you can start eve
wine ".../drive_c/Program Files/CCP/EVE/bin/ExeFile.exe"
2010 Nov 23
2
Eve Online some problem with sound.
Hello everyone,
i have Eve Online some problem with sound.
When I enable the sound in the game, I have sound for about 30 seconds, then it freezes and loops over and over on a small portion (half a second or so) and game crash.
There are 2 solutions, the 1? disable sound and the 2? rename or delete jukebox resource directory (
2006 Jul 12
0
numlock and german key like ä ö ü is not active
Hello Friends,
i have a fresh debian/ubuntu 6.06 installation with automatix and Wine
0.9.12 installed and cedega 5.2.
My problem is when i start an emulated application on wine, like a game
(EVE online game) or a other application i can not use the german keys
on the keyboard like ? ? ? etc. and the (numlock key) numberfield on
the keyboard doesnt work.
Do anybody now where i have to activate
2010 Feb 23
6
Eve Online in Ubuntu
I recently switched to Ubuntu from Windows XP with only Eve Online being a Windows program I want to be able to run on my computer.
I have read this thread:
http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1139274
and this thread:
http://www.eveonline.com/ingameboard.asp?a=topic&threadID=1226117
to make Eve work in Ubuntu using Wine.
I must say that with a dual monitor system Eve
2009 May 19
1
Game problem
mike at mike-desktop:~/Pubblici/eve online$ wine eve.exe
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not registered
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc} could be created for context 0x1
fixme:heap:HeapSetInformation 0x8d0000 0 0x33fcac 4
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32
2010 Mar 06
1
Is parralel processing automatically done on multi-core CPU's?
Hi,
I just noticed this article,
http://www.howtoforge.net/fully-utilizing-your-x-core-cpu which uses
http://code.google.com/p/ppss/ for parralel processing.
So, can anyone tell me if parralel processing happens automatically on
CentOS, or would I need to use this script as well? We mainly have Dual Core
& Dual CPU, Dual Core (i.e. 8 cores) servers and it would be benefitial to
know whether
2010 Apr 26
2
How to disable the wine error window?
Hello together!
Sometimes i get in my Win-Games an error in a small window from wine , like "somehting happend blablalabala wine error"
Is it possible to disable this window in the wine regedit?
and if it crahes, it crashes and kills the wine processes?
thx
lightmans
2005 Mar 15
2
missing sh.exe file when running "R CMD INSTALL test"
I am trying to learn how to make a simple package that contains no C
or Fortran code. I used package.skeleton(...) to make a package
called "test". The directory and files look good. I downloaded and
installed Rtools (www.murdoch-sutherland.com/Rtools/tools.zip). I
added the path and from the dos prompt I can verify that make.exe and
sh.exe both exist, but when I try to run "R
2005 Aug 16
1
missing sh.exe file when running "R CMD INSTALL test"
I am trying to learn how to make a simple package that contains no C
or Fortran code. I used package.skeleton(...) to make a package
called "test". The directory and files look good. I downloaded and
installed Rtools (www.murdoch-sutherland.com/Rtools/tools.zip). I
added the path and from the dos prompt I can verify that make.exe and
sh.exe both exist, but when I try to run "R
2005 Aug 16
1
missing sh.exe file when running "R CMD INSTALL test" (PR#8068)
I am trying to learn how to make a simple package that contains no C
or Fortran code. I used package.skeleton(...) to make a package
called "test". The directory and files look good. I downloaded and
installed Rtools (www.murdoch-sutherland.com/Rtools/tools.zip). I
added the path and from the dos prompt I can verify that make.exe and
sh.exe both exist, but when I try to run "R
2010 Mar 31
3
regular expression help to extract specific strings from text
Dear all,
Lets say I have the following:
> x <- c("Eve: Going to try something new today...", "Adam: Hey @Eve, how are you finding R? #rstats", "Eve: @Adam, It's awesome, so much better at statistics that #Excel ever was! @Cain & @Able disagree though :(", "Adam: @Eve I'm sure they'll sort it out :)", "blahblah")
> x
[1]
2009 May 29
7
Problem with EVE-Online
Hey all I'm using Wine 1.1.22 and I'm having a hell of a time getting Eve-Online to work.
I downloaded eve, installed it into Wine, everything seem to go well, no problems.
However I when I run it it shows the prescreen and then seems to close itself and just shows the Wine Desktop.
When I run it in form the Command Shell this is what I get:
darkslayer at
2006 Jun 19
0
EVE Online support
Hi,
as seen the Eve online support improved in the last time.
The problem with that is that these things are only workarounds atm. So
the next step should be that these hacks get improved so they can become
real patches which are accepted by AJ.
The current patchfile can be found at http://elfe.mine.nu/eve/linux/
So basicly some facts about the current EVE status:
2011 May 18
0
EVE crashing intermittently, not sure what to try
I just installed EVE, started it up no problem and started playing. Graphics looked great, sound was perfect, then 5 minutes later EVE crashes. Hmm...fire it back up, play for a bit longer than 5 minutes and poof crashes again. I can play somewhere between 2-10 minutes between crashes. Not sure what the deal is.
Running Gentoo amd64 (2.6.38)
Wine 1.3.19
EVE Client 6.43
Nvidia 270.41.06
2009 Jul 18
1
Building a big.matrix using foreach
Hi there!
I have become a big fan of the 'foreach' package allowing me to do a
lot of stuff in parallel. For example, evaluating the function f on
all elements in a vector x is easily accomplished:
foreach(i=1:length(x),.combine=c) %dopar% f(x[i])
Here the .combine=c option tells foreach to combine output using the
c()-function. That is, to return it as a vector.
Today I discovered the
2009 Jun 10
1
EVE Online fails to start
Hello everyone,
I played EVE Online since several weeks under wine now and it ran well, but since today when I try to start eve like this
padsp wine explorer /desktop=EVE1,1024x768 "C:\Program Files\CCP\EVE\eve.exe"
it displays the splash screen and then displays a wine "Programm Error" Message
This is the commandline output:
Code:
err:ole:CoGetClassObject class
2010 Aug 23
0
EVE Online crashes at splash screen
I'm trying to get Eve working with Wine. I've tried Eve the latest two
builds of Eve with Wine 1.2 and 1.3.0 (1.3.1 isn't available as a
package for me yet) I get the following messages on the console and the
crash happens while the splash screen is still displayed:
fixme:gameux:GameExplorerImpl_VerifyAccess stub
fixme:gameux:DllCanUnloadNow stub
fixme:heap:HeapSetInformation 0x480000
2008 May 10
1
Eve Premium Graphics Corruption
A picture is worth a thousand words:
http://dl.eve-files.com/media/corp/aurix/eve_premium_wine_0.9.61_1.png
The black columns are supposed to be spot lights on the ship in the middle. I haven't tried eve premium before 0.9.60, however, people claim that it didn't have this problem in 0.9.58.
Here is a link to the thread in eve online:
2010 Aug 25
1
eve online crashing shortly after takeoff
Hi all, I've got a strange problem with wine and eve-online. Eve loads up, lets me login and choose character, but freezes 10-15 seconds after that, pegging the cpu at 99% until I kill the process. Anybody have any ideas what causes that? Wall of text to follow, and am happy to post any more info needed. Thanks!
Asus G50 laptop
nvidia 9800GS, 512MB
Ubuntu 10.04
Wine 1.2
terminal output: