Twitter Friend Adder V3 - Pyrogenic Media

I know you have to make an accounts.txt file in the directory. But i cant even install it so theres no directory to put it in. When i go to run the installer it states "an error occured when loading accounts.txt, please verify the file exists ???

Create a file accounts.txt in the folder you have the file in already. The file is the program NOT AN INSTALLER.

Thanks for the app by the way.
 
Create a file accounts.txt in the folder you have the file in already. The file is the program NOT AN INSTALLER.

Thanks for the app by the way.

Lol thanks. Next time ill make the application create an accounts.txt. I thought this time people would be able to understand it, but i get so many emails everyday with people not being able to create a text file its unreal.
 
uhhh ok I see now....made this accounts.txt file and program shows up but now it says like this:
Twitter Friend Adder V3 has encountered problem......
:(
 
does anybody knows whats the reason why I am getting this error message? I was trying to put this Adder to work by 2 different computers but getting error.
 
uhhh ok I see now....made this accounts.txt file and program shows up but now it says like this:
Twitter Friend Adder V3 has encountered problem......
:(

Your gonna need to give more info then that...
 
Hmmmm its hard to say because its giving error message into my language (estonian) and my English is bad one :)
It says that problem encountered and to send notice about that to Micosoft.
 
Hmmmm its hard to say because its giving error message into my language (estonian) and my English is bad one :)
It says that problem encountered and to send notice about that to Micosoft.

Does it have a detail drop down box though? Because if thats all the information you can give me, i seriously cant help you.

@myloveistwitter there is no proxy support.
 
Really a cool software plus its free...works well but sometimes when i try to save a new account it gives an error "the file is being used".
 
Really a cool software plus its free...works well but sometimes when i try to save a new account it gives an error "the file is being used".

Finally. A real issue :P. Hmm... See i had kinda the same problem when testing. But it just went away. Basically it was from me saving, then hitting save again then closing then opening then saving again etc. Basically stress testing the save file.

Ive definitely worked out a better way for doing it in the new version. However dont ask for it because its no where near finished. It will be more like a twitter desktop then a friend adder. So look forward to that :)
 
It is a a damn good software and its free, it is better to wait and see some good things like this come around...
 
It is a a damn good software and its free, it is better to wait and see some good things like this come around...

I had another look at this for you. I think its just C# mucking around. If you dont know C# then its kind of hard to explain. But basically :

I am loading the file, using it, then when im done im closing the file + It goes out of scope. EVENTUALLY the file will be released from memory of the application. C# has a built in memory cleaner(kinda) (Garbage collector), but the time it takes to clean up isnt pre defined. So it may be immediately, may be in a minute. In anycase, i think untill the memory is cleaned up, that the file will be locked in a state of "writing" and you wont be able to modify it.

I can fix this, i can immediately dispose of the memory using the dispose method of the object. I just didnt think it was that important (Infact i would be suprised if this object's dispose method does anything).

But i guess the quick fix for this is just not to save the file quickly one after the other type of thing. Otherwise it may just lock the file.
 
I had another look at this for you. I think its just C# mucking around. If you dont know C# then its kind of hard to explain. But basically :

I am loading the file, using it, then when im done im closing the file + It goes out of scope. EVENTUALLY the file will be released from memory of the application. C# has a built in memory cleaner(kinda) (Garbage collector), but the time it takes to clean up isnt pre defined. So it may be immediately, may be in a minute. In anycase, i think untill the memory is cleaned up, that the file will be locked in a state of "writing" and you wont be able to modify it.

I can fix this, i can immediately dispose of the memory using the dispose method of the object. I just didnt think it was that important (Infact i would be suprised if this object's dispose method does anything).

But i guess the quick fix for this is just not to save the file quickly one after the other type of thing. Otherwise it may just lock the file.

Take your time to build it into the next version. The issue is not a serious one either. :)
 
Got a Mac version..? ;) Personally I use TweetAdder (works with Mac), and its been pretty solid so far!
 
The friend adder is not adding any new friends for me. I've checked Twitter a day after and I have the same number of friends as before I used the program. Am I doing anything wrong?
 
Does it have a detail drop down box though? Because if thats all the information you can give me, i seriously cant help you.

@myloveistwitter there is no proxy support.

I have been trying like crazy to get this program to work but still no results. Have been using different computers etc.
Maybe its problem because I have SP 3 ?
It gaves that kind of error.

EventType : clr20r3 P1 : twitterfriendadderv3.exe P2 : 1.0.0.0
P3 : 4a606d30 P4 : twitterfriendadder P5 : 1.0.0.0 P6 : 4a606d30
P7 : 20 P8 : 62 P9 : system.io.filenotfoundexception
 
I have been trying like crazy to get this program to work but still no results. Have been using different computers etc.
Maybe its problem because I have SP 3 ?
It gaves that kind of error.

EventType : clr20r3 P1 : twitterfriendadderv3.exe P2 : 1.0.0.0
P3 : 4a606d30 P4 : twitterfriendadder P5 : 1.0.0.0 P6 : 4a606d30
P7 : 20 P8 : 62 P9 : system.io.filenotfoundexception

XP? I also have.

I also need more details, screenshots etc. Not just you but everyone. From the looks of it, possibly related to the infamous accounts.txt issue.

Notice : I cannot help you with this message: , "It crashed, please fix, thanks". I need some god damn messages + screenshots + option settings + when it crashed and all this.

Everyday i wonder whether i should zip a txt file with the package, so that you guys can finally get it lol. But then again i think "If you cannot create a txt file, then i dont want you spamming twitter with teeth whitening and acai products using my application :P"
 
XP? I also have.

I also need more details, screenshots etc. Not just you but everyone. From the looks of it, possibly related to the infamous accounts.txt issue.

Notice : I cannot help you with this message: , "It crashed, please fix, thanks". I need some god damn messages + screenshots + option settings + when it crashed and all this.

Everyday i wonder whether i should zip a txt file with the package, so that you guys can finally get it lol. But then again i think "If you cannot create a txt file, then i dont want you spamming twitter with teeth whitening and acai products using my application :P"

Yes XP.
Theres no more info to give you about this error.
I was using yours program about 2 months ago and then it was ok but not anymore for some reason.
 
Back
Top