similar to: question about WINEPREFIX

Displaying 20 results from an estimated 3000 matches similar to: "question about WINEPREFIX"

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
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
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 =>
2012 Feb 27
5
Problem with wine and Firefox, Thunderbird or Seamonkey...
Hi all, I Use thunderbird and firefox, and sometimes Seamonkey on my job (onto windows 7, 64 bits) and at home (under Ubuntu 11.10 64 bits), so for that, I use Wine, which was very nice until few weeks when I had error message and that doesn't worked more... For this use, I use portable software (from portable apps), and I already post my problem on other forums
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
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
2008 Mar 04
5
Network Latency
Hiya, I''m trying to track down some throughput latency that our customer seems to be attributing to our product, I can''t see what he''s talking about, but I want to try and get some deeper granularity than I might get with something like smokeping, and maybe even see if its down to something tunable on our end. I''ve been looking for some examples on how
2012 May 07
3
CountryChk.dll missing
I am trying to install Cyperlink PowerDirector 9/10 on a 32bit wine, but when installation commences, I get an error "CountryChk.dll' is missing. Nothing more. Is there any way around it?
2008 Sep 26
1
Is this right - and how does it know??
Recently I had to install Crossover Linux which is similar to (and based on) Wine. I needed to check whether my Windows app was compatible both with Wine and Crossover. Having installed Crossover I was surprised to find that both it and Wine are using Crossover's registry. If I run Wine's regedit.exe and make some kind of change, then I run Crossover's regedit.exe, the change I just
2004 Oct 23
3
Can't use wineprefix option
Hi, How can I use wineprefix option? I tried without successful: wine $WINEPREFIX=/directory/config /directory/program.exe wine WINEPREFIX=/directory/config /directory/program.exe wine /directory/program.exe WINEPREFIX=/directory/config wine /directory/program.exe $WINEPREFIX=/directory/config []'s -- Savio Martins Ramos - Arquiteto Rio de Janeiro ICQ 174972645 Pirataria n?o!
2011 Jan 05
3
WINEPREFIX - some questions
hi there. I hope this is the right place for asking this. After reading through the information about WINEPREFIX in the FAQ and the User Manual, I've still got some questions left: I (hypotetically) want to create a new clean wine-environment, install the winetricks d3dx9 package into it, and then run three applications in it. Would the following commands be the right way to do it? Code:
2011 Oct 07
3
native dll and wineprefix
Hi all I installed office2007 and I read here http://appdb.winehq.org/objectManager.php?sClass=version&iId=12813 that I need to use native riched20.dll. My problem is that the comment says to do not set the override globally. How can I do that ? In winecfg when I add a dll I can chose : Integrated ("int?gr?e (Wine)") Native ("native (windows") first Integrated then
2001 Jul 04
2
WINEPREFIX
I'm trying to run different win32 apps with different configs. i was looking thru the man page and found the WINEPREFIX. i added export WINEPREFIX=$HOME/.wine.icad to my script that i use to launch my application. It seems to find it, but now i'm getting: $ icad wineserver: mkdir /.wine.icad/wineserver-atlanta.ga : No such file or directory ok, i obviously did not understand something.
2009 Aug 16
2
WINEPREFIX
How do I run games with WINEPREFIX? I've looked up the site and done the whole WINEPREFIX=~/.wine-game and installed it but after that how do I run the game? when I run it it says wine cannot find the file.
2012 Mar 19
3
What is a clean WINEPREFIX?
Hi All, I am getting: > wine: cannot find L"C:\\windows\\system32\\wineboot.exe" > err:process:start_wineboot failed to start wineboot, err 2 And am being told to: > Use a _clean_ WINEPREFIX for installation. And, also being told to ask you guys what the above means. Many thanks, -T
2012 Mar 08
9
Using a real windows installation as a wineprefix
Hello everybody, i got a question. Could it be possible to use an existing real windows 7 installation (on a separate partition) as a wineprefix and run programs from it?
2010 Feb 12
1
Sweave
Hello, I am trying to start using Sweave. I copy the example from help Sweave testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils") ## enforce par(ask=FALSE) options(device.ask.default=FALSE) ## create a LaTeX file Sweave(testfile) ## This can be compiled to PDF by tools::texi2dvi("Sweave-test-1.tex", pdf=TRUE) and I
2010 Jul 14
16
For what reason the "official" Wine does not support USB ?
Hello A lot of windows application need access to an USB port. For Wine a library (or a patch) exists to manage that but it is not include in the "official" release. If we want to work with this USB port, we have to compile a personal version of Wine, but this is not really obvious for every body. Why this feature is not include in the release ? Do you plan an official release with
2008 Jul 02
2
WINEPREFIX ?
I have seen posts regarding WINEPREFIX so that Windows programs can be installed elsewhere than in the default .wine/drive_c/... folder. I have 2 or 3 Windows programs in the default folders which I run under Wine, and another program (Serif PagePlus 11) also in the default folder that does not run and I want to uninstall. Wine uninstall does not work for this program. I gather I can uninstall by
2009 Feb 07
1
Howto change default wineprefix settings?
I have a dilemma. When freshly installing game (i usually used wineprefixcreate, but now I just use WINEPREFIX when installing) I want certain settings to be used when starting wine. Now I have to click-click through my winecfg to make them right every time I install new game or software. Most notable edits are Sound, Drives and Desktop integration (where the personal folders are configured).