You are here

Error Compiling

5 posts / 0 new
Last post
Takodo
Offline
Last seen: 16 years 6 months ago
Joined: 2008-03-30 16:30
Error Compiling

Hello,

I am trying to compile portable Firefox using the .nsi script. I have not written this script but really need to get it to work.

It gets to the second last line and gives an error in the compiler.

Invalid command: newadvsplash::wait
Error in script "D:\****\FirefoxPortable.nsi" on line 510 -- aborting creation process

I believe this is to due with the splash screen. Any ideas how to begin fixing this?

Thanks In Advance!!!

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 21 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Missing Plugin

Anytime you see something like: Invalid command: pluginname::command in one of our published scripts, you're missing an NSIS plugin. The plugin you're missing is "pluginname"... in your case newadvsplash. You can always plug the pluginname into Google and it'll be one of the first few results.

Sometimes, the impossible can become possible, if you're awesome!

Takodo
Offline
Last seen: 16 years 6 months ago
Joined: 2008-03-30 16:30
I have installed that plugin

I have installed that plugin before, and installed it again. I do have the plugin but I get the same error?

John T. Haller
John T. Haller's picture
Offline
Last seen: 8 hours 21 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Update

There's a new version that ditches the WAIT command and now uses ::stop /WAIT. But you're trying to compile an outdated FFP launcher that uses the old one.

Sometimes, the impossible can become possible, if you're awesome!

Takodo
Offline
Last seen: 16 years 6 months ago
Joined: 2008-03-30 16:30
Thanks you SO much!! That

Thanks you SO much!! That worked!!! Smile

Log in or register to post comments