The following are questions that have been submitted to the ITC Research Computing Support Group email address res-consult@virginia.edu concerning the technical computing software IDL.
Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet
Warning: Unable to load any usable fontset
Warning:
Name: FONTLIST_DEFAULT_TAG_STRING
Class: XmRendition
Conversion failed. Cannot load font.
Create a text file called "startup.pro" in the main IDL directory (usually "C:\Program Files\IDL**" where "**" indicates the version number) Add the following text to the file and then save and close the file:
DEVICE, RETAIN=2, DECOMPOSED=0
Click on File | Preferences... from the menu. Once the Preference window opens, click on the "Startup" tab and find and select the startup.pro file under "Startup file:" by clicking on the "Browse..." button.
![]()
Its most likely because you have the variable LM_LICENSE_FILE set to point someplace other that the IDL license file. You can see if this is the case by typing echo $LM_LICENSE_FILE You then need to remove the variable definition. For C shell: unsetenv LM_LICENSE_FILE For K shell unset LM_LICENSE_FILE Then IDL should work. DATE: 10/13/00
![]()
This happens because Solaris 8 has changed how it handles font substitution when executing 64-bit programs like idlde. There is an immediate workaround found in Research Systems Article 3091.