similar to: Cannot use PREFIX with wine 1.1.4

Displaying 20 results from an estimated 3000 matches similar to: "Cannot use PREFIX with wine 1.1.4"

2008 May 24
8
Why is wineprefixcreate deprecated?
I understand that it is applied automatically when needed, but there are times when one would want to run it manually. An example is when I want to literally create a new wine prefix such as env WINEPREFIX="/home/bamm/apps/myprog" wineprefixcreate to prepare a clean profile for future installation of myprog. I know that running setup with a WINEPREFIX would create the clean profile,
2005 Jan 08
1
WineTools (2.1.0) + WINEPREFIX
Hi! I have difficulties using WineTools 2.1.0 with WINEPREFIX set. It does not matter whether use wineprefixcreate or not. I want to start a new wine-Konfiguration from scratch: export WINEPREFIX=$HOME/.wine wineprefixcreate (or not) wt > /tmp/Fehlermeldungen.wt 2>&1 When I try "Create a fake windows drive", WineTools doesn't create one although it said it did! I have
2010 Feb 19
2
Bioshock 2 SecuLauncher: Failed to start application
hello im having some issues with Bioshock 2 everything seems to be installed correctly, but i get this error: SecuLauncher: Failed to start application. [2000] these are the steps that brought me to the error: 1) create a new prefix is recommedned: # wineprefixcreate --prefix ~/.wine-bs2 2) add all needed winetricks # WINEPREFIX=~/.wine-bs2 winetricks d3dx9 d3dx10 dotnet30 vcrun2005sp1
2007 Jan 25
3
Install Wine's fake-windows directory in different place
By default Wine installs its fake-windows part into $HOME. I want rather have it on a separate partition, that I mount as /wine. How can I do this? What I have found was: http://wiki.jswindle.com/index.php/Advanced_Wine_User_Information#Changing_the_location_of_Wine.27s_installation My steps so far: - Installed Wine with Synaptic - # wineprefixcreate --prefix /wine - I find the fake directory
2007 Oct 17
1
wineprefixcreate ?
wineprefixcreate does not create a working registry. The system had a working set of .wine .reg files however installs of office2k failed. I then saved .wine and rebuilt it with wineprefixcreate. After this the original applications did not work. Is wineprefixcreate supposed to succeed at this? Thanks - Dan
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
2008 Mar 31
1
Try wineprefixcreate to repair old .wine instead of deleting
Alexandre says we should have users try wineprefixcreate before having them blow away their old .wine directory. ---------- Forwarded message ---------- From: Alexandre Julliard <julliard at winehq.org> Date: Mon, Mar 31, 2008 at 2:44 AM Subject: Re: Proposal: versioning .wine directory To: James Hawkins <truiken at gmail.com> Cc: Austin English <austinenglish at gmail.com>,
2013 Jun 24
2
Raziel - a partial encrypted Hiera backend
Hi everyone, In my environment, we heavily rely on Hiera to parametrize our modules. Like the Puppet code, I would like to version-control the Hiera .yaml files. However committing passwords in plain text to GitHub seems really odd. So I would like to make you aware of one of my side-projects called Raziel. https://github.com/jbraeuer/raziel/ http://bit.ly/raziel-slides While there is one
2008 May 25
5
Registry override?
I first installed kchmviewer. I then created the file run_prog: #!/bin/sh $1 "`wine winepath -u "$2"`" I tested by running from a terminal run_prog kchmviewer c:\MyChmFile.chm This worked fine I edited the registry entry for chm.file to /usr/bin/run_prog kchmviewer %1 > > Note: > While researching regedit I noticed the reference to wineprefixcreate at: >
2011 Mar 01
1
Help compiling an older version of wine on 64 bit Fedora 14
I'm having problems running a windows program (nulldc 1.0.3 but that's not important) under the latest version of wine, which is up and running (in 32 bit) on my 64-bit install of Fedora 14. I'm trying to compile a version of wine 1.1.32 under a separate prefix. I'm doing this in a way that has worked for me in the past under a 32-bit environment. As I say, I've compiled the
2005 Feb 21
2
Execution of WineTools with Wine version 20041201 on RedHat 9
Hi, I've installed Wine version 20041201 on RedHat 9 and Winetools 210-jo, but when I try to execute Winetools (by typing wt2 on shell (as a user, not root), I just get all the error messages below. Any suggestions as to what I'm doing wrong, please? Best regards, Andy [andrew@Atlas2 andrew]$ wt2 bash: wt2: command not found [andrew@Atlas2 andrew]$ cd /usr/local/winetools [andrew@Atlas2
2007 Mar 19
1
err:seh:raise_exception
Does anyone have any idea what is causing wineprefixcreate to fail with these messages? output from running wineprefixcreate: wine: Unhandled page fault on write access to 0x003ffd80 at address 0x60a3d103 (thread 0009), starting debugger... wine: Unhandled page fault on write access to 0x003ffd80 at address 0x60a3d103 (thread 000b), starting debugger... err:seh:raise_exception
2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
Hello Wine users, I've installed Wine 0.9.32 into an NFS-mounted dir on a RHEL 3 machine and it seems to work fine - I've even modified the /nfs_path/wine/bin/wineprefixcreate, so that an additional dir (c:/Perl) is created under ~/.wine for each user (by mere linking to /nfs_path/Perl) My problem is that currently each user of my Wine-installation has to run "wine regedit"
2008 Apr 11
2
wine explorer /desktop doesn't work the first time
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 If I do: rm -r ~/.wine/ wineprefixcreate wine explorer /desktop=default,1200x900 winemine Then winemine opens in its own window. It does not open inside a fake desktop, which is what explorer /desktop is supposed to do. However, if I close winemine and run the same command again wine explorer /desktop=default,1200x900 winemine I get the correct
2012 Apr 24
2
how do you stop an instance (prefix)?
env WINEPREFIX="/home/linux/.wineinstance1" wine env WINEPREFIX="/home/linux/.wineinstance2" wine env WINEPREFIX="/home/linux/.wineinstance3" wine How do I ensure that instance3 is not running? Turn it off and on? i.e. install risky software on trial - but then turn off the instance until next time it is needed for testing? i.e conserve resources by stopping the OS
2007 Mar 19
2
wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
When ~/.wine does not exist, or more specifically the system.reg does not yet exist, wineprefixcreate delivers the message "Failed to open the service control manager." I have tracked this down to the fact that HKLM\CurrentControlSet\Services does not yet exist when the msiexec.exe is registered and hence OpenSCManager fails. What is the proper way to register this key. In
2012 Mar 10
4
"Wine despair" or "Am i a noob or just plain stupid?"
hi, I want to share my odysse from yesterday until now with someone who might help me. (my real problem starts after the mass effect 3 part) So yesterday I bought MassEffect 3 after reading the topic on it http://appdb.winehq.org/objectManager.php?sClass=version&iId=25500 and http://appdb.winehq.org/objectManager.php?sClass=version&iId=25350 hmm doesnt sound to bad, lets give it a
2010 Dec 03
1
Bioshock semi-issue
Hello, I've got Bioshock installed and running it from the automagically created application launcher shortcut (using KDE4) works great! Yay! However, if I try to start it from command-line with Code: wine bioshockfolder/Builds/Release/Bioshock.exe it shows the Window's "serious error" window and spits out a Code: err:rpc:I_RpcGetBuffer no binding (full output log at
2006 May 04
4
wine hangs on first run
I'm using a fresh install of Fedora Core 5 with the RPM install of Wine 0.9.12. When I run winecfg, it says "wine: creating configuration directory '/home/vince/.wine'..." as I expect it to. Following that is many lines of "Font metrics" progress with a few "fixme:font" messages. Nothing seems too unusual. But, when it gets to "Font metrics:
2006 Jun 07
1
winecfg failure (GLXBadContext?)
This is on Fedora FC5 x86_64 rpm -q wine wine-0.9.14-1.fc5 winecfg wine: creating configuration directory '/home/nbecker/.wine'... X Error of failed request: GLXBadContext Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 166 Current serial number in output stream: 166 wine: wineprefixcreate failed