similar to: RealProducer 8.5

Displaying 20 results from an estimated 100 matches similar to: "RealProducer 8.5"

2001 Mar 01
2
Direct3D fails to initialize in Diablo II/WINE
Hi all, I was trying to run Diablo II under WINE, but I receive a "Direct3D failed to initialize" error in a dialog box. The log says this: ***** DirectDraw error: Failed to get gamma control interface! - < unknown > (0x80004002) I tryed to run in both 640x480x16 and 640x480x8, but both give the same error message. I'm using Linux 2.4.1, XFree86 4.0.1 on a GeForce256 DDR
2012 Nov 05
2
New Memory Allocation
In Syslinux-5.00, is the goal that the core and .c32 modules alike will use the same heap? There is a bug I am thinking about: - QEmu with 1024 MiB RAM - Syslinux 4.06 - .c32 can realloc() up to 1013 MiB - QEmu with 1024 MiB RAM - Syslinux 5.00-pre9 - .c32 can realloc() up to 45 MiB I am wondering if there's a maximum-allocation-size being hit, or if it's actually a bug I should look
2008 Mar 24
3
I' m a Gsoc Applier
Hello, I'm a student interested in the syslinux project of Gsoc. And Isincerely hope to have the opportunity to apply the "Dynamic linker/loader for modules" project. But it seems the #syslinux channel is not so active and I can't contact a mentor about that. Could anybody help me? Thank you!
2003 Nov 19
1
heap error while trying to run TrueSync Dekstop
Hello, I'm trying to run the "TrueSync Desktop" app (the equivalent of Hotsync for non-Palm handhelds, but without any Linux port, unfortunately), and I get the following error: err:heap:HEAP_ValidateInUseArena Heap 40360000: in-use arena 403e7eb8 next block has PREV_FREE flag wine: Unhandled exception (thread 0009), starting debugger... The loading screen "TrueSync
2005 Oct 01
1
wine-20050930 Warblade install error
Hi all, I have the following error when trying to install Warblade (old fashioned shoot'em up) : WINEDLLOVERRIDES="comctl32=n" wine Download/Warblade_12E_full.exe err:heap:HEAP_ValidateInUseArena Heap 0x41a20000: in-use arena 0x41a2c408 next block has PREV_FREE flag I found various messages related to heap error by browsing the mailing-lists archives, but no patch neither solution
2005 May 11
2
fixme Real Producer install errors
Hello, I am new to the wine lists, but have successfully used wine in the past to run windows photoshop from linux. I'm currently very motivated to get the Windows version of "Real Producer" running on a Fedora Core 3 server. There is a Linux version of Real Producer, however the Linux version only works with uncompressed audio/video, whereas the Windows version supports many
2018 Feb 03
1
Mismatch between code comments and reality in malloc.h
Hi Devs, I've been doing some deep code diving and I seem to have found a discrepancy between code comments and reality. This difference could hint at a bug or performance degradation, but I doubt it. I thought to ask to get clarification. In syslinux/core/mem/malloc.h, the comments and definition for arena_header, ARENA_PADDING and free_arena_header are: /* * This structure should be a
2004 Jun 04
2
(possibly) new use for asterisk
Has anyone ever thought configuring asterisk on a pair of pc's to act as remote broadcast terminals for the broadcast radio industry? Seems like a stripped down asterisk on a laptop with a PCMCIA ISDN modem connecting to another asterisk instance on a PC at a radio station would work nicely. Use one of the higher quality codecs, interface the remote mixer to the sound card on the
2004 Aug 06
2
Using ices or shout with continuously growing files?
I also tried such things: lxserv:/mnt/fatbass# tail -f recording.mp3 | /usr/local/icecast/bin/ices -M stdinpcm -h localhost -p 40044 -P password Logfile opened Could not find a valid playlist file. Ices Exiting... In this case I try to KEEP READING the mp3 file (which becomes continuously larger), and pipe it to ices (how should I do this?). But ices isn't nice to me and keeps asking for a
2001 Feb 09
3
Palm Hotsync success...
Well, after having given up uppon serial communication from hotsync.exe to the Palm Vx, I decided to try network communication instead. I am able to perform a complete hotsync even with Netscape Calendar synchronization. I am not doing anything special to make it work but it is not straight forward, neither. I start hotsync.exe, configuring it for network access only. Then I start pi-nredir
2006 Jun 01
2
mpeg4/xvid/divx vs. theora
Hi there, I have an elementary question. Although theora can be placed in the same class of codecs as MPEG-1, -2, -4 why is there no greater usage of this codec? On the bigger part of web sites trailers or short videos are encoded with some mpeg codec. Why is theora still so rarely used and unfamiliar although it perfomes very well from my point of view? Is it, because - the whole mpeg family is
2005 Oct 06
7
What Windows apps stand in the way of switching to Linux at your shop?
http://kegel.com/wine/qa/#app is a list of "must-have" Windows applications for various vertical markets (at the moment, just k12 schools and churches). These are the Windows apps that really keep a school, church, or other organization from switching to Linux. I'm hoping that this list will help focus Wine QA on those key Windows apps, and thereby increase the number of groups who
2004 Oct 28
3
Re: _wrapped_ java application with wine
> Your question was already answered in the reply to your first post. > > > This means that if you want to run a Java-programm, > > you have to install Java. > > He didn't mean that you have to install the jre with wine. He meant > that you should go to java.sun.com, click on the J2SE 5.0 link, and > download the binary that is compatible with your system.
2004 Dec 04
1
AIC, AICc, and K
How can I extract K (number of parameters) from an AIC calculation, both to report K itself and to calculate AICc? I'm aware of the conversion from AIC -> AICc, where AICc = AIC + 2K(K+1)/(n-K-1), but not sure of how K is calculated or how to extract that value from either an AIC or logLik calculation. This is probably more of a basic statistics question than an R question, but I thank
2004 Nov 22
2
variable object naming
Is it possible to give a temporary object a name that varies with each run of a foreloop? For example, I want to fill a matrix every time I run a loop, and I want a new matrix with each run, with an appropriate new name. i.e.: for(i in 1:5){... matrix.i<-some values ...} so that in the end I would have: matrix.1 matrix.2 matrix.3 matrix.4 matrix.5 Thanks, Ben Osborne -- Botany Department
2005 Mar 01
1
na.strings in readLines or is.na?
When reading a data set into R using readLines, na.strings="-99.99" is ignored. Is there an equivalent command for readLines? Alternatively, either immediately after reading into R or once the data set has been converted to a data frame, what is the appropriate command (or appropriate use of is.na) to convert my -99.99s to NAs? Thanks, Ben Osborne -- Botany Department University of
2005 Apr 18
1
R-squared in summary(lm...)
What is the difference between the two R-squareds returned for a linear regression by summary(lm...)? When might one report multiple vs. adjusted R-squared? Thank you, Ben Osborne -- Botany Department University of Vermont 109 Carrigan Drive Burlington, VT 05405 benjamin.osborne at uvm.edu phone: 802-656-0297 fax: 802-656-0440
2005 Feb 16
5
scaling axes when plotting multiple data sets
1) When adding additional data sets to a plot using "plot" followed by "lines", is there a way to automate the scaling of the axes to allow for all data sets to fit within the plot area? 2) I attempted to solve this by setting xlim=c(min(c(data1,data2,data3)),max(c(data1,data2,data3))) however, there are some NAs and Infs in these data sets, and min(data1) and max(data1) both
2004 Dec 13
1
AIC, glm, lognormal distribution
I'm attempting to do model selection with AIC, using a glm and a lognormal distribution, but: fit1<-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian(link="log")) ## gives the same result as either of the following: fit1<-glm(BA~Year,data=pdat.sp1.65.04, family=gaussian) fit1<-lm(BA~Year,data=pdat.sp1.65.04) fit1 #Coefficients: #(Intercept) Year2004 # -1.6341
2014 Mar 17
0
CEBA-2014:0297 CentOS 6 gzip FASTTRACK Update
CentOS Errata and Bugfix Advisory 2014:0297 Upstream details at : https://rhn.redhat.com/errata/RHBA-2014-0297.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: d58a70566f97916a707a4fea7a9ccec9d78e79f1bd5e0272b41668f1cfc6decb gzip-1.3.12-22.el6.i686.rpm x86_64: