Archive: lang string problems with new version


lang string problems with new version

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: could not resolve label "_874.3.10" in install section "$(lang string)" (19)
Error - aborting creation process


the installer built fine on the last NSIS version, where do I need to look to solve this problem?

What's the script?


well thats the thing i don't know where to look, and to paste a 6000 line script in here is not a viable solution

is there error in some section? some variable? lang string? i don't get it

the error message is too vague for me to understand where the error is


In section number 19, which uses a language string as its name, you have an unresolved label error. Try replacing the name with something that's not a language string for easier debugging.


thanks i had forgotten an endif

i checked other threads with this problem and saw that endif thing, but i was certain i had no such errors :)

turns out i did (for future reference!)