<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://pangu.software/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MartinDunstan</id>
	<title>PANGU Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://pangu.software/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MartinDunstan"/>
	<link rel="alternate" type="text/html" href="https://pangu.software/wiki/Special:Contributions/MartinDunstan"/>
	<updated>2026-04-09T02:25:45Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=53</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=53"/>
		<updated>2021-12-04T00:13:13Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Deleted content: now in the FAQ page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is an obsolete page which provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
&lt;br /&gt;
This page has been replaced by the [[FAQ]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=FAQ&amp;diff=52</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=FAQ&amp;diff=52"/>
		<updated>2021-12-04T00:12:00Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is the Frequently Asked Questions (FAQ) page for PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== Qt viewer crash with when in non-US/C locales [SPR00026] ==&lt;br /&gt;
When running the Qt viewer with the locale set to something other than US or C (&amp;#039;&amp;#039;e.g.&amp;#039;&amp;#039; a European locale such as fr_FR or it_IT), the PANGU v4 and PANGU v5 viewers would crash during parsing of floating point values on the command line or in parameter files such as the star catalogue or pangu.ini. This issue was fixed in PANGU v5.50.&lt;br /&gt;
&lt;br /&gt;
The work-around for older versions of the viewer is to temporarily set the locale (LC_ALL) to “en_US” or “C” before running the viewer &amp;#039;&amp;#039;e.g.&amp;#039;&amp;#039; under Linux:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ LC_ALL=&amp;quot;C&amp;quot; ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This issue doesn’t affect non-Qt programs such as surfacemodeller or panviewer_glut.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=51</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=51"/>
		<updated>2021-06-14T16:58:33Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
There is an [[FAQ]] page for frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
The original [[Known Issues]] page has been merged into the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Similarly, the original [[Installation Problems]] page has been merged into the [[FAQ]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=50</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=50"/>
		<updated>2021-06-14T16:58:05Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
There is an [[FAQ]] page for frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
The original [[Known Issues]] page has been merged into the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Similarly, the original [[Installation Issues]] page has been merged into the [[FAQ]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=49</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=49"/>
		<updated>2021-06-14T16:57:50Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
There is an [[FAQ]] page for frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
The original [[Known Issues]] page has been merged into the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
Similarly, the original [[Installation Issues] page has been merged into the [[FAQ]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=48</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=48"/>
		<updated>2021-06-14T16:57:39Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
There is an [[FAQ]] page for frequently asked questions.&lt;br /&gt;
&lt;br /&gt;
The original [[Known Issues]] page has been merged into the [[FAQ]] page.&lt;br /&gt;
Similarly, the original [[Installation Issues] page has been merged into the [[FAQ]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=47</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=47"/>
		<updated>2021-06-14T14:30:28Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This obsolete page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
This page has been replaced by the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== Other known issues ==&lt;br /&gt;
Please check the [[Known Issues]] page for other problems which might be encountered.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=46</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=46"/>
		<updated>2021-06-14T14:29:50Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is an obsolete page which provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
&lt;br /&gt;
This page has been replaced by the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=45</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=45"/>
		<updated>2021-06-14T14:29:32Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is an obsolete page which provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
It has been replaced by the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=44</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=44"/>
		<updated>2021-06-14T14:29:14Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is an obsolete page which provides answers to issues that users have encountered when using PANGU. It has been replaced by the [[FAQ]] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=43</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=43"/>
		<updated>2021-06-14T14:27:10Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
There is an [[FAQ]] page for frequently asked questions.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=FAQ&amp;diff=42</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=FAQ&amp;diff=42"/>
		<updated>2021-06-14T14:22:57Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is the Frequently Asked Questions (FAQ) page for PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=FAQ&amp;diff=41</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=FAQ&amp;diff=41"/>
		<updated>2021-06-14T14:21:37Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Created page with &amp;quot;__FORCETOC__ This is the Frequently Asked Questions (FAQ) page for PANGU.  == Error: not authorised == The most common reason for this problem is failure to open a new termina...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This is the Frequently Asked Questions (FAQ) page for PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== Other known issues ==&lt;br /&gt;
Please check the [[Known Issues]] page for other problems which might be encountered.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=40</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=40"/>
		<updated>2021-02-20T17:57:28Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=39</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=39"/>
		<updated>2021-02-20T17:56:57Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== pan2cad: Incorrect scaling in COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;br /&gt;
&lt;br /&gt;
== pangu_gui: Java: Unsupported major.minor version 52.0 ==&lt;br /&gt;
The PANGU GUI requires 64-bit Java 1.8 (aka Java 8) or newer to run. If you have an older version of Java then the Java GUI will fail to start and Java will report an exception: Unsupported major.minor version 52.0.&lt;br /&gt;
&lt;br /&gt;
Please install 64-bit JRE 1.8 (aka JRE 8) or newer: 32-bit Java will not work.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=38</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=38"/>
		<updated>2021-02-20T17:51:09Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when using PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Incorrect scaling in pan2cad COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=37</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=37"/>
		<updated>2020-12-14T18:05:14Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: /* Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Incorrect scaling in pan2cad COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=36</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=36"/>
		<updated>2020-12-14T18:03:45Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;br /&gt;
&lt;br /&gt;
== Performance boost with __GL_DEBUGGER=1 when using NVIDIA drivers under Linux ==&lt;br /&gt;
Linux users may notice a substantial performance increase if the viewer is executed under a debugger, a system call profiler (e.g. strace) or if the __GL_DEBUGGER environment variable is set to 1.&lt;br /&gt;
&lt;br /&gt;
It is believed that the NVIDIA drivers analyse the initial rendering calls issued by an application to detect the game or application that is being run. The result is used to select internal settings in the driver which negatively affect the performance of the PANGU viewer. When the application is operating in debugging mode the effects of the detection algorithm appear to be disabled.&lt;br /&gt;
&lt;br /&gt;
Linux users with native NVIDIA drivers may wish to set __GL_DEBUGGER=1 before running the viewer. There do not appear to be any other side-effects to enabling this setting. Bash shell users can set the environment variable just for a specific viewer execution (e.g. for use in scripts) via the following shell syntax:&lt;br /&gt;
&lt;br /&gt;
$ __GL_DEBUGGER=1 ./bin/viewer ...&lt;br /&gt;
&lt;br /&gt;
== Incorrect scaling in pan2cad COLLADA files ==&lt;br /&gt;
Prior to version 5.50(2), COLLADA (.dae) files generated by pan2cad had &amp;lt;scale&amp;gt; nodes in which the y/z elements were incorrectly swapped over.&lt;br /&gt;
&lt;br /&gt;
The work-around for affected versions of pan2cad is to manually swap the y/z elements of every non-trivial &amp;lt;scale&amp;gt; node (or use a different CAD output format). Most &amp;lt;scale&amp;gt; nodes in a COLLADA file will be for unit scaling (1 1 1) and don&amp;#039;t need swapping.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=35</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=35"/>
		<updated>2019-05-15T12:35:21Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=34</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=34"/>
		<updated>2019-05-15T12:34:48Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
A page covering common installation issues can be found at [[Installation Problems]]. Other known issues can be found on the [[Known Issues]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=33</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=33"/>
		<updated>2019-05-15T12:34:24Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
A page covering common installation issues can be found at [[Installation Problems]] while other known issues can be found on the [[Known Issues]] page.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=32</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=32"/>
		<updated>2019-05-15T12:33:55Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== Other known issues ==&lt;br /&gt;
Please check the [[Known Issues]] page for other problems which might be encountered.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=31</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=31"/>
		<updated>2019-05-15T12:33:25Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== Other known issues ==&lt;br /&gt;
Please check the  [[Known Issues]]. page for other problems which might be encountered.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=30</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=30"/>
		<updated>2019-05-15T12:31:47Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme [SPR00029] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; [SPR00030] ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042] ==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Known_Issues&amp;diff=29</id>
		<title>Known Issues</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Known_Issues&amp;diff=29"/>
		<updated>2019-05-15T12:29:13Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Created page with &amp;quot;__FORCETOC__ This page provides answers to issues that users have encountered when installing PANGU.  == Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042]== The...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Save-as crash/freeze using Qt5 on Windows 7 on a Dell [SPR00042]==&lt;br /&gt;
The Dell Backup and Recovery tool on Windows 7 causes Qt5 applications (such as the viewer) to crash when opening a file manager dialog e.g. using “Save Image As”. After the crash Windows 7 will adjust the way in which the viewer runs which will prevent a crash for the affected dialog window only. However, the dialog will be blank except “Save” and “Cancel” buttons. Pressing the “Cancel” button and then trying again will work around the issue for that dialog until the viewer quits. The process must be repeated for the other file dialogs.&lt;br /&gt;
&lt;br /&gt;
For more details please refer to the following bug report from May 2015: [https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325 https://www.dell.com/community/Productivity-Software/Backup-and-Recovery-causing-applications-using-Qt5-DLLs-to-crash/td-p/4590325]&lt;br /&gt;
&lt;br /&gt;
Uninstalling the Dell Backup and Recovery tool will resolve the issue.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=28</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=28"/>
		<updated>2019-05-15T12:24:51Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
A page covering common installation issues can be found at [[Installation Problems]].&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=27</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=27"/>
		<updated>2019-01-29T11:42:17Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
A page covering common installations issues can be found at [[Installation Problems]].&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=26</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=26"/>
		<updated>2019-01-29T11:37:12Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: MartinDunstan moved page Installation to Installation Problems without leaving a redirect: This page only deals with installation problems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=25</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=25"/>
		<updated>2019-01-29T11:14:51Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;br /&gt;
&lt;br /&gt;
== Failed to load module &amp;quot;canberra-gtk-module&amp;quot; ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE or KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The problem is due to the specified module not being installed on your system.&lt;br /&gt;
&lt;br /&gt;
Ubuntu users might be able to resolve this issue by using this command:&lt;br /&gt;
 sudo apt install libcanberra-gtk-module&lt;br /&gt;
&lt;br /&gt;
CentOS users might need to use one of these commands instead:&lt;br /&gt;
 sudo yum install libcanberra-gtk2&lt;br /&gt;
 sudo yum install libcanberra-gtk3&lt;br /&gt;
&lt;br /&gt;
See [https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module https://askubuntu.com/questions/208431/failed-to-load-module-canberra-gtk-module] or [https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module https://askubuntu.com/questions/971560/what-is-the-purpose-of-canberra-gtk-module] for more details.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=24</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=24"/>
		<updated>2019-01-29T11:05:10Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Error: not authorised ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE and possibly KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=23</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=23"/>
		<updated>2019-01-29T11:04:34Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;br /&gt;
&lt;br /&gt;
== QGtkStyle was unable to detect the current GTK+ theme ==&lt;br /&gt;
This error might occur when running the PANGU Qt viewers under Linux when using XFCE, LXDE and possibly KDE desktops with Ubuntu 18.04. This affects any Qt application, not just PANGU.&lt;br /&gt;
&lt;br /&gt;
The simplest solution is to define the following environment variable:&lt;br /&gt;
&lt;br /&gt;
 GTK2_RC_FILES=&amp;quot;$HOME/.gtkrc-2.0:/etc/gtk-2.0/gtkrc&amp;quot;&lt;br /&gt;
&lt;br /&gt;
If neither of those configuration files exists then create a text file called .gtkrc-2.0 in your home directory and add the following line of text to it:&lt;br /&gt;
&lt;br /&gt;
  gtk-theme-name=&amp;quot;GTK+&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Save the file and the issue ought to be resolved.&lt;br /&gt;
&lt;br /&gt;
For more details see [http://alien.slackbook.org/blog/running-vlc-in-xfce/ http://alien.slackbook.org/blog/running-vlc-in-xfce/]&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=22</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=22"/>
		<updated>2019-01-29T10:54:10Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;lt;code&amp;gt;′′&amp;lt;/code&amp;gt; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string &amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=21</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=21"/>
		<updated>2019-01-29T10:52:34Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file ′′ ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=20</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=20"/>
		<updated>2019-01-29T10:51:47Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__FORCETOC__&lt;br /&gt;
This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=19</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=19"/>
		<updated>2019-01-29T10:47:47Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′ then you probably forgot to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=18</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=18"/>
		<updated>2019-01-29T10:46:37Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal window after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′, did you remember to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=17</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=17"/>
		<updated>2019-01-29T10:46:19Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′, did you remember to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The specified licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=16</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=16"/>
		<updated>2019-01-29T10:45:51Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′, did you remember to close the terminal/command window and open a new one after setting the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The licence file is not found ===&lt;br /&gt;
Check that the &amp;#039;&amp;#039;&amp;#039;PANGU_LICENCE_FILE&amp;#039;&amp;#039;&amp;#039; environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=15</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=15"/>
		<updated>2019-01-29T10:45:00Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal after setting the PANGU_LICENCE_FILE environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′, did you remember to close the terminal/command window and open a new one after setting the PANGU_LICENCE_FILE environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The licence file is not found ===&lt;br /&gt;
Check that the PANGU_LICENCE_FILE environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
 type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
 cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=14</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=14"/>
		<updated>2019-01-29T10:39:42Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal after setting the PANGU_LICENCE_FILE environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string ′′, did you remember to close the terminal/command window and open a new one after setting the PANGU_LICENCE_FILE environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The licence file is not found ===&lt;br /&gt;
Check that the PANGU_LICENCE_FILE environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=13</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=13"/>
		<updated>2019-01-29T10:38:41Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
The most common reason for this problem is failure to open a new terminal after setting the PANGU_LICENCE_FILE environment variable. If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
&lt;br /&gt;
=== Note: used licence file &amp;#039;&amp;#039; ===&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string &amp;#039;&amp;#039;, did you remember to close the terminal/command window and open a new one after setting the PANGU_LICENCE_FILE environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
&lt;br /&gt;
=== The licence file is not found ===&lt;br /&gt;
Check that the PANGU_LICENCE_FILE environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
&lt;br /&gt;
type %PANGU_LICENCE_FILE%&lt;br /&gt;
&lt;br /&gt;
For Linux users type:&lt;br /&gt;
&lt;br /&gt;
cat $PANGU_LICENCE_FILE&lt;br /&gt;
&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=12</id>
		<title>Installation Problems</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Installation_Problems&amp;diff=12"/>
		<updated>2019-01-29T10:33:50Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Created page with &amp;quot;This page provides answers to issues that users have encountered when installing PANGU.  == Licence not found == If you don&amp;#039;t have a licence file for your machine then you mus...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides answers to issues that users have encountered when installing PANGU.&lt;br /&gt;
&lt;br /&gt;
== Licence not found ==&lt;br /&gt;
If you don&amp;#039;t have a licence file for your machine then you must request one via the licence request page on the [https://pangu.software site pangu.software site].&lt;br /&gt;
If the licence file used by PANGU is reported as the empty string &amp;#039;&amp;#039;, did you remember to close the terminal/command window and open a new one after setting the PANGU_LICENCE_FILE environment variable? Environment variable changes will only apply to programs that are started &amp;#039;&amp;#039;&amp;#039;after&amp;#039;&amp;#039;&amp;#039; the change is made. So any existing windows will use the previous setting.&lt;br /&gt;
Check that the PANGU_LICENCE_FILE environment variable is set correctly. At a Windows/DOS/cmd.exe prompt type:&lt;br /&gt;
type %PANGU_LICENCE_FILE%&lt;br /&gt;
For Linux users type:&lt;br /&gt;
cat $PANGU_LICENCE_FILE&lt;br /&gt;
If the contents of the licence file are not displayed then the environment variable is wrong. Correct the error and remember to close the terminal and open a new one.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=11</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=11"/>
		<updated>2018-08-09T15:43:26Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Deleted link to the deleted Help:FAQ page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there isn&amp;#039;t any useful content here just.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=9</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=9"/>
		<updated>2018-08-09T15:33:05Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Added missing space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there isn&amp;#039;t any useful content here just.&lt;br /&gt;
&lt;br /&gt;
This is a link to [[Help:FAQ|the FAQ]].&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=8</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=8"/>
		<updated>2018-08-09T15:32:38Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Added link to the Help:FAQ page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there isn&amp;#039;t any useful content here just.&lt;br /&gt;
&lt;br /&gt;
This is a link to[[Help:FAQ|the FAQ]].&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=6</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=6"/>
		<updated>2018-08-09T15:13:25Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Split into two paragraphs.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there isn&amp;#039;t any useful content here just.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
	<entry>
		<id>https://pangu.software/w/index.php?title=Main_Page&amp;diff=5</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://pangu.software/w/index.php?title=Main_Page&amp;diff=5"/>
		<updated>2018-08-09T15:13:02Z</updated>

		<summary type="html">&lt;p&gt;MartinDunstan: Removed default landing text and added a PANGU-specific warning.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to the Wiki for PANGU: Planet and Asteroid Natural Scene Generator. Unfortunately there isn&amp;#039;t any useful content here just.&lt;/div&gt;</summary>
		<author><name>MartinDunstan</name></author>
		
	</entry>
</feed>