All releases of the 17.x series. Specify exact version when submitting test reports.
Application Details:
Version: | 17 |
License: | Retail |
URL: | http://www.altium.com/ |
Votes: | 3 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 5.0-rc6 |
Maintainers: About Maintainership
What works
Schematic editor
PCB editor
Output jobs
What does not
Printing to pdf has issues.
Workarounds
Print to pdf workaround: Use SmartPDF or Output Jobs
What was not tested
Draftsman
FPGA
Active routing
Hardware tested
Graphics:
Additional Comments
Preparation
WINEARCH=win32 WINEPREFIX=~/wine/altium winetricks -q corefonts mdac28 dotnet40 msxml3 msxml6
Installation
WINEARCH=win32 WINEPREFIX=~/wine/altium wine AltiumDesigner17Setup.exe
Running
CORE=0x01
PREFIX="/home/${USER}/wine/altium"
DXPPATH="C:\Program Files\Altium\AD17"
DXPEXEC="DXP.EXE"
WINEDLLOVERRIDES="mshtml=d" WINEDEBUG=-all WINEARCH=win32 WINEPREFIX="$PREFIX" taskset="$CORE" wine start /d "$DXPPATH" "$DXPEXEC"
For wine-5.0-rc1 and above:
In case of crash with error "Access violation at address 18F9607A in module IntegratedLibrary.DLL", set a dll override 'msado15' to native, builtin
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Arch Linux x86_64 | Jan 20 2020 | 5.0-rc6 | Yes | Yes | Yes | Gold | Alex Freudenberg | |
Show | Manjaro Linux 18.1.5 | Jan 09 2020 | 5.0-rc2 | Yes | No | Yes | Garbage | Witold Granicki | |
Show | Arch Linux x86_64 | Dec 04 2019 | 4.21 | Yes | Yes | Yes | Silver | MaxSoniX | |
Show | Debian 9 (Stretch) | May 14 2019 | 4.0 | Yes | Yes | Yes | Silver | D L | |
Show | Arch Linux x86_64 | Dec 08 2017 | 2.22 | No, but has workaround | No | Yes | Garbage | Ladislav Láska |
The following comments are owned by whoever posted them. WineHQ is not responsible for what they say.
by Alex Freudenberg on Thursday April 1st 2021, 3:55
Bugreport is here: bugs.winehq.org/show_bug.cgi?id=50904
by Alex Freudenberg on Monday April 12th 2021, 4:58
by Witold Granicki on Thursday January 9th 2020, 2:32
I was unable to make it work with 5.0 (even with fresh install of AD).
Downgrade to wine 4.21 solved the problem.
------
Error
Access violation at address 18F9607A in module 'IntegratedLibrary.DLL'. Read of address 00000008 at 18F9607A.
Failed to load IntegratedLibrary. Failed to initialize application. Application will terminate!
by Jeff D. Hanson on Friday January 10th 2020, 13:47
by Alex Freudenberg on Monday January 13th 2020, 11:15
by Alex Freudenberg on Monday January 20th 2020, 10:51
by Pham Trung on Thursday November 19th 2020, 22:05
by Witold Granicki on Friday November 20th 2020, 14:09
Option names may differ because I'm not using it in English, but I hope you'll find the way :)
by Witold Granicki on Friday November 20th 2020, 14:11
by P K on Saturday April 20th 2019, 10:33
What works:
- Schematics
- PCB 2D
- PCB 3D with models
- Vault
- Libraries and database libraries (jet)
- Generating some outputs (gerbers, drills, bom) from output job
- DRC, both in schematics and in PCB
- Synchronization between PCB and schematics
What does not:
- generating pdfs with schematics - text is garbled
- opening html (crash, need to disable creating DRC or version difference reports)
- closing windows generated an error
I'm pretty much able to design whole board in wine, but I use Windows to generate final design documentation. I did not compare gerbers from linux and from Windows.
Install steps:
1. Wine 3.13
2. dotnet40
3. mdac28
4. Change Windows version to Windows 7
5. Emulate desktop to see login dialogs in installer
6. Run Altium Installer
7. Disable emulate desktop
8. If you want to use Cern libraries (jet)
- 1. sudo apt install unixodbc:i386
- 2. winetricks jet40
- 3. odbc32 -> builtin
- 4. odbccp32 -> builtin
- 5. oledb32 -> builtin
- 6. Change Windows version to Windows 7
by P K on Saturday April 20th 2019, 10:36
When I change used wine version to 3.14 (without reinstalling) then during startup Vault Explorer cannot be initialized.
When changing from 3.18 to 3.19 login fails (as stated in bug 46206)
In Wine 3.16+ database libraries won't work.
by P K on Saturday April 20th 2019, 10:37
by D L on Tuesday May 14th 2019, 5:07
I just managed to make it work as well, on wine 4.0.
Since I see that you are working at CERN (I do as well), I was wondering, how do you access the Cern libraries? Did you make a local copy or are you accessing them over DFS?
I tried over DFS (already mounted under Linux using gvfs and then mapped to wine) but it is unbearably slow for some reason.
Cheers
by Ilario Gottardello on Wednesday June 20th 2018, 1:56
by Jeff D. Hanson on Wednesday June 20th 2018, 16:22