http://bugs.winehq.org/show_bug.cgi?id=13567
--- Comment #14 from william williamfgc@yahoo.com 2008-07-09 16:34:04 --- (In reply to comment #13)
Hi, did you install the application in wine? That's a must (so not run from windowspartition)
Furthermore, to be sure, you did:
cd ~/.wine/drive_c/Program\ Files/Tec90/
wine bin/tecplot.exe , right?
could you run the app like WINEDEBUG=+relay,+seh,+tid wine appname.exe &>log
then attach bzipped2 file log to this bug.
Hi, yes I did all that including wine Bin/tecplot.exe (Bin and not bin in my installation). I guess Tecplot files are properly installed in Wine as the Tecplot logo appears (such as in Windows) but then those errors appear in two consecutive Windows-message-type boxes (1st a warning, 2nd is an error) and cancels everything. BTW when running from terminal the following message appears:
william@william-laptop:~/.wine/drive_c/Program Files/TEC90$ wine Bin/tecplot.exe preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report preloader: Warning: failed to reserve range 00000000-60000000 err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please report err:ole:CoUninitialize Mismatched CoUninitialize william@william-laptop:~/.wine/drive_c/Program Files/TEC90$
the last line of the message in terminal appears after I click ok in the error box. err:ole:CoUninitialize Mismatched CoUninitialize
Hope this helps. I will attach the output of WINEDEBUG=+relay,+seh,+tid wine appname.exe &>log
Thanks,