Page 1 of 1
PB_Compiler_EditorOutput.pb
Posted: Sat May 17, 2008 9:23 pm
by Trond
Either save the last compiled file somewhere, or stop the IDE from crashing. Before there was a PB_Compiler_EditorOutput.pb, now I can't find it anywhere.
Edit: Now I can find it. But when the IDE crashed, then it was gone.
Posted: Tue Jun 03, 2008 10:30 am
by Trond
This is so annoying. When the IDE hasn't crashed, the file is there. Every time it crashes, the file disappears!

Posted: Tue Jun 03, 2008 12:26 pm
by freak
Maybe you could tell me how you are making the IDE crash... then i could fix that.
Posted: Tue Jun 03, 2008 1:17 pm
by Trond
Thanks. Just press Alt+V (happens when I try to press Alt+B).
Posted: Tue Jun 03, 2008 1:20 pm
by DoubleDutch
I agree. The Alt bug is pretty annoying at times.
Posted: Tue Jun 03, 2008 2:08 pm
by Rings
works here as it should: calls the 'Visual Designer'
Posted: Tue Jun 03, 2008 2:17 pm
by DoubleDutch
On v4.2 lots of Alt key combinations crash the editor - at least for me.
Posted: Tue Jun 03, 2008 3:14 pm
by UserOfPure
DoubleDutch wrote:On v4.2 lots of Alt key combinations crash the editor - at least for me.
Here's a reproducable one: start the IDE, press Alt by itself, then press Backspace. Result:
Code: Select all
---------------------------
Error
---------------------------
An attempted read or write to/from an address to which that process isn't allowed
---------------------------
OK
---------------------------
Posted: Tue Jun 03, 2008 3:21 pm
by Rings
confirmed

Posted: Tue Jun 03, 2008 5:15 pm
by freak
Can you try with the Scintilla.dll from 4.10 (in the compilers folder) ?
Posted: Tue Jun 03, 2008 5:38 pm
by DoubleDutch
I don't have that DLL anymore - can you upload it somewhere?
I've tried it with the latest 1.76 dll and it still fails with the Alt key problem too - but my program that uses the same dll doesn't.