similar to: How can I make Wine run my programs faster?

Displaying 20 results from an estimated 20000 matches similar to: "How can I make Wine run my programs faster?"

2014 Dec 18
2
[LLVMdev] missing optimization for icmps in induction variables?
Hi all, I'm trying to get llvm to optimize away the %cmp to true in define i32 @foo(i32* %array, i32* %length_ptr, i32 %init) { entry: %length = load i32* %length_ptr, !range !0 %len.sub.1 = sub i32 %length, 1 %upper = icmp slt i32 %init, %len.sub.1 br i1 %upper, label %loop, label %exit loop: %civ = phi i32 [ %init, %entry ], [ %civ.inc, %latch ] %civ.inc = add i32 %civ, 1
2015 Jan 08
2
[LLVMdev] missing optimization for icmps in induction variables?
Hi Nick, I checked in something towards (1) yesterday -- http://reviews.llvm.org/D6748 I was under the impression that (2) is exactly the kind of predicate ScalarEvolution::isKnownPredicate is designed to solve (using isImpliedCondXXX or something like that). Is there a reason to prefer GVN over that? On Wed, Jan 7, 2015 at 10:06 PM, Nick Lewycky <nicholas at mxc.ca> wrote: > Sanjoy
2010 Jun 25
2
Civ 4 patch help?
Hello. I'm following the instructions on how to install Civ 4 on my Ubuntu system. I've had it working perfectly in the past, but this time I come to a stop every time I try to patch to 1.74. The patch installer doesn't recognise that I have an existing installation of Civ on my system. Sorry to be a pain in the arse, but I can't remember if this happened before and if it did how
2009 Jun 25
2
installation problems
I'm running Wine 1.0.1, trying to get it to run various old programs: fractint, civ II, and most important: Pagemaker 6.5 . Even when I specify a graphics screen for the fractint, all I get on it is a text cursor which won't curse. Civ II installs nicely in the Wine "C" drive, but won't play --------------------------------------------------------- and the Pagemaker
2008 Dec 10
1
Installing Civ 3
I tried to install Civ 3 the other day. I think I might have got it installed right. Then when i went to run it, it did not work properly while detecting the cd in the cd rom tray. I figured i would ask this question to see what everyone thinks. Could it be that Civ 3 does not run due to the speed of the cd while running "through" wine? Im pretty sure that Civ3 requires a specific read
2012 Aug 13
4
write.dbf error: invalid subscript type 'list'
Dear all, I am basically a GIS user and am new to R. I am trying to write a data frame to a dbf file. *n.simulations <- 999 binomial <- kulldorff(geo, cases, population, NULL, pop.upper.bound, n.simulations, alpha.level, plot) cluster <- binomial$most.likely.cluster$location.IDs.included df <- data.frame(ID=seq(1,n.simulations,by=1), simloglkhd=binomial$simulated.log.lkhd)
2001 Nov 22
2
Civ3 works, but a weird resolution problem
How do you force a game todo 800x600? Ive specified... "Managed" = "Y" "Desktop" = "800x600" "UseDGA" = "Y" "UseXShm" = "Y" "DXGrab" = "Y" "DesktopDoubleBuffered" = "Y" The actual game (Civ III), runs fine, its just too big for my 800x600 setup, its some how stretched out...
2011 Mar 24
2
civilization V and ubuntu 10.10, bug in wine?
I tried to play Civ 5 on Ubuntu 10.10 with wine-1.3.16. It starts first and plays the intro sound and movie but it stops after a moment and I get this trace: http://pastebin.com/GpmQ62gR How can I fix this?
2019 Jun 23
2
Civ 6 on CentOS?
Being as how we're looking at putting my SO on Linux (she's *so* fed up with Windoze), big question for her: Civ 6 on CentOS? Will it run on C 7? Wait for C 8 (which I was sort of thinking of doing, anyway)? mark
2010 Sep 18
10
Civilization V
The game isn't out for a few days yet, but people are salivating, see http://forums.macnn.com/77/gaming/422760/somebody-help-civ-5-in-crossover/
2019 Jun 25
2
Civ 6 on CentOS?
On 06/23/2019 04:05 PM, Andrew Holway wrote: > Ubuntu yes, centos no. > > https://store.steampowered.com/app/289070/Sid_Meiers_Civilization_VI/ > > On Sun, 23 Jun 2019, 05:41 mark, <m.roth at 5-cent.us> wrote: > >> Being as how we're looking at putting my SO on Linux (she's *so* fed up >> with >> Windoze), big question for her: Civ 6 on CentOS?
2018 Feb 04
2
Very slow rsync to gluster volume UNLESS `ls` or `find` scan dir on gluster volume first
An update, and a very interesting one! After I started stracing rsync, all I could see was lstat calls, quite slow ones, over and over, which is expected. For example: lstat("uploads/2016/10/nexus2cee_DSC05339_thumb-161x107.jpg", {st_mode=S_IFREG|0664, st_size=4043, ...}) = 0 I googled around and found https://gist.github.com/nh2/1836415489e2132cf85ed3832105fcc1, which is seeing this
2000 Sep 11
4
longs
Please change all longs to int, and never use them in the future :) They arent needed as on most platforms they are the same size. (which is the assumption made in the ogg code anyway) The reason for this is i will have vorbis support on playstation 2, but long is 64 bits, and they are excruciatingly slow. cheers Brett Paterson --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg
2009 Aug 04
2
Trouble running Civilization IV on a MAC OS
I have a problem running the game... I've tried installing it twice now and it still doesn't run. The Icon briefly opens on the Dock and the disappears in a few seconds. Also, when I try running the command "civilization4.exe" it doesn't run and no error appears on the screen. It simply reads: ' Command results The command "/Users/adrianfurlan/Library/Application
2001 Mar 22
5
Major network slowdown today... Samba the cause?
Today, our network has been excruciatingly slow. I checked the log.nmb file, and I noticed that today, the Samba PDC has been losing its "local master browser" status every 2 minutes or so, for about 15 seconds, to a Win9x client. Before today, this also happened, but only a few times each day. Network configuration: 1. All clients are Win9x. 2. Server is SuSE 6.1, with Samba 2.0.5.
2017 Dec 01
5
time foo
Gordon Messmer wrote: > On 12/01/2017 08:49 AM, hw wrote: >> # time foo >> real 43m39.841s >> user 15m31.109s >> sys 0m44.136s >> >> >> Almost 30 minutes have disappeared, but it actually took about that long, >> so what happened? > > > I may misunderstand your question, but > > "time" is provided by the bash
2004 Feb 22
1
videolan
Everyone might be interested in knowing that videolan's cvs tree, combined with the excruciatingly simple patch attatched, is capable of playing back chained ogg/theora+vorbis streams. (encoded with example cvs). For example, icecast video. videolan has decided to parse vorbis, speex, theora headers with its own code. There's an ogg demuxer (the file I patched) and the codecs are each
2012 May 08
0
Civ 3 crashes
I'm playing Civ 3 (the 1.29f patched version) on Xubuntu 12.04 with the most recent version of Wine and everything is absolutely fine. Game plays great, moves quickly, not a problem at all. Until, that is, I get to the second new era screen (around the Nationalism advance). Then I get a crash with the code invalid parameters (nothing else). It didn't crash during the first new era screen
2015 Sep 11
5
C6 firefox esr h.264 support on youtube
On Fri, 11 Sep 2015, Denniston, Todd A CIV NAVSURFWARCENDIV Crane wrote: > If anyone has clues on how to build and add just a portion of > gst-plugins-bad into the existing EL OS set of gstreamer plugins, please > share (even URL pointers). > > [1] http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/ext/openh264 > [2] https://en.wikipedia.org/wiki/OpenH264 > [3]
2011 Feb 26
2
Permissions Error when Installing from Multiple CDs (CIV IV)
Hey all, I'm trying to install CIV IV on Ubuntu 10.10 (64 bit....), running wine 1.2.2 (which is part of the repositories). I put the first CD in, open it up and run setup.exe and everything seems to be fine. Then, when the program asks me to insert the second CD, I get a permissions error. Wine is looking for the CD at Code: Z:\media\CIV4DISC2 which exists when I try to browse for