help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] Error when executing a script with gst-remote


From: Stefan Krecher
Subject: [Help-smalltalk] Error when executing a script with gst-remote
Date: Wed, 27 Jun 2012 02:06:27 +0200

Hi,

here comes another question regarding running gst on android.
I have an android-binding which can be loaded with PackageLoader
fileInPackage: 'Android'
Executing this in the emulator or a real device (via console or
script-execution) works perfectly.

But when i execute the following:

gst-win>gst-remote.exe -f contacts.st

where contacts.st should load the star-package (Android.star is
attached)- with the remote gst instance running on an emulator - i get
the following exceptions.

Loading package Sockets
Loading package NetClients
 error: Invalid argument nil: must be a Smalltalk.Dictionary or a Smalltalk.Clas
s
SystemExceptions.WrongClass(Smalltalk.Exception)>>signal (ExcHandling.st:254)
SystemExceptions.WrongClass class>>signalOn:mustBe: (SysExcept.st:776)
Smalltalk.Namespace class>>current: (Namespace.st:94)
Smalltalk.UndefinedObject>>executeStatements (a String:1)
[] in STInST.STEvaluationDriver>>evaluate: (Parser.star#VFS.ZipFile/STEvaluation
Driver.st:210)
 error: Invalid argument nil: must be a Smalltalk.Dictionary or a Smalltalk.Clas
s
....

Any ideas?
Thx,
Stefan

Attachment: Android.star
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]