This build includes updates to the dbglistener.exe to make it more compatible with Wine.
Old test results
The test results for this version are very old, and as such they may not represent the current state of Wine. Please consider submitting a new test report.
Selected Test Results (selected in 'Test Results' table below)
What works
Ditto Mac review
What does not
Ditto Mac review
What was not tested
Ditto Mac review
Additional Comments
I'm the Linux part of this Mac/Linux duo. Jesse and I have been working together with the NuSphere support team on this to bring the functionality together. I would like to confirm everything stated in the previous review of this product as my findings on Ubuntu Gutsy are identical.
This application will easily rate Gold when the Wine bug is repaired and OLE issue resolved for the help system.
After MacPorts is installed you need to update it (in terminal):
sudo port -d selfupdate
After MacPorts has bee updated you can install WINE (in terminal):
sudo port install wine
This step take a fair amount of time because you are downloading the
source and building it.
Everything is stored under the /opt/local directory
the WINE program can be found under /opt/local/bin after everything is
installed
Brief primer on WINE:
creates ".wine" under your home directory where everything resides.
In there you'll find;
reg files where Registry information is retained
"drive_c" folder where the main Windows "C:" drive is mimicked
Using WINE
To use wine, you must do it from inside an X11 terminal
Start X11 which is under /Applications/Utilities
Basic syntax:
path/to/wine
/path/to/windows/executable inside an X11 terminal
you can easily configure wine by typing in an X11 terminal:
cd /opt/local/bin
./winecfg
Before installing anything I suggest making sure there are additional
fonts in the "~/.wine/drive_c/windows/fonts" directory (otherwise some
fonts are garbled and unreadable)
Wine doesn't create the ".wine" folder until you run it. So if you
want to install additional fonts you need to run wine first so that the
directory "c:\windows\fonts" will be there.
I just ran "/opt/local/bin/winecfg" first so that it would create the
necessary directories
http://thisismyinter.net/?p=23
provides a good tutorial on installing additional fonts. I
started with step 4 (the first three steps should not be
necessary because macports has already installed some necessary
dependencies - like fontforge).
Installing PHPEd
Open an X11 terminal
/Applications/Utilities/X11.app
In the terminal navigate to where WINE program isw
cd /opt/local/bin
Technically, you can add this to your path
export PATH=$PATH:/opt/local/bin
Run the installer using wine
./wine
/path/to/phped/installer
I ONLY chose to install:
The main program files and
The embedded mozilla browser
The "help" does NOT work and will cause PHPEd to crash
After the installation is complete you can start phped.exe using wine
Please note that this command removes all software installed using MacPorts as
well as MacPorts itself. This includes configuration files for any ports which
were installed; if you need to keep them, back them up before the rm (they
should be in /opt/local/etc).
This command does not remove files installed to locations outside the agreed
directory tree. Thus ports that write in other places should be removed
manually before removing MacPorts altogether. This includes at least xfig and
transfig, but probably other X11 ports as well.