| Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Anders Chydenius
|
Posted - 2006.05.05 15:06:00 -
[1]
I can't seem to check it out... do you have the repository in your www directory? It could be my problem too, I'm not exactly a subversion virtuoso :)
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp.
***\Projects>svn checkout http://evemon.evercrest.com/svn/evemon/trunk evemon svn: PROPFIND request failed on '/svn/evemon/trunk' svn: PROPFIND of '/svn/evemon/trunk': 301 Moved (http://evemon.evercrest.com)
|

Anders Chydenius
|
Posted - 2006.05.05 15:33:00 -
[2]
In the interest of brevity... <3
|

Anders Chydenius
|
Posted - 2006.05.05 16:08:00 -
[3]
1) I Love this program. I'd send a donation, but my total worth is probably less than you make in an hour.
2) Load from file is not quite right.
If I load a character from file whose name does not match the account name, it will throw a null in CalcSkillRemainText, since there is no CharLoginInfo. If you bypass that, the skill tree still won't load, and none of the data, including name, will be right. I'll dig a little more :)
|

Anders Chydenius
|
Posted - 2006.05.05 16:45:00 -
[4]
Hmm... disregard that, I think I have it about sorted out.
|

Anders Chydenius
|
Posted - 2006.05.05 17:17:00 -
[5]
Ok, I fixed it, now all I need is a svn password. Bugfixes are as good as ISK, right?
We should probably take this off the boards anyway, I'll shoot an email to the addy in the about box.
Thanks again for all the work you obviously put into this... very polished, and the code looks pretty pretty, too :)
|

Anders Chydenius
|
Posted - 2006.05.05 19:34:00 -
[6]
Lickety: #1 has been fixed on svn already, so it'll work on the next release
#2 It's in your Application Settings folder, like a good lil .net program
|

Anders Chydenius
|
Posted - 2006.05.12 13:44:00 -
[7]
Originally by: Quirinus Aristaeus ok i installed the update, now when i start the program its asking me to logon with my eve account,
no offense, but how do i know that my account and pw wont be sent to you, or someone not eve online related?
I had the same question, so I looked at the source, and the program does nothing of the sort. You can look yourself or you can take my word for it. That's the beauty of open source - I looked to make sure that nothing nefarious was going on, and noticed that eve passwords were being stored plaintext, so I added encryption... and then Six cleaned up the mess I made, so now everyone has encryption  ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.13 00:31:00 -
[8]
Stupid alt posts. I'm mediocretes, too! ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.18 13:48:00 -
[9]
Plan merge sounds great, I'm glad someone else claimed it :) ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.19 17:02:00 -
[10]
If you like the (next release!) mineral calculator, I'll gladly take your money. It's easy to cast off your shame and all-but-beg when your net worth is under 50m :) ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.20 03:21:00 -
[11]
Originally by: Michayel Lyon
Btw AC, EVEMon crashes when I try to fetch prices.
Originally by: Matari Mineral Index System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal) at System.Number.ParseDecimal(String value, NumberStyles options, NumberFormatInfo numfmt) at System.Decimal.Parse(String s) at EVEMon.Sales.MatariParser.<GetPrices>d__0.MoveNext() in C:\Documents and Settings\Anders\Mina dokument\EVEMon - latest devel\EVEMon.Sales\MatariParser.cs:line 44 at EVEMon.Sales.MineralWorksheet.mi_Click(Object sender, EventArgs e) in C:\Documents and Settings\Anders\Mina dokument\EVEMon - latest devel\EVEMon.Sales\MineralWorksheet.cs:line 84 at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Known issue? Still in alpha phase?
I can honestly say that I've never seen this before. The fetch system will break if that lpage format changes... is this still happening? I just uploaded a version that should at least spit out a little more info when it fails. I'm guessing sne of my magic regexes is breaking down >< ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.20 05:36:00 -
[12]
Originally by: Michayel Lyon
I just tested changing my language settings to English (not my native settings), and it started working.
Hmm... I think I can fix that. Does your native tongue use 1.000,00 numbers? ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.20 05:55:00 -
[13]
Maybe fixed. I don't know if setting NumberStyles.Currency will do the trick or not. I'll fool around with it more tomorrow if need be :) ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.05.20 14:06:00 -
[14]
Edited by: Anders Chydenius on 20/05/2006 14:08:31
Originally by: Michayel Lyon Edited by: Michayel Lyon on 20/05/2006 09:34:59
Originally by: Anders Chydenius Maybe fixed. I don't know if setting NumberStyles.Currency will do the trick or not. I'll fool around with it more tomorrow if need be :)
I tested the latest dev code, and it works for Phoenix Industries now. Still doesn't work with Matari Mineral Index, though:
Originally by: Failed to Retrieve Data Failed to retrieve mineral pricing data: Input string was not in a correct format. (value was : 4,081.50)
Edit: I played around with CultureInfo and NumberFormatInfo, and came up with this for the MatariParser:
Quote: // price = Decimal.Parse(mineral.Groups["price"].Value, System.Globalization.NumberStyles.Currency); System.Globalization.CultureInfo culture = new System.Globalization.CultureInfo("en-US"); System.Globalization.NumberFormatInfo numInfo = culture.NumberFormat; price = Decimal.Parse(mineral.Groups["price"].Value, System.Globalization.NumberStyles.Currency, numInfo);
Works for me, at least. :)
Awesomesauce. That's the solution I was going to aim for once I wasn't too sleepy to think of it. I'll go ahead and port that over to the phoenix parser as well. Thanks a bunch man!
Edit: Done ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.06.09 14:19:00 -
[15]
Yeah, I'm getting kind of tired of people asking that question.
Here's what your password in the evemon file looks like. This is the only place that your password is stored:
<Password>ENCRYPTED::Uis9PL1KOjSTm59NfPCO/A==</Password> <CharacterName>Anders Chydenius</CharacterName>
Clear? If the encryption were any stronger, you wouldn't be allowed to download it outside the United States. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.06.22 16:12:00 -
[16]
Good luck Xaen, I'm still waiting on payment for the mineral worksheet.
If you want to contribute to evemon, head over to the forums, that's where most of the chit and/or chat gets done.
Personally, I write modules that I find interesting, and if someone else gets some use out of them, then that's great, but I'm not trying to get paid for this thing.
... which is not to say that I'd turn away donations. Daddy needs a HAC. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.06.25 20:20:00 -
[17]
Originally by: Keshi Linegod Any update on the proublem with inplants? I just noticed it today after I got my computer back working from a week of down time.
When ccp puts them back in the xml data, they'll be back in evemon. Until then, you'll need to set them manually. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.06.26 15:28:00 -
[18]
Originally by: Evil Thug My corpmate tested EVEmon with firewall. It connecting to : http://207.44.198.28/ http://static.evercrest.com/
If you cut this connection by firewall - there will be no updates on character skills, etc.
Why manager not connecting to EVE site directly ?
207.44.198.28 IS static.evercrest.com, so we're only connecting to one site there.
Evemon checks for updates when it starts up, and the site is hosted at evercrest.com. My guess is that this is the traffic that your corpmate is noticing. Perhaps you would feel safer if we released a version with optional automatic updates?
If you look closely at those packets, there's nothing nefarious in them. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.06.26 16:41:00 -
[19]
If you are interested in implementing the scheduler, take a look at what's already there... there's a calendar in the dev branch, and I know that eewec has been doing some work with it. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.05 20:39:00 -
[20]
Originally by: Ann Mari Hi Six!
I have a feature request please! I've found that my login problems are on CCP's side. I can't even get to my character through the website to do an export so I can import it to EveMon. It's the same for the forums. Took me over an hour of "Reply" and "Login" and "Back" rinse and repeat just to get this posted. So it basically works on a crapload of retries to get anything done.
Can you please make EveMon do automatic retries using the login info I provide, till it gets my character info?
Thanks in advance!
It actually does retries under most circumstances. In fact, there's an outstanding bug where it will do way, way too many retries that we just haven't had the time to fix yet.
Soon (tm). ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.06 15:31:00 -
[21]
I have built and uploaded the latest development version. This is an unofficial, unsupported, un-whatever release.
It's strong enough for a developer, but ph balanced for a user. Something like that. You can get more information (and the link) at the evemon forums: Here
This version reduces cpu usage when evemon is minimized, and makes some internal changes to the login process.
If you are happy with the way evemon works today, you probably don't need to go download that. The auto-updater isn't going anywhere, you will get these changes via the update system eventually. This is merely an intermediate release for people that want to try out the latest bug fixes.
Enjoy! ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.10 15:58:00 -
[22]
Originally by: Dentad Anders, please check the regional settings, and among other things use the '.' and ',' correctly for the region when displaying numerics. ie. some regions use ',' to seperate thousands and millions and not '.'. And use '.' instead of ',' to seperate the integer part of a real number from the fractional part. Otherwise its an excellent, smooth, reliable and open source program. I look forward to the version that compiles on Linux and Mac OS X as well as Windows. 
And we've had all kinds of headaches from those regional settings, particularly in the mineral parsers. That being said, which part of the program are you talking about? In the ship and item browser, we display the data exactly as it appears in the last eve data dump, which uses 1,000.00 style numbers. There's been some talk about reformatting those depending on region, but right now, we're displaying exactly what we have.
Originally by: Rumbaar Hi Six Anari,
Just wanted to point out the requirement for Drone Sharpshooting no longer requires the base skill Sharpshooter. I think it only requires Drone IV or V, so you might want to make that adjustment in EVEMon.
This (and the rest of the recent skill changes, I think), should be changed in the next version. I know that they are fixed in the latest development build (1.0.25.2). If you are using the 1.0.25.2 version and still seeing these errors, please let me know. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.11 15:09:00 -
[23]
Originally by: Rumbaar
Originally by: Anders Chydenius This (and the rest of the recent skill changes, I think), should be changed in the next version. I know that they are fixed in the latest development build (1.0.25.2). If you are using the 1.0.25.2 version and still seeing these errors, please let me know.
I'd be sure to check out 1.0.25.2 but it seems the only version I have and can find on the main site is 1.0.25.0. Is .2 a goonfleet only update at the moment? or am I missing something? :)
Man, I hope not. I am not nor have I ever been a member of Goonfleet. You can access the development version (.2) here.
Note that this version is unofficial and not really recommended... but if you have a problem and want to see if the fix is already well along, try it out. It should be as stable as the "real" version. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.12 12:48:00 -
[24]
I built it myself from the latest development branch. You can read more about it here.
I'm not a new face at the evemon forums, but I understand if you're uneasy about downloading from places you don't recognize. FWIW, that's my personal website. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
|
Posted - 2006.07.13 13:02:00 -
[25]
There's secretly 3 different sets of symbols, and we can't decide which ones we like the best... maybe we should make them user-selectable. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.07.17 14:05:00 -
[26]
Originally by: New Soi I haven't been able to use this program all the time, and I feel I'm missing out on something wonderful and shiny, because I was just going to use it... 
Therefore I'd like to request a downgrade for EveMon specifically for the people having trouble with this (no .NET2).
That would be very difficult. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.07.19 16:32:00 -
[27]
I've never had to save my manually entered implants, they just... save. I've been using that since CCP removed the implant data, and they have never been lost. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.07.24 18:02:00 -
[28]
Originally by: Lanu I have a program (DU meter). That shows my pc's current download and upload speed.
Today I noticed that while my pc was idle not using any IM/game/streaming service or whatelse that I was still downloading at 30kb/s and uploading at 5kb/s. I started searching trough active programs and turning 'strange' ones off. When I turned off evemon my download/upload speed went to 0kb/s.
You have any idea what might cause this? Some loop in retreaving character info maybe? Before you ask this was over a time period of 4 hours.
This is a known issue that we've been trying to kill for some time. I believe it's a combination of things involving character data and the character portrait. The next development version (1.0.25.4) may very well resolve this. ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.01 16:59:00 -
[29]
To everyone who's been following evemon and wondering when the next version will be out... well, I don't have the next version for you. I can, however, offer you this:
1.0.25.2 Thanks to: Six Anari, Anders Chydenius, Eewec, Safrax, Brad Stone
Bugs: -Fixed errors in mineral price fetcher -Installer now understands custom directories, plays nicer in general -Usernames/Passwords now support international characters
Features: -Installer will now clean up after itself a bit better -Character xml fetch/session handling optimized -Added icons to skill planner -Updated skills to reflect 6/20 changes to eve-online -Evemon minimized performance improved
1.0.25.3 Thanks to: Anders Chydenius, Labogh, Eewec, Brad Stone
Bugs: -Some significant cleanup in the code, vertical flow panels rennovated -Exception handling cleaned up quite a bit
Features: -New "partially trained" skill filter in the skill browser
1.0.25.4 Thanks to: Anders Chydenius, Brad Stone, Labogh, Eewec, mrcue, romanl
Bugs: -Character portrait code will no longer hammer the server -64 bit support added to installer -lots and lots of housecleaning -Serious bandwidth bugs are now fixed. Evemon no longer acts as a denial of service attack under certain server conditions. Yes, it was. Seriously.
Features: -Network code improved again -64 bit windows support added -Some IGB improvements -Skill in training now loads from cache for much, much faster effective startups -balloon tips can now be disabled -evemon can now optionally close to the system tray -Server status/player count added -Skill descriptions added to main window -option added to run evemon on startup
...coming soon! ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.04 23:13:00 -
[30]
Originally by: Tusnagari not to sound....rude or anytihng but since this program requires a password imput....can the creators of the prgram steal your account?
Information like this isnt usually top secure.
j/w
The program stores your password in an encrypted state and transmits it to the eve servers in exactly the same manner as your browser. I'm the guy who wrote the encryption, so hopefully its not my ego talking when I tell you that it's pretty F*&$ing secure. All the source is online, here's the secret sauce.
Now then, if someone got ahold of your eve username, your evemon settings file, and the sourcecode for evemon, they could potentially retrieve your password. If we come up with a way to close that hole without making evemon all but unusable, we will... but it's a vulnerability that I live with. If you can't live with that or you just plain don't trust us, that's cool, you can always use EVEMon with xml you download yourself.
The program makes connections to eve-online, and it also calls home to check for new versions. At no time is your password sent anywhere but eve-online.
Also, CCP, if you're reading this, we're hosted at battleclinic (evemon.battleclinic.com) now, if someone could go touch up the first post to reflect that, I'd be much obliged :) ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.07 17:16:00 -
[31]
There is a new developer version of EVEMon, 1.0.25.4. This version is new and may contain bugs - if that bothers you, don't download it. Export all your plans before you do, just in case.
Once we've tested 1.0.25.4 (I'm guessing a week or so), we will release a new version which includes loads of new features.
Be aware that EVEMon has moved from evercrest.com to battleclinic.com. You will have to download a version of 1.0.25.4 if you want to get automatic EVEMon updates in the future.
Questions, concerns, comments, visit the forums or email me in or out of game. Enjoy! ------ It's time for some F*@&*#g soup. -- Syfe |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.08 15:09:00 -
[32]
I'm really trying to do right by the community here. This is not a fork, as the original project has completely halted development. I have tried to contact Six many times and received no response. As soon as I hear from Six, the project will be completely 100% under his control again. ------ EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.18 16:41:00 -
[33]
Version 1.0.26 (now called 1.1.0) is out. Go grab it at EVEMon. ------ {o,o} (__(| -"-"- EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.18 18:36:00 -
[34]
Originally by: ZaKma
Originally by: Anders Chydenius I'm really trying to do right by the community here. This is not a fork, as the original project has completely halted development. I have tried to contact Six many times and received no response. As soon as I hear from Six, the project will be completely 100% under his control again.
That's all fine and dandy however it's not the way it's done. If you want to resume work on HIS application get permission. If there's no permission then at least rename your app to something.
As things are now, you did a blatant rip off of his website and his program without getting the authors permission. And while you might have good intentions I'll use the old client instead of yours simply because of this.
As one of the developers working on the original application, back when Six was active (check the logs if you want), I respectfully disagree with your analysis... but you do whatever you want. Hopefully CCP doesn't have to revoke pre-1.1.0 access to the site because of the bandwidth bug. ------ {o,o} (__(| -"-"- EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.29 22:02:00 -
[35]
EVEMon 1.0.25.0 is a DEAD END. Under certain conditions, it effectively functions as a denial of service attack against the myeve websites. Now that a new version is available, CCP is removing support for 1.0.25.0. Unfortunately, due to the circumstances around the new version (and you can read all the details in this and some other threads), it will NOT auto-update. This one time, and this one time only, you will have to download the new version manually. The auto-updater will kick in for all future versions.
I apologize for the inconvenience, but this was really the only way forward for the EVEMon project and for the myeve website. Please, if you have any problems with the new version, visit the new EVEMon forums and let us know what you think.
Thank you for using EVEMon!
Originally by: deadz I don't know if this has been addressed or not, and I may not have searched too closely when I was rummaging through the thread looking for anything relating to this so here goes:
When I open EVEMon I cannot get any kind of portrait on any of my characters. This doesn't really bother me, but being the curious person that I am... is there something that I could do by chance on my end that would allow me to view my actual character portrait, or is what I'm asking a hopeless cause?
Oh and if it is relevant-- I have changed my character portrait on my main character.
Thanks in advance.
Sometimes myeve takes a long time to update those portraits. If you can't see your portait on the forums (and I can't see yours right now), you won't see it on EVEMon. Once it's available to the forums, if it does not show up in EVEMon, right click on the exclamation to find the force download option. If it still doesn't work, please report it as a bug in our ticket system and/or on our forums. ------ {o,o} (__(| -"-"- EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.08.30 05:02:00 -
[36]
ISD gave us a new sticky post.
<3
Enjoy my 4000-char-limit pushing first post... and then take your issues over there, or to the evemon site ------ {o,o} (__(| -"-"- EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.09.14 13:56:00 -
[37]
Originally by: tharkis yo i finally used the eve mon program, and i must say i am majorly impressed. i take my hat off to the guys that made this program. they will be definitely be recieving a chunk of change from me for donations :P. i was a bit skeptic but its cool that you have alot of options, and its foolproof. look under these forums and seems this program is the most recommended. either way, i just wanted to tell the makers of this program, well done.
We always welcome donations! If you send any isk my way, I'll make sure that it makes it to all the developers. If there's one feature you like above all other, either ask me for that guy's name, or you can send it to me and I'll make sure the lion's share of the donation makes it to that guy.
I'm afraid that either no one feels like donating, or everyone is sending money to six (who hasn't logged on in months) >< ------ {o,o} (__(| -"-"- EVEMon |

Anders Chydenius
Phoenix Industries
|
Posted - 2006.10.09 12:51:00 -
[38]
evemon.evercrest.com is the OLD site. evemon.battleclinic.com is the NEW site.
Read all about it here: http://evemon.battleclinic.com/cgi-bin/trac.cgi/wiki/EvemonFAQ under the history section.
Of course, that's the sort of thing I would say if I were trying to scam my way onto your computer, too. ------ {o,o} (__(| -"-"- EVEMon |
| |
|