XD Packager problems

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

XD Packager problems

Leonardo Oillataguerre
Hello everyone.

We have a question, can we generate XD images in version 9.0?

In our first tests we always end up in GPF and then we remember that one of the limitations of the beta was that the packager was not finished. Is it like that or should we continue investigating?
Specifically, we refer to XD images for VA 9.0 in 64-bit Windows.

Thank you

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: XD Packager problems

Seth Berman
Hello Leonardo,

If you make the following change...does it work?

Fix is in OSStructure class>>alignmentOf:at:

Change:
(structClass fixedSize >= 0 and: [self hasValidTypeDescriptors not]) ifTrue: [^nil].

to:

(structClass fixedSize >= 0 and: [structClass hasValidTypeDescriptors not]) ifTrue: [^nil].


On Monday, March 12, 2018 at 8:28:50 AM UTC-4, Leonardo Oillataguerre wrote:
Hello everyone.

We have a question, can we generate XD images in version 9.0?

In our first tests we always end up in GPF and then we remember that one of the limitations of the beta was that the packager was not finished. Is it like that or should we continue investigating?
Specifically, we refer to XD images for VA 9.0 in 64-bit Windows.

Thank you

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: XD Packager problems

Leonardo Oillataguerre
In reply to this post by Leonardo Oillataguerre
It works Perfect !

Thank a lot Seth.




El lunes, 12 de marzo de 2018, 9:28:50 (UTC-3), Leonardo Oillataguerre escribió:
Hello everyone.

We have a question, can we generate XD images in version 9.0?

In our first tests we always end up in GPF and then we remember that one of the limitations of the beta was that the packager was not finished. Is it like that or should we continue investigating?
Specifically, we refer to XD images for VA 9.0 in 64-bit Windows.

Thank you

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.
Reply | Threaded
Open this post in threaded view
|

Re: XD Packager problems

Seth Berman
Hello Leonardo,

Great.  I've gone ahead and applied the fix to our working 9.1 builds.

-- Seth

On Monday, March 12, 2018 at 6:44:41 PM UTC-4, Leonardo Oillataguerre wrote:
It works Perfect !

Thank a lot Seth.




El lunes, 12 de marzo de 2018, 9:28:50 (UTC-3), Leonardo Oillataguerre escribió:
Hello everyone.

We have a question, can we generate XD images in version 9.0?

In our first tests we always end up in GPF and then we remember that one of the limitations of the beta was that the packager was not finished. Is it like that or should we continue investigating?
Specifically, we refer to XD images for VA 9.0 in 64-bit Windows.

Thank you

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.