[JP]
今日は突然起きた内部エラー2203に対する対処法を書き留めます。
事の発端はDirectSmile Generatorを起動するとRun Timre Errorが発生するという事でした。
一体何が原因でこのエラーが発生したのかは不明でしたが、Generatorの問題と考え、再インストールを試みました。
ところが、アンインストールのプロセス中にInternal Error 2203が発生。これが厄介で、一体どこに原因が有るのかが不明なまま。ひとつひとつ確認していくと、DirectSmileのアンインストール中にはMicrosoft Visual C++2005と2008のアンインストールも含まれるのですが、どうやらこのプロセス中にエラーが発生している様子。
各Tempフォルダに対するアクセス権限を確認しても一向に問題が見つからない。
最終的に試したのはTempフォルダの中身を全て削除するという方法。これがHitしました。
ちなみにとても役立つコマンドなので、これを記述しておきます。
直ってよかったです:-D
[EN]
This topic is one of the most visited “nogtips”, so I would like to add this tips in English as well.
It suddenly happened that it cause Run Time Error. Just stat after the DirectSmile Generator.
I was no idea what cause it, but I thought it could be Generator, and tried it again.
But, it cause “Interal Error 2203”, And it was really tricky, that I couldn’t find nowhere that cause a problem.
In a while I’m checking all steps one by one, I saw an error process while uninstalling Microsoft Visual C++2005 and 20008, that come with DirectSmile.
But the problem is that I couldn’t find any problem while I was testing the permission right of each Temp folder.
Finally, I tried to Delete the contents inside of “Temp” folder. And it was the “Hit!!”
I thought it was so useful command, let me write it in here,
Great that it’s Fixed;-)