Error when executing a script with gst-remote

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Error when executing a script with gst-remote

Stefan Krecher
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

_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk

Android.star (17K) Download Attachment