4.30: IDE crashes when screen recording

Working on new editor enhancements?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

4.30: IDE crashes when screen recording

Post 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.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: 4.30: IDE crashes when screen recording

Post 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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post 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.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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. ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Strange... I have this on two computers.
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

My IDE crashes, too.
PureBasic for Windows
Post Reply