I can run DOSBox directly but running through Wine briefly displays
Code: Select all
wine C:/DOS_Games/convert.exe DOSBox version 0.74 Copyright 2002-2010 DOSBox Team, published under GNU GPL. --- CONFIG:Loading primary settings from config file /Users/jeremiah/.wine/dosdevices/c:/users/jeremiah/Temp/cfg208.tmp MIDI:Opened device:coreaudio
If you open winevdm.c and set "args[1]" & "args[2]" inside the "start_dosbox" function to "NULL" and then recompile, then Wine will correctly open DOSBox. Updating to the SVN version of DOSBox may also help (dosbox.svn.sourceforge.net/viewvc/dosbox/dosbox/trunk/?view=tar) but I haven't tried that yet. Is this a remnant from the filename mangling from Wine that the DOSBox devs are saying will be corrected for in release 0.75?