similar to: "cmd.exe /c echo '%ProgramFiles%' returned empty string"

Displaying 20 results from an estimated 2000 matches similar to: ""cmd.exe /c echo '%ProgramFiles%' returned empty string""

2008 Sep 02
1
the %ProgramFiles% variable
Hello, I want to use the %ProgramFiles% variable in a Sys.setenv (R 2.7.2, Windows) but it always seems to get handled literally. For instance, in cmd.exe I get what I want C:\Documents and Settings\user>echo %ProgramFiles% C:\Program Files but in R > system("echo %ProgramFiles%") %ProgramFiles% nope. Is there a way to use %ProgramFIles% or get the corresponding
2011 Dec 04
1
%ProgramFiles% empty
Hello, i have installed wine 1.3.34 on "Linux Mint 12(64bit)" and getting this error message from winetricks when i try to install msxml4 ~ $ sudo winetricks msxml4 ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned empty string ------------------------------------------------------ What i'm doing wrong?
2011 Feb 25
3
32bit to 64bit game migration
Hello all, So I just upgraded my computer from arch 32 to arch 64 and went to reinstall my game of choice (champions online) the same way I had it set up in my 32bit setup. I am using WINEARCH=win32 installed the following winetricks packages gecko, corefonts and ie7. The game requires that you use ie for updates and launching the game. In my 32 bit system it work well enough, but now in
2012 Jan 25
3
Installing FM
Hi, i'm pretty new to Linux and having a little problem with installing FM 2012. I've tried installing via Steam and it isn't possible (If anyone knows how it is please tell me!) So i've done a little reading and trying to install using Playonlinux but having a few problems. First of all I followed this guide
2012 Jun 12
1
winetricks won't open from terminal
mike at mike-Inspiron-N4010:~$ winetricks ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning /home/mike/.wine ------------------------------------------------------ mike at mike-Inspiron-N4010:~$ I'm new to linux so does
2010 Dec 07
2
Cannot install dcom98
here is the steps to reproduce, I have wine 1.3.8: Code: $ export WINEPREFIX=`readlink -f .`/wine $ export XDG_DATA_HOME="$WINEPREFIX"/env $ export WINEDLLOVERRIDES="mshtml=" $ export WINEARCH="win32" $ winetricks dcom98 in the log this part seems the most interesting: Code: Executing wine /home/paolo/.cache/winetricks/DCOM98.EXE err:virtual:NtMapViewOfSection
2020 Mar 02
2
mlocate-updatedb.timer not working?
I set this computer up with Centos 8 a few days ago. "systemctl status mlocate-updatedb.timer" says "Active (waiting)". But the mlocate database hasn't been updated since the last time I ran updatedb manually. # ls -l /var/lib/mlocate/* -rw-r-----. 1 root slocate 22944208 Feb 29 10:30 /var/lib/mlocate/mlocate.db What have I missed? -- MELVILLE THEATRE ~ Real D 3D
2017 May 12
3
strange system outage
On Fri, May 12, 2017 at 11:44 AM, Larry Martell <larry.martell at gmail.com> wrote: > On Thu, May 11, 2017 at 7:58 PM, Alexander Dalloz <ad+lists at uni-x.org> > wrote: > > Am 11.05.2017 um 20:30 schrieb Larry Martell: > >> > >> On Wed, May 10, 2017 at 3:19 PM, Larry Martell <larry.martell at gmail.com > > > >> wrote: > >>>
2006 Mar 21
2
Rails newbie can''t initialize a new Paginator object
Hi all, I''m using ruby 1.8.2-15 and a recent rails 1.0 download. I''m trying to implement the Classic/Custom pagination in a list action. Here''s my code: def list getSearchTerms # NOTE: @params[:search_results] is an Array of product_data objects # returned by a search action. @results = @params[:search_results] if @results.nil? then # The default
2011 Sep 24
1
Re: Visual C++ installation Help?
Hello ! I installed Wine on OSX. Then wget because it doesn't come with OSX. And winetricks, although it didn't install correctly/ "Jkirk279$ sh winetricks ------------------------------------------------------ wine cmd.exe /c echo '%ProgramFiles%' returned unexpanded string '%ProgramFiles%' ... can be caused a corrupt wineprefix, an old wine, or by not owning
2010 Nov 27
5
Winetricks fails to install many programs.
Hi. I'm trying to make a windows environment to ensure most programs work. So I installed many things using wine tricks, however these are giving issues, but I think are important - directplay dotnet11 dotnet20 dotnet20sp2 dotnet30 dsound gfw msxml3 msxml4 msxml6 vc2005express vc2005expresssp1 vcrun2003 vcrun2005 vcrun2008 vcrun2010 vcrun6 vcrun6sp6 vjrun20 wininet wme9 xact xvid Lets
2015 Dec 05
1
Compile error about using RInside on windows enviroment
I'm going to using RInside on windows enviroment. I installed all tools and packages according to Dirk's instruction. My R installation reside in d:\hli\programfiles\R-3.2.2. There's no problems with folders with spaces. The rtools is installed in d:\hli\programfiles\Rtools and MinGW in d: \hli\programfiles\MinGW. The R_HOME is set to d:\hli\programfiles\R-3.2.2. I
2011 Jun 06
1
Help in running CAROTDAV
Hi everybody, i'm trying to run carotdav, a webdav client that should connect to the skydrive service of microsoft's hotmail. The software is freely downloadable here http://rei.to/carotdav_en.html#download It needs only .net 2.0 so, starting with a clean wineprefix i've done winetricks dotnet20 Here's the output of the .net 2.0 installation http://pastebin.com/YxWMnxzK then
2017 May 11
2
strange system outage
Am 11.05.2017 um 20:30 schrieb Larry Martell: > On Wed, May 10, 2017 at 3:19 PM, Larry Martell <larry.martell at gmail.com> wrote: >> On Wed, May 10, 2017 at 3:07 PM, Jonathan Billings <billings at negate.org> wrote: >>> On Wed, May 10, 2017 at 02:40:04PM -0400, Larry Martell wrote: >>>> I have a CentOS 7 system that I run a home grown python daemon on. I
2010 Nov 29
15
Playonlinux and Office 2007
I'm trying to install MS office 2007 standard trial using Playonlinux on Wine 1.3.8. I need to install stuff like MSXML, .net 2 etc... but when I start installing them, a dialog pops up saying 'choose a prefix to patch'... and the list below is empty. If I forward the dialog just closes.
2010 Jun 15
2
ThreadError: stopping only thread
Running Rails 2.3.5 I am new to Ruby and Rails. From the console I get the following ThreadError below. Any suggestions are very welcome. >> app.get "/slides" => 200 >> app.request.path_parameters => {"action"=>"index", "controller"=>"slides"} >> app.get "/slides/1" ThreadError: stopping only thread
2012 Feb 20
2
poser 2012 ... play on linux / wine 1.3.37 ??? errors
hi new here...tryn to get poser 2012 runnin...installs good...gui...loads...mouse disappears...app needs to terminate....here is the log prolly have alot of issues...or maybe not...n im not sure were to begin...any help out there...thanx for the views n time... i know ive spent alot of it doin this stuff also i used the 1.4rc wine ver...but also used the 1.3.37 ver with the same results File
2012 Oct 30
0
Problem installing Dragon NaturallySpeaking 12.0 -- possible regression?
I am suddenly having a problem installing Dragon NaturallySpeaking 12.0. I have the following wine. wine-1.5.16 I tried twice, following my own directions. $ env WINEARCH=win32 WINEPREFIX=~/.wine winecfg $ winetricks dotnet40 $ wine Dragon12Home_E.exe The first time I didn't uninstall mono first, and the second time I did. Both times crashed. I have a log. Anyone want to take a look?
2012 Jan 06
0
Re: winetricks ie6/ie7 on 64bit system
doug wrote: > Should I put in this command > "export WINEARCH=win32" before I get Wine from the repository, No. It's an environment variable; you set it at the command line as a normal user before creating a wineprefix.
2011 Nov 25
1
No sound on Wine 1.3.29-1 x86_64
Hi All, Running into an issue with audio not working on wine. I recently tried installing an older version of wine from Fedora RPMs for a specific game. They did not work so per #wine's suggestion on Freenode I removed all RPMs and installed Wine using Yum. Wine 1.3.29-1 x86_64 was installed on Fedora 16 x86_64 via Yum. Wine installed with no errors and I ran the initial 'wine cfg'