Quote:
Originally Posted by FrancoCorelli
Hi, thanks for your GUI - it works fine. I only have the problem that every time I start it the ini file dmrdbg gets rewritten and looses the Indivboxkey etc. After writing it in manually it is ok. Then it gets lost again. Why it the file rewritten every time? I have everything in the same dir.
Can you please help me?
|
Some of the options need to be written, and in C# it's easier to rewrite the entire ini file then to change the specific options. The IndivBoxKey should be found by drmdbg regardless, atleast it is for me. YMMV
Quote:
Originally Posted by carlos1014
I was having some problems with your GUI. Since you made the source available, I took the liberty of checking it out.
You forgot the lines for the [IndivBoxKey] and [drmv2clt] file paths when building the .ini file... At least that's what I think might have created the issues for me (I was getting "Write memory full" or something to that effect from drmdbg. I added the lines to the source and republished the project and boom! It changed about 20 files (wma) in 3 minutes; whereas it may have taken me 1 hour doing them one by one.
|
That's the joy of shared/open source
Did you just add blank entries for IndivBoxKey and drmv2clt to the ini file? Or are you putting in the full path to your files? Depending on which way you got it to work, I might add an option to the GUI screen where users can input the location of IndivBoxKey and drmv2clt, otherwise I'll just add blank entries to see if that helps.