Compilation Error issue during development
Hi friends,
I've got a code for the simple game build on the .Net framework platform.
I want to study the game so that I can grasp the concepts of game controls and programming.
Whenever I try to compile and run this game, it gives me following error:
A Critical Error Occurred…
This application has encountered a problem and needs to close. We are sorry the inconvenience.
If you were in the middle 3 of something, the information you were working on might be list.
For more specific information about this error, please view the section below.
Click the “send Report” button to send a detailed Bug report to the manufacturer.
Filename : …al studio projectsCamelDebugCamel.exe
Version : 1.3
Exception : c0000005
Address 00429bb9
Access Type : Write
Access Address : cccccccc
Registers : EAX=78f8f8f8 cs=001b EIP=00429bb9 EFLGS=00010246
: EBX=7ffdf000 SS=0023 ESP=0012fcbc EBP=0012fe88
: ECX=0012fde4 DS=0023 ESIfae25f10 FS=003b
: EDX=cccccccc ES=0023 EDI=cccccccc CS=001B
Stack Trace : 0042d564 77e7eb69 00000000 00000000
: 00000000 00000000 00000000 00000000
Save Output Send Report Close
I have tried to debug the possible causes, but there is not an error / warning shown in the compilation of the game. This shows that the error is a logical kind of error.
As I am not familiar with machine codes and error details given to me in the error, I am asking you people that if somebody has any idea of what this error is, please tell me.
Thanks.