[Vm-dev] New Win32 VM [m17n testers needed]

Andreas Raab andreas.raab at gmx.de
Sun Jun 3 18:14:54 UTC 2007


Chris Petsos wrote:
> I am getting a primitive has failed error when i try to publish an EToy...
> I think it's happening when it tries to create the resourcecache.map 
> file in the Squeaklets folder, or the folder itself.

Thanks for finding this. The problem was a left-over CreateDirectoryA() 
call which of course should now be CreateDirectoryW(). It'll be fixed in 
the next version.

Cheers,
   - Andreas

> To reproduce the problem:
> 1) Just run the exe inside the *bin.zip file above.
> 2) Try to publish the empty eToy.
> 
> Note that the VM version that i compiled does not create this error...
> 
> Christos


More information about the Vm-dev mailing list