Page 1 of 1

4.30: IDE crashes when screen recording

Posted: Sat Jan 10, 2009 2:04 pm
by Trond
Screen recorder:
http://hyperionics.com/downloads/HC1Setup.exe

Start screen recording and compile this code:

Code: Select all

OpenWindow(0, 0, 0, 512, 384, "", #PB_Window_ScreenCentered | #PB_Window_SystemMenu) 

ListIconGadget(0, 10, 10, 400, 300, "Number", 200, #PB_ListIcon_GridLines) 
AddGadgetColumn(0, 0, "hash", 150) 
For I = 0 To 200 
  AddGadgetItem(0, -1, Str(I) + #LF$ + MD5Fingerprint(@I, 4)) 
Next 

Repeat 
  Select WaitWindowEvent() 
    Case #PB_Event_CloseWindow 
      Break 
  EndSelect 
ForEver
The IDE crashes.

Re: 4.30: IDE crashes when screen recording

Posted: Sat Jan 10, 2009 3:23 pm
by PB
No crash here. Installed the app, set it to start recording (it showed a flashing
box at the top-left of my desktop), then I switched to the IDE and hit F5, and
nothing happened.

Posted: Sat Jan 10, 2009 3:28 pm
by Trond
You're too gentle. Torture it a little bit and it will crash. :wink:

The window that pops up, needs to be moved inside the blinking rectangle. Then it should crash.

Posted: Sat Jan 10, 2009 5:08 pm
by PB
Moved the window into the flashing rectangle and still no crash. I even
tried with XP skin support on and off. I was very rough this time, too. ;)

Posted: Sat Jan 10, 2009 6:03 pm
by Trond
Strange... I have this on two computers.

Posted: Sat Jan 10, 2009 7:26 pm
by Marco2007
My IDE crashes, too.