Displaying 20 results from an estimated 4000 matches similar to: "the new wine"
2007 Mar 31
3
World Of Warcraft on FreeBSD 6.2
Has anyone been able to get World of Warcraft Burning crusade running
on FreeBSD 6.2 stable with wine 0.9.34 and a nvidia video driver?
I had it working on a earlier version of wine 9.22(I think it was)
if someone would mind posting some instructions on how to get this
working it would be great
Thank you Wine Devlopers for continued FreeBSD Support
Sam Fourman Jr.
2010 Jul 06
3
Help with Faulted Zpool Call for Help(Cross post)
Hello list,
I posted this a few days ago on opensolaris-discuss@ list
I am posting here, because there my be too much noise on other lists
I have been without this zfs set for a week now.
My main concern at this point,is it even possible to recover this zpool.
How does the metadata work? what tool could is use to rebuild the
corrupted parts
or even find out what parts are corrupted.
most but
2008 Apr 08
1
wine-0.9.59 regression??
hello,
I am Running FreeBSD 7.0, I reported this on the FreeBSD lists, but I
was told to let the wine devs know about this
I just upgraded to wine-0.9.59 from
http://bugs.winehq.org/show_bug.cgi?id=1798, and it seems when I start
World Of Warcraft, in full screen my app looses keyboard focus, and
the terminal window that I type wine wow.exe in has my keyboard focus.
this never happened before
2008 Apr 10
2
Adobe Photoshop CS and CS2
hello,
I am Running FreeBSD 7.0 and the latest version of wine, wine-0.9.59
I want to run any version of Photoshop and the only 2 I have is CS and
CS2, they both installed perfect
but they both will not startup they crash while the splash screen is
up, here is my log.
I did install times32.exe if that matters, I am hoping there is a
simple fix to this.
[sfourman at Sam ~/.wine]$ cd
2008 Nov 13
16
WoW - WotLK - install is a hassle :(
Very disappointing on the install so far. The files are on the disk in
some format that is only letting me see two of the 'some number more
than two' files that are there. One of the files I can see is and
Install.exe but it does nothing when double clicked, nothing when I
right click and select 'Open with "Wine Windows Program Loader"'. When I
try to run it from a
2008 Apr 22
2
Idea: WineLib based Window Manager
Here's a thought that just hit me out of the blue; what if there were a
winelib based window manager / desktop environment?
It would be possible to use the wine look and feel to craft a familiar
looking and fast environment in which users can run their legacy Windows
apps and feel at home.
At the same time, the Programs menu could even be tied in
to .wine/drive_c/Program Files
Just an idea,
2024 Dec 11
2
SQL and R
Dear Askay,
I believe my grey hair allows me to help answer your question. SQL, and its progenitor SEQUEL, were developed specifically to manipulate relational databases. It was developed in the early 1970s (equivalent to the historical bronze age) when the concept of a relational database (see https://en.wikipedia.org/wiki/Relational_database) and Codd's 12-rules were being developed (see
2009 Dec 15
1
S4 dispatch and S3 "connection" objects
Hello,
I'm trying to get S4 dispatch on S3 "connection" objects.
So I do :
setOldClass( "connection" )
and then :
setGeneric( "bling", function(object) standardGeneric( "bling" ) )
setMethod( "bling", "connection", function(object) cat( "gotcha ",
as.integer(object), "\n" ) )
but I get :
f <- file(
2008 Apr 06
1
Re: Lineage 2 priv server
Sam Fourman Jr. wrote:
> has anyone ever gotten lineage 2 to work in wine?
You are looking in the wrong place. That's what we have AppDB for: http://appdb.winehq.org/appview.php?iAppId=2273
2008 Aug 05
5
Problem with multiboxing WoW
I've been trying to open up multiple instances of WoW under Wine for a while now... I can get two copies open at once without a problem, but I run into issues when I try to open a third.
Some background: I'm running each one from a separate install, not trying to open them all from the same folder. I'm using Wine 1.1.2, and the latest binary nVidia drivers (173.14.12). I've
2009 Dec 15
2
split.data.frame
Hello,
I very much enjoy "with" and "subset" semantics for data frames and was
wondering if we could have something similar with split, basically by
evaluating the second argument "with" the data frame :
split.data.frame
function(x, f, drop = FALSE, ...){
call <- match.call( )
fcall <- call( "with", data = call[["x"]],
2010 Jul 16
12
Recommended RAM for ZFS on various platforms
I''m currently planning on running FreeBSD with ZFS, but I wanted to double-check
how much memory I''d need for it to be stable. The ZFS wiki currently says you
can go as low as 1 GB, but recommends 2 GB; however, elsewhere I''ve seen someone
claim that you need at least 4 GB. Does anyone here know how much RAM FreeBSD
would need in this case?
Likewise, how much RAM
2006 Aug 10
2
hist() and bar spacing
Hello,
Could someone explain to me why I get so different histograms, in terms of
bar spacing, depending on the number of counts entered ? (see example below)
> test <- c(0,1,1,1,1,0,0,0,0,0,2,3,2,2,2,3,3,4,5,6,7,5,4,3,4,2,2)
> hist(test)
I obtain this kind of histogram (what I actually want), i.e. large bars with
no space between them
x
xx
xxx
xxxx
xxxxx
xxxxxx
2009 Dec 08
2
automated image processing
Hi,
I am looking for a R package which is capable to process and analysis pictures of tissues (stained) in an automatic way.
I had a look on biops and EBImage (Bioconductor) but they are not automatic...
Did you already use/know a such package ?
Thanks,
- Martial
_________________________________________________________________
Tchattez en direct en en vidéo avec vos amis !
2009 Dec 14
1
Printing to PDF in for
Hi everybody,
I would like to ask if it is possible using pdf function or some other to
print plots in cycle such that every new plot is on new page.
like this
pdf(file="D:/Plot.pdf",width = 9.25,height=9.25,
family="Helvetica",pointsize=8,bg="white")
for (i in 1:10){
x <- seq(1,40,1)
y <- 2*x+1+5*rnorm(length(x))
hist(y,freq = FALSE)
plot(density(y))
}
2010 Sep 23
2
Ptalarbvorm is now in trunk
We're about ready to do a 1.2 alpha release from the ptalarbvorm tree,
and as such it's no longer experimental. I've replaced the theora svn
trunk with a copy of derf's experimental tree; please do subsequent
development toward the release there.
The old 1.1.x trunk is available as
http://svn.xiph.org/branches/theora-1.1 if you need it.
-r
2008 Nov 18
2
R license: GPL v2 or v3?
For a project I am porting some of R's source code, and I want to
get the license for my project correct, but the top level COPYING file
for R's source states GPL v2, but when using:
> license()
(which also states GPL version 2) points me towards:
> RShowDoc('COPYING')
which states GPL v3. Which is correct?
Thanks for clarification (and the amazing amount of
2009 Dec 15
3
Redirect standard output (PR#14148)
Full_Name: Joe Song
Version: 2.10.0
OS: Windows 7
Submission from: (NULL) (97.123.159.234)
Symptom: The following command in R
> system("program > run.log")
would not redirect standard output to the file "run.log".
This bug did not exist on Windows XP, but appeared on Windows 7 when the same
program is run.
2009 Dec 02
2
Arithmetic on multiple files
Dear R-users,
I'd like to perform arithmetic functions on 1000 files containing a
2000x2000 matrix. Can anyone advise?
For example,
File1 File2 Output
1 1 1 4 4 4 5 5 5
2 2 2 + 5 5 5 = 7 7 7
3 3 3 6 6 6 9 9 9
Muhammad
--
Muhammad Rahiz | Doctoral Student in Regional Climate Modeling
Climate Research
2009 Dec 05
1
R brush for SyntaxHighlighter
Hello,
I've written a brush for R for the SyntaxHighlighter JavaScript
library. It allows you to display R code on a web page with the proper
syntax highlighting. It's available here:
http://demitri.com/code
Comments and suggestions for improvement are welcome!
Cheers,
Demitri