Application Error...

BlitzMax Forums/BlitzMax Programming/Application Error...

degac(Posted 2008) [#1]
I have the following error in my application - written with BlitzMax (latest revision+MaxGui) - only AT THE EXIT (when I close the application)


The instruction 0x6958bb2 refers to memory 0x000000a2.
Memory can not be 'written'



The error is in my - original - language italian, this is a translation.
The error is every time the same (same address, same instruction).
The application runs on OpenGL and DirectSound,
I've tested other Bmax application but I have no errors.

Saturday I formatted my HD and I installed *everything* from strach: BlitzMax, MinGW, DirectX and so on.
The absurd thing is that on wednesday the SAME source runs perfectly. On saturday - after the formatting and fresh install - I got the problem...

Debug off or on I have the same result.

Any clues?
Thanks.


Dreamora(Posted 2008) [#2]
Drivers are up to date?
MingW is 5.1.x?
BM 1.28 is the SVN one not the outdated one from install?
DX webinstall was executed so you are on the most current dx install with all the different libraries?


degac(Posted 2008) [#3]

Drivers are up to date?


I uninstalled and reinstalled the latest driver version and ...now it works (of course). Doh!

I dont' understand why the other apps (written with Bmax) dont' show the problem....

Well. Resolved.
Thanks


Perturbatio(Posted 2008) [#4]
I dont' understand why the other apps (written with Bmax) dont' show the problem....


BMax is special :)

Maybe the other apps just don't use the same instructions that BMax uses?