similar to: can not define drives with winecfg 20050725

Displaying 20 results from an estimated 1000 matches similar to: "can not define drives with winecfg 20050725"

2007 Mar 19
1
winecfg problem
I installed wine version 0.9.24 and winetools on my computer (OpenSuse 10.2) but I can't get it to configure at all. I first tried winetools and it said that I didn't have a configuration so run with the command wt. So I typed wt and nothing happened. Heres where I think the main problem lies though. When I attempt to do winecfg I get a ton of errors. Here is the output:
2006 Mar 28
3
winecfg not creating ~/.wine/config file
Hello, after a fresh install, wine 0.9.10 wont start while giving the following errors: flo@HAL2000 ~ $ wine can't create key_t for shm: No such file or directory wineserver: chdir /home/flo/.wine : No such file or directory winecfg also wont start: flo@HAL2000 ~ $ winecfg wine: creating configuration directory '/home/flo/.wine'... Can't open configuration file
2008 May 27
1
cannot configure wine
after doing ./configure make depend make #make install I tried to configure with /usr/local/bin/winecfg and got the following err:process:init_windows_dirs directory L"C:\\windows" could not be created, error 2 err:process:init_windows_dirs directory L"C:\\windows\\system32" could not be created, error 3 Warning: could not find
2007 Aug 30
2
Diablo2 performances
Hello. I'm trying to run Diablo 2 under wine. The game installs fine (D2 + LoD + Patch 1.11b), but I experience some serious performances issues. Wine is set to Windows XP mode (otherwise, the game protection doesn't work). The game is very sluggish when the minimap is open, when setting the key binding, or on battle.net menus. The only choice I got from D2VidTst.exe is DirectDraw HAL.
2005 Jul 30
0
Font rendering and winecfg in 20050725
I just upgraded to 20050725 from 200505xx on FreeBSD 5.3 and Xorg 6.8.2. The problem is that when I run a windows application I do not get ANY fonts displayed in the menus, buttons, text boxes, nothing. In the 200505xx version I set "ClientSideWithRender" = "N" and "ClientSideWithCore" = "N" in .wine/config and that fixed it. However I have no idea
2007 Jul 24
1
Custom kinit to find device by "label"
I need to reliably boot a server from a USB device. Since USB device ordering can be unpredictable, I wrote a simple early-userspace "init" program to find the root FS on the correct USB device & partition. I have "labeled" the root ext2 FS on the USB drive, and the program searches for the label by examining the bytes at a specific offset from the beginning of the
2020 Oct 27
1
Bug in Dial() string processing
Hi. I've discovered a bug in the Dial() string processing (for Asterisk 13.14.1 at least). According to the documentation in channels/chan_sip.c the Dial() string syntax is: * SIP/devicename * or SIP/username at domain (SIP uri) * or SIP/username[:password[:md5secret[:authname[:transport]]]]@host[:port] * or SIP/devicename/extension * or SIP/devicename/extension/IPorHost * or
2005 Jul 29
1
[Fwd: Re: wine-20050725 feedback : lots of graphical glitches]
Ths list was forgotten. Forwarding. Vincent -------- Original Message -------- Subject: Re: [Wine]wine-20050725 feedback : lots of graphical glitches Date: Thu, 28 Jul 2005 17:45:44 -0700 From: George Lober <glober@telus.net> To: Vincent Rubiolo <vincent.rubiolo@free.fr> References: <42E8D1CC.5010006@free.fr> Vincent Rubiolo wrote: > Hello wine-users, > > I built and
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: winecfg.jpg Type: image/jpeg Size: 96959 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2005 Sep 10
1
Printing in Wine 20050725
I have just reinstalled wine on my Debian Sid (unstable) system after several years without it, in order to run a handful of Windows applications: IE, Lotus Notes, ... I use CUPS to support printing under Linux, and several years ago had no real problems printing from Windows applications running under Wine. However, I am now unable to print from any of them using Wine release 20050725. When I
2010 Jan 29
0
New feature: Asterisk Manager Interface commands for DeviceState
Hi, I've uploaded a new patch at https://issues.asterisk.org/view.php?id=16732which adds two new AMI commands, called "DeviceStateSet" and "DeviceStateGet". These commands let you update Custom device states, and read all devicestates from AMI. It would be very nice if someone could help me test this feature, and report back to the issue tracker. To test, log into AMI
2020 Oct 25
0
chan_sip doesn't authenticate on INVITE from a Dial() command
On Sunday 25 October 2020 at 16:27:00, Antony Stone wrote: > Hi. > > I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and > for some reason it's simply not doing it. I've made a bit of progress - I can now get it to authenticate, although it's still not dialling on to the correct number. > I've even resorted to reading the source code
2011 Aug 08
1
virt-manager - how to add /dev/mapper as a storage pool
Hi, I would like to be able to configure VMs running off dm-crypt devices that were unlocked in the host. Unlocked dm-crypt devices show up in /dev/mapper/devicename, with devicename being the second parameter given to cryptsetup luksOpen. The LVM storage pool type insists on searching in /dev/vgname and cannot be tricked into reading /dev/mapper by giving it a fake VG named mapper; the LVM
2012 Sep 20
1
[PATCH] rename local variable to avoid clash with match macro
match will expand to guestfs___match, rename the local variable to avoid clash. Signed-off-by: Olaf Hering <olaf at aepfle.de> diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c index 06ff96d..c30ad5a 100644 --- a/src/inspect-fs-unix.c +++ b/src/inspect-fs-unix.c @@ -1128,14 +1128,14 @@ map_md_devices(guestfs_h *g, Hash_table **map)
2005 Aug 13
2
wine-20050725 : warcraft 3 cd issue
Hi all, I just installed wine-20050725 from source, and have a problem with warcraft 3 (patch v1.15). The install runs fine (when mounting the cdrom without the unhide option), but the game doesn't. Launchin the game with : "wine Warcraft\ III.exe -opengl" results in a popup message saying "no disc inserted" whereas the disc is actually in the CDROM drive. I saw a post on
2020 Oct 25
2
chan_sip doesn't authenticate on INVITE from a Dial() command
Hi. I'm trying to get Asterisk 13 to authenticate when it sends an INVITE, and for some reason it's simply not doing it. I've even resorted to reading the source code to try and work out what I'm doing wrong... In channels/chan_sip.c I find: * SIP Dial string syntax: * SIP/devicename * or SIP/username at domain (SIP uri) * or
2006 Nov 29
2
External Devices
Hi, I'm new to the list, and would like to make a contribution to nut. Nut does a superb job of monitoring the UPS(s) that power servers, but your server may want to monitor other UPSs as well. You may have a SAN attached disk array and want to monitor its UPS(s) in order to shutdown yourself before the disk dies and you lose data. There may be other devices as well that would cause you
2012 Jun 10
3
SNMP agent for NUT
Hello guys, I was some years ago when I sent something to this list. NUT is a great tool but lacks SNMP management. It can access a device using SNMP but I found no way to read NUT values using SNMP. It would be very useful in order to integrate with network management software based on SNMP. As I did not find a solution, I wrote it myself. I wrote a MIB file and a SNMP agent for net-snmp
2012 Jun 10
3
SNMP agent for NUT
Hello guys, I was some years ago when I sent something to this list. NUT is a great tool but lacks SNMP management. It can access a device using SNMP but I found no way to read NUT values using SNMP. It would be very useful in order to integrate with network management software based on SNMP. As I did not find a solution, I wrote it myself. I wrote a MIB file and a SNMP agent for net-snmp
2005 Sep 27
4
Problem with DllOverrides (Wine 20050725)
Wine version used : 20050725 on debian 3.1 system. I try to use a windows application call cmc.exe (internal use) wrote with Visual Basic. The installation of this application with a windows setup file has done without problem. On the [Software\\Wine\\AppDefaults\\cmc.exe\\DllOverrides] section of the user.reg file created by the winecfg command, I have indicated "native" for all