david56783@gmail.com wrote:> I am trying to get Thermocalc(meant to be run on win NT) to run on
> Ubuntu 6.10.
>
> I am using the command: wine tc
>
> I get the Error message:
> "
> *** ERROR 1718 IN MLOPEN
> *** NO SUCH FILE
> Protection file missing
> "
This one comes from Thermocalc. Messages from wine look different, and
usually start with 'fixme', 'warn' or 'err'.
> The batch file is as listed:
> "
> @echo off
>
> SET TCPATH=C:/home/waldo/TC in NT/TC4A/verm/nt
I do not know much about DOS, but doesn't that need quotes? Strange
Pathname anyway.
> if exist %1 goto take_input
>
> %tcpath%\tc.exe
>
> goto end
>
>
>
> :take_input
>
> %tcpath%\tcl.exe < %1 %2 %3
>
>
>
> :end
>
> "
>
> Any recommendations to fix the error and run thermocalc under linux
> using wine?
Please try running it like this:
$ cd /where/tc/is && wine tc.exe
Daniel
--
Before you post:
Read the Wine User Guide http://winehq.org/site/docs/wineusr-guide/index
When you post:
Which wine version? Self compiled or prepackaged?