Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1 2 3 ...8  Previous   Next
Installing DVD Profiler on Linux and Mac
Author Message
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Now that the DVD Profiler Knowledge Base (i.e. wiki) has had a bit of a push, I've added this information across there. Because of the better layout options available (e.g. easier to include images), I'm going to concentrate on make updates over there.

For instructions on how to install DVD Profiler on Linux or Apple Macintosh (Macs), please follow this link.

---- Historical post ----

With a little work, you are now able to run DVD profiler on Linux with the assistance of Wine (the Windows API implementation, not the drink, although I'm sure a little of both wouldn't hurt)! This thread aims to provide the information you will need in order to get the program working.

Wine can also run under Mac OS, albeit with a slightly different set of challenges. However, once Wine/Darwine is installed, the procedure to et DVD Profiler working is the same.

Updates
* 29 August 2007 - original version
* 10 October 2007 - added 'winetricks'; added information for Mac OS; amended Gecko installation instructions; added supporting DVD Profiler on Wine

Disclaimer
Before I begin, I wish to make something clear: DVD Profiler is a Windows application! Invelos has chosen to develop and support the application ONLY for the Windows 2000 and later environments. To my knowledge, Invelos has no plans to support DVD Profiler for any non-Microsoft operating systems. Therefore, you should understand that running DVD Profiler under Linux or Mac OS is done so at your own risk and Invelos should not be expected to provide assistance in the event of any problems. There is also the possibility that future updates to DVD Profiler may render the application unusable in the Wine/Linux/Mac environment, and in the event of this occurrence, no blame should be directed towards Invelos.

I'll also take a brief moment to thank Ken at Invelos for his support in getting us to this point. His assistance has proved invaluable in helping to develop workarounds and Wine bug reports, as well as some minor program changes that improve compatibility.

Now, on with the installation...

Install Wine (on Linux)
To run DVD profiler under Linux, you must use Wine ("Wine Is Not an Emulator"). DVD Profiler should work on any recent Wine release and the Wine version packaged with many Linux distributions will probably be recent enough to run the application. The latest binary packages are available for major distributions from WineHQ.org (direct link).

Remember to run Winecfg from a command prompt (not as root) before continuing.

Install Wine (on Mac OS)
Wine also compiles on Mac OS, but certain differences between the two operating systems present certain challenges. For this reason, a splinter of the Wine project, Darwine was created for the purpose of producing dmg packages that mirrored the latest Wine release. Sadly, this project is no longer maintained. Regardless, its spirit still lingers on and there are some very nice chaps out there who continue to produce unofficial Darwine equivalents for the latest Wine releases.

To download the latest dmg, click here.
For further helpful information on Darwine, click here.

As with Linux, remember to run Winecfg from a command prompt (not as root) before continuing.

Winetricks
Despite being very successful and widely used, it should be understood that Wine is still alpha software (i.e. in development and incomplete). That means that it is still a long way from the polished 'works out-of-the-box' state that it aspires to for it's first official (version 1.0) release. As such, it has many issues to be addressed and barriers to getting programs working as they do in Windows.

As a means of alleviating some of these issues, one user created a script that could be used to install a number of useful packages for Wine to use. Using 'Winetricks' as it is called is not necessary, but it does simplify several things, and I would suggest that it is worth using to help get DVD Profiler working.

Winetricks can be obtained from here. If you click on this link, you are likely to be presented with a script in your browser window. If so, you can get the script by either saving the page (using the 'save page as' (or similar) option) or copy and paste the script into a text document and saving it as 'winetricks' (without and extension, such as .txt).

Winetricks should be run from a terminal or command prompt. Before you can run the script, you need to make the file executable, You can do this by either right clicking on the file and changing the file properties, or run the following command from a terminal:

"chmod +x /[path]/winetricks"

Then you can run the various commands in the script from the terminal. The following are examples:

"./winetricks"                            - brings up information on winetricks and the different commands
"./winetricks gecko"                - installs Gecko
"./winetricks tahoma"              - installs tahoma.ttf font
"./winetricks corefonts"          - installs MS Times and Ariel fonts

The last of these has very little to do with DVD Profiler, but may significantly improve the appearance on Windows applications running under Wine (you should get an idea whether you will need them as soon as you run winecfg and get the configuration terminal). A word of warning though; winetricks does not restrict itself to open-source or GPL packages, and so licensing restrictions may apply. Tahoma, Times, and Ariel are all Microsoft owned fonts. Although I haven't seen anything to suggest that their use is in breach of any licensing or copyright laws, neither are they being used as Microsoft intended (i.e. for their products).

Install Gecko
DVD Profiler uses some HTML in it's layout, and so Wine requires access to an HTML parser to run the application. Wine's chosen solution to this requirement is to use Mozilla's layout engine, sometime referred to as Gecko. Although Wine has an inbuilt installer for Gecko which is started automatically the first time a program requests an HTML parser, myself and others have found it to be somewhat temperamental. I'm therefore providing a few alternatives for installing it (with the most recommended first):

1) Install Gecko with winetricks (see above)

2) Trigger the install before installing DVD Profiler
Simply enter this at a command prompt: "Wine iexplore http://www.Winehq.org" and you will be presented with a pop-up asking if you want to download and install Gecko. Choose yes, Gecko will install and you will be presented with a new window displaying the WineHQ web page.

3) Install automatically by running DVD Profiler
In theory, you could simply let it install automatically by running DVD Profiler for the first time. A pop-up will appear about half way through the startup (when the colour is just before the iris of the splash screen) asking if you want to download and install Gecko. Chose yes, and it _should_ install. However, you may have some issues, especially as the splash screen may prevent access to the pop-up.

Install missing font
Believe it or not, the main cause of the failure for DVD Profiler was a simple missing font. As you might imagine, this is easily fixed.

The easiest way to install the missing Tahome font is using winetricks (see above). Alternatively, download a version of Tahoma.ttf, from a location of your choice (it's easy enough to find) and copy the file into the following directory (adjust for your install): "~/.wine/drive_c/windows/fonts".

Whichever method you've used, you need to enter the font into the registry so that Wine knows it is available. From a command prompt, type "wine regedit" to load the Windows registry editor. Then navigate to this folder:

"HKEY_LOCAL_MACHINE/Software/Miscrosoft/WindowsNT/CurrentVersion/Fonts"

Add a new string value (Edit - New - StringValue), and set the name to Tahoma and the data to Tahoma.ttf.

Install DVD Profiler
Download and extract the DVD Profiler installation file (which I will assume is called "setup.exe"). From command prompt enter "wine /[path]/setup.exe", where [path] is the location of the setup.exe file. You should be presented with a typical DVD Profiler installation procedure. Note that as part of the procedure, I opted to set an icon on the desktop, and this is where I run the application from. It may be worth viewing the command call of the new icon to understand how to add a link to start from other locations.

Note that DVD Profiler may not launch correctly from the final screen of the installation. Do not be concerned – it will start correctly from the new icon.

Running DVD Profiler
Once installed, DVD profiler will start normally from the desktop icon. However, towards the end of startup, shortly after the main screen starts to load, you will be presented with an error message saying “Invalid floating point operation”. This is an unresolved bug that occurs very time the program is started. Simply dismiss the error and startup will complete as normal.

You now have full access to the DVD Profiler application and all of it's features!

Known issues
* Invalid floating point *
Without installing the Tahoma font correctly, these incessant errors are crippling. However, with the Tahoma font installed only one remains. Work is under way to find and resolve the cause of this remaining error.

* Themes may not work *
Regrettably, the Windows themes feature is not well implemented in Wine, and so DVD profiler may appear noticeably different by default. Changing the DVD Profiler themes within the program will also have limited effect. However, you will be able to imitate the DVD Profiler themes that you know and love by loading winecfg and adjusting the "appearance" section of the "desktop integration" tab. Note that telling Wine to emulate 'Windows XP' on the 'Applications' tab of winecfg may also improve matters.

* Icon looks poor *
A limit to the ability of Wine to extract icons from executables means that the DVD Profiler icon is less than ideal. However, a top quality png icon (along with all DVD Profiler icons from the application) can be downloaded from:
here or
here.

* Selecting data items with long names *
Data items that are too long for the field in which they are contained (e.g. long titles and cast and crew) have the full data appear in a hint-style pop-up when you hover your cursor over them. Unfortunately, this pop-up acts as a shield in Wine, preventing you from selecting the data item underneath. This causes particular problems when trying to select items from lists. There are various workarounds, such as selecting a different column of the record or using the keyboard to navigate from other, selectable items.

* Some community plugins may not work *
Different community plugins have different system requirements, including requirement that are not available in Wine. Therefore, there is no guarantee that any given plugin will work. Having said that, most could be adapted for use cross-platform if you have the knowledge. E.g. plugins requiring .Net will not run, but could be adapted to work with both .Net and Mono.

Supporting DVD Profiler on Wine
We would not have been able to run DVD profiler on Linux and Mac at all if it were not for our work with the Wine project. Although we have the program running, there are still several improvements that could be made to the way in which it behaves. Please support DVD Profiler on Wine by both voting for the application (vote for a specific version) and confirming (or otherwise) and voting for the bugs to help get them resolved.
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
 Last edited: by DariusKyrak
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Ken, can you pin this thread please?
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I was very excited to read that it might be possible to run DVD Profiler on Linux.  I'm a newbie to Linux (using Mepis).  I think I'm almost there...so close but not there yet!!  I finally think I've got the Tahoma font installed correctly & I no longer have the floating point errors popping up quicker than I could get rid of them!  I think my problem is installing Gecko.  When I typed in Wine iexplore http://www.Winehq.org...I got the message that it couldn't run the specified command.  When I tried the second option of running Profiler, it says it needs the Active X Controller & do I want to download & install.  If I say yes...this error message:
access violation at address 00A9#3Ar in module dvdpro.exe.  Write of address 00000014.
So I tried the 3 option of downloading Gecko.  Here's the rub...I can't for the life of me find "Wine/Winetrickscache!  I've tried a find for wine & have opened all of those folders but can't find it.  Are there any suggestions?  Please remember I'm very new to Linux (1 week) but at least I've gotten this far :-)
Thanks!
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I should also add that the version of Profiler that I tried is 3.1.  I would like to uninstall this version & try the previous one but haven't figured out how to uninstall it.  Profiler is not showing up in Synaptic as an installed program.  Sorry for all the questions!
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I am also a noob, but on a Mac. Things seem to be very similar though...

I would understand that /.wine/winetrickscache gets created when you run winetricks for the first time. I believe you have to make winetricks executable, something like chmod +x or chmod a+x.

Admittedly, I have tried winetricks on my Mac just last night and have not yet succeeded.
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I've learned a bit more myself since writing this, and think you should try the standard Winetricks process. Just so you know, Winetricks is a bit of code (not even a file) that 'automates' a number of set-up changes that Wine sometime requires, including obtaining the required files from the net. To get Winetricks working:

1) Go to http://www.kegel.com/wine/winetricks - this is the Winetricks code
2) Copy and past the code into a text editor and save the file somewhere (e.g. your home directory: /home/[user]) calling it "winetricks" (or "bernard" if you really like, but "Winetricks" seems more sensible)
3) Open a command terminal
4) Type "cd /home/[user]" to navigate winetricks directory
5) Type "chmod +x winetricks" to make the file executable (can also do this graphically, but this is easier to explain)

Winetricks in now ready for use.
The following commands are what you may find useful (without the "#" or explanation of course):

# winetricks  - gives you the instructions
# winetricks gecko  - installs Gecko
# winetricks tahoma - install tahoma font (but does not add it to the registry)

Try the above and cross your fingers.

If you want to try again from a fresh install, imply delete the .wine directory in /home/[user] and run winecfg again (don't do this if you have other programs installed under wine, as this is like reformatting your Windows hard drive).

Stuart
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Stuart...thanks for the additional help.  Still not working for me.  When I went to the winetricks URL, I copied everything that was there & pasted into an editor.  Was that the correct thing to do (wasn't sure if everything was to be copied.)  I then did the command terminal procedure & this is what happened:
thasan@0[~]$ cd /home/thasan
thasan@0[~]$ chmod +x winetricks
thasan@0[~]$ winetricks gecko
bash: winetricks: command not found
Have I done something wrong??
Thanks!
DVD Profiler Desktop and Mobile Registrantt001z
Reg: January 30, 2005
Registered: March 29, 2007
United States Posts: 103
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I absolutely can not wait to get home tonight to try this!!!  I prefer Ubuntu to Windows any day of the week and DVD Profiler is one of the very few things keeping me with Windows on my laptop.

I have been running dual boot machine for about 1 1/2 years for the simple fact that I cannot go without DVD Profiler on my laptop, wow, I am just so excited.

Of course I will post my findings and results tonight.
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Ok...little steps LOL!  I did some poking around at the winetricks website.
I typed in "cd /home/[user]"
"chmod +x winetricks
and then:
"sh winetricks gecko"
That did the trick...a download started and at the end I got the message that gecko had been downloaded & installed.  (And a file search did find winetrickscache this time!)
But...when I launched Profiler...I still got the message that it was needing an Active X Control and when I clicked yes...an access violation   
Has anyone verified that Profiler 3.1 works on Linux?
 Last edited: by bbmountain
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting bbmountain:
Quote:
Stuart...thanks for the additional help.  Still not working for me.  When I went to the winetricks URL, I copied everything that was there & pasted into an editor.  Was that the correct thing to do (wasn't sure if everything was to be copied.)  I then did the command terminal procedure & this is what happened:
thasan@0[~]$ cd /home/thasan
thasan@0[~]$ chmod +x winetricks
thasan@0[~]$ winetricks gecko
bash: winetricks: command not found
Have I done something wrong??
Thanks!


Ahh! Spotted the problem (well, a problem at least). In bash, a word on its own is treated as a command. E.g. 'cd' is a command available in bash, 'make' is a command, etc.). By tying "winetricks", you're asking the system to search for a command rather than open a file. As you later discovered, 'sh' is a command (short for 'shell script'?), so 'sh winetricks' means 'run winetricks shell script'.

A more generic solution is to type './winetricks', as this principle works regardless of what type of file you're trying to open/run. './' means 'current directory' ('../' = 'current+1 directory', '/home/fred' = 'fred's home directory', etc).

Sorry about that. I'm still getting used to working in Linux as well.

As for the Active x problem, that I have no idea about. I know that mephis isn't one of the builds Wine provides binaries for, so can I ask how you installed it and which wine version you're running?

The best I can suggest at the moment (lousy as it is) is to try again from scratch. Delete the '.wine' directory in /home/user, delete the 'DVD Profiler' directory (again, probably in /home/user) and try installing the latest version of wine again (maybe installing from source). I find installing from source a breeze, but getting all of the dependencies is easy for me thanks to OpenSuse's excellent package manager. YaST.

Quote:
Has anyone verified that Profiler 3.1 works on Linux?

Yes. It's not perfect (see the bugs mentioned above), but it's good enough that I've ditched running it in Windows.

Stuart
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Thanks Stuart.  I'm having a lot of trouble finding files, where programs install to, etc.  What I'm using is find file/folders but that doesn't seem right.  When I search for "wine" in home/thasan it lists 2 files...do I delete both of them?  And if I remember correctly...a file search for dvd profiler turned up nothing!  Is there a better way to navigate around & find folders and/or programs?
As far as I can tell, the Wine version is 0.9.9-Oubuntu2 which I installed via Synaptic Package Manager.
Also, looking back at one of your previous posts, it looks like I should have a home/thasan/wine folder?  I don't think that I do...there's a home/thasan/dvd profiler folder but not a wine...does that make any sense?  I'm not sure where wine installed to actually!
The location of my winetrickscache is:  home/thasan/winetrickcache.  Shouldn't it be: home/thasan/wine/winetrickscache??
The only wine file under home/thasan is a smallish read-only file.  The largest wine folder is at usr/lib/wine.
 Last edited: by bbmountain
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I've not fully grasped Linux installations, although they appear extremely logical. For Wine, it installs different things to different directories as follows (on my computer at least):

usr/share/wine (core of program)
usr/lib/wine (libraries)
home/[user] (for all configuration info and programs).

As you're a Mephit user, I guess that you're using the KDE desktop environment (which, luckily for you, is what I use). I'd be wary of using the search feature. Konqueror's search looks for exact matches, so entering "wine" will not find files such as "winelib". It's also case sensitive by default. Not being aware of this can mislead you.

To find the directory to delete, do the following. Open Konqueror, and chose 'view, show hidden files' from the menu. Files that Linux considers unnecessary for users to see are prefixed with a period, and I think that it is EXTREME in its interpretation. Changing this simple setting will make a dramatic difference to your home folder as dozens of previously hidden files will appear.

One of these hidden directories is .wine (note the dot at the front). This is probably best thought of a being something like your Windows hard drive, and deleting it effectively deletes your pretend Windows (although Wine itself will still be installed, so setting it up again is as simple as running winecfg and installing your programs again).

Before deleting it, run winecfg and look at the "Desktop Integration' tab. In there, the section called 'shell folder' shows where various Windows drives are mapped to. From this, you can understand that the DVD Profiler info that should be installed to My Documents in Windows, is actually installed to your home drive in Linux. Therefore, you can delete the .wine folder and be in no fear that any of your personal DVD Profiler info will be lost (e.g. your database). As you've not gotten into the program yet, your DVD Profiler directory should be useless and I'd suggest deleting this to be sure of a clean start.

Anyway, the summary of all this waffle is to delete '/home/thasan/DVD Profiler' and /home/thasan/.wine".

Quoting bbmountain:
Quote:
As far as I can tell, the Wine version is 0.9.9-Oubuntu2 which I installed via Synaptic Package Manager.


I think that's a lot of your problem. From a quick Google search, I think that's a modified version of Wine specifically for running Oblivion. To top it off, it's for Ubuntu Linux (which is very different to Mephis) and is based off of a very old Wine version (current is 0.9.44). Unfortunately, I can't find a pre-packaged Wine distribution for Mephis, so you'll need to build it yourself from source. Don't worry - that's not as difficult as it sounds, but it does have pitfalls. I'll do a separate post on how to build Wine to stop this post from getting any more bloated than it already is.

Stuart
P.S. If you wonder why I waffle about these things, it's because I find people feel much more confident when they know the whys and wherefores. Hopefully, it's helping and not hindering.
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
DVD Profiler Unlimited RegistrantStar ContributorDariusKyrak
Fishcakes.. and why not?
Registered: March 23, 2007
United Kingdom Posts: 317
Posted:
PM this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Installing Wine from source

I was going to write a quick guide myself, but looking at the one www.WineHQ.org has done reminds me that it's not unclear as I thought it was. I'd suggest that you just read this page.

Additional pointers:

1) make sure you have a C compiler installed as an absolute minimum (e.g. gcc) - you'll find out pretty quick if you don't. A lot of distributions include this as standard, especially if you chose 'developer' installation packages when installin Linux (e.g. on my OpenSuse, I can choose to install desktop, server, basic development, advanced development, etc.).

2) Probably worth installing Fontforge and Freetype as well (again, pretty typical installs).

3) Run "$ ./configure"; "$ make depend"; "$ make" logged into a command terminal as either yourself or root. The final "$ make install" command MUST be done as root.

4) The "$ make" command will take a loooooong time, so don't get worried.

Stuart
This is a sig... ... ... yay...

Don't understand? Maybe DVDProfilerWiki.org does!
DVD Profiler Unlimited Registrantbbmountain
Registered: March 16, 2007
Posts: 50
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I really appreciate your help...must say that I'm very intimidated by the part about getting the build dependencies.  That section is like a foreign language to me & I'm not sure I'll be able to do it, but I'll try!    I don't know what they mean by "watch the configure program's output before you compile Wine".  Also...navigate to the Wine source tree?  (I'm thinking that would be on my desktop after the download??)  I will give it the old try though...having DVD Profiler on Linux would be extremely worth it!!
DVD Profiler Unlimited RegistrantFredLooks
phpDVDProfilerDude D5/7/2
Registered: March 13, 2007
Canada Posts: 350
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
I've installed this on my MacBook Pro. It went very easily, and it seems to work quite nicely (it's busy downloading from my online, which is quite slow for some reason, but I don't recall how fast that was on my PC).

It's slower than on my windows machine, but it shore looks purdy on my 17" MacBook screen ... It seems quite usable so far ...

The hardest part for me was figuring out which Wine to use. I finally decided to use the port stuff and build the current version of wine from scratch. It took a while and built a lot of other stuff, but there was no operator intervention required I had already installed the XCODE stuff from Apple, which I think is required  for the port program, but is also a simple download-and-click installation.
-fred
DVD Profiler Unlimited Registrantnuoyaxin
prev. known as ya_shin
Registered: March 13, 2007
Reputation: High Rating
Taiwan, Province of China Posts: 3,432
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
Quoting FredLooks:
Quote:
I've installed this on my MacBook Pro. It went very easily, and it seems to work quite nicely (it's busy downloading from my online, which is quite slow for some reason, but I don't recall how fast that was on my PC).

It's slower than on my windows machine, but it shore looks purdy on my 17" MacBook screen ... It seems quite usable so far ...

I must admit I am not sure what you meant by "purdy" (online reference says it means "pretty"...?). But on my MacBook installation went fairly smooth as well. Scrolling the Title list on the left is horribly slow, but the rest works fine so far. The download from online was at acceptable speed for me. The nice thing is, updating it later on is faster, as it will only download updated profiles.

Building Wine from scratch is not necessary for Mac. I found a blog online, where the author provides rather up-to-date builds of Darwine:
Wine 0.9.35 (And Above) on Mac OS X
Those builds are lacking the font stuff however, and while it only creates an annoying error message that freetype is missing (installing it myself was quite a task , but doable), building it yourself allows you to have the fonts added already. I therefore had to add the fonts manually.

I am still very inexperienced with my Apple, but I'll keep trying to get thinks working better.
Achim [諾亞信; Ya-Shin//Nuo], a German in Taiwan.
Registered: May 29, 2000 (at InterVocative)
    Invelos Forums->DVD Profiler: Desktop Technical Support Page: 1 2 3 ...8  Previous   Next