It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
(Don't misinterpret this as a complaint - all mature Mac users know that buying GOG titles is a risk you take.)

Hi guys. I bought the game and I'm trying to run it via Crossover Games, which uses DOSBox to run it. Unfortunately, all I'm getting is a black screen, and LBAWin claims the game can't be found in the directory I'm pointing it to, despite the game actually sitting in that directory.

Any help would really be appreciated.
No posts in this topic were marked as the solution yet. If you can help, add your reply
I'd be extremely interested in knowing the answer to this as well, or maybe even a how to guide, as I have 0 experience running dosbox or any windows programs on my mac.

I'd really really really want to enjoy LBA again after all these years, used to own it for pc back in the days
Use this - http://boxerapp.com/ - just drag and drop the installation folder (you can install the game using Wine to get this on your Mac) onto the 'add new game' section. That's it.
I got this running on OSX, I can give you two versions of the solution, one that's fairly easy and basically works, and another that's more advanced, but the game also runs more smoothly.

For reference I did this also using Crossover Games on Snow Leopard on a Macbook that's a few years old, so if you've got a fast Mac, you might be able to do the easy solution and have it run fine.

If you're not using Crossover, presumably you can use Wine to run the installer. I am assuming that you have it currently installed, but it runs with just a black screen in Crossover/Wine. I'm using Crossover Games 8.1.4 which is old and some compatibilities may be better or worse for you.

Easy Solution
Using Crossover, choose Programs->GOG->LIttle Big Adventure->Graphic Mode Setup.
You're going to get this funky window that only sort of half works. (You can't click on anything). Press the TAB key several times until you highlight the "Graphic Mode" pulldown. Use your arrow keys to choose anything that's not Overlay (try Surface). Then TAB a few more times to Save Settings, hit enter. TAB some more, then hit start game. Voila, it should load up. After you've done this once, you should be able to just launch the game normally.

Now the thing to realize is that this solution is essentially going through two layers of emulation (Mac emulating Windows, Windows emulating DOS). We can cut out the middle man and have the Mac directly emulate DOS. This should run more smoothly (and it does in my experience) which leads me to...

Advanced Solution
(Before I begin, can I just say that I'm surprised it's so difficult to make an icon on Mac OSX that runs some program with command line arguments?! This would take 2 seconds on any other platform.)

First download and install DOSBox for Mac in your applications folder.

Next, open the AppleScript Editor (you can use the Mac spotlight magnifying glass in the top right of the screen to find it quickly). Now you're going to put this code into an empty script:

do shell script "cd '~/Library/Application Support/CrossOver Games/Bottles/<LBA BOTTLE NAME>/drive_c/Program Files/GOG.com/Little Big Adventure'; /Applications/DOSBox.app/Contents/MacOS/DOSBox -conf ./dosboxLBA.conf &"

ATTENTION: replace <LBA BOTTLE NAME> with the name of the bottle that you installed Little Big Adventure into.

(Another aside, just so I can explain what the script does. do shell script is some AppleScript way of saying "do this." The first thing we tell it to do is to go into the directory where Little Big Adventure is installed (cd '<name of directory>'). Then the semicolon is the start of the next command, we tell DOSBox to run with the command line argument -conf ./dosboxLBA.conf, which just tells DOSBox to look at that file for configuration settings (it also contains the commands that run the game). The & just tells the script engine not to wait for the command to finish.)

Now save the script as an application (That's important). You can save it to your Applications folder or Desktop or whatever you want. Now if all went well you should be able to double click that and it will launch the game. I would still recommend changing the Graphics Mode to Surface as in the Easy Solution, it seemed to be the best for me.

You can even edit the icon of your new app and put it in your Dock.

Have fun!
Post edited October 16, 2011 by achoo5000
So awesome to get responses on this, a nearly 20 year old game that others still love so much that they take the time to help others play it on a god damned mac!

You guys, this is why I think this 'internet'-thing is here to stay!

Will try this when I get home from work in 8 looooong hours!

Much appreciated, feel the love from Norway!
Thus far I've tried the script with no success (I think the way your version of CXG displays bottle folders is different).

However, I booted up Graphics Settings, hit OpenGL, booted? Works.

Oh my god. It works.
avatar
smallclaws: Thus far I've tried the script with no success (I think the way your version of CXG displays bottle folders is different).

However, I booted up Graphics Settings, hit OpenGL, booted? Works.

Oh my god. It works.
same thing here smallclaws, same thing. I have never made a bottle before (and English being my second language my brain cannot wrap around why and what that means anyways...) I had to try 3-4 times to make one properly *with CrossOver Games, but as I never did it before I did not know if I succeeded. However when I did succeed, I knew right away. It created a few applications nicely named .app :) However it was not displaying anything and I had to try and fail with the graphic settings (nicely placed as an app) and came to OpenGL and it... just... worked... almost as I fell a small tear... However I can only get it to run in a windowed mode, which is fine by me, I mean, I am running it!

Have not tried running it again as I had not had the time, however the .app files are there still so I am hoping it just will work.

I am on a 15" MacBook Pro 2.2GHz i7 with 4GB rams - new in June this year. If anyone have a tip on how to run this full screen that will be much appreciated!
Again, I suggest just using Boxer. It's literally just drag and drop to get it working.
avatar
Gremmi: Again, I suggest just using Boxer. It's literally just drag and drop to get it working.
I tried this last night and have to say that it's a great solution. I tried fiddling around with Wineskin (which is usually not a problem), before deciding to try this out. Worked straight away :)
I've made a guide to run the games on Mac OSX using Boxer and you can follow it here: http://forum.magicball.net/showthread.php?t=15812

The guide has an update for GOG versions at top as well as the original CD versions in case someone has the original versions too.

Its quite simple to make it work with GOG version.

Hope it helps.