similar to: winecfg not creating ~/.wine/config file

Displaying 20 results from an estimated 1000 matches similar to: "winecfg not creating ~/.wine/config file"

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:
2005 Aug 17
1
can not define drives with winecfg 20050725
Hello. I'm trying to make wine 20050725 works. As I understand it, the old .wine/config file is now obsolete, and wine configuration should be done through winecfg. When I launch winecfg, I got this message: Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system" is not accessible.
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
2009 Mar 23
3
Replacing a few variable values within a DataFrame...
I would like to replace a few varaibles within a data frame. For example, in the dataframe below (contrived) I would like to replace the current housesize value only if the Location is HSV. However, I would like to leave the other values intact. I tried "ifelse", but I don't really need the else condition. test_data2_df<-data.frame(Variables=c("SQR
2018 Sep 27
2
Username aliases
On Wed, Sep 26, 2018 at 09:34:07AM +0300, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > # before current passbd > passdb { > ? driver = passwd-file > ? args = username_format=%Lu /etc/dovecot/aliases > } > > # into /etc/dovecot/aliases > alias at user:::::::user=real_username noauthenticate > > This hopefully works. This seems to work fine and I had the
2011 Jul 05
1
hash table access, vector access &c
Hi, I am confused by the way the indexing works. I read a table from a csv file like this: ysmd <- read.csv("ysmd.csv",header=TRUE); ysmd.table <- hash(); for (i in 1:length(ysmd$X.stock)) ysmd.table[ysmd$X.stock[i]] <- ysmd[i,]; the first column ("X.stock") is a string (factor): > ysmd$X.stock[[100]] [1] FLO 7757 Levels: A AA AA- AAAAA AAC AACC AACOU AACOW AADR
2011 Nov 22
2
ADS Domain Member smb.conf using idmap_ad
Greetings samba community, I am running samba version: Version 3.5.11-79. fc14. Trying to join linux servers to the windows 2003 domain by running winbind and smb. I have configured the following smb.conf file which worked but can't seem to understand why the uid is different from the windows side when the windows side has already mapped some kind of uid to the sid. If i were to log
2015 Jan 09
2
debian wheezy 4.1.11 ldap backend / uid/gid resolving
Hi, i am transitioning from a samba3 to a samba4 installation and while at it i noticed that on samba4 every file access querys the LDAP (openldap) backend for uid/gid names. With samba3 on Debian/Squeeze i dont see this happening. My assumption was that nscd would cache away those querys which it doesnt on the samba4 wheeze installation. [2015/01/09 15:21:46.331508, 3]
2001 May 02
4
oops 2.2.19 ext3 0.0.6b prune_dcache
Hi, i am seeing an oops (every couple of days) on a UP PII system with SCSI disks, Kernel 2.2.19 and ext3 0.0.6b. All oops output passed the klogd thus i cant anymore pipe it through ksymoops - I ensured klogd got the correct System.map so the result should be reliable. Apr 25 17:03:10 Unable to handle kernel paging request at virtual address 8efd1fc8 current->tss.cr3 = 0981e000, %%cr3 =
2008 Mar 02
1
(Noob) Image upload: rename file
Hi! I''m building an app where the user can upload images. this works fine and the uploaded file is copied from the temp directory to an MerbRoot/uploads/id directory. my problem is that the filename is something like Merb.5288.0. How can I rename it? my model is available at pastie.<http://pastie.caboo.se/160143> I''m sure this question is not too sophisticated (-; regards
2006 Jun 21
3
commonly used nomenclature
Hello I wonder what the commonly used nomenclature is within the field of emulators for a) The software that constitutes the emulator itself b) The software that runs on top of the emulator I hoped to find a single noun, so I don't have to use the rather long sentences as above everywhere I want to refer to one of the two softwares. Greetings Flo
2007 May 29
2
OpenVox A400P01on thin client?
Hello, I'm thinking of ordering an OpenVox A400P01 (A400P + 1 PORT FXO Bundle) for use in a old IBM 8364 thin client: http://www.openvox.com.cn/products_detail.php?genre_id=9&id=28 http://silicon-verl.de/home/flo/software/netstation-8364/ Has someone already used this hardware with Asterisk, especially on a small piece of hardware like this, and could offer some feedback? Thank you.
2006 Mar 30
1
GLX Problem
Hello, after a fresh install on and amd64, nvidia, linux 2.6.16, i get this error after starting wine: bowman@discovery ~ $ winecfg wine: creating configuration directory '/home/bowman/.wine'... X Error of failed request: BadAlloc (insufficient resources for operation) Major opcode of failed request: 144 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Serial number
2017 Sep 05
2
doveadm expunge returns error code 68
Hi, i am running basically this from cron: /usr/bin/doveadm -v expunge -u * mailbox INBOX.Spam SENTBEFORE 90d /usr/bin/doveadm -v expunge -u * mailbox INBOX.Trash SENTBEFORE 90d /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d Now i am experiencing that the first line e.g. expunging INBOX.Spam returns the error code 68. No syslog/Output whatsoever. I tried running with -vvv -D
2008 Mar 19
4
$("xxx") has no properties
hi! I must miss something really essential that the following doesnt work: I have a haml layout which includes the default javascripts, and the application.js looks like this: $("foobar").addClassName(''blue''); the view looks like this: <div id="foobar" class="green">testtest</div> if I navigate to the site, I get the error
2011 Jul 13
7
Error when writing to Excel files using the packages xlsx and xlsx2
Dear group, I am working on a rather big project where the output data frames have dimensions of 3000 x 15 or greater. We are using xlsx and xlsx2 to write the data.frames to Excel sheets. Since recently we get the following error, when trying to write the data frames to the excel sheets: Error in ls(envir = envir, all.names = private) : invalid 'envir' argument We figured out that
2004 Aug 13
1
a bit more config probs
Hi, getting there slowly, the three missing directories below where exactly in the windows structure do they go ? ie /var/lib/wine/ ??? [richard@g8jvm richard]$ wine Echolink err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\WINDOWS\\Temporary Internet Files"'. err:shell:SHGetFolderPathW Failed to create directory
2006 Jul 09
1
problem writing to settings
Hey, I'm having a bit of a problem with my wine install, or perhaps a combination of wine and my ignorance of Linux. I'm using it to run World of Warcraft mainly (using the install on the Linux partition, tho I have a copy on Windows aswell), but one thing that bothers me is that my settings never seem to be saved. I went through the output the terminal generates and this is what it says:
2006 Feb 09
2
Sims help
I am beginning to use Linux (currently using Ubuntu 5.10). My daugher wants to keep her Sims Complete Collection game..... I am trying Wine 20050725-ubu to run the game. When I begin the install I get a load of this; fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects fixme:ole:ITypeInfo_fnRelease destroy child objects
2008 Mar 13
1
Open/Save issue
I'm not sure if this is a bug, or if this is specifically related to my current install. I remember about six months ago using Wine on Ubuntu, and I believe it worked fine... So maybe it's an issue with my install. (I'm on PCLinuxOS 2007 if that helps. I'm running the latest Wine, I had to compile it myself... the latest one in the Synpatic is about 7 versions old.) Anyways,