Skip to content
⌘ NSIS Forum Archive

Variable "MUI_TEXT" not referenced, wasting memory!

7 posts

rien#

Variable "MUI_TEXT" not referenced, wasting memory!

Hi,

what is about this message? I don't find anything about this error message. I doesn't use the variable "MUI_TEXT" and I don't find these in my script.
I have also a problem with the "Nsis Documentation" the letters are too small for reading.

Who can help!

Rien
deguix#
what is about this message? I don't find anything about this error message. I doesn't use the variable "MUI_TEXT" and I don't find these in my script.
Give more details about it. Like for example: What change did you do to that happen?
Joost Verburg#
You probably forgot to add the section descriptions.

The users manual text size can be changed using Ctrl + Scroll Wheel.
rien#
No, I've delete "section descriptions" and the problem is gone.

It would be nice if the compiler could find the errors themself.
The line with the script error would be a good help.
Joost Verburg#
An unused variable isn't a single error.

Did you add all page macros and language macros in the order as described in the Modern UI Readme?

Also attach a script.
Yovav#
Had the same problem - got descriptions section but was not using it...

Now is solved.

10X!