jballment opened a new issue, #7910:
URL: https://github.com/apache/hop/issues/7910

   ### Apache Hop version?
   
   2.19.0-SNAPSHOT
   
   ### Java version?
   
   OpenJDK Runtime Environment (build 21.0.2+13-58)
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   On Windows 11 Enterprise that has been virtualised as a Citrix VDI, I get 
the following error trying to start hop-gui.bat:
   
   `Error starting the Hop GUI: monitor-specific scaling is only implemented 
for auto-scale values "quarter", "exact", but "false" has been specified
   org.eclipse.swt.SWTError: monitor-specific scaling is only implemented for 
auto-scale values "quarter", "exact", but "false" has been specified
           at 
org.eclipse.swt.internal.DPIUtil.updateAutoScaleValue(DPIUtil.java:118)
           at org.eclipse.swt.internal.DPIUtil.<clinit>(DPIUtil.java:106)
           at 
org.eclipse.swt.widgets.Display.retrieveDefaultIconSize(Display.java:537)
           at org.eclipse.swt.widgets.Display.<clinit>(Display.java:534)
           at org.apache.hop.ui.hopgui.HopGui.setupDisplay(HopGui.java:1030)
           at org.apache.hop.ui.hopgui.HopGui.main(HopGui.java:418)`
   
   I found that within PowerShell if I run the following, hop-gui will start:
   
   `$Env:HOP_OPTIONS="-Xmx2048m -Dswt.autoScale=quarter" 
   hop-gui.bat`
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to