Displaying 20 results from an estimated 150 matches similar to: "unable to satisfy dependacy on wine-bin?"
2009 May 31
1
Old WINE versions
The archive dosent work, is there anywhere i can get a .deb package for 0.9.35?
2009 Jun 15
4
Error compiling Wine 0.9.53 - Please Help
Greetings,
I have much trouble compiling Wine 0.9.53 and I just don't know what to do. My system is Ubuntu Intrepid Ibex (32-bit) and I have build essential and build-dep wine installed. Also I've used install-wine-deps.sh from official Wine Wiki just to be sure that all needed dependencies are installed.
First I've tried by downloading source code but whenever I try to compile it I
2007 Oct 16
2
Does a mock model have to satisfy contraints
I am a little confused to the what happens with the following:
before do
@site = mock_model(Site, :to_param => "1")
Site.stub!(:new).and_return(@site)
end
def post_with_successful_save
@site.should_receive(:save).and_return(true)
post :create, :site => {}
end
I understand that the "@site.should_receive(:save)..." places a check to
whether the
2009 Nov 23
1
Re moving rows which do not satisfy a condition
Hello,
Considering 5 points in X-Y plain. Data is a 5*2 matrix (5 rows for samples
& 2 columns for X and Y)
With a distance from the origin, if a distance < 7, remove the row from the
Data.
After calculating the distance for each point, I can't forward because of
this "Removing" problem.
Anyone can help me?
Data=matrix(1:10,5,2)
a=rep(0,5);
b=rep(0,5);
for (i in
2011 Sep 10
3
How to load an ISO as a “CD” to satisfy “insert CD” prompt?
I am trying to run my own legal copy of Propellerhead (http://www.propellerheads.se/) Reason 2.5 through Wine on latest Ubuntu on Asus (http://www.asus.com/) netbook, which has no optical drive. When the application starts, it asks me to ?Please insert the CD?, which I thought I knew how to do because after all, I had to mount the one of the three ISOs to start the installation.
I run this
2011 May 19
6
ConfBridge - Failed to find a bridge technology to satisfy capabilities
Hi,
I am trying to use ConfBridge application, but it throws "Failed to
find a bridge technology to satisfy capabilities 0x4 (ulaw)" error.
Please see console output below.
-- Executing [501 at services:9] ConfBridge("SIP/OpenSER-00000005",
"1001") in new stack
[May 19 13:36:05] DEBUG[7452]: app_confbridge.c:404
join_conference_bridge: Trying to find conference
2007 Apr 18
1
Fatal error running Picasa2 on FreeBSD 6.1-R w/0.9.35
After reading of a recent success getting Wine to run the
Win32 version of Google Picasa2, I thought I'd give it a spin
on my FreeBSD 6.1-R system.
Compiled and installed wine-0.9.35 without complaint.
A local copy of (native) Notepad.exe runs fine:
$ wine /win2k/WINNT/system32/notepad.exe
After installing Picasa2, running it under wine fails:
$ wine c:\\Picasa2\\Picasa2.exe
2009 Jan 15
5
How to get djbdns to start early enough to satisfy ntpd at boot?
Hi there,
I've been a happy djbdns+tinydns user for many, many years. I
want to keep using it, so answers of the form "bletch! Use ISC
BIND the way BSD intended" will be ignored :-)
Having said that, one annoying consequence of my transition
some time ago to using ntpd, rather than just setting the clock
once-off with ntpdate as I used to, is that the /etc/rc.d
mechanism starts
2007 Apr 26
2
Program entries not working
Dear All
After various failed attempts at using Wine I have installed this from
the Mandriva 2006 DVD. I have version ?Wine 20050725?.
I have installed Paint Shop Pro as follows:
As a user I typed: ?Winecfg? and when in the configuration programme I
went to the Application tab > Add Application button > browse to the
installation executable: ?/mnt/cdrom/autorun.exe? > Open button
2007 Apr 14
3
Dragon NaturallySpeaking
Under Wine 23,
DNS9 installed seemingly well through Disk 1 (wouldn't let me remove Disk 1 and install Disk 2).
Wine 24 and 25 seem to have regressed.
I have Ubuntu' Feisty installed, and used the Edgy build. That may be part of the problem.
2007 May 01
1
Re: Strange Wine Error
Hi,
I saw a thread on this subject from about a month ago and the solution presented there doesn't quite work for me so I thought I'd try to revive it:
I am running Fedora Core 6. I had wine installed primarily in order to run a small dos app and it worked beautifully. Yesterday, after a reboot, FC offered to update my packages, including wine, and I agreed. Now, pretty much any wine
2007 Apr 25
1
Running a .NET 2.0 application in Wine
Hello,
I'm using wine-0.9.35, and when running an application
Wine tells me to install the Windows version of Mono.
I have done this (version 1.2.3), but it still fails
to run. The relevant error is:
Unhandled Exception:
System.TypeInitializationException: An exception was
thrown by the type initializer for
System.Windows.Forms.ThemeEngine --->
System.ArgumentException: FontFamily
2007 Apr 28
2
Low FPS in app that requires DirectX6.1
Hi!
I'm trying to run a game System Shock 2
http://appdb.winehq.org/appview.php?iVersionId=2270
I have a laptop with Celeron M 420 (1600Mhz). SS2 running something about
5-10fps.. opposing for example to DeusEx that runs _very_ smoothly.. I can say
it is not less than 50fps or even more(i just don't know how to enable fps counter).
Wine version is 0.9.35
Only messages i get from Wine
2007 Apr 30
1
Wine for linux fedora core 5
Dear,
Where can I find wine programs for linux fedora core 5. Or how can I
work with windows programs in linux fedora core
Yours
Jozef Vanhaverbeke
Gemeenhof 61
B8501 Kortrijk
Belgium
Ps If possible answer in Dutch
Email: jozefvanhaverbeke@skynet.be
How can I make a network with one Linux fedora core 5 computer and two
window xp computers
-------------- next part
2008 Mar 05
2
satisfying netdirector package dependencies
Hello,
we're looking at packaging up our current NetDirector bug fix release
and we want it available as .rpm
at this moment, the maintainers don't have a test environment for Centos
does anyone know whether the latest versions of and Centos can satisfy
Tomcat 5 and Java 1.4 JDK as dependencies?
thanks in advance!
--
Greg Wallace
Project: www.netdirector.org
Blog:
2003 Mar 24
1
how to show a section of a matrix neatly (or row by row) that satisfies some condition
Hi all,
I want to show the rows of a matrix (100x3) of which some of its elements satisfy a certain condition. In particular, how can I display the 2 rows of my matrix one after the
other and not all all elements of column 1 first, then column 2 and so on. See the following.
> finest[finest[,1] > 10^3]
[1] 4.960632e+13 3.612619e+04 7.668204e+12 1.001911e+04 8.886153e-01
[6]
2013 May 25
1
Generating random numbers satisfying specific regression equation
Hello everybody
Sorry if such a question has already been posted somewhere, but I wasn’t able to find an answer yet.
I’m trying to generate random numbers for illustration purposes.
The random numbers should satisfy a multiple regression equation, for example:
z = 0.3 + 0.05 * x + 1.5 * y + 3 * xy
I was playing around with mvrnorm (MASS), but since I’m still a newbie to R and not an educated
2009 Jan 11
1
Error: Dependency is not satisfiable: libasound2
I'm trying to install wine 1.1.12_i386. I'm using debian etchnhalf 4.0. I've extracted all the files to my home directory then used the the GDeb package installer to try and install the program when I got the error message: Error: Dependency is not satisfiable: libasound2? I'm a totally new user and debian is the only OS currently on my system. Thanks for the help and suggestions
2007 Dec 12
0
Can Local channels inhibit an Answer() until it is satisfied with the endpoint?
I'm trying to get dynamic agents/queues working for any type of
telephone with a DID. I need an application or a method to inhibit a
channel/technology from responding with an Answer() until the queue
member accepts the call by hitting '#'.
This way I can use any POTS line as a queue member, saving costs on
ATA's for home workers who only spend a minority of their time at
home.
2011 Jan 03
1
Another Satisfied Linux Customer!
Well this guy is obviously running Centos 5.5, and can't
wait for the upcoming 6 release.
http://www.youtube.com/watch?v=Xed9LiMf1Qg&feature=aso
Happy New Year all ;)
Keith Roberts
-----------------------------------------------------------------
Websites:
http://www.karsites.net
http://www.php-debuggers.net
http://www.raised-from-the-dead.org.uk
All email addresses are