Pages: 1 2 3 4 5 6 7 [8] 9 :: one page |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.03.30 17:24:22 -
[211] - Quote
Holy Hell dude. I just resubed after a few years gone. One of the things that happened near the end of my last tenure was the API changes and you heading out. That was a huge blow to me because I had built a lot of personal tools in a MS Access which could easily piggyback on your backend. I spent a LONG time trying to figure out how to import attribute centric xml into access and never could figure it out so I had to rely on other tools (which while good never could really operate the same as my personal stuff designed for my needs). I really hope your backend is still MS access compatible. Being able to do customizable queries in my own environment is going to be fairly critical for some of the work I want to do now (trying to build some linear optimization models and MRP systems for industrial/market optimization).
Even if not it's really great to see you back, your tool, even as a standalone, was excellent for analytical work. Never really found anything else that worked as well.
Most fortuitous.
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.03.31 00:43:51 -
[212] - Quote
Whelp, what would a good tool be without some good problems.
So I downloaded it and tried to give it a run on an install. Strangely the installer hangs immediately. Shows up in my task manager (2 times, like 116k each) and can't be killed with an "end process" command, so it's hung pretty seriously. I dug through Event Viewer as well as I could and couldn't find anything particularly obvious with it. Restarted and tried running the install a handful of times and didn't see any errors pop up, but the same issues persists.
Running on Win7 64. Any ideas what might be causing this? |

Hel O'Ween
Men On A Mission
158
|
Posted - 2016.03.31 16:22:17 -
[213] - Quote
Hmm, I'm using Win 7 64 bit, too. Other than the typical suggestions like a) must be run "As Administrator" and b) make sure your virus scanner doesn't interfer with the installation process, I don't know what may be the cause.
Can you check how far the installation process proceeded? I.e. is there a folder BasicAware\EVEWalletAware in your Program Files (x86) folder? Is there something in it?
If you can't get it to install, send me an EVEMail. We'll figure out a way to do a manual install.
And yes, it's still MS Access based.
EVEWalletAware - an offline wallet manager.
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.04.01 01:08:37 -
[214] - Quote
Well it doesn't look like it even created a folder. Like I launch the .exe and I get an hourglass for a split second and that's it. Nothing else. I get an instance in my process directory that can't be killed, nothing else. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.01 16:10:30 -
[215] - Quote
Did you launch it "As Administrator" as I suggested? The installation needs admin rights.
EVEWalletAware - an offline wallet manager.
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.04.01 21:15:56 -
[216] - Quote
Yes I did. Strange thing is that the explorer window I launch it from also becomes non-responsive and can't be killed. |

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.04.02 15:44:18 -
[217] - Quote
I went and tried to install VS so I could take a look at some of your source code and that crapped out too. Based on that I'm pretty sure the problem is on my end somewhere. I'll keep working on it. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.03 00:23:40 -
[218] - Quote
Glad to hear you've got it to work.
If this helps with your whitelisting, the domains contacted by EWA are: - eve.basicaware.de - api.eveonline.com - api.eve-central.com
EVEWalletAware - an offline wallet manager.
|

Tehg Rhind
Atlantic Innovations
12
|
Posted - 2016.04.03 15:00:37 -
[219] - Quote
Right on, I think I have those three working fine now. Quick question on one other thing. The table banav_tItemValue is where the eve central data is stored right (value source 1)? I have 6 value types, what are they? Also, which region is used for this pull? |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.08 16:33:34 -
[220] - Quote
Quote: The table banav_tItemValue is where the eve central data is stored right (value source 1)?
Right. ValueSource stands for 0 - EWA (=calculated from your own transactions) 1 - EVE-Central 2 - EVE Marketdata
Quote: I have 6 value types, what are they?
These corespond with the the combobox entries "Average type" in the Assets window: 0 - Average Total 1 - Average Buy 2 - Average Sell 3 - Median Total 4 - Median Buy 5 - Median Sell
Quote: Also, which region is used for this pull?
All regions. The query string for Tritanium, typeID 34 would look like http://api.eve-central.com/api/marketstat?typeid=34
Perhaps I should implement the option to select a dedicated region ...
EVEWalletAware - an offline wallet manager.
|
|

Tehg Rhind
Atlantic Innovations
13
|
Posted - 2016.04.14 00:58:27 -
[221] - Quote
It might not be a bad idea. For things like minerals we're talking about a razors edge, so small regional differences could matter. That said, I've also noticed that for certain high velocity commodities with razor thin margins, like minerals or salvage, the "percentile" may give a more accurate reading. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.15 16:58:50 -
[222] - Quote
Tehg Rhind wrote:It might not be a bad idea.
Already done, will be in the next release.
Quote: That said, I've also noticed that for certain high velocity commodities with razor thin margins, like minerals or salvage, the "percentile" may give a more accurate reading.
Both average and median are provided by EVE Central, so currently I just "spit 'em out". I also admit that I'm not statistics genius and therefore would need to teach myself first about how the percentile is calculated. So this won't be a quick addition to EWA ... but you'll never know.
EVEWalletAware - an offline wallet manager.
|

Tehg Rhind
Atlantic Innovations
14
|
Posted - 2016.04.18 00:44:00 -
[223] - Quote
Percentile is included in the eve central api call. Can't remember if it's a different version of the call than the one you use though.
Ed: ah, misunderstood your post. My understanding is that percentile uses the top/bottom 5% of orders to define buy/sell prices (respectively). It filters out all the junk/overpriced/underpriced orders. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.18 13:44:32 -
[224] - Quote
Tehg Rhind wrote:Percentile is included in the eve central api call. Can't remember if it's a different version of the call than the one you use though.
Ha, so that's an easy one.
Quote: Ed: ah, misunderstood your post. My understanding is that percentile uses the top/bottom 5% of orders to define buy/sell prices (respectively). It filters out all the junk/overpriced/underpriced orders.
Yes and no. I both dind't know where to get the values from and if I had to calculate them myself, what kind of information "Percentile" provides.
OK so especially for you the next EWA release will also store EC's percentile values. It extends the list I provided earlier:
0 - Average Total 1 - Average Buy 2 - Average Sell 3 - Median Total 4 - Median Buy 5 - Median Sell
6 - Percentile Total 7 - Percentile Buy 8 - Percentile Sell
As of now, the values are only stored in the DB but aren't used anywhere within EWA.
EVEWalletAware - an offline wallet manager.
|

Tehg Rhind
Atlantic Innovations
14
|
Posted - 2016.04.18 19:41:37 -
[225] - Quote
Bro you are for real the best. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.21 16:48:38 -
[226] - Quote
FYI: I've released the new versions mentioned above.
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.04.28 15:49:39 -
[227] - Quote
The new database update has been released.
Some notes accompanying both the new release of EWA and this database:
1) Fees / Taxes I haven't come around implementing the new taxes/fees formula, therefore the estimated results given by EWA are currently wrong. They were (worst case) estimations anyway, as I only took the character's skills into account, dismissing his standing towards the station owner. Doing it that way ensured that EWA always underestimated your profits, never overestimated them. If you have enable tax/fee estimation (Extras -> Options -> tab "Wallet / Assets"), you might want to disable that for the time being.
2) Citadel locations As of now, it's unsure (to me, at least) who i.e. assets provide information about their location, if they're located in a citadel. Same's true for transactions occurring in citadels. Worst possible outcome: EWA retrieves and stores (this is important - nothing gets lost!) this information from the API, but simply fails to display assets/transactions taking place in a citadel. Once it's clear how to do that and a proper EWA version is released, these items will automatically "reappear". Best possible outcome: citadels work just like player build stations and everything's fine from the get-go.
EVEWalletAware - an offline wallet manager.
|

Tyler Aldent
Federal Navy Academy Gallente Federation
0
|
Posted - 2016.05.02 02:26:51 -
[228] - Quote
Quick question. On my mission runner it is displaying all my wallet transactions but for my industry alt no information for transactions is displayed, only for journal. Is there something I may have missed? Both characters have the same API permissions for their keys. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.05.04 07:40:25 -
[229] - Quote
Do you happen to run another 3rd party tool for your inusdtrial character? If so, those two programs might conflict with API cache/update times.
Other than that, check "Extras" -> "Application log" for potential error messages.
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.06.09 14:01:02 -
[230] - Quote
OP updated. New database version and new version of EWA are out. The EWA update adds an ISK filter option to the asset window, allowing to filter (out) assets by their price.
EVEWalletAware - an offline wallet manager.
|
|

Tertharan
8
|
Posted - 2016.06.10 08:02:24 -
[231] - Quote
So, I think there might be a problem with the download link on your website. I went to where it said "Download the current version (2.1.33)", downloaded the full version, and then tried using it. It didn't seem to be working at all and after trying a few things I went to the about page which stated that the version of the program I was using was 0.9.6 from 2008. |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.06.10 11:09:36 -
[232] - Quote

How embarassing ... you're right. Fixed it. Thanks for letting me know.
I moved to a new hosting provider at the end of May. Not sure where I dug up those old versions when moving the data ...
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.07.04 16:30:56 -
[233] - Quote
Took me a while, but now the new database update is available. Sorry for the delay, folks.
EVEWalletAware - an offline wallet manager.
|

Thargan Thegol
9
|
Posted - 2016.07.11 22:41:18 -
[234] - Quote
Hallo, ich hoffe, ich darf auf deutsch schreiben.
Seit mehr als acht Stunden versuche ich nun EWA zum laufen zu bringen.
Zuletzt habe ich es neu installiert, es waren neue DLL's dabei... Habe aber meine alte DB reinkopiert, bei denen ich schon die neuen API Daten eingebaut habe.
Lange Rede kurzer Sinn.... Meine aktuellen Transaktionen werden nicht angezeigt, unter anderem vermutlich. Wie es aus sieht, wurden aber alle Daten empfangen, denn es sind jede Menge Dateien in dem "Cached XML Files" Bereich zu sehen, die alle aktuell und voller Daten sind.
Ich weis nicht weiter. Ich m+¦chte m+¦glichst meine alte Datenbank behalten. Ich kann auch alle alten Daten abrufen, wie gewohnt.
Ge+ñndert habe ich nur die API-Codes, da ich bis zu letzt die alte API-Codes verwendet habe.
|

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.07.12 16:15:40 -
[235] - Quote
I hope you don't mind that I reply in English. As I understand it, foreign language postings aren't allowed within the international forums, you would need to post that in the localized German forum section. If you've got trouble understanding my answer, send me an EVE mail or create a thread over at eveger.de and link it here.
That said - copying the database might not be enough. You need to update the database too, as it has also changed over time. If you haven't already done so, do ? -> Check for updates. If your database isn't too old, it should upgrade your existing data and preserve the old contents. It's a good sign that you see new XMLs to be fetched. My bet is that although EWA can fetch the data with the API key you provided, it then fails to insert the data into the DB, because it assumes a certain table structure which your old DB doesn't provide yet. Have a look at Extras -> Application log and see if it shows any database errors (ADO something ...)
If that (=upgrading the DB) fails, I can offer you to have a look at your DB, provided you trust me enough to send me your DB file, of course.
EVEWalletAware - an offline wallet manager.
|

Thargan Thegol
9
|
Posted - 2016.07.12 22:43:08 -
[236] - Quote
API key's are ok and working fine.
A new install with a brand new DB work fine too.
the old DB may be to old like you say and so I hope I can use both DB's in same time. will it work ?
The last proper use of EWA was April 2014 |

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.07.13 08:24:33 -
[237] - Quote
Thargan Thegol wrote: the old DB may be to old like you say and so I hope I can use both DB's in same time. will it work ?
Nope, that doesn't work.
Have you tried updating the DB as I suggested? Menu "?" -> "Check for updates"
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
159
|
Posted - 2016.08.10 09:18:52 -
[238] - Quote
The new database update (version 72, sde-20160809-TRANQUILITY-legacy) has been published.
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
161
|
Posted - 2016.09.19 10:12:00 -
[239] - Quote
The new database update (version 73, sde-20160912-TRANQUILITY-legacy) has been published.
I've also released a new version of EWAAutoData (1.0.37). It fixes the issue that in Windows 10, EWAAutoData didn't appear in the taskbar and was also missing from the ALT-TAB list.
EVEWalletAware - an offline wallet manager.
|

Hel O'Ween
Men On A Mission
161
|
Posted - 2016.09.24 09:30:31 -
[240] - Quote
Folks,
I've prepared a guide on how to create (and distribute) your own database update for EWA. OP has been updated accordingly.
I'd appreciate any comments/suggestions.
EVEWalletAware - an offline wallet manager.
|
|
|
|
|
Pages: 1 2 3 4 5 6 7 [8] 9 :: one page |
First page | Previous page | Next page | Last page |