swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] error with Save


From: Pietro Terna
Subject: Re: [Swarm-Support] error with Save
Date: Thu, 30 Mar 2006 23:53:42 +0200

        Dear Scott,

many thanks for you reply: the error comes with all the applications, also with simple tutorial ones, as SimpleObserverBug (which does not use long long).

May be that the routine writing the .swarmArchiver file (that contains the Save effect) uses a long long: the file is interrupted before writing a number.

I underline, as below, the the error is generated only using the newest version of the javaswarm.dll file.

        The best, Pietro


At 19.20 30/03/2006, you wrote:
Hello Pietro,

I don't have a windows machine to duplicate your error, but from looking at the error message it appears to be related to the "long long" data type. This is a special data type added by GCC to support 64-bit integers but it is not supported on all platforms. The error you are getting is a hard error, there is no support to output a "long long" value. Are you using "long long" in your application, maybe you can switch to "long"?

cheers
Scott

Pietro Terna wrote:
    Hi all,
sorry of posting again the problem, but a few months ago I'd no solutions useful to fix the problem below. The newest version of javaswarm.dll (that one external to Swarm-2.2-java.zip, downloaded separately from http://www.santafe.edu/~mgd/javaswarm.dll) seems to contain a bug about the Save button effect. With this library, pressing the Save button the applications produce the message:
*** event raised for error: NotImplemented
*** function: _i_OutputStream_c__catLongLong_(), file: /src/swarm/src/collection
s/OutputStream.m, line: 268
No printf format specifier for long long*** execution terminating due to error
/src/swarm/src/defobj/Symbol.m:187 -[Error(c) _raiseEvent:]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
    The resulting .swarmArchive file is corrupted.
    You can duplicate this error with SimpleObserverBug of the tutorial.
    Yours, Pietro
_______________________________________________
Support mailing list
address@hidden
http://www.swarm.org/mailman/listinfo/support



reply via email to

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