What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Packing script error

Packing script error
Author: Message:
x5x_tim
New Member
*


Posts: 3
Joined: Jul 2010
O.P. Packing script error
Hi
I'm trying to pack a script. It's just one .js file that is functional (tested it before packing it).
My ScriptInfo.xml looks like this:
code:
<ScriptInfo>
<Information>
  <Name>The list</Name>
  <Description>Prints your points from the list to your psm every five minutes.</Description>
  <Version>1.00</Version>
  </Information>
  </ScriptInfo>

I've already tried backing the code up and deleting it from the script manager and then running the .plsc but it keeps telling me that it's corrupt or something.
I've tried creating the ZIP archive with WinRar and 7zip.

Any pointers?
07-01-2010 11:31 AM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: Packing script error
Are you saving the ScriptInfo.xml as Unicode?
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5216 days, 20 hours, 49 minutes, 19 seconds ago
07-01-2010 11:35 AM
Profile E-Mail PM Find Quote Report
x5x_tim
New Member
*


Posts: 3
Joined: Jul 2010
O.P. RE: Packing script error
I though that was optional?
Anyway, I saved it as UTF-8 now, same error.
07-01-2010 11:37 AM
Profile E-Mail PM Find Quote Report
djdannyp
Elite Member
*****

Avatar
Danny <3 Sarah

Posts: 3546
Reputation: 31
37 / Male / Flag
Joined: Mar 2006
RE: Packing script error
Try using the "Unicode" selection from the dropdown in Notepad.

If it doesn't work, please attach your Zip file here for us to look at
[Image: 1ftt0hpk-signature.png]
AutoStatus Script || Facebook Status Script
5216 days, 20 hours, 49 minutes, 19 seconds ago
07-01-2010 11:39 AM
Profile E-Mail PM Find Quote Report
x5x_tim
New Member
*


Posts: 3
Joined: Jul 2010
O.P. RE: Packing script error
Nope, that didn't work.
(I never even knew notepad could do different codesets :') I just used n++)
Lol, nevermind. I think I understand why it's failing. Haven't really bothered to look inside the zip

This post was edited on 07-01-2010 at 11:56 AM by x5x_tim.
07-01-2010 11:48 AM
Profile E-Mail PM Find Quote Report
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: Packing script error
In Notepad++, you should select UCS-2 Little Endian as encoding. Also, it's a good idea to place an XML header in your ScriptInfo.xml:
XML code:
<?xml version="1.0" encoding="UTF-16"?>
<ScriptInfo>
    <Information>
        <Name>The list</Name>
        <Description>Prints your points from the list to your psm every five minutes.</Description>
        <Version>1.00</Version>
    </Information>
</ScriptInfo>

Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
07-01-2010 11:56 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On