Is this happening to anyone else?

Blitz3D Forums/Blitz3D Programming/Is this happening to anyone else?

Picklesworth(Posted 2005) [#1]
I have noticed that since the latest update to B3d, memory access violations are followed by "This program has performed an illegal operation", and other such more spectacular error messages.

For instance, I just got this due to an error in my program (I forgot to add brackets to a function declaration):
---------------------------
blitzcc.exe - Common Language Runtime Debugging Services
---------------------------
Application has generated an exception that could not be handled.

Process id=0x384 (900), Thread id=0x288 (648).

Click OK to terminate the application.
Click CANCEL to debug the application.
---------------------------
OK Cancel
---------------------------

When I hit cancel to debug, another window comes up saying it can't be debugged, etc.

Is anyone else getting this?


John Pickford(Posted 2005) [#2]
I haven't seen that.


John Blackledge(Posted 2005) [#3]
Definitely not getting that.
And I screw up as often as anyone!


Picklesworth(Posted 2005) [#4]
What about the illegal operations at the same time as MAV's?


Ross C(Posted 2005) [#5]
I remember getting that when i installed new video card drivers.


Matty(Posted 2005) [#6]
Same thing used to happen to me when the ide menu bitmaps were 8-bit not 24-bit bitmaps - something to do with installing updates in a particular order, not quite sure.