Click here to Skip to main content
15,903,201 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
LouisLewis15-Mar-10 11:21
LouisLewis15-Mar-10 11:21 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 11:34
permutations15-Mar-10 11:34 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
LouisLewis15-Mar-10 11:43
LouisLewis15-Mar-10 11:43 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 12:07
permutations15-Mar-10 12:07 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Avi Berger15-Mar-10 15:13
Avi Berger15-Mar-10 15:13 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:01
permutations15-Mar-10 17:01 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Luc Pattyn15-Mar-10 16:02
sitebuilderLuc Pattyn15-Mar-10 16:02 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:26
permutations15-Mar-10 17:26 
Those are good points about the environment. Something like this would explain how it could be something specific about his system that isn't fixed by booting into Safe mode or not running Startup programs. I don't think it's date-format-related or it would be crashing on the computer of the Australian guy who's been testing the program, too. He's tried it on multiple systems with no problems.

I check return codes for everything - I went over every line of the startup code again.

Isn't the recent file list always stored in the registry for XP and above? My program targets XP and above. Anyway, I know it is on his system because my crash dump report includes the registry settings. I use this statement to enable and load the MRU files:

LoadStdProfileSettings(4);


My program does do a lot with input and output, and the InitInstance function mainly figures out paths for input and output. The input path is wherever the executable is. If the path ends up more than 260 characters, the program will put up an error message and terminate. Output is a subdirectory of MyDocs, which is created if it's not found. I check every return code and terminate cleanly if something goes wrong. I've traced through all the filename/path stuff in the debugger and it's working correctly.

He sent me some system specs from a diagnostic program he runs. I should look at it more carefully.
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
Luc Pattyn15-Mar-10 17:30
sitebuilderLuc Pattyn15-Mar-10 17:30 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations15-Mar-10 17:37
permutations15-Mar-10 17:37 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Adam Roderick J15-Mar-10 20:25
Adam Roderick J15-Mar-10 20:25 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Roger Allen16-Mar-10 5:01
Roger Allen16-Mar-10 5:01 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations16-Mar-10 5:13
permutations16-Mar-10 5:13 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
Roger Allen16-Mar-10 6:03
Roger Allen16-Mar-10 6:03 
AnswerRe: persistent crash on tester's computers that I can't reproduce Pin
Rolf Kristensen16-Mar-10 14:03
Rolf Kristensen16-Mar-10 14:03 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations16-Mar-10 14:16
permutations16-Mar-10 14:16 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
Rolf Kristensen16-Mar-10 14:21
Rolf Kristensen16-Mar-10 14:21 
GeneralRe: persistent crash on tester's computers that I can't reproduce [modified] Pin
permutations17-Mar-10 3:31
permutations17-Mar-10 3:31 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations17-Mar-10 12:07
permutations17-Mar-10 12:07 
GeneralRe: persistent crash on tester's computers that I can't reproduce Pin
permutations18-Mar-10 10:09
permutations18-Mar-10 10:09 
QuestionSystem Tray Icon Pin
MrMcIntyre15-Mar-10 9:40
MrMcIntyre15-Mar-10 9:40 
AnswerRe: System Tray Icon Pin
Stuart Dootson15-Mar-10 10:04
professionalStuart Dootson15-Mar-10 10:04 
AnswerRe: System Tray Icon Pin
LouisLewis15-Mar-10 10:09
LouisLewis15-Mar-10 10:09 
GeneralRe: System Tray Icon Pin
MrMcIntyre15-Mar-10 10:12
MrMcIntyre15-Mar-10 10:12 
GeneralRe: System Tray Icon Pin
LouisLewis15-Mar-10 10:15
LouisLewis15-Mar-10 10:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.