The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results (selected in 'Test Results' table below)
What works
Everything seems to work.
Definitely working:
Normal game
Network game / IPX (see extra comment)
What does not
Fullscreen did not work. Needs proper xorg.conf configuration (modes for 640x480).
Workaround:
wine explorer /desktop=foo,640x480 bm95.exe
What was not tested
Network over:
Serial
Modem
Additional Comments
Network game / IPX:
Worked as described under section "IPX Networking for atomic bomberman" (see below).
(install ipx, load kernel module, run initscript, exec command given below, done.)
Debian: ipx
Gentoo: net-misc/ipx-utils
At first, make sure you have ipx in the kernel, or the kernel module "ipx" loaded and the ipx utilities (debian package ipx) installed.
now do as root:
ipx_interface add wlan0 802.2
when wlan0 is your network-interface you want to use.
now ipx-networking with wine should work.
Level Editor
Hit "E" and keep it pressed in the main menu, until the editor opens
HOWTO
If you receive the following message:
preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report
You should follow the instruction on the Wine Wiki.
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
vm86 mode is not supported
by Adrian Roman on Tuesday May 26th 2009, 14:13
In case you get an error saying vm86 mode is not supported, that probably means you're trying to run the 16bit executable on a 64bit OS. There are 2 executables that can be used to start the game, for me bm.exe works and bm95.exe doesn't.