|
DeleD Community Edition Forums
|
View previous topic :: View next topic |
Author |
Message |
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Wed Nov 05, 2008 2:43 pm Post subject: DeleD totally ignores the DeleD.ini |
|
|
Hey guy's
I managed to drag my Scene-Inspector to the bottom of the screen. Every time i try to drag it back, my taskbar moves up, making it impossible to drag the window.
I know about DeleD.ini, and i tried to change/delete it, but weird enough it doesn't make any difference. I can still change the settings while DeleD.ini is renamed, and DeleD still remembers the settings and never complains. I have the feeling that the settings are stored somewhere else but i can't figure out where. I allready scanned the whole register, but couldn't find anything pointing in the right direction. Even rebooting didnt help.
I also moved all contents of the DeleD Pro folder to some other location. Even then, DeleD just started with my settings. DeleD only complains when i move the exe and start it from another location.
I know. It doesn't make sense, but it's what i've concluded after 30 mins of frustration.
HELP!!............ (pleasse...)
Thanks
I'm running DeleD 1.81 with Vista Ultimate. |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Nov 05, 2008 2:56 pm Post subject: |
|
|
It's a Vista thing. You installed DeleD into the default program files folder. Nothing wrong with that, but the moment you modify DeleD.ini, it gets virtualized. Your user isn't allowed to actually write into that folder, so Vista creates a shadow-copy in our user folder on the fly.
You'll find DeleD.ini at C:\Users\username\AppData\VirtualStore\Program Files\DeleD\deled.ini (or similar).
Yes, this is of course something our installer should handle differently. We are still discussing the best place though, perhaps we should focus on making sure the users do not need to know where DeleD.ini is located first.
p.s. As a programmer, you might want to get your hands dirty with tools like filemon. Vista's Folder virtualization would still have been an enigma on first encounter, but at least you'd have known where your files had gone. |
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Wed Nov 05, 2008 3:08 pm Post subject: |
|
|
Aaaaaahhrgh..
I was allready thinking it was another strange vista "feature" getting in my way. I wonder why this is neccesary. I think this virtualization is crap because it overcomplicates things and can be a source of frustration (in my case). Yeah, it's safer and more fullproof, but i'd rather have a transparent what-you-see-is-what-you-get OS.
I'm deffo going back to XP.
But, thanks for your answer. Really helpfull.
Last edited by chronozphere on Wed Nov 05, 2008 4:28 pm; edited 2 times in total |
|
Back to top |
|
|
Starnick DeleD PRO user
Joined: 28 Jul 2007 Posts: 611
|
Posted: Wed Nov 05, 2008 3:20 pm Post subject: |
|
|
Yeah, I recently upgraded to Vista, and had the same exact problem -but- with textures.
It is bit of a hassle, but I notice more and more games/apps move their user data in your user folder, and I'm starting to rather like it, rather than leaving my files in the various nooks and crannies of my file system.
Though, I haven't been using DeleD as much as, so it hasn't really frustrated me much heh, though I still have to do some cleaning up of old transfer stuff from my old harddrive (besides going with vista, I upgraded to a nice 500 GB harddrive ). |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Nov 05, 2008 3:59 pm Post subject: |
|
|
chronozphere wrote: |
Aaaaaahhrgh..
* Chrono curses at microsoft *
pfff... I was allready thinking it was another strange vista "feature" getting in my way. I wonder why this is neccesary. I think this virtualization is crap because it overcomplicates things and can be a source of frustration (in my case). Yeah, it's safer and more fullproof, but i'd rather have a transparent what-you-see-is-what-you-get OS.
I'm deffo going back to XP.
But, thanks for your answer. Really helpfull. |
It over complicates things? Instead of letting all applications make a mess of your registry and hard drive, it puts it all in one spot, and keeps your Pc clean and running fast.
This isn't a "feature", it's a great solution to a problem. If a simple path is a source of frustration, and public outbursts, I can't really trust the quality of any of your code.
Applications shouldn't be writing data to your program files folder anyways. It's been in the best practices guide for like a decade. We have user folders for that. _________________
|
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Wed Nov 05, 2008 4:21 pm Post subject: |
|
|
I don't want(ed) to sound like a n00b. But i just didn't know about this feature, and i still don't completely understand why it's there.
From my point of view, Something that should work, suddenly doesn't work, because the OS has some feature that's making copies of things so that normal actions you perform in the explorer don't have the desired effect. In my opinion, editing a file should just modify file itsself and have a predictable effect on the programs using the file.
Quote: |
If a simple path is a source of frustration, and public outbursts, I can't really trust the quality of any of your code.
|
Sorry but i find that somewhat offending.. Is there any reason to judge my coding skill? I appologize because i probably overreacted, but you have to understand that not everyone knows about folder virtualization. It can be really frustrating if something as basic as editing a file doens't have the desired consequenses.
Could you explain me the benefit's of folder virtualization? I don't really understand your argument about "putting things on one spot", because i'll probably have 6 virtualized copies of my DeleD Directory by now. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Nov 05, 2008 8:17 pm Post subject: |
|
|
Quote: |
Is there any reason to judge my coding skill? |
Yes. You passed the buck to someone else. And if you don't understand the basic features of the operating system you are programming for, which is explained in a simple document on MSDN, you are writing hackish code which you hope just works. And when it didn't work, you didn't even have a clue why, and react by blaming an innocent party. An innocent party who is actually taking the CORRECT actions.
That's why I wouldn't trust your code. Because you don't give a gun to a monkey.
Quote: |
Could you explain me the benefit's of folder virtualization? I don't really understand your argument about "putting things on one spot", because |
Virtual folders exist so that people who programmed lazy applications that didn't put files into the right folders can't mess up your computer by writing stuff all over the place. A normal user isn't allowed to write files into the program files folder, so they get written out to their own personal copy of the folder.
DeleD is not supposed to be writing out settings to the program files folder, that's not what it's there for. This feature lets DeleD work as normal for the user, while protecting them from bad programming habbits.
That stuff goes in the documents folder, and the application settings folder. This means that you can backup your user folder, and take all your files and settings with you.
Quote: |
i'll probably have 6 virtualized copies of my DeleD Directory by now. |
And this is why you aren't to be taken seriously. Instead of learning what YOU did wrong, you blame someone else. _________________
|
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Nov 05, 2008 8:28 pm Post subject: |
|
|
If you want to 'fix' this, install DeleD into your user folder, or right click on the DeleD folder in the program files, and give your account full read / write access. _________________
|
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Wed Nov 05, 2008 9:29 pm Post subject: |
|
|
Okay... Thanks for the detailed explanation.
Firstly I'll take back the things i said in the my second post because they are clearly not appropriate.
Obviously you were referring to my coding skill, because my offer to help developing DeleD. I did that offer purely because i would like to help, and not because i thought i was an experienced coder and valuable for the development of DeleD. By looking at your explanation and foundations of your argumentation, you are probably more suitable for such a job.
You have to know that i'm programming for 5 years (seems long to me, but might be short compared to your experience) and that i never executed any of my code inside a folder/drive that had this kind of virtualization enabled. I also never forced myself to read about things i wasn't working on. That's why i didn't know about it until now, and i was baffled by the idea that a basic thing as editing a file didn't have the desired effects. I've never had any programming lessons, and learned everything by myself. You probably expected me to be more experienced, because i might have given such an impression.
I just hope everything is clear and that you can take me seriously in the future.
Chronozphere.
BTW: I installed DeleD on the E: drive which doesn't make shadow copies of it's subfolders. |
|
Back to top |
|
|
Daaark DeleD PRO user
Joined: 01 Sep 2004 Posts: 2696 Location: Ottawa, Canada
|
Posted: Wed Nov 05, 2008 9:59 pm Post subject: |
|
|
Quote: |
I just hope everything is clear and that you can take me seriously in the future. |
Than you should take your platform, and your responsibilities as a coder seriously, for the sake of your users. So many people write lazy, hackish code, and then pass the buck and play the blame game.
I'm a self taught hobbyist too, but I read the guides for what platforms and APIs I code for, and I keep all best practices in mind. There is no real excuse not to.
Quote: |
BTW: I installed DeleD on the E: drive which doesn't make shadow copies of it's subfolders. |
The shadows are for protected file locations that random applications shouldn't be making changes to.
I think if you could create a better UV mapping plugin for DeleD, you should absolutely do it. And when faults come up, take responsibility for them and provide a fix. And know the ins and outs of your platform! _________________
|
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|