On some Linux OSs, Vivado 2018.3 and newer releases exit on launch after start_gui with the following message:
Vivado 2018.2 and earlier releases work without issues on the same machine.
What is causing this issue?
Note: This issue is addressed from Vivado 2020.x version and newer. The below tactical patch does not need to be applied if working with the latest Xilinx tools.
This is a Java9 related issue which is not due to the Xilinx tools.
Further details can be found on Java's site:
https://bugs.openjdk.java.net/browse/JDK-8204646
This also lists the Linux Operating Systems on which this problem occurs.
Therefore, any fixes/work-arounds for this issue will have to come directly from Java.
Please find attached a tactical patch for the 2019.2 release.
Note: Other Xilinx products and other released versions built with Java 9 (for example 2018.3, 2019.1 etc.) can use this patch.
This patch can be used to address the issue in Vivado where the Vivado GUI cannot be launched on some Linux operating systems if multiple monitors are used.
The problem is that GUI apps built with Java 9 (or later as of 12/06/2019) running on most versions of Linux will hit the "Window must not be zero" exception with 3 or more monitors attached.
This patch works around this issue by adding code that ignores the underlying condition to the Java boot loader.
The patch code is in AR72614.jar.
After applying the patch in Vivado 2018.3 or 2019.2, the Vivado GUI will successfully launch without issuing the above error.
Installation Instructions:
Option 1:
Add the following command line argument to Vivado to use the patch:
-jvm -patch-module=java.desktop=<path-to-jar>/AR72614.jar
For example:
vivado -jvm -patch-module=java.desktop=<path-to-jar>/AR72614.jar
This can be added in desktop links/shortcuts, command aliases, and scripts.
Option 2:
Use the loader ("vivado" script) that comes with the attached patch which includes the command line args above.
For further information on finding the Xilinx install see (Xilinx Answer 11630).
For further information on using the XILINX_PATH environment variable, see (Xilinx Answer 66722).
Note: You might need to have a system administrator install the Patch if you do not have write permissions to where you plan to install the patch.
For any issues with the patch please contact Xilinx Technical Support:
文件名 | 文件大小 | File Type |
---|---|---|
AR72614_vivado_2019_2_preliminary_rev2.zip | 14 KB | ZIP |
AR# 72614 | |
---|---|
日期 | 02/23/2021 |
状态 | Active |
Type | 综合文章 |
Tools |