Displaying 20 results from an estimated 400 matches similar to: "Help installing application"
2007 Jul 05
0
Application install error
Hello! I hope I am sending this to the right spot. Forgive me if I am
not. I am trying to install an application using Wine version 0.9.40. My
installer runs but then it tells me that there is only 1 mb on C: to
install. The terminal reports the following:fixme:font:SetMapperFlags
(0xf970, .......... and more similar output and then fix me: win:
UnregisterDeviceNotification
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: winecfg.jpg
Type: image/jpeg
Size: 96959 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2007 Nov 15
2
Install Jack Bridge
Sorry to trouble you but I have been trying to install a bridge game
called Jack. Read many forums and checked your application database.
tried numerous suggestions but nothing seems to work.
communicated with the developers of Jack and received this reply:
"We also installed Ubuntu to see whether migrating to Linux is an
option. If we have the time I will install wine and look into the
2010 May 16
2
Crashes on launch with runaway blank error message windows
New, clean, basic install of Xubuntu 10.04 on older 256MB 400MHz Celeron.
Wine 1.1.42-0ubuntu4 from us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
When launching winecfg or a Windows app, opens window for app, then starts opening infinite "error" windows that are blank. Only way to stop is to restart.
Is there a log somewhare? Happen to anybody else?
2004 Aug 13
1
a bit more config probs
Hi,
getting there slowly, the three missing directories below where exactly
in the windows structure do they go ?
ie /var/lib/wine/ ???
[richard@g8jvm richard]$ wine Echolink
err:shell:SHGetFolderPathW Failed to create directory
'L"C:\\WINDOWS\\Temporary Internet Files"'.
err:shell:SHGetFolderPathW Failed to create directory
2006 Jul 09
1
problem writing to settings
Hey,
I'm having a bit of a problem with my wine install, or perhaps a combination
of wine and my ignorance of Linux. I'm using it to run World of Warcraft
mainly (using the install on the Linux partition, tho I have a copy on
Windows aswell), but one thing that bothers me is that my settings never
seem to be saved. I went through the output the terminal generates and this
is what it says:
2005 May 01
3
win32-dir 0.1.0 compile problems
I tried to download/compile/install win32-dir, but I couldn''t get it to
go. Over a private email Daniel Berger had me...
"Curious. What platform are you on exactly? Try
modifying the extconf.rb file. Add
''have_library("SHFolder")'' above
''have_library("shell32")''. If that doesn''t work, try
uncommenting the other
2006 Jul 13
7
PreP
Hi everybody, I am new with wine. I work on Bioinformatics and I
would like to run several windows program on linux. I have had luck with
severals programs but haven't with PreP, an important program for me.
Could you tell me how run it? The program is here:
http://chirimoyo.ac.uma.es/bitlab/services/PreP/downloads/PreP05.exe
And I obtain this error:
6667: assertion failed
2019 Nov 08
3
Workflow to commit changes using git alone (?)
Hi All,
Ok, just for the matter of providing feedback that may be useful for others, I figured out one way to do it based on the setup that I described earlier. It can be something like this
git checkout patchbranch # checkout to the patch branch, this is the one containing the differential patch code
git checkout -b tmp # checkout to a new tmp branch
git reset —soft master
2010 Feb 12
7
Bonzai 3D - SketchUp with nurbs
Hi,
I use SketchUp under wine and it runs really well, so first off many thanks to all those here who helped make that happen.
Recentlly I've been looking for a SketchUp-ish app which can handle nurbs, and Bonzai3D appears to fit the bill. However, although though it currently runs under wine, menu icons are invisible.
I am neither wine nor Bonzai competent, (under the hood), but if
2008 Apr 24
2
problem with "which"
Hi,
I'm having trouble with the "which" or the "seq" function, I'm not sure.
Here's an example :
> lat=seq(1,2,by=0.1)
> lat
[1] 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0
> which(lat==1)
[1] 1
> which(lat==1.1)
[1] 2
> which(lat==1.2)
[1] 3
> which(lat==1.3)
[1] 4
> which(lat==1.4)
[1] 5
> which(lat==1.5)
[1] 6
>
2013 Feb 23
2
Merging labels on Pie chart
Dear R Help Members,
I need to draw a pie chart for someone and there are 3 small slices in it identifying different species, all 0.7%, who’s labels overlap so you cannot read them. Is there a way to have only 1 label the three slices, so as to merge the three labels into one without merging the 3 slices? Alternatively, is there a way to extend the pointing lines, so that they could be different
2004 May 18
1
Build R-1.9.0 with static libraries ?
Dear all,
Which options should I use when running the configure script
and/or
which changes should I make to Makeconf
to build the binary for R-1.9.0 but using only statically linked libraries ?
I need to build a binary that is portable between several different
Linux (RedHat) distributions.
Thanks in advance for your help,
Melanie
--
http://recherche-en-danger.apinc.org
2008 May 05
2
Gravity (spatial interaction) models in R
I was wondering if anyone has developed (or is developing) an
implementation for gravity models (spatial interaction) in R. I
conducted several searches on the CRAN website with no luck. Currently
I am estimating parameters via linearization.
Thank you in advance
Melanie Murphy
[[alternative HTML version deleted]]
2004 Aug 06
5
Patches - Was: Stream metadata settings
On Tuesday 02 December 2003 01:23, Melanie wrote:
> Hello,
>
> this is the first patch, it implements some basic multilevel fallback
> handling logic, the time window and the no mount option.
>
> New options are possible within an <mount> section:
>
> <fallback-override>1</fallback-override>
>
> This will allow a source connecting to a mount point to
2005 Feb 25
4
Temporal Analysis of variable x; How to select the outlier threshold in R?
For a financial data set with large variance, I'm trying to find the
outlier threshold of one variable "x" over a two year period. I
qqplot(x2001, x2002) and found a normal distribution. The latter part of
the normal distribution did not look linear though. Is there a suitable
method in R to find the outlier threshold of this variable from 2001 and
2002 in R?
2005 Jun 28
1
3D ellipsoid confidence region
I am curious if there is code developed to plot confidence regions in 3D.
The scatterplot3d function generates the plot I want, but would like an 3D
equivalent to the data.ellipse function.
Any help in this direction would be appreciated, be it theoretical,
graphical, or otherwise.
Melanie Edwards
Senior Statistician
Exponent
15375 SE 30th PL, Suite 250
Bellevue, WA 98007
Tel: (425) 519-8714
2006 May 08
1
DRUtils package
I am trying to locate this package but can not find it on the website,
and a search turns up nothing either. Does anybody know where this
package is available?
Also, has anybody heard of a library called CarbamateData? [as in:
library(CarbamateData) ]
Thanks.
Melanie
[[alternative HTML version deleted]]
2005 Mar 22
2
Error: Can not handle categorical predictors with more than 32 categories.
Hi All,
My question is in regards to an error generated when using randomForest
in R. Is there a special way to format the data in order to avoid this
error, or am I completely confused on what the error implies?
"Error in randomForest.default(m, y, ...) :
Can not handle categorical predictors with more than 32 categories."
This is generated from the command line:
>
2004 Aug 06
5
Stream metadata settings
Actually, Sorry guys, I just want to say the below paragraph is misrepresenting.
You can stream music without "paying the piper" without being in copyright
hell. And as a long time icecast user/admin/client/server/whatever, that
below paragraph just makes me really sad to see on this list.
...I'll lurk now.
--Stauf
> When people run icecast without registering their server and