Hello, when I use DOS command line tools from within Terminal, is there a way to refrain X11 lauch? For instance if try to use DeflOpt (http://www.walbeehm.com/download/), I get this: allosaurus:wine Caveman$ ./wine deflopt *.png Building font metrics. This may take some time... Font metrics: 0.0% done fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-gothic-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--16-120-100-100-c-160-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-daewoo-mincho-medium-r-normal--24-170-100-100-c-240-ksc5601.1987-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-fangsong ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--16-160-72-72-c-160-gb2312.1980-0' are not working correctly now. fixme:font:LFD_InitFontInfo DBCS fonts like '-isas-song ti-medium-r-normal--24-240-72-72-c-240-gb2312.1980-0' are not working correctly now. *** DeflOpt V2.07 *** *** Built on Wed Sep 5 18:56:30 2007 *** *** Copyright (C) 2003-2007 by Ben Jos Walbeehm *** "Z:/Users/Caveman/Desktop/wine/sample1.png" Font metrics: 0.1% done Font metrics: 0.2% done "Z:/Users/Caveman/Desktop/wine/sample2.png" Number of files processed : 2 Number of files rewritten : 0 Total number of bytes saved: 0 235,620,108 cycles. allosaurus:wine Caveman$ Font metrics: 0.3% done Font metrics: 0.4% done Font metrics: 0.5% done Font metrics: 0.6% done Font metrics: 0.7% done Font metrics: 0.8% done Font metrics: 1.0% done Font metrics: 1.1% done Font metrics: 1.2% done Font metrics: 1.3% done Font metrics: 1.4% done Font metrics: 1.5% done Font metrics: 1.6% done Font metrics: 1.7% done Font metrics: 1.8% done Font metrics: 1.9% done Font metrics: 2.0% done ...
Thunderbird
2009-Sep-09 09:49 UTC
[Wine] Re: Mac OS X, DOS tools start X11, this is silly...
Most Windows console programs still make gdi32/user32 calls which require an Xserver.
Thunderbird wrote:> Most Windows console programs still make gdi32/user32 calls which require an Xserver.The program has finished way before X11 is started.
James Mckenzie
2009-Sep-10 18:09 UTC
[Wine] Mac OS X, DOS tools start X11, this is silly...
perryh at pluto.rain.com wrote on Sept. 10th:>"caveman" <wineforum-user at winehq.org> wrote: >> Thunderbird wrote: >> > Most Windows console programs still make gdi32/user32 calls >> > which require an Xserver. >> The program has finished way before X11 is started. > >Has there been any thought given to delaying wine's initialization >of its X connection, fonts, etc. until the Windows program actually >executes a call that requires an X server? >This will cause Wine to crash with an X server not found error. This was a major cause of problems between MacOSX 10.4 and MacOSX 10.5. In other words, there has to be a running X server in order for Wine to run. This is a requirement even for windowless operations. James McKenzie
caveman wrote:> > DOSbox is an emulator, I would like to reach near native speed. > My ultimate goal is to write a bash script that calls DeflOpt as if it was a unix tool. > ... >DOSbox might be an emulator but it works really well and really fast. I even use it to play some later higher graphic DOS games that were out even after most gaming went to Windows, and it runs them very well. Not sure on your OS, but I bundle DOSbox up into a .app on Macs with all the programs inside of it to make "ports" of software that looks just like a Mac .app file and double click to run, completely self contained and runs great.... When I played with Wine for running DOS things, it really sucked... so I just suggested DOSbox because it actually worked better and faster for me.