[BUG] Project loading display depth change

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

[BUG] Project loading display depth change

Karl Ramberg
Hi,
There is a bug in project loading that affect the change of display depth.
Somewhere along this chain the display get in a bad state and gets garbled.
It's hard to debug because the display basicly stops working.

Project>>#installNewDisplay:depth:
DisplayScreen>>#setExtent:depth:
Form>>#setExtent:depth:

Try loading the simple test project in attachment when display depth in image is set 16 bits to see the error.
The test project has 32 bit depth.

Best,
Karl



GeeMailTest.002.pr (24K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Project loading display depth change

marcel.taeumel
Hi Karl,

should be fixed with System-mt.1029.

Best,
Marcel

Am 23.05.2018 20:54:48 schrieb karl ramberg <[hidden email]>:

Hi,
There is a bug in project loading that affect the change of display depth.
Somewhere along this chain the display get in a bad state and gets garbled.
It's hard to debug because the display basicly stops working.

Project>>#installNewDisplay:depth:
DisplayScreen>>#setExtent:depth:
Form>>#setExtent:depth:

Try loading the simple test project in attachment when display depth in image is set 16 bits to see the error.
The test project has 32 bit depth.

Best,
Karl


Reply | Threaded
Open this post in threaded view
|

Re: [BUG] Project loading display depth change

Karl Ramberg
Great.
Best,
Karl
On Thu, 24 May 2018 at 11:35, Marcel Taeumel <[hidden email]> wrote:
Hi Karl,

should be fixed with System-mt.1029.

Best,
Marcel

Am 23.05.2018 20:54:48 schrieb karl ramberg <[hidden email]>:

Hi,
There is a bug in project loading that affect the change of display depth.
Somewhere along this chain the display get in a bad state and gets garbled.
It's hard to debug because the display basicly stops working.

Project>>#installNewDisplay:depth:
DisplayScreen>>#setExtent:depth:
Form>>#setExtent:depth:

Try loading the simple test project in attachment when display depth in image is set 16 bits to see the error.
The test project has 32 bit depth.

Best,
Karl