These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

Ships & Modules

 
  • Topic is locked indefinitely.
 

Evefit project: pyfa 1.1.14 (Odyssey 1.0)

Author
Judas Lonestar
Stryker Industries
Stryker Group
#241 - 2012-12-22 20:53:52 UTC
Possible bug?

Can someone verify the Scan Resolution numbers when using "instalock" setups. For example....

[Moa, Moa instalock]

[LOW]
Magnetic Field Stabilizer II
Magnetic Field Stabilizer II
Tracking Enhancer II
Tracking Enhancer II

[MID]
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
[Empty Med slot]

[RIG]
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I


PYFA reports a scan res of 2147 (Using all V). "In the field" I'm getting a touch over 1200 when I click "Show Info" on the ship. I'm suspecting stacking penalties are not being correctly applied.
Sakari Orisi
Doomheim
#242 - 2012-12-23 00:48:05 UTC
Judas Lonestar wrote:
Possible bug?

Can someone verify the Scan Resolution numbers when using "instalock" setups. For example....

[Moa, Moa instalock]

[LOW]
Magnetic Field Stabilizer II
Magnetic Field Stabilizer II
Tracking Enhancer II
Tracking Enhancer II

[MID]
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
[Empty Med slot]

[RIG]
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I


PYFA reports a scan res of 2147 (Using all V). "In the field" I'm getting a touch over 1200 when I click "Show Info" on the ship. I'm suspecting stacking penalties are not being correctly applied.

I'll have a look at this tomorroz, before I make the 1.1.13 build
Judas Lonestar
Stryker Industries
Stryker Group
#243 - 2012-12-23 01:42:35 UTC
Sakari Orisi wrote:
Judas Lonestar wrote:
Possible bug?

Can someone verify the Scan Resolution numbers when using "instalock" setups. For example....

[Moa, Moa instalock]

[LOW]
Magnetic Field Stabilizer II
Magnetic Field Stabilizer II
Tracking Enhancer II
Tracking Enhancer II

[MID]
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
Sensor Booster II, Scan Resolution Script
[Empty Med slot]

[RIG]
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I
Medium Targeting System Subcontroller I


PYFA reports a scan res of 2147 (Using all V). "In the field" I'm getting a touch over 1200 when I click "Show Info" on the ship. I'm suspecting stacking penalties are not being correctly applied.

I'll have a look at this tomorroz, before I make the 1.1.13 build


Thanks. I had thought of opening a bug report but its nice to get someone else to verify my findings before going forward with an "official" bug report.

Again, thank you and happy holidays!
Tyrinne Jares
Sanctuary Commodum
#244 - 2012-12-23 14:31:55 UTC
https://dl.dropbox.com/u/711793/PyFa-1.1.12-win32.msi

Anyone care to try the installer at your own risk? xD

I've frozen the scripts with cx_Freeze which is capable of generating packages for a lot of OS.
http://cx-freeze.sourceforge.net/

My environment was Windows 8 with EPD-2.7-3(free.)

I had to change config.py to make it work on my computer. But, of course, I'm not professional programmer... So, some might consider it ridiculous.

@@ -33,11 +33,14 @@ def defPaths():
global saveInRoot
# The main pyfa directory which contains run.py
# Python 2.X uses ANSI by default, so we need to convert the character encoding
pyfaPath = getattr(configforced, "pyfaPath", None)
if pyfaPath is None:
- pyfaPath = unicode(os.path.dirname(os.path.abspath(sys.modules['__main__'].__file__)), sys.getfilesystemencoding())
+ if hasattr(sys.modules['__main__'], '__file__'):
+ pyfaPath = unicode(os.path.dirname(os.path.abspath(sys.modules['__main__'].__file__)), sys.getfilesystemencoding())
+ else:
+ pyfaPath = unicode(os.path.dirname(os.path.abspath(sys.executable)), sys.getfilesystemencoding())

Here's my setup.py. Again, might look hillarious.

import sys
import config
from cx_Freeze import setup, Executable

build_exe_options = {"packages": ["os", "sys", \
"sqlalchemy.dialects", \
"eos", "gui", "service"], \
"excludes": ['_gtkagg', '_tkagg', 'bsddb',\
'curses', 'email', 'pywin.debugger','pywin.debugger.dbgcon',\
'pywin.dialogs', 'tcl','Tkconstants', 'Tkinter'], \
"include_files": ["icons", "staticdata", "pyfa.ico", \
"gpl.txt", "readme.txt"], \
"optimize": 2 ,\
"compressed": True \
}

base = None
if sys.platform == "win32":
base = "Win32GUI"

setup( name = "PyFa",
version = config.version,
description = "PyFa",
options = {"build_exe": build_exe_options},
executables = [Executable("pyfa.py", base=base, \
icon=r"pyfa.ico", \
compress=True \
)])
Vera Algaert
Republic University
Minmatar Republic
#245 - 2012-12-26 09:53:52 UTC
Thomas Gore wrote:
I'm still waiting for a web based EVE fitting tool (and/or EVEMON like character tracking tool).

Good job on this one though :)

pyfa had this for a long time (was called Aurora) but that project seems to be dead now Sad

.

Aim Deadlock
Armed N Dangerous
#246 - 2012-12-27 06:17:06 UTC
Hey guys,

Thats nothing about PYFA but about PYFAs homepage.

I browse with Firfox and "Bitdefenders TrafficLight Plugin" for Firefox and every time i open "http://www.evefit.org", TrafficLight says "Attention, malware! This page contains viruses or other malware"!

Why ?

Does anyone have an explanation?

Tanks! :)
Sakari Orisi
Doomheim
#247 - 2012-12-27 07:23:21 UTC  |  Edited by: Sakari Orisi
Aim Deadlock wrote:
Hey guys,

Thats nothing about PYFA but about PYFAs homepage.

I browse with Firfox and "Bitdefenders TrafficLight Plugin" for Firefox and every time i open "http://www.evefit.org", TrafficLight says "Attention, malware! This page contains viruses or other malware"!

Why ?

Does anyone have an explanation?

Tanks! :)

http://forum.bitdefender.com/index.php?showtopic=40790
i've reported this as a false positive on their forum. Should be fixed shortly (hopefully)

EDIT: seems it's been fixed
Eofina
Republic Military School
Minmatar Republic
#248 - 2012-12-27 19:03:56 UTC  |  Edited by: Eofina
I just installed the Windows client. When trying to fetch my characters from old Aura API I made a while back, it gave me a message stating this: Unable to fetch characters list from EVE API!

I created a brand new API, with everything, no expiry. Same issue. My EveMon and EveHQ API's are working fine.

I'll keep trying throughout the day, but I figured I'd post here anyways.




**** EDIT *****

It just popped into my head. I'm running Windows 8 and I re-ran the client in Admin Mode. Sure enough it worked. *sigh*

I just figured I'd add this in case anyone else runs into this issue.
krickettt
The Kronos Ritual
#249 - 2012-12-27 20:59:37 UTC
It seems that rockets may be getting double bonuses somehow in pyfa?

With fits similar to below, I'm getting quite a bit more dps than I am in-game

In pyfa: 312 dps
In eve: 250 dps

Quote:

[Talwar, Talwar fit]

Damage Control II
Ballistic Control System II
Nanofiber Internal Structure II

Limited 1MN Microwarpdrive I
Faint Epsilon Warp Scrambler I
Medium F-S9 Regolith Shield Induction

Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket
Rocket Launcher II, Nova Rage Rocket

Small Core Defense Field Extender I
Small Core Defense Field Extender I
Small Warhead Calefaction Catalyst I

Sakari Orisi
Doomheim
#250 - 2012-12-28 19:07:51 UTC
Eofina wrote:
I just installed the Windows client. When trying to fetch my characters from old Aura API I made a while back, it gave me a message stating this: Unable to fetch characters list from EVE API!

I created a brand new API, with everything, no expiry. Same issue. My EveMon and EveHQ API's are working fine.

I'll keep trying throughout the day, but I figured I'd post here anyways.




**** EDIT *****

It just popped into my head. I'm running Windows 8 and I re-ran the client in Admin Mode. Sure enough it worked. *sigh*

I just figured I'd add this in case anyone else runs into this issue.

Weird .. I'm also running win8, and do not have this issue.
Silk daShocka
Greasy Hair Club
#251 - 2012-12-29 17:39:14 UTC  |  Edited by: Silk daShocka
I'm not sure about other people, but for the latest build it is taking a really really long time to extract teh files from teh archive.

It's been going for about 30 minutes and windows was originally saying 2 hours +.

Edit: Pyfa no longer runs on my computer after doing this 2 hour install. Is it possible for me to recover my fittings taht were created in Pyfa and import them to EFT?
Sakari Orisi
Doomheim
#252 - 2012-12-29 20:32:49 UTC
Silk daShocka wrote:
I'm not sure about other people, but for the latest build it is taking a really really long time to extract teh files from teh archive.

It's been going for about 30 minutes and windows was originally saying 2 hours +.

Edit: Pyfa no longer runs on my computer after doing this 2 hour install. Is it possible for me to recover my fittings taht were created in Pyfa and import them to EFT?

While I'm not sure what, you've done something wrong.
you could open the database with any sqlite browser, but you'd probably have a tricky time getting that into a format EFT can read.
Silk daShocka
Greasy Hair Club
#253 - 2012-12-29 22:15:41 UTC
Sakari Orisi wrote:
Silk daShocka wrote:
I'm not sure about other people, but for the latest build it is taking a really really long time to extract teh files from teh archive.

It's been going for about 30 minutes and windows was originally saying 2 hours +.

Edit: Pyfa no longer runs on my computer after doing this 2 hour install. Is it possible for me to recover my fittings taht were created in Pyfa and import them to EFT?

While I'm not sure what, you've done something wrong.
you could open the database with any sqlite browser, but you'd probably have a tricky time getting that into a format EFT can read.


The log file is here if you want it

http://www.filedropper.com/pyfaexe

pyfa.exe.log
Sakari Orisi
Doomheim
#254 - 2012-12-30 11:02:19 UTC
Silk daShocka wrote:
Sakari Orisi wrote:
Silk daShocka wrote:
I'm not sure about other people, but for the latest build it is taking a really really long time to extract teh files from teh archive.

It's been going for about 30 minutes and windows was originally saying 2 hours +.

Edit: Pyfa no longer runs on my computer after doing this 2 hour install. Is it possible for me to recover my fittings taht were created in Pyfa and import them to EFT?

While I'm not sure what, you've done something wrong.
you could open the database with any sqlite browser, but you'd probably have a tricky time getting that into a format EFT can read.


The log file is here if you want it

http://www.filedropper.com/pyfaexe

pyfa.exe.log

Your installation is corrupt, I'd suggest deleting the whole folder, redownload the archive and trying again. (Don't worry, your fits aren't stored in that folder, its safe to delete it)
Silk daShocka
Greasy Hair Club
#255 - 2012-12-30 14:28:46 UTC
Sakari Orisi wrote:

Your installation is corrupt, I'd suggest deleting the whole folder, redownload the archive and trying again. (Don't worry, your fits aren't stored in that folder, its safe to delete it)


Thank you for your help it's working now.

In regards to the lengthy extraction of 2 hours + I had mentioned, I used 7zip to extract it this time and it took about 5 seconds. Seems as though whatever windows uses to extract has some type of issue with the archive I guess.
Eofina
Republic Military School
Minmatar Republic
#256 - 2012-12-31 15:07:29 UTC
Sakari Orisi wrote:
Eofina wrote:
I just installed the Windows client. When trying to fetch my characters from old Aura API I made a while back, it gave me a message stating this: Unable to fetch characters list from EVE API!

I created a brand new API, with everything, no expiry. Same issue. My EveMon and EveHQ API's are working fine.

I'll keep trying throughout the day, but I figured I'd post here anyways.




**** EDIT *****

It just popped into my head. I'm running Windows 8 and I re-ran the client in Admin Mode. Sure enough it worked. *sigh*

I just figured I'd add this in case anyone else runs into this issue.

Weird .. I'm also running win8, and do not have this issue.


Professional or Normal?

Not sure if it matters, but could be a difference. Mine is Professional.

And to clarify it only needed to be Admin to do the API import, not run.
Sakari Orisi
Doomheim
#257 - 2012-12-31 16:24:45 UTC
Eofina wrote:
Sakari Orisi wrote:
Eofina wrote:
I just installed the Windows client. When trying to fetch my characters from old Aura API I made a while back, it gave me a message stating this: Unable to fetch characters list from EVE API!

I created a brand new API, with everything, no expiry. Same issue. My EveMon and EveHQ API's are working fine.

I'll keep trying throughout the day, but I figured I'd post here anyways.




**** EDIT *****

It just popped into my head. I'm running Windows 8 and I re-ran the client in Admin Mode. Sure enough it worked. *sigh*

I just figured I'd add this in case anyone else runs into this issue.

Weird .. I'm also running win8, and do not have this issue.


Professional or Normal?

Not sure if it matters, but could be a difference. Mine is Professional.

And to clarify it only needed to be Admin to do the API import, not run.


Normal.
I guess it should be some security setting somewhere.
Seleucus Ontuas
The Scope
Gallente Federation
#258 - 2013-01-01 06:33:30 UTC
I don't know if this has already been reported, but one of the changes Retribution brought was GMP affecting HAMs. Pyfa 1.1.12 doesn't seem to have this in. I'm reading 215 explosion radius with Rage HAMs when it should be 161.5.
Saeri Averes-Vith
Garoun Investment Bank
Gallente Federation
#259 - 2013-01-02 09:39:16 UTC
Can I make PYFA portable?
(I'd like to put it on a usb stick and use it from multiple computers.)
Sakari Orisi
Doomheim
#260 - 2013-01-02 09:47:35 UTC  |  Edited by: Sakari Orisi
Saeri Averes-Vith wrote:
Can I make PYFA portable?
(I'd like to put it on a usb stick and use it from multiple computers.)

Yes, just start it up with the --root argument and it'll save everything locally.
I personally do this from google drive :) That way all my fits are automatically synced on all my computers (careful to not have pyfa started up on multiple computers though)

Seleucus Ontuas wrote:
I don't know if this has already been reported, but one of the changes Retribution brought was GMP affecting HAMs. Pyfa 1.1.12 doesn't seem to have this in. I'm reading 215 explosion radius with Rage HAMs when it should be 161.5.


This has been fixed in the development build.
A release is currently pending but I'm waiting a bit until we get a week or two without more new bugreports before making another release.