similar to: Running wine via php

Displaying 20 results from an estimated 60000 matches similar to: "Running wine via php"

2005 Aug 24
1
Running wine from php pages with "Xvfb" not success for my machine
I am sorry before, cause my english is poor. My machine is : i686 and I use RedHad Enterprise Linux AS Rel.3, Apache 1.3.33 and PHP 4.4.0. Simply, I want to run an Windows application via PHP page with WINE emulation. (Newest version of WINE updt. August 2005) I have a simple a PHP file "wine.php", that will load an windows application via PHP page. The contents is:
2007 Oct 04
4
Using PHP to reload extensions
I am trying to use PHP to reload the extensions in an Asterisk installation. I keep getting this error: Unable to connect to remote asterisk (does /var/run/asterisk.ctl exist?) when I run the script by visiting the URL; however, if I run the script from the command line, it runs just fine (works perfect, actually). I think it is permissions related. Does anyone have any ideas? <php
2005 Jun 10
1
Running wine from php pages
In a Readhat 9 system, I have a simple php file "test.php" with the following content to generate Setup.exe: <?php echo exec("pwd"); exec('/usr/bin/wine rar a -a -c- -cfg- -k -m4 -zc:\\\\zipper\\\\Setup.cmt -sfx Setup.exe @c:\\\\zipper\\\\Setup.lst '); ?> When I run it as a CGI script via command line as "php test.php" . The .exe is
2009 May 29
6
How to switch between current running wine apps
I really don't know how to google this or forum search this question as I have been trying to find the answer for an hour or so. I apologize if it's somewhere on the board spammed a lot but: How do I switch between different running wine apps. Pretty much, how do I use an emulated version of Alt+Tab in Wine? I don't know the hotkey, thanks!
2009 Jun 19
7
Best OS
Hi, I'm about to get a linux vps server and I wanna install wine on it. The ohst is offering me these OS : Cent OS Fedora Debian I want to run some windows image converters on it. (It's tested it will work) I wanted to know which OS I must choose to have the fastest and smoothest performance with Wine. Thanks for your time
2009 Apr 07
5
google stylebuilder / layout 2
Google Sketchup 7 Pro works reasonable fine. Stylebuilder and Layout 2 not although Mono 2.2 was installed via winetricks konsole: env WINEPREFIX="/home/peter/.wine" wine "C:\Programma Bestanden\Google\Google SketchUp 7\Style Builder\Style Builder.exe" konsoel answer: fixme:mscoree:_CorDllMain (0x7c4c0000, 1, 0x1): stub fixme:actctx:parse_depend_manifests Could not find
2010 Sep 04
6
Solidworks 2009 on Linux Mint 9
Hi all I us Linux for some two years now, most of the time i us ubuntu ultimate edition. since version 1.2 of wine I could also run Solidworks 2009. The installation was made by the instruction on the AppDB: http://appdb.winehq.org/objectManager.php?sClass=version&iId=18101 Now I an trying to us Linux Mint 9 ( ubuntu 9.10 ) I installed wine 1.2 and tried to install Solidworks like I
2009 Jun 29
4
wine / vcvarsall.bat
Hi there, I am trying to play with wine and I cannot figure out how to read a bat file that would define some env var for me. I followed instructions from: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14208 And everything seems to be installed nicely for me (thanks to winetricks !): $ find ~/.wine | grep nmake /home/mathieu/.wine/drive_c/Program Files/Microsoft Visual
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find: C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet. Does anybody have any advice on
2008 Apr 22
4
wine and detaching a remote X application
Hi, I would like to run a windows application (civilization 4 beyond the sword pitboss server) on a remote linux machine. After the start I want to use the GUI and then detach it. It works fine when $DISPLAY is a: ssh-X forwarding: But then the application does when I the ssh connection is closed. Xvfb: But this wont let me use the GUI. Until now I have tried: 1) Running the application
2007 Mar 15
2
WindowsInstaller doesn find Volume to extract
Hi all! I have wine running in version app-emulation/wine-0.9.29 I have setup the environment via regedit: TEMP=C:\temp --> REG_SZ and tried with both on and two backslashes. dir also exists -=>>ls .wine/drive_c/temp -la insgesamt 8 drwxr-xr-x 2 user users 4096 14. M?r 18:20 . and within /wineconsole cmd/ and /set/ I see environment: TEMP=C:\temp TERM=xterm TMP=C:\temp but on
2007 Sep 25
3
Wine does not use PATH for DLL search, is this a bug or feature ?
Hi, I test both 0.9.44 and 0.9.45 and found that Wine does not use PATH environment variables for DLL search. My test application is a Qt 336 application, QSlider.exe. QSlider.exe require both qt-mt336.dll and mingwm10.dll. If I copy both dll to ~/.wine/drive_c/windows/system32, I can invoke QSlider.exe from anywhere and it works OK. If I put both dlls to, eg. /opt/qt-3.3/bin. And setup
2010 Aug 14
6
How to use the wineprefix with another wine-path
Hi, there I recently purchased a copy of bordeaux in order to try the dib engine (and pulse) in wine1.2 I would like to use this in already installed bottles. So I tried something like this: code: [export WINEDIB=ON] then (as an example) code:[/opt/bordeaux/bin/wine | env WINEPREFIX=~/.wine-test wine winecfg] This does create a wine bottle, but in this way the dib engine doesn't get loaded
2012 Feb 20
9
Federal Mogul Spare Parts Katalog XCD11
Hello, I try to run an sqareparts-catalog from Federal Mogul under Wine. Installation works, but it wont run... some ideas? Code: jeanfelix at Soloma-G6:~$ env WINEPREFIX="/home/jeanfelix/.wine" wine C:\\windows\\command\\start.exe /Unix /home/jeanfelix/.wine/dosdevices/c:/users/Public/Bureau/XCD11.lnk fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:exec:SHELL_execute flags
2008 Jun 20
3
Running wine application at level 3
I am trying to run a windows application (uTorrent) on my Suse server. The server runs at level 3 for speed, but has a gui available to allow it to be configured easily. I have installed and configured utorrent with wine on the gui and set it up to work with the web interface so it can be controlled remotely. I want it to be running whenever the server is on, but I don't want to have to
2014 Mar 03
3
Re: method for communication between containers
Dear Daniel, Thank you for your email. According to your suggestion, I tried to use the shared memory filesystem for data exchange between the host machine and the container. The steps are as follows: 1) create an empty file in the host machine (/tmp1/file1). 2) run #chmod 777 /tmp1 and #chmod 777 /tmp1/file1. 3) expose /tmp1 to the container by configuring the container with the following XML
2009 May 09
14
Please Help!
I am trying to run a program called EWR 4.2 using wine, but it says to change my default language to English, can someone please help me and tell me how to do this?
2009 Jun 15
1
USB bootable (using syslinux)
Hello! I just started using Linux and I like the possibilities it offers. I'm using Suse Linux (no MS Windows installed at all). I also discovered that syslinux is capable of making a USB pendrive bootable (with graphic menus). This is very nice. Since I'm a Windows user (up until now), I have some questions: 1 - I already downloaded syslinux 3.82 How do I install it on my pen drive
2009 Jul 03
10
Qcharts does not execute
I installed QCharts on my wine app on Mandriva. Qcharts has run fine in the past when using Ubuntu. Qcharts installed but when attempting to execute the program, the wine glass begins going around in circles for about 30 seconds, Qcharts does not open and the wine glass disappears. Is this a permission problem with Mandriva or something else. Thanks.
2012 Jan 10
11
problem running quickbooks
Hi everyone I'm looking for a bit of help I'm fairly new to Linux and completely new to Wine, but I installed Wine on Linux Mint 12 and then installed quickbooks 2003, Quickbooks runs ok but when I exit I get a message "Quickbooks has encountered an error" (Can't remember the rest) after that Quckbooks will not load again until I restart Linux I don't get any error