Xojo apps are crashing since 2017r1

Since the new version Xojo 2017r1 our apps sometimes crash (especially on window resizes) on Windows.
On Mac there are no crashes.

Unfortunately I was not able to reproduce this to a small test project.
Is anyone else experiencing this?

Here is what it says in the event protocol:

  • 1000 2 100 0x80000000000000 3769 Application PC-STEFAN
  • DebugWebBox.exe 1.2.9.0 58d59b3c XojoGUIFramework32.DLL 17.1.3.4 58d59d2a c000041d 00028aab f4 01d2ad40749812b9 C:\\Users\\Stefan Adelsberger\\Projekte\\WebBox\\DebugWebBox\\DebugWebBox.exe C:\\Users\\Stefan Adelsberger\\Projekte\\WebBox\\DebugWebBox\\DebugWebBox Libs\\XojoGUIFramework32.DLL 1ebdb389-5d90-4e89-94a4-9745c3ea440c

I was able to break it down to a small sample project and created a FC:
<https://xojo.com/issue/47621>

Is anyone having the same problem?

I have noticed that when moving a window to another monitor as the cursor passes the boundary and Windows tries to dock the window (resizing to monitor height) the application can crash. It only does this at a small range of speed of movement though very hard to recreate.

As the FC was marked as “Fixed” I hoped this would be in 2017r1.1 … unfortunately it was not.
Have to switch back to 2015r4.1 … damn.

I have reverted to 2016R3 instead of 2015R4.1. At least it supports HiDPI.

@Michel Bujardet Did you also see this issue ? and are you still using 2016R3 for this reason ?

Unfortunately there is the bug with the RowPicture in the 2016 versions so I can’t use them:
<https://xojo.com/issue/46297>

I could not use any following version, mostly because of graphic issues. And printing issues as well.

[quote=328743:@Richard Grafl]Unfortunately there is the bug with the RowPicture in the 2016 versions so I can’t use them:
<https://xojo.com/issue/46297>[/quote]
Have you ever tried to use CellBackgroundPaint instead (you can draw the Picture yourself there at an appropriate scale so that it looks sharp)?
If that’s an option, then… (i’ll leave the rest of the sentence to you).

[quote=328752:@Jürg Otter]Have you ever tried to use CellBackgroundPaint instead (you can draw the Picture yourself there at an appropriate scale so that it looks sharp)?
If that’s an option, then… (i’ll leave the rest of the sentence to you).[/quote]
We didn’t try this but nevertheless this is not an option for us.
It would be too much work to update and check all our projects and subclasses of listboxes.