- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Dear All,
I have been checking program which was written by someone else. When I was trying to "start without debugging" the program,happened to find some errors. Images of those errors are attached with this post.
Please note that, I didn't get these errors during build.
Looking forward to your help and suggestions.
Thank you a lot.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
the fail originates from the Fortran runtime trying to write a file to E:. It says the disk is full - maybe you do not have permissions to write to the directory.
If the release version is working, then the debug configuration might be different (e.g. different working directory, different environment, ...). Please check.
Best regards,
Georg Zitzlsberger
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thank you Mr. Georg for your suggestion.
Actually I already have permission to write to the directory. Because of writing into the output file, the disk was full. Eventually I couldn't open the file because it was too large (almost 100 GB). I had to wait for so many hours to get these errors from console and from pop up.
I have also checked debug configuration properties. There was no such information. Working directory and Environment sections were empty. I am also attaching image of those with this comment. Please refer this image and guide me.
Once again thank you.

Hi,
looks like your application is working somehow and it's just a configuration question. Maybe that's normal mode of operation and you might want to use a different/smaller data set to work with (during development)?
I cannot help you further because I don't know your application and it is off the scope of this forum.
Best regards,
Georg Zitzlsberger