[etoys-dev] Plugin woes on Windows

Karl Ramberg karlramberg at gmail.com
Mon Oct 26 13:35:31 EDT 2009


Hi,
I have tested using the latest release and can only get the browser 
plugin to launch in Google Chrome.
The others (IE8, Firefox and Safari) fail with

PluginHTTPDownloadRequest(Object)>>error:


I'm not sure how to debug this.
I can connect from the image while in the browser to the showcase but 
launching always fails.


Karl


-------------- next part --------------
Error: Error loading 'http://www.squeakland.org/content/showcase/everyone/accounts/yoshiki/TurtleGeometry.014.pr'
26 October 2009 6:20:57 pm

VM: Win32 - a SmalltalkImage
Image: etoys4.0 [latest update: #2332]

SecurityManager state:
Restricted: false
FileAccess: true
SocketAccess: true
Working Dir C:\Program\Etoys\Etoys.app\Contents\Resources
Trusted Dir C:\Documents and Settings\Karl\Application Data\etoys
Untrusted Dir C:\Documents and Settings\Karl\Mina dokument\etoys

PluginHTTPDownloadRequest(Object)>>error:
	Receiver: a PluginHTTPDownloadRequest
	Arguments and temporary variables: 
		aString: 	'Error loading ''http://www.squeakland.org/content/showcase/everyone/a...etc...
	Receiver's instance variables: 
		semaphore: 	a Semaphore()
		url: 	'http://www.squeakland.org/content/showcase/everyone/accounts/yoshiki/Turt...etc...
		content: 	'Error downloading file'
		loader: 	a HTTPLoader
		process: 	nil
		fileStream: 	nil

PluginHTTPDownloadRequest>>contentStream
	Receiver: a PluginHTTPDownloadRequest
	Arguments and temporary variables: 

	Receiver's instance variables: 
		semaphore: 	a Semaphore()
		url: 	'http://www.squeakland.org/content/showcase/everyone/accounts/yoshiki/Turt...etc...
		content: 	'Error downloading file'
		loader: 	a HTTPLoader
		process: 	nil
		fileStream: 	nil

CodeLoader>>installProject
	Receiver: a CodeLoader
	Arguments and temporary variables: 
		aStream: 	nil
	Receiver's instance variables: 
		baseURL: 	''
		sourceFiles: 	#(a PluginHTTPDownloadRequest)
		segments: 	nil
		publicKey: 	nil

[] in ProjectLauncher>>installProjectFrom: {[loader installProject]}
	Arguments and temporary variables: 
		loader: 	a CodeLoader
		ex: 	nil


--- The full stack ---
PluginHTTPDownloadRequest(Object)>>error:
PluginHTTPDownloadRequest>>contentStream
CodeLoader>>installProject
[] in ProjectLauncher>>installProjectFrom: {[loader installProject]}
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
BlockContext>>on:do:
[] in ProjectLauncher>>installProjectFrom: {[[loader installProject]   on: ProjectViewOpenNotification   do: [:ex | ex r...]}
BlockContext>>on:do:
ProjectLauncher>>installProjectFrom:
ProjectLauncher>>startUpAfterLogin
ProjectLauncher>>doEtoyLogin
ProjectLauncher>>startUp
[] in AutoStart class>>startUp: {[launcher startUp]}
WorldState>>runStepMethodsIn:
PasteUpMorph>>runStepMethods
WorldState>>doOneCycleNowFor:
WorldState>>doOneCycleFor:
PasteUpMorph>>doOneCycle
[] in Project class>>spawnNewProcess {[[World doOneCycle.  Processor yield.  false] whileFalse.  nil]}
[] in BlockContext>>newProcess {[self value.  Processor terminateActive]}


More information about the etoys-dev mailing list