Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And no, I did not clean it. Do you know of any apps that would do this? If so, I can see if I have any of them
If I did, what would I do to prevent it from happening again?
It seems that Fusion 2.5 .tmp files are vulnerable/unlocked for a brief moment when you run the Frame or Application.
For testing purposes I forcefully recreated your problem scenario with a little .bat script:
cd "%HOMEPATH%\AppData\Local\Temp"
:DeleteTmpFilesForcefully
if /i exist icons.tmp icons#aa.tmp /s (
del /s icons.tmp icons#aa.tmp 2>NUL
goto :DeleteTmpFilesForcefully
) else (
echo icons.tmp deleted )
Run the .bat, a mfa project and also watch icon.tmp in the Temp subfolder, then run your Application/Frame a few times and icons.tmp will die very soon - sayōnara save functionality. :)