similar to: Still no luck on command line parse

Displaying 20 results from an estimated 1000 matches similar to: "Still no luck on command line parse"

2002 Jan 25
1
Command line when program is not in the path
Thanks for a smoothly installing and very functional release of wine (preview 5, codeweavers-wine-20011108-5.i386.rpm), which I am using with a default config from Redhat 7.1. I am trying to construct a command line to invoke a program that is not in the [wine]Path but which is in the (windows partition) drive defined as C: in the wine config file. I have tried putting my directory in the path
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
As suggested, I checked that I was getting wine of the right vintage, and as you see below, I indeed seem to have the version designated by the codeweavers rpm name I downloaded (codeweavers-wine-20011108-5.i386.rpm): [cafl@emma cafl]$ which wine /usr/bin/wine [cafl@emma cafl]$ /usr/bin/wine --version Wine release 20011108 Wine exited with a successful status [cafl@emma
2002 Apr 23
1
Can't load native dll
When I try to load winelib dll I get an error message: "err:module:MODULE_LoadLibraryExA Loading of native DLL <dllname> failed (error 193), check this file." The error message is printed for call: DllHandle = LoadLibrary(DllName); This happens even when I try to load standard Wine dlls, like dlls/msisys.ocx.so Did I miss something obvious? Thanks, Andriy Palamarchuk
2002 Feb 05
2
Wine always tries to connect to ":0.0"
Wine always give errors when it tries to start on xser ver ":1" because it always tries to connect to ":0.0". I know that DISPLAY is set correctly: Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server
2005 Nov 01
2
badly mangled names from certain old apps
I just took on a new client who is having a curious problem with mangled names. Here's the history as I understand it: Originally they were on an NT server and there was no issue. My predecessor moved them to a samba server running on gentwo. I do not know what version of samba or how he moved the data, but when he did so, any files and folders with more than 8 characters started
2001 Mar 27
4
Running Wine as a user
Hi I've used Wine for some time now, compiled from source, from root with no problems. I now wish to run it regularly as an ordinary user. Unfortunately it's refusing to run because "the socket is not owned by you", or words to that effect. After the socket is created under /home/user/.wine/... I can give it user permissions and Wine will start, but if I stop Wine and
2004 Dec 02
1
Microsoft Office XP Install problems on wine
I'm trying to install Office XP on Fedora 3, with the 12/1/2004 wine build from the source. I tried the suggestions given by Ronald Nave on Dec 2/2004 (installing DCOM98, windows installer), but to no avail, and I get the following errors, any help/suggestions are appreciated! ------------------------------------ fixme:wininet:FindFirstUrlCacheEntryA ((null), 0x7fd943b0, 0x5b41ea38): stub
2001 Apr 13
2
Help, guys! Codeweavers Wine error.
It's telling me maybe my wineserver crashed. How do I restart it? Logging in and out as user, in and out as root, and rebooting did nothing. I've had to resort to using (shudder) a Win dose to use Agent again. I HATE that! Help me, please, to restart my wineserver. Cybe R. Wizard -- Unofficial "Wizard of Odds", A.H.P. Original PORG Water Wizard, R.P. Ship's "Other
2001 Apr 02
2
wine doesn't read ~/.wine/config
I got Wine release 20010326 from cvs and compiled and installed it with ./tools/wineinstall I did some changes in ~/.wine/config (changed the path to my floppy drive). But it seems that wine is not reading ~/.wine/config. It still tries to reach the floppy drive through the old (wrong) path. There is no $HOME/.winerc and no /etc/wine.conf or /etc/local/etc/wine.conf file on my system.
2001 Feb 17
1
.wine/config file what have I missed?...
I lost some partitions on my HD so I've had to make up my ~/.wine/config file again, but I can't seem to get it to work, I keep on getting ".... is not a valid registry file" TIA Ani ---- Begin /home/Ani/.wine/config ---- WINE REGISTRY version 2 [Drive C] "Path" = "/c" "Type = "hd" "Label" = "Windows"
2007 May 05
3
Tell me why my Shoutcase handler sucks!
So, I want to build the greatest online radio ever! (for my, currently crappy, faderwave.net radio station. Right now, I''m running Icecast straight up. The only problem is that managing different DJs and keeping them off the air when they aren''t supposed to be there is a pain. There also is not one single management package that does everything. My current system is a hacked
2001 Apr 05
3
dumb newbie needs help
hi, I read the howto and the official documentation, and have tried setting up w(h)ine according to the configuration directions, but for some reason, I'm getting errors on all drives - "cannot stat the drive". what does that mean, and how do I fix it? All drives that it is calling are already mounted... thanks hello
2001 Feb 02
2
undefined symbol
Has anyone seen this error? is it a bug? if not then what am I doing wrong with the compile? I downloaded the lastest CVS, applied the transgaming patch, it built fine and installed fine. # wine /mnt/hda1/windows/sol.exe wine: error in loading shared libraries: /usr/local/lib/libntdll.so: undefined symbol: wine_ldt_copy thanks heath Sent via Deja.com http://www.deja.com/
2006 Mar 25
14
Creating a symbolic link within a Rails application?
Hi, how does one create a symbolic link within a Rails application? At this time, I can perform this action at the command line but I''m not sure how to do it within Rails. BTW, I''m doing the following command in Mac OS X: ln -s $SITE_ROOT/common_directory/* $SITE_ROOT/new_directory Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was
2008 Sep 03
8
suggestion of new API function for embedded programming.
While doing some embedded programming and trying to figure out how to generate a hand coded SEXP equivalent of the line "t.test(x,conf.level=(1-p))$conf.int[2]" I had an idea for an addition to the embedded API. There are a number of hidden or static parse functions (R_ParseBuffer, R_Parse1Buffer, etc.) which take an IoBuffer* and returns a parsed tree. If one or more of these
2006 Nov 09
8
Distroy to experiment with Xen?
Hello, I would like to experiment with Xen some to see how I could integrate it in my various web application environments and hopefully make my life easier. I am currently using FreeBSD 6 but it seems that it doesn''t fully support Xen. I did some searching around and also notice some posts on mailing lists mentioning some trouble with the CentOS 4 distribution (something about the
2002 Feb 18
1
Unknown DOS version
Hello, what does the wine error message "unknown DOS version" mean? Will I have to change my wine configuration in some way? Or is the program not runnable with wine at all? Any hints are appreciated. Thanks in advance. Martin
2011 Aug 17
9
too many var in lm
Hello, It might be an easy question but if you have many variables to fit in the lm function, how do you take all without specifying var1+var2+...+var2100 in the terms parameter in response ~ terms? Cheers, Carol
2007 Jul 27
3
Is mechanize thread safe?
Hello all, I was just wondering if anybody knew whether mechanize is supposed to be thread-safe or not? I didn''t really find any information about it anywhere. I''ve been getting a strange error in protocol.rb when I run a script that uses mechanize in a multi threaded fashion, but not with a single thread. I''m trying to write a spider that does multiple gets in
2012 Jul 20
3
function for inverse normal transformation
Hi, What is the function for inverse normal transformation? Thanks, Carol [[alternative HTML version deleted]]