search for: xact

Displaying 20 results from an estimated 39 matches for "xact".

Did you mean: fact
2009 Jun 08
0
New winetricks 20090607: new verbs d3dx9, fontsmooth-foo, vb2run, vcrun2008sp1, wme9, xact
...| austinenglish | 2009-03-22 12:33:55 -0700 (Sun, 22 Mar 2009) | 2 lines winetricks: add a few more synonmys for some keywords ------------------------------------------------------------------------ r392 | austinenglish | 2009-03-22 12:30:17 -0700 (Sun, 22 Mar 2009) | 2 lines winetricks: added xact keyword. Patch by Erik Inge Bols?. ------------------------------------------------------------------------ r391 | austinenglish | 2009-03-22 12:25:21 -0700 (Sun, 22 Mar 2009) | 2 lines winetricks: refactor directx download into a helper function. Patch by Erik Inge Bols?. ----------------------...
2012 May 05
2
creating a new column assigning values of other columns
...have to create a new column from the values of other columns of a data frame. The new?column (y$n) is created imposing a condition (using a third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files): ? xact <- read.table("act.lig", sep = ',', col.names=c("ok","time","secs","act")) xlig <- read.table("lig.txt", sep = ',', col.names=c("ok","time","secs","lig")) w<- merge(xact, xli...
2011 Apr 02
0
New winetricks 20110402: New verbs acreedbro, bttf101, cim_demo, crysis2, trainztcc_2004, trine_steam, trine_demo_steam, utorrent3, xact_jun2010
Another fortnight, another Winetricks. This one has a heap of bug fixes (e.g. works again in kde, don't think glsl=disabled means disabling glsl.dll, don't expolode if a wineprefix has single quotes in the name), and the following new verbs: DLLs: d3dx11_42 xact: now also installs xapofx1_1.dll xact_jun2010: newer version of xact for games that need e.g. xapofx1_4 Apps: utorrent3: new verb (thanks to Phil) Games: acreedbro - Assassin's Creed: Brotherhood bttf101 - Back To The Future episode 1 cim_demo - Cities In Motion demo crysis2 - Crysis 2 oblivi...
2008 Feb 08
2
how to get flac fingerprint from a wav?
...o support Mac if st5 were available as an open source Unix command-line code, which would include Mac OS X. I did a little research, and I am concerned that md5check computes an md5 signature for the entire wav file, not just the audio. Thus it won't compare with the ffp. Apparently, xACT allows you to create the st5 (shn md5) files. But the original poster and I want a command-line solution to create an st5 for comparison against metaflac's report. I think I have xACT, but I don't want to be grabbing the mouse and clicking dialogs when I want to check a whole dire...
2011 Jun 02
1
MD5 Signature Mismatch
...t-end for FLAC? --- end of quote --- I thought it might be an uploading problem, but he also gets the same issues when simply moving from one of his computers to the other. (I supposed that could also be a transfer issue, though I doubt it). He's using a 3rd party front end for the mac (xACT) which simply calls the flac 1.2.1 command line tool. Thanks again, Scott
2008 Feb 08
0
how to get flac fingerprint from a wav?
...available as an open source Unix command-line code, which > would include Mac OS X. > > I did a little research, and I am concerned that md5check computes an > md5 signature for the entire wav file, not just the audio. Thus it > won't compare with the ffp. > > Apparently, xACT allows you to create the st5 (shn md5) files. But the > original poster and I want a command-line solution to create an st5 for > comparison against metaflac's report. I think I have xACT, but I don't > want to be grabbing the mouse and clicking dialogs when I want to check >...
2007 Nov 11
1
Removing axes / frame from plot()
...sing plot(): plot(df, ylim=c(as.numeric(min(df)), as.numeric(max(df))), col="OliveDrab", xlab="", ylab="") What I would like to do is have this chart appear such that there is only an x and a y axis. I do not want a frame around my plot. First I tried: axis(side=2, xact="n"); axis(side=3, yact="n") but this didn't work. Then I looked up: ?plot.default In here there is an argument called 'frame.plot' which is described as "a logical indicating whether a box should be drawn around the plot." I tried: plot(df, ylim=c(as...
2011 Jul 09
4
Installing xaudio2 (Serious Sam Second Encounter HD)
...and the audio works, but the game seems much slower. So I was wondering if it possible to install xaudio2 without installing all directx9. Here is what I tried. I installed directx9 in a separated wineprefix and I copied in the game folder the files whose name is (case a part): windows/system32/xactengine* windows/system32/x3daudio* and I used regsvr32 to register the xactengine* ones. The idea was inspired by this bug report: http://bugs.winehq.org/show_bug.cgi?id=12182 But it does not work, Serious Sam still complains about the lack of an updated xaudio2. What can I try? Do anyone know wh...
2011 Mar 24
0
New winetricks 20110324: fix mac bug, new option --force, new verbs wglgears, hordesoforcs2_demo, experimental steam support
...bug 3. Don't explode if user creates a wineprefix in ~/.local/share/wineprefixes with a space in the directory name hordesoforcs2_demo: ported, made it work here, simplified. dc2ba_demo: updated sha1sum Fix a few places W_PREFIXES_ROOT wasn't quoted. winetricks: also extract x3daudio*dll in xact (patch by Austin English) Replace echo -n with printf %s to partially address issue 3. Should get script working on macosx again. Update a few URLs to avoid redirects. Also remove spurious mkdir from masseffect2_demo. wglgears: new verb Added assertions to verify that installed_{file,exe}1 in met...
2011 Jun 10
3
Steam Ghost Window??
Hi, i have a very crazy issue: Im connecting with a NX Client to a XFCE Desktop. There is Wine, some Fonts and the Gecko Engine installed. The Installation and Update of Steam was very good, but after the Update was finished, i only see a Ghost Window of Steam (even when i kill it and start it again): [Image: http://img834.imageshack.us/img834/5858/xfcesteamghost.png ] I also tried a reinstall
2008 Feb 07
4
how to get flac fingerprint from a wav?
In windows command line: I have a wav file and would like to see what the flac fingerprint would be. To do this I run flac to encode the wav file and write the flac file to the hard disk. I then run metaflac to read the flac file and display the fingerprint. Is there an existing way or other utility to do this without generating the flac file on the hard disk. I would think it could be quicker
2009 Feb 02
4
HVM Live Migration Troubles - Xen 3.3.1
...2 3 1 1 1 failed and on the sending hypervisor: [2009-02-02 11:57:32 11768] ERROR (XendCheckpoint:157) Save failed on domain xen20 (13) - r esuming. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 135, in save write_exact(fd, buf, "could not write device model state") File "/usr/lib64/python2.4/site-packages/xen/xend/XendCheckpoint.py", line 44, in write_e xact raise XendError(errmsg) XendError: could not write device model state what do "could not write device model state" and...
2020 Aug 14
0
Wine release 5.15
The Wine development release 5.15 is now available. What's new in this release (see below for details): - Initial implementation of the XACT Engine libraries. - Beginnings of a math library in MSVCRT based on Musl. - Still more restructuration of the console support. - Direct Input performance improvements. - Exception handling fixes on x86-64. - Various bug fixes. The source is available from the following locations: http...
2010 Aug 30
6
SW : The force unleashed (virtual memory)
Hi there. I got this game, Star Wars : The force unleashed, installed it, and wanted to play it. Of course. But when I do "wine SWTFU.exe", it tells me that I have to enable virtual memory, and, of course, dunno how to do that. I searched on the web, but found nothing which really helps me :/ Maybe these lines could help anyone? Code: wine SWTFU.exe
2010 Nov 10
0
[LLVMdev] TTA-Based Codesign Environment (TCE) v1.3 released
...isassembly. - Platform Integration support is improved. New integrator components include AvalonIntegrator which can be used to integrate TTA to a Altera SOPC Builder component and KoskiIntegrator which can be used to integrate TTA processor to Koski toolset compatible IP blocks with IP-XACT 1.2 component description file. Acknowledgements ---------------- Thanks to Fabio Garzia and Andy Lam who contributed their first patches to this release! Links ----- TCE home page: http://tce.cs.tut.fi This announcement: http://tce.cs.tut.fi/downloads/ANNOUNCEMENT Download: http://...
2009 Jan 31
1
Downloading and setting X3DAudio
well, it seems that cross-developed games (XBOX + PC) make an extensive use of Xaudio (and xinput) libraries. I tried to load SBK08 on wine with no success, so i downloaded X3DAudio 1.2 libray..but..here's the point.. 1) how many other files have to be installed together with (xact, xinpunt...)? 2)where have I to put them? 3)how should i configure variables like sound sampling (i read some games need 44khz, others need 48 khz...) and more? 4)Is there any way to authomatize the process?
2009 Jul 18
1
The secret of monkey island (steam)
Has anyone tried this and got it working with wine? Whenever i start it, I get the diaglogue box saying its starting then it disappears from my screen
2010 Jul 06
0
Failure to Launch SNIPER GHOST WARRIOR
So WINE crashes with the following error even with using the winetricks command of "winetricks d3dx9 wmp9 xact" uruchima at Xepher:~$ wine "c:\program files\city interactive\sniper ghost warrior\sniper_x86.exe" fixme:atl:AtlModuleInit SEMI-STUB (0x10013248 0x10011930 0x10000000) fixme:atl:AtlModuleInit SEMI-STUB (0x10012fb0 0x10012210 0x10000000) fixme:atl:AtlModuleInit SEMI-STUB (0x10026f4...
2010 Sep 18
7
No Sound in Wine
I tried installing some games, but i dont have sound in wine. First game was F.E.A.R. Sound works in pre-game sequel but in game dont. I installed it with Playonlinux. Now i installed worms. And there is no sound. I have newest Wine 1.3.2, running on Ubuntu 10.04. Sound cards: Code: :~$ lspci | grep udio 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio
2010 Nov 14
1
Drakensang (German demo): Invisible humans
...today): People are not visible. Their shadows and objects they handle are there, however. Surroundings are complete, too (or so it seems to me). I'm on Ubuntu 10.10 (32bit), ATI Radeon HD 5750. I've just compiled Wine 1.3.7 and executed Code: winetricks winxp sound=alsa corefonts d3dx9 xact Here's a log with WINEDEBUG=warn+all: http://tinyurl.com/3422ldw Thanks for your ideas ----rubyd