Aurora is on version 2.5.0 C#, available at the Aurora Forums.

Contact Erik on the forum for a wiki account.

Difference between revisions of "Garbled text"

From AuroraWiki
Jump to navigation Jump to search
(Created page with "From: http://aurora2.pentarch.org/index.php?topic=7107.0;topicseen Solution Found: Yahoooo! It looks like this works. To make it so that anyone with the similar problem won'...")
 
 
Line 1: Line 1:
 +
For people who suffer from Garbled text [[Troubleshooting|issue]] and restoring default font values doesn't work. A possible solution that involve registry editing follows. Warning Serious problems might occur if you modify the registry incorrectly, its recommended to avoid it unless you know what you are doing.
 +
 +
==Solution==
 +
 
From: http://aurora2.pentarch.org/index.php?topic=7107.0;topicseen
 
From: http://aurora2.pentarch.org/index.php?topic=7107.0;topicseen
 
Solution Found:
 
  
 
Yahoooo! It looks like this works. To make it so that anyone with the similar problem won't end up running from one topic to another, here is the full solution that worked for me. I hope it'll help anyone else with similar problems:
 
Yahoooo! It looks like this works. To make it so that anyone with the similar problem won't end up running from one topic to another, here is the full solution that worked for me. I hope it'll help anyone else with similar problems:
Line 8: Line 10:
 
Find the following keys, and change them to the following:
 
Find the following keys, and change them to the following:
  
<code>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
 
+
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
+
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
 
+
"Courier 10,12,15"="COURE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
 
 
 
"Courier 10,12,15"="COURE.FON"
 
  
</code>
 
 
Reboot.
 
Reboot.

Latest revision as of 03:04, 29 January 2016

For people who suffer from Garbled text issue and restoring default font values doesn't work. A possible solution that involve registry editing follows. Warning Serious problems might occur if you modify the registry incorrectly, its recommended to avoid it unless you know what you are doing.

Solution

From: http://aurora2.pentarch.org/index.php?topic=7107.0;topicseen

Yahoooo! It looks like this works. To make it so that anyone with the similar problem won't end up running from one topic to another, here is the full solution that worked for me. I hope it'll help anyone else with similar problems:

Go into the registry - start, run, regedit. Find the following keys, and change them to the following:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts]
"MS Sans Serif 8,10,12,14,18,24"="SSERIFE.FON"
"MS Serif 8,10,12,14,18,24"="SERIFE.FON"
"Courier 10,12,15"="COURE.FON"

Reboot.