Have you tried changing the display mode to something your machine supports? This is the relevant part of the dba code:
initializeDisplay:
set display mode desktop width(), desktop height(), 32, 1
sync on: sync rate 60: sync
return
You could check the display settings in the project itself as well. The project file has the following lines. You could try changing those if your machine doesn't support that mode.
; graphics mode options: fullscreen, window, desktop, fulldesktop, hidden
graphics mode=fullscreen
fullscreen resolution=1680x1050x32
; arbitrary sizes are valid for windowed mode
window resolution=640x480
I've added a screenshot to the previous post so you can see what you should see.