I want to use LISA finite element program (http://www.lisa-fet.com/) under my Ubuntu machine. I did install Wine and it runs ok, then I install LISA and it installed without any error. However whrn I run LISA, it did not appear on the screen without any error? Anyone can assist how to me LISA running?
Wine version? Terminal output?
Thank you for the response, There are some information here: ==========wine --version wine-1.2.2 running LISA from terminal wine: Install the Windows version of Mono to run .NET executables ========== Does it mean I miss "Mono" program? how can I get this program from?
On 5/1/11 4:04 PM, wasuthm1 wrote:> Thank you for the response, There are some information here: > ==========> wine --version > wine-1.2.2 > > running LISA from terminal > wine: Install the Windows version of Mono to run .NET executables > ==========> > Does it mean I miss "Mono" program? > how can I get this program from? >What version of .NET does LISA require? If it is .NET 1.1 or 2.0 you can try installing the native version. If it is .NET 3.0, 3.5 or 4.0 try Mono. http://wiki.winehq.org/winetricks describes what winetricks is and how to use it. James McKenzie
jjmckenzie wrote:> On 5/1/11 4:04 PM, wasuthm1 wrote: > What version of .NET does LISA require? > > If it is .NET 1.1 or 2.0 you can try installing the native version. > > If it is .NET 3.0, 3.5 or 4.0 try Mono. > > http://wiki.winehq.org/winetricks describes what winetricks is and how > to use it. > > James McKenzie==Microsoft .Net 2.0 and XNA 3.1. The installer will prompt to download them if they are not present. ==When I installed It, it prompted to install XNA 3.1. After installing XNA 3.1 as suggested, then the installation was successful. But when I run, I got mono message. I will try to install .net 2.0 first then mono Thanks
On 5/1/11 4:41 PM, wasuthm1 wrote:> jjmckenzie wrote: >> On 5/1/11 4:04 PM, wasuthm1 wrote: >> What version of .NET does LISA require? >> >> If it is .NET 1.1 or 2.0 you can try installing the native version. >> >> If it is .NET 3.0, 3.5 or 4.0 try Mono. >> >> http://wiki.winehq.org/winetricks describes what winetricks is and how >> to use it. >> >> James McKenzie > ==> Microsoft .Net 2.0 and XNA 3.1. The installer will prompt to download them if they are not present. > ==> When I installed It, it prompted to install XNA 3.1. > After installing XNA 3.1 as suggested, then the installation was successful. > But when I run, I got mono message. > > I will try to install .net 2.0 first then monoInstall only one of them. Mono will conflict with .NET 2.0 and vice versa. .NET 2.0 should work well. Mono adds additional functionality of items outside of .NET. James McKenzie
After installing dotnet20 using winetricks LISA can be run and appeared on the screen. however all icons under the menu bar are not visible but replaced by red cross along the bar. Also an error windows pop up. How can I fix this.
On 5/6/11 4:07 AM, wasuthm1 wrote:> After installing dotnet20 using winetricks LISA can be run and appeared on the screen. however all icons under the menu bar are not visible but replaced by red cross along the bar.This means the icon file cannot be read or is not present.> Also an error windows pop up.What does the error window say? James McKenzie
jjmckenzie wrote:> On 5/6/11 4:07 AM, wasuthm1 wrote: > What does the error window say? > > > James McKenzieThis is what appeared in the window: =An error has occurred in LISA: Not implemented. at System, Drawing, Drawing 2D, LinearGradientBrush, TranslateTransform(Single dx, Single dy, Matrixorder order) ==