similar to: Is this right - and how does it know??

Displaying 20 results from an estimated 10000 matches similar to: "Is this right - and how does it know??"

2007 Mar 19
1
How to set up different "bottles" in Wine, just like in Codeweaver's Crossover Office?
Hi all, How does one set up different "bottles" like in Crossover office? Meaning how do I isolate an installation of Program A from Program B, when running under Wine? is that possible? That's a neat feature they have in Crossover, but I can't seem to find any documentation of how to do the samething in generic WINE. Robert
2008 Mar 07
9
question about WINEPREFIX
I wanted to ask to the wine experts something about WINEPREFIX or the crossover bottles... how does the concept of "bottles" compares/differs with the concept of application virtualization (http://en.wikipedia.org/wiki/Application_Virtualization) used by VMware's Thinstall (http://www.thinstall.com/products/virtualization_suite.php) (aside for the .exe container*) and
2009 Aug 04
2
Trouble running Civilization IV on a MAC OS
I have a problem running the game... I've tried installing it twice now and it still doesn't run. The Icon briefly opens on the Dock and the disappears in a few seconds. Also, when I try running the command "civilization4.exe" it doesn't run and no error appears on the screen. It simply reads: ' Command results The command "/Users/adrianfurlan/Library/Application
2011 Apr 12
1
Wine Prefix's and folders
Hey guys ok basically, ive got linux and league of legends working finally. took a while, but now ive come into the following issue to run league of legends, i need to have my prefix set to windows 2000, but steam, and all my other games that run fine with wine, like starcraft 2, need windows XP or windows 7 prefix's, but that damages league of legends from what ive read (i havnt tested this
2008 May 12
11
i want to change the default /home/user/.wine
id like to have a single wine install wich uses another folder then ~/.wine. so i want it not to share this folder with my common wine installation. any ideas? thx looki
2011 Sep 29
4
How to run wine regedit on crossover?
I know this is on crossover, but seeing as crosover is just a tweaked version of wine (or something) i thought you guys could help out. Just wondering, I'm wanting to play yuris revenge and red alert 2 on my mac using crossover. It works, but is slow, and so following this; http://www.codeweavers.com/compatibility/browse/cat/?app_id=4149;forum=1;msg=56763 it tells me to run wine regedit. but i
2008 Mar 28
13
Is Wine taking my donations and giving them to CrossOver?
Well I must say. I certainly feel like a fool now. I have been contributing to Wine for about five months, and was shocked to see a blatant advertisement for CrossOver, who take the hard work of those who have contributed their intellect for free and sell it for profit, on your home page. I then discovered through your own FAQ that most Wine developers are employed by CrossOver. Is this legal?
2008 May 19
6
Is Wine just as good as CrossOver?
Hello! I struggle to run the Game Gun from Wine 1.0. I manged to do the following with CrossOver. Through CrossOver 7.0.0 I installed DirectX. In the same bottle I insatelled Gun. I replaced the Gun.exe with a Gun.exe for a no-cd-crack. This works fine. Is it possible to di the same with Wine 1.0? Best regards Fredrik
2011 Feb 25
3
Can the Sidekick PIM run in Wine?
I have been trying to get the Personal Information Manager Sidekick to run on Wine and Crossover. Our company is trying to move over to ubuntu(still fairly new) and after two weeks of searching i have yet to find a contact manager with the functionality and flexibility of sidekick so we are trying to get it working in Ubuntu. The program runs fine but then instantly crashes when i attempt to
2010 Oct 01
7
Trouble installing packages with Winetricks
Hi all. I know I posted a similar topic before, but I think it's necessary to re-formulate the problem since it has taken a different wider focus. I'm trying to make some of my Windows apps to work on Linux which used to work quite well with Wine back when I had openSUSE 11.1 last year. Right now I'm focusing in one called DBabble. Back in 11.1 I used Wine Doors to download libraries
2007 Aug 16
3
99 bottles of beer
; *99: ; 99 bottles of beer on the wall. exten => *99,1,Noop(99 Bottles of beer on the wall) exten => *99,n,Answer() exten => *99,n,Set(bottles=99) exten => *99,n(loop),Noop(There are ${bottles} bottles of beer on the wall) exten => *99,n,SayNumber(${bottles}) exten => *99,n,Noop(Take one done and pass it round and there's) exten =>
2010 Aug 14
6
How to use the wineprefix with another wine-path
Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded
2002 Apr 22
1
regapi with global registry
Hi, I have a global windows fake tree, which every user in the group "wine" can access. However I got a problem dealing with new applications installed. When a user (any user, even root) installs an application, the registry entries goes to $HOME/.wine/*.reg . This also means that other users will not be able to use it because of the missing registry entries. I use the regSet.sh,
2009 May 21
1
Installing SAPGui 710
Hi everybody, Has anyone succeeded in installing SAPgui with a wine bottle? I tried but the installer exits with an errorlog. I 'am using crossover 7.1.2. in mac OS-X. It would be great if SAPGui would run, best regards, Wouter.
2002 Jan 06
1
cups printing quicken I guess wine-bugs is dead.
Hello wine people, this is my first posting here. I am using the gimp printing ppd,cups and lpr on a hpdj842c. Wine release 20011226. On Debian woody with 2.4.17. Everything rocks so far except whenever i try to print wine freaks out and dies. Crossover is using Wine release 20010629. I have tried printing in linux and it works fine. I also have crossover installed (I actually paid for it).
2009 Mar 17
4
Plastic Water Bottles
The plastics industry says polycarbonate bottles are safe. http://www.bisphenol-a.org/about/faq.html#g I'm sure Maggie and here friends would say ALL plastic bottles are very dangerous. This lady seems to be at a reasonable middle ground. http://trusted.md/blog/vreni_gurd/2007/03/29/plastic_water_bottles Polycarbonate plastics the kind of bottle you bought contains BPA. "In 2006 Europe
2011 Jan 25
11
SSE2 - Wine issue or not?
Hello dear friends [Wink] I have this issue that keeps bothering me. So, I have this software that I' ve been successfully using on Windows XP before migrating to Linux Mint. It's Presonus Studio One, although that don't really matter right now. What matters is when I try to install it using Wine is says "Your computer can not run this software. The required feature set SSE2 is
2007 Aug 02
7
has_many and class function
Hello, i have two models : class Container < ActiveRecord::Base has_many :bottles end class Bottle < ActiveRecord::Base belongs_to :container def self.find_all_from_container(container) container.bottles.find(:all) end end i was asking myself if there was a better way to write the function find_all_from_container : i can call it from an instance of Container but
2011 Feb 16
3
mscorsvw.exe crash when wine opens
ynohtna <wineforum-user at winehq.org> wrote: >Sent: Feb 16, 2011 7:07 AM >To: wine-users at winehq.org >Subject: [Wine] Re: mscorsvw.exe crash when wine opens > >> The program mscorsvw.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience. > >Every single time I started anything with Wine, even wine regedit. I upgraded from
2008 Nov 07
1
flight simulator in wine
I installed flight simulator 98 in the latest version of crossover games using a windows xp bottle and installed directx. My os is suse 10.0. I get the flight simulator splash screen with sound, however, the splash screen ends with a blank white box titled 'no device'. It does not matter if the cd is in the drive or not. The installer will not work using a windows 98 bottle. Should I be