Hi!
My system is working correctly. Problem with only this application. Why do you think this is problem with my computer and not with wxLauncher? All other applications working correctly.
I try turn off already my antiviurs and other defense software, but nothing change. Antivir Avira & Comodo firewall my defense systems.
I see this hotfix, but this is old date,
Kernelbase.dll patch version is: 6.1.7600.20693
Kernelbase.dll on my system: 6.1.7601.17651, 6.1.7601.21772 etc... this is newer than patch date.
But if I run this patch, patcher is say (translated): This patch is invalid for this computer. I try x86, x64 patch too (not ia64). This is old patch, and outdated I think, and I see.
Hello
I think the problem may be with your system because you are the first (or at least the first to report this problem) of almost 10,000 downloads of wxLauncher for Windows. More specifically I think it might by a problem with your system because the code that is failing, I did not write, it comes from the
wxWidgets project which has been in existence for over 10 years. Of course, that doesn't mean wxWidgets doesn't have a problem as well, but it is unlikely. In addition the specific function that is failing with the access denied error, is
GetTempFileName which is a windows system call; this is why I suggested the hotfix.
I had noticed that the hotfix was older, but it didn't call out what service pack it was for so I figured may as well try it. However the hotfix is the first result in google for "GetTempFileName Access Denied", which is the problem that you are having. This made the hotfix seem like a good idea to try, especially after reading the description it could very well have been the cause of the problem.
Either way, please don't take offence to the solutions that I am proposing. Its not personal, am not attacking you, its just tech support. That is, I am trying out ideas in the hope that something works because as noted above most people do not have this problem. Yes, I am just guessing at this point. Sometimes it happens in tech support. If you have further ideas, they are more than welcome, however keep in mind what I noted above, most people have not had a problem with this, so either your system is causing wxLauncher (and/or wxWidgets, and/or GetTempFileName) to hit an edge case. The question right now is, which one is it.
I have reviewed what you have written previously and I have some more questions (read, shots in the dark):
1) Why does
TMP need to be a short path?
2) What is the output of:
cacls %TMP%
cacls %TEMP%
cacls %LOCALAPPDATA%\Temp
3) Try running wxLauncher after defining TMPDIR to be
C:\Users\totya\AppData\Local\Temp4) I have googled both of you Anti Virus products (why 2?) and they don't appear to have a specific reputation for interfering with temporary file creation (not really a surprise, but some Anti Virus can be really bad about interfering with a system).
5) The fix for the joystick calibration issue is in trunk and will be in the next release of wxLauncher. Thank you for pointing it out.
I'm am sorry wxLauncher currently isn't working for you and I appreciate your being willing to try ideas out to figure out what the problem is.