Displaying 20 results from an estimated 3000 matches similar to: "Uninstallation of Programs"
2008 May 30
3
Freetype kills Icewind Dale 2 on Fedora 9
The latest Fedora 9 RPM install of Wine (0.9.58-1) will give the following complaint without freetype installed:
Code:
Wine cannot find the FreeType font library. To enable Wine to
use TrueType fonts please install a version of FreeType greater than
or equal to 2.0.5.
http://www.freetype.org
However Icewind Dale 2 still runs fine. But if I install freetype then it won't run at all and
2007 Mar 19
1
Icewind Dale 2 Mouse Cursor
Hi,
First I want to say I am really impressed with Wine. Its about as
good as Cedega and sometimes better in my experience. Anyways my
problem concerns Icewind Dale 2, after starting the game up my mouse
cursor is not the gloved hand in game version but a mix of that and the
KDE desktop cursor. It looks like a black square with both cursors
overlapping. Naturally this makes it difficult to play
2011 Nov 18
4
No games will boot at all
I've tried Fallout 2,icewind dale,and diablo 2 non work im using ubuntu 11.10 and wine 1,3 i click the exe and on my side bar the icon pops up and goes away what could be the issue and thanks
2007 Mar 22
1
WxSugar 0.1.14 is released
Hi
I''m pleased to announce that a new version WxSugar is now available from
http://rubyforge.org/frs/?group_id=35&release_id=10569
= CHANGES =
* Can now just do "require ''wx_sugar''" to load all behaviours
* Added ''find_window'' and ''descendants'' methods to Wx::Window
* :name and :validator constructor arguments now work
2014 Feb 06
2
r noobie, reading my text file into r
Hi everyone, this is my first time using r and I think I'm overlooking
something small and I just need some help seeing it. I have a file in
notepad that I need to read into r.
> ceosalary<-read.table(file="C:/Users/mz106_010/Desktop/ceosalary.csv",header
> = TRUE,sep="\t")
Error in file(file, "rt") : cannot open the connection
In addition: Warning
2006 May 08
2
Server time.
Hello I just set up my db to save Time(now)(IN SQL not ruby''s Time.now)
But, this is local user time correct? If not or even so I would also
like to be able to call servers Time.now in my app so how can I do this?
Thanks in advance,
noobie Mohammad
--
Posted via http://www.ruby-forum.com/.
2004 Apr 30
1
Is g.711 supported for transcoding in *?
Okay this may be a very noobie question, but I've looked around the WIKI
and haven't found anything about this. I was looking at some VO-IP
phones, an they list one of the codecs as g.711, this isn't listed on
the * page I was looking at, is this also known as another name, or is
it not supported by *?
Thanks
Joel Duffield
Near North Business Machines
www.NearNorthBusiness.com
2007 Apr 02
2
Re: Test driving WxRuby2 apps
Apologies, I think the gem attachment may have been stripped from my
original mail, so I''ve uploaded it to rubyforge under a new ''wxextra''s
project:
http://rubyforge.org/projects/wxextras/
(direct link:
http://rubyforge.org/frs/download.php/19183/nobbie-wx-preview-0.0.1.gem)
p.
============================================================
Before I forget, thanks
2008 Dec 17
1
Noobie question, regression across levels
NB: Not reply needed (Ben was extremely helpful!)
I've just started using R last week and am still scratching my head.
I have a data set and want to run a separate regression across each level of
a factor (treating each one separately). The data right now is arranged such
that the value of the factor along which I want to "split" my data is one
column among many.
Best way to do
2009 Dec 19
3
integer(0) and NA do not equal FALSE
Hi,
A noobie question: I'm simply trying to run a conditional statement that
evaluates if a substring is found within a larger string. I find that if it
IS found, my function returns TRUE (great!), but if not, the condition does
not evaluate to FALSE.
ex):
if( grep("hi", "hop", fixed = TRUE) )
print('yes, your substring is in your string')
else
2007 Jul 25
2
X100P pass through questions
Hi all,
Really excited to be using Asterisk and learning about VOIP and PBX's.
I'm a complete beginner at telephony but have built and installed
Asterisk 1.4.5 and read several of the Asterisk books online and have
successfully connected to FWD with IAX2 and to GIZMO using SIP.
Just purchased a Motorola Wildcard X100P and installed it into a clone
PC running Fedora Core 6. Analog
2006 Mar 22
2
n00b question
Total Ruby N00b here with a question about the Hibbs OnLamp tutorial.
I''m trying to hook up to my cookbook database and I''m getting:
ActiveRecord::StatementInvalid in Recipe#index
Mysql::Error: #42S02Table ''cookbook.recipes'' doesn''t exist: SELECT COUNT(*)
FROM recipes
RAILS_ROOT: ./script/../config/..
My thoughts:
I think I''m not actually
2009 Jan 06
3
Two Noobie questions
1. I have a list of lm (linear model) objects. Is it possible to select,
through subscripts, a particular element (say, the intercept) from all the
models? I've tried something like this:
List[[1:length(list)]][1]
All members of the list are similar. My goal is to have a list of the
intercepts and lists of other estimated parameters. Is it better to convert
to a matrix? How to do this?
2.
2010 Jul 03
1
Re: Problem with wine creating folders on installs
James McKenzie wrote:
> h2sammo wrote:
>
> > i realized it now creates the first folder "Perfect World Entertainment" but
> > not the next one inside it, "Perfect World International"
> >
> >
> >
> Unix has problems with spaces in directories. This may be the case. Is
> there a method to install into a different directory?
>
2006 Dec 04
1
Mongrel and Mongrel Cluster Library LoadErrors
Hello,
I''m a noobie to Rails and even more to mongrel. I have an issue with
one server that I''ve installed mongrel. Its a Fedora Core 5 box, and
it is having problems loading the Oracle OCI8 libraries. However,
this only occurs when I use mongrel_cluster, or mongrel with out the -
d switch. I have no problem using the library from the commandline
and with Webrick or
2006 Jul 17
4
Division not working!?!??
I guess you could call this a noobie problem as well. I''m trying to
divide two numbers by each other...
For example:
<% for element in project.elements %>
Element: <%= horizontal_bar_graph [element.name,
((element.completed_hours / element.hours) * 100)] %><br />
<% end %>
element.completed_hours == 2
element.hours == 5
(2 / 5) * 100 == 40
However,
2006 Mar 30
1
Howto configure Lighttpd with fastcgi on Ubuntu?
Hi it''s Noobie Thompson, new to linux and to rails.
Has anyone configured Lighttpd with fastcgi to run rails on Ubuntu? I
am useing Dapper
(flight 5). I have php5 with php5-cgi (downloaded via Synaptic). I
have got lighttpd installed and running but I am unable to get the
fastcgi/rails side going. I get message to the effect that I must
recompile php with Fastcgi enabled. Can anyone help
2012 Jul 25
2
Nested Models
Hey, I'm an R noobie and I have been trying calculate SSEr and SSEc in order
to determine if there is sufficient evidence to include second-order terms
in my model, but I have no idea what command to use. Any help with this
would be much appreciated.
--
View this message in context: http://r.789695.n4.nabble.com/Nested-Models-tp4637855.html
Sent from the R help mailing list archive at
2008 Jun 10
3
Excluded files from repos?
Ok.. I'm way behind the 8-ball on setting things up correctly, but after
going over the protection things in yum, I ran a yum check-update and it
returned with having 318 files excluded because of protection. Is that
too high a number? I have the numerical protection set to 1. Is there
a good tutorial about how to correctly set up the protect base. Sorry
if this is a noobie question..
2018 Oct 04
3
[PATCH 0/2] v2v: uninstall VMware tools on all Linux guests
Hi,
this patch series attempt to uninstall VMware tools on all the Linux
guests, and reduce the uninstallation time needed in some cases:
- v2v tries to workaround the slowest part of the tarball-installed
VMware tools
- v2v uninstalls the open source VMware tools (open-vm-tools)
Thanks,
Pino Toscano (2):
v2v: linux: remove open-vm-tools packages
v2v: linux: try to trick