Problem with Mids


Black_Assassin

 

Posted

Upon opening mids hero designer i get an error message saying that access path to C:\Program Files (x86)\Titan Network\Mids Hero Designer\Data\patchnotes.rtf is denied


Anybody know what is going wrong and how i fix it?


[Union Chat]Sebaddon: If you want to, we will, if you think it's weird, no, that's damz, not us.

[Union Chat]Damz: hey cyber, i am your naked pope for the evening, please confess to me my child

 

Posted

Have you tried running Mids as administrator?


 

Posted

Mids' is trying to overwrite the file C:\Program Files (x86)\Titan Network\Mids Hero Designer\Data\patchnotes.rtf with this file C:\Program Files (x86)\Titan Network\Mids Hero Designer\Data\patch.rtf

Delete the 'patchnotes.rtf' in the folder, and rename 'patch.rtf' to 'patchnotes.rtf'. Mids' doesn't bother to check the permissions (it shouldn't have Administrator permissions anyways... it could always set the files to be modifiable by everyone in the Users group, sidestepping the whole issue) before moving the files around, which generates that error.


Quote:
Originally Posted by ShadowNate
;_; ?!?! What the heck is wrong with you, my god, I have never been so confused in my life!

 

Posted

Quote:
Originally Posted by Kitsune Knight View Post
Mids' is trying to overwrite the file C:\Program Files (x86)\Titan Network\Mids Hero Designer\Data\patchnotes.rtf with this file C:\Program Files (x86)\Titan Network\Mids Hero Designer\Data\patch.rtf

Delete the 'patchnotes.rtf' in the folder, and rename 'patch.rtf' to 'patchnotes.rtf'. Mids' doesn't bother to check the permissions (it shouldn't have Administrator permissions anyways... it could always set the files to be modifiable by everyone in the Users group, sidestepping the whole issue) before moving the files around, which generates that error.
problem solved tyvm


[Union Chat]Sebaddon: If you want to, we will, if you think it's weird, no, that's damz, not us.

[Union Chat]Damz: hey cyber, i am your naked pope for the evening, please confess to me my child

 

Posted

Yeah, you'll learn that alot of game (and addons) related issues can be somewhat prevented by not letting windows decide where to install stuff. :-p


 

Posted

Quote:
Originally Posted by WanderingAries View Post
Yeah, you'll learn that alot of game (and addons) related issues can be somewhat prevented by not letting windows decide where to install stuff. :-p
Windows doesn't decide where to install applications, the developer picks the default location %PROGRAMFILES% is simply the recommended location just because it makes sense to install all applications in the same parent folder (at least if they're on a single drive)... and polluting the root directory is a Bad Thing (i.e. installing into C:\).

In this case, it's an issue of it being developed with the assumption that the user would be running with unlimited privileges, so taking willy-nilly actions in an area that is supposed to be infrequently modified is fine... plus, not bothering to check for errors.


Quote:
Originally Posted by ShadowNate
;_; ?!?! What the heck is wrong with you, my god, I have never been so confused in my life!

 

Posted

Quote:
Originally Posted by Kitsune Knight View Post
Windows doesn't decide where to install applications, the developer picks the default location %PROGRAMFILES% is simply the recommended location just because it makes sense to install all applications in the same parent folder (at least if they're on a single drive)... and polluting the root directory is a Bad Thing (i.e. installing into C:\).

In this case, it's an issue of it being developed with the assumption that the user would be running with unlimited privileges, so taking willy-nilly actions in an area that is supposed to be infrequently modified is fine... plus, not bothering to check for errors.
By default windows is coded to install new applications in that directory, but programmers generally just 'go with the flow' to save time/effort as you have no idea how the end user's setup is. Not everybody has multiple drives or multiple partitions. :-p