ZipFileMember(Object) error: bad LH signature at I6rFA2

kwiyi woo kwiyiwoo at yahoo.com
Mon Jun 21 02:25:54 UTC 2004


Hello,
I want to use the SqueakPlugIn to publish a project on the web. I worked on Squeak3.6 and did a test by using the "Make a Painting" tool in the Navigator bar to create a picture and save this project to local disc as test1.001.pr. Then I put this project on a webserver and created a html file as follows:
 
<html> 
<head>
<title>Squeak Plugin Launcher</title>
<BASE href="www.squeakland.org"> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF">
 
<OBJECT
 ID="SqueakOCX Control"
 WIDTH=1024 HEIGHT=768
 ALIGN=center BORDER=2
 CLASSID="CLSID:2BE9C39E-8386-4435-B337-FCDAD8EAB006"
 CODEBASE="http://www.squeakland.org/installers/SqueakPluginInstaller.exe">
  <PARAM name="src" value="http://MyOwnWebServer/test1.001.pr">
  <PARAM name="update" value="207">
  <PARAM name="win32" value="Squeak3.2gamma of 12 January 2002 [latest update: #4879]">
  <PARAM name="macos" value="Squeak3.1alpha of 16 May 2001 [latest update: #4081]">
  
  <PARAM name="loader_url" value="http://www.squeakland.org/project.jsp">
  <PARAM name="pluginspage" value="http://www.squeakland.org/detect.html">
  <PARAM name="update_url" value="http://www.squeakland.org/update/">
  <PARAM name="apiSupported" value="TRUE">
</OBJECT>
 
</body>
</html>

However, it threw exception as:
ZipFileMember(Object)>>error: bad LH signature at I6rFA2
ZipFileMember(Object)>>readLocalDirectoryFileHeaderFrom
 
Any help?
Thanks
Kwiyi


		
---------------------------------
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20040620/dde9f7bb/attachment.htm


More information about the Squeak-dev mailing list