wine64 Error in Altera Quartus Prime.

Questions about Wine on Linux
Locked
business_kid
Level 2
Level 2
Posts: 12
Joined: Tue Jan 20, 2015 4:22 pm

wine64 Error in Altera Quartus Prime.

Post by business_kid »

Altera Quartus Prine-15.1 (a 64 bit app) gives this error:

Code: Select all

 bash-4.3$ wine quartus/bin64/quartus_sh.exe
Failed to replace function free in module msvcr120.dll
fixme:msvcrt:__clean_type_info_names_internal (0xe6ac18) stub
fixme:msvcrt:__clean_type_info_names_internal (0x123028) stub
winetricks vcrun2013 returns

Code: Select all

 ash-4.3$ /home/dec/winetricks vcrun2013              
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call vcrun2013
vcrun2013 already installed, skipping 
There is a linux version, but it is beneath contempt - it's a company embarrassment. The bin64 directory is populated entirely by shell scripts :-//. They at least compiled the windows version.
From version 15.1, Quartus II became Quartus Prime. I'm on the web edition. It's free, but you have to register.
http://dl.altera.com/?edition=lite&platform=windows

You need Quartus Prime and one family of devices - about 6 gigs installed.
Wine is a clean git install with 2 builds (--enable-win64 and without it) installed as per wiki. This is because it's apparently a 64 bit compile in Quartus. Of course it's a clean .wine, and I can't really try it in 32 bit.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine64 Error in Altera Quartus Prime.

Post by dimesio »

Winetricks only installs the 32 bit runtime, and it doesn't work in a 64 bit wineprefix. You could try downloading and installing the 64 bit vcrun installer from Microsoft.
business_kid
Level 2
Level 2
Posts: 12
Joined: Tue Jan 20, 2015 4:22 pm

Re: wine64 Error in Altera Quartus Prime.

Post by business_kid »

Thamks for reply. I will; move to another machine which suits better and offers a windoze vm.

I am so allergic to the m$ site atm it will have to let it wait.

Is there a winetricks64 coming?
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine64 Error in Altera Quartus Prime.

Post by dimesio »

business_kid wrote: Is there a winetricks64 coming?
I don't know, and this is the wrong place to ask. Winetricks is a separate project.
Locked