search for: redists

Displaying 20 results from an estimated 37 matches for "redists".

Did you mean: redist
2010 Aug 03
2
Company of Heroes crashes after short time of playing
Hi! As the subject says: I can start a game (only tested with skirmish), but after less than one minute it stops and crashes with the Relics crash dialog. I tried with different wine versions (atm 1.1.42 and 1.2) under Debian lenny 32bit (Linux 2.6.32) and Ubuntu Lucid 64bit with different fglrx versions. My graphics hardware is a Radeon HD 4200. Via winetrix I installed d3dx9, gecko, ie6, ie7,
2023 Jun 13
1
log transform a data frame
Hello, I have a data frame like this: d11=suppressWarnings(read.csv("/Users/anamaria/Downloads/B1.csv", stringsAsFactors=FALSE, header=TRUE)) > d11 X Domain.decomp. DD.com..load Neighbor.search Launch.PP.GPU.ops. Comm..coord. 1 SYCL 2. 1 0 3.7 0. 1 1 .6 2 CUDA 2 0 3. 1 0 1 .0
2023 Jun 13
1
log transform a data frame
Thank you so much David, here is correction: d1=suppressWarnings(read.csv("/Users/anamaria/Downloads/B1.csv", stringsAsFactors=FALSE, header=TRUE)) d1$X <- NULL d2=as.matrix(sapply(d1, as.numeric)) pdf("~/graph.pdf") b<-barplot(d2, legend= c("SYCL", "CUDA"), beside= TRUE,las=2,cex.axis=0.7,cex.names=0.7,ylim=c(0,80), col=c("#9e9ac8",
2010 Nov 19
1
HaoFang client (like Garena) crashes in WSAIoctl
HaoFang client (China's largest platform for online play) HomePage: http://www.cga.com.cn Download(ZIP Version 5.5.0) : http://pv.cga.com.cn/counter.asp?id=952 Installation&Start: > WINEPREFIX=~/.wine-hf winetricks ie6 flash dotnet20 msxml6 vcrun6 riched20 riched30 gdiplus wenquanyi > > cd .wine/drive_c/Program\ Files/platform\ 5.0/ > > WINEPREFIX=~/.wine-hf/
2010 Sep 30
4
EPSXE under WINE.
Hello. This thread is to help anyone having problems with using EPSXE psx emulator in WINE. EPSXE can work in WINE, only if you install directx in WINE. WINE alone does not have directx installed with it but EPSXE requires directx to function. You would need to install directx using any game which has "Install DirectX" or something similar. The redist packages for directx found online
2006 Aug 10
2
Cannot run exe files from CDROM as normal user
I have tried everything and I cannot run an exe file using wine game.exe in /mnt/cdrom. My /dev/cdrom is lrwxrwxrwx 1 root root 3 Aug 11 2006 /dev/cdrom -> hdb ls -la /dev/hdb brwxrwx--x 1 root cdrom 3, 64 Aug 11 2006 /dev/hdb I can read the cd when i do ls -la /mnt/cdrom I am using wine 0.9.8 and gentoo linux Contents of the cd is: dr-xr-xr-x 1 root root 2048 Nov 4 2000 .
2007 Jan 06
1
Running Creatoon [was: Increasing swap space]
Matt Jordan wrote: > I think I'm tantalizingly close to being able to use a program called > Creatoon (http://www.creatoon.com) via Wine on my Ubuntu Edgy set-up. > The Creatoon interface loads but doesn't seem to do anything. During > Creatoon's start-up, I get two identical messages telling me that some > unspecified module could not be loaded. Nah, it's not swap
2001 Aug 16
1
Dungeon Keeper
Hello, Has anyone ever gotten Dungeon Keeper to successfully run under wine? I'm a newbie to wine, but I managed to get it installed and configured to the point of where it would install the game off the cd-rom. I'm using: Wine release 20010629 And I've added the usual WinMM section to the config file. Here is what wine told me when I installed the game: Linux black > wine
2006 Aug 27
3
Licensing issues
I was trying to figure out a license for the samples, and stumbled across a couple other issues that affect how we should be building wxWidgets for inclusion into our gem. If possible, we should NOT build in TIFF nor JPEG support, as both have special attribution requirements. Other wx modules do as well, but we don''t use them anyway (ODBC, wxXML, and wx 2.4 regex). For those of you
2006 Feb 21
4
Cross-Machine COM-Calls under Wine...
are working now, using our own implementation of a COM-RPC-Server. If you want to test a Server/Client-Pair - here's our free Download: www.datenhaus.de/Downloads/dh_RPC.zip For a successful test under wine, you have to Install the Redistributables of an actual VB6-Runtime and some ADO-Distributable >=2.5 first. I've tested the whole thing under a Debian-Sid with a somewhat older
2023 Jun 16
1
Issue with crammed Y axis
Hi, I have a data frame like this: > dput(df) structure(list(ID = 1:8, Type = c("gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway", "gmx mdrun -ntmpi 8 -ntomp 1 -s benchPEP.tpr -nsteps 10000 -resethway", "gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep 3000", "gmx mdrun -ntmpi 8 -s benchPEP.tpr -nsteps 4000 -resetstep
2011 Dec 09
1
Re: Using Todolist (abstract spoon) from Ubuntu 11.10
On 12/09/2011 06:52 PM, wine-users-request at winehq.org wrote: > [...] > 11. Re: Using Todolist (abstract spoon) from Ubuntu 11.10 (DanKegel) > [...] > Message: 8 > Date: Thu, 08 Dec 2011 21:43:52 -0600 > From: "DanKegel"<wineforum-user at winehq.org> > To: wine-users at winehq.org > Subject: [Wine] Re: Using Todolist (abstract spoon) from Ubuntu
2019 Dec 27
0
Providing R binaries compiled against a multithreaded BLAS like Intel MKL by default?
Dear all, Given that the Intel MKL multithreaded BLAS is now free (https://software.intel.com/en-us/mkl/choose-download, released under the very permissive Intel Simplified Software License, https://software.intel.com/en-us/license/intel-simplified-software-license) and that this BLAS comes out as the fastest in most benchmarks, and that Microsoft R Open compiled against Intel MKL seems to be
2009 Jul 31
6
Uninstall old wine version and install new version
I did a forum search and found 16 pages for uninstalling wine. Only one was semi-helpful. What I got was: > > [Bakshara at Bakshara ~]$ rmdir ~/.wine > rmdir: failed to remove `/home/Bakshara/.wine': Directory not empty > What do I need to do? I want to uninstall wine 1.1.24 and install 1.1.26. I currently only have three apps installed. So any thing I will loose will be easy
2010 Feb 19
2
Bioshock 2 SecuLauncher: Failed to start application
hello im having some issues with Bioshock 2 everything seems to be installed correctly, but i get this error: SecuLauncher: Failed to start application. [2000] these are the steps that brought me to the error: 1) create a new prefix is recommedned: # wineprefixcreate --prefix ~/.wine-bs2 2) add all needed winetricks # WINEPREFIX=~/.wine-bs2 winetricks d3dx9 d3dx10 dotnet30 vcrun2005sp1
2010 May 27
3
Borderlands
Hey all I'm new to the forums so please take it easy on me. I've followed the steps provided for installing Borderlands. Installed Wine 1.1.42 I believe is the version. I'm running Ubuntu Lucid. I installed the d3dx9 the vmc2005 and 2008 threw winetricks. activated the game threw the website with the licenses and stuff. started the installer. Killed the vmc2008 redist package with
2011 Jan 25
2
Black Ops and Use GLSL disable
Hey guys I have everything pretty much working, no sound issues (fixed this by running the vcredist_x86.exe in the Redist folder then the DXSETUP.exe in the DirectX folder) But I'm having framerate issues I've read some people have fixed it by changing Use GLSL to disabled in the wine registry editor but every time I do this it seems to load up fine until I choose a class and then it says
2011 Jul 04
0
Fallout New Vegas Crash
Howdy all, I'm hoping somebody can give me a hand working out what's going wrong with Fallout. I've got the steam digital copy working through wine 1.3.21. I had it working a few months ago then got tired of it, and now I'd like to get back into it. It installed fine, and I can configure everything and start playing the game. I can get through creating my character and move around
2012 Feb 10
3
Everquest 2 and Wine 1.3.37
I've been trying to get EQ2 (Streaming Client version) running on Wine 1.3.37 (Fedora 16) 32-bit. I've followed suggestions in previous posts and have tried everything I've come across. The installer runs and installs, then when the installer tries to launch the game the SOE splash screen comes up and disappears (LaunchPad.exe crashes) with the error: err:seh:raise_exception Unhandled
2012 Apr 13
1
wined3d in windows 98 - illegal operation.
Hey all! I have recently installed a windows 98 vm on VmWare workstation in my win7x64 host os. I have downloaded wined3d from: http://www.nongnu.org/wined3d/ it says that those are builds for win32 apps, but when the installer runs I see that some syswow64 (which is a 64 bit app folder) is getting created and some dlls into it installed. Does this mean my windows 98 has now 64 bit dlls and that