Difference between revisions of "Trouble Shooting"
(Created page with "{| align="right" | __TOC__ |} =Introduction= Here is a list of common problems there are solutions for, if you have other problems please contact us in our [https://www.h...") |
(→Introduction) |
||
Line 9: | Line 9: | ||
* Duplicating GUI [[File:PCGEN_Glitch.png]] | * Duplicating GUI [[File:PCGEN_Glitch.png]] | ||
** Problem: Dialogs and the main PCGen screen starts duplicating and drawing over top itself. This is a Java issue with hi-res monitors | ** Problem: Dialogs and the main PCGen screen starts duplicating and drawing over top itself. This is a Java issue with hi-res monitors | ||
− | ** Solution: Right click PCGen app, Select Properties, then Compatibility, then turn on Override High DPI scaling. This is for Windows 10, please report a solution for Mac's | + | ** Solution 1: Right click PCGen app, Select Properties, then Compatibility, then turn on Override High DPI scaling. This is for Windows 10, please report a solution for Mac's |
+ | ** Solution 2: Create a pcgen.bat file in the PCGen root directory and put this in it. java.exe -Dswing.aatext=true -Dsun.java2d.dpiaware=false -jar pcgen.jar |
Latest revision as of 17:27, 24 July 2018
Contents |
Introduction
Here is a list of common problems there are solutions for, if you have other problems please contact us in our chatroom
=Graphic Problems
- Duplicating GUI
- Problem: Dialogs and the main PCGen screen starts duplicating and drawing over top itself. This is a Java issue with hi-res monitors
- Solution 1: Right click PCGen app, Select Properties, then Compatibility, then turn on Override High DPI scaling. This is for Windows 10, please report a solution for Mac's
- Solution 2: Create a pcgen.bat file in the PCGen root directory and put this in it. java.exe -Dswing.aatext=true -Dsun.java2d.dpiaware=false -jar pcgen.jar