• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Dev cpp error

Na Amigo

The crazy girl
Joined
Jun 5, 2017
Messages
254
Solutions
3
Reaction score
17
Location
Egypt
while i try to open dev cpp with "project option i got this error" any help?
Code:
Application version: 4.9.9.2

Machine info
---------
Platform       : Windows NT
OS version     : version 6.1 (build 7601)
Additional info: Service Pack 1


The following error occured in version 4.9.9.2:
Access violation at address 0018F9DF. Write of address 0018F9DF (at address 0x0018F9DF)


Please include a description of what you were doing before the error occured (please give as much precisions as possible) :


State information follows:
Stack trace:
------------
0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566)
0058F9FF (0018E9FF): TExceptionsAnalyzer.GlobalExceptionHandler (ExceptionsAnalyzer - 574)
005712FA (001702FA): TfrmProjectOptions.InitVersionInfo (ProjectOptionsFrm - 1026)
0056EC8F (0016DC8F): TfrmProjectOptions.SetOptions (ProjectOptionsFrm - 513)
00578C83 (00177C83): TProject.ShowOptions (project - 1674)
00559E2E (00158E2E): TMainForm.actProjectOptionsExecute (main - 3551)
0059105B (0019005B):  (devcpp - 230)
00591079 (00190079):  (devcpp - 230)
here is screen shot
8wKm7P.png
 
while i try to open dev cpp with "project option i got this error" any help?
Code:
Application version: 4.9.9.2

Machine info
---------
Platform       : Windows NT
OS version     : version 6.1 (build 7601)
Additional info: Service Pack 1


The following error occured in version 4.9.9.2:
Access violation at address 0018F9DF. Write of address 0018F9DF (at address 0x0018F9DF)


Please include a description of what you were doing before the error occured (please give as much precisions as possible) :


State information follows:
Stack trace:
------------
0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566)
0058F9FF (0018E9FF): TExceptionsAnalyzer.GlobalExceptionHandler (ExceptionsAnalyzer - 574)
005712FA (001702FA): TfrmProjectOptions.InitVersionInfo (ProjectOptionsFrm - 1026)
0056EC8F (0016DC8F): TfrmProjectOptions.SetOptions (ProjectOptionsFrm - 513)
00578C83 (00177C83): TProject.ShowOptions (project - 1674)
00559E2E (00158E2E): TMainForm.actProjectOptionsExecute (main - 3551)
0059105B (0019005B):  (devcpp - 230)
00591079 (00190079):  (devcpp - 230)
here is screen shot
8wKm7P.png

Have you been able to compile with it before or did you just install it?
If you just installed it download another one, you most likely got a bugged version.
If you have used it before check what you just installed / removed to see if something broke the program.
 
Back
Top