Results 1 to 9 of 9

Thread: Known issues with the November 2015 Public Stable-Release

  1. #1
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default Known issues with the November 2015 Public Stable-Release

    Currently known issues and possible workarounds for the November 2015 Public Stable-Release of the EFILive Software and Firmware

    Download the public stable-release EFILive software here: http://www.efilive.com/latest/cat/download-efilive

    Public pre-release software versions:

    • Software: V7.5.7.298
    • Software: V8.2.2.289
    • FlashScan/AutoCal firmware: V2.07.94



    Issue 1:
    If you are Black Box Logging PIDs from an ECM and TCM simultaneously and you have selected a PID from the transmission controller (TCM) that has an identically named PID in the engine controller (ECM), then when the log file is loaded back into the V8 software for viewing, that TCM PID will be displayed as if it originated from the ECM. The PID's data will have correctly been logged from the TCM, only its name will appear to indicate that it was logged from the ECM.
    Workaround:
    None.
    It is a restriction of the *.efi (V7.5 log file format). That restriction will be removed and the TCM PIDs will display their true origin once the V8 scan tool software is available.

    Issue 2:
    The V7 Scan Tool menu option "Edit->Copy for export to V8" copies the currently selected PID list to the clipboard in the wrong format for V8. That means it cannot be pasted directly into either the V8 Scan Tool PID selection or the V8 BBX PID selection.
    Workaround:
    Paste the copied/exported PID list into Notepad (or any similar text editor), then remove the leading dot from each PID entry. Copy the updated PID list back to the clipboard, then paste into V8.

    Issue 3:
    Sometimes, after updating the AutoCal/FlashScan firmware, the "Rebooting" message and green progress bar remain visible on the screen even after FlashScan/AutoCal has finished rebooting.
    Workaround:
    Close down and restart any running EFILive V8 software.

    Last edited by Blacky; December 11th, 2015 at 11:17 AM.
    Before asking for help, please read this.

  2. #2
    Lifetime Member IdahoRob's Avatar
    Join Date
    Apr 2006
    Posts
    736

    Default

    Issue 3:
    Sometimes, after updating the AutoCal/FlashScan firmware, the "Rebooting" message and green progress bar remain visible on the screen even after FlashScan/AutoCal has finished rebooting.
    Workaround:
    Close down and restart any running EFILive V8 software.



    With doing autocal firmware updating and explorer tune loading this is happening about 75-80% of the time in a production setting.
    2013 LML, 550hp with factory emissions, stock cp4 and compound turbos.
    2002 LBZ, 4x4 (Max'd Out) 6000lbs 9.36 @ 154 mph NHRDA Champion and Record holder
    1965 El Camino, duramax 9.6 @ 149MPH

    All EFI tuned by Adrenaline Truck Performance

  3. #3
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default

    Quote Originally Posted by IdahoRob View Post
    Issue 3:
    Sometimes, after updating the AutoCal/FlashScan firmware, the "Rebooting" message and green progress bar remain visible on the screen even after FlashScan/AutoCal has finished rebooting.
    Workaround:
    Close down and restart any running EFILive V8 software.



    With doing autocal firmware updating and explorer tune loading this is happening about 75-80% of the time in a production setting.
    Thanks for the info Rob, I have now found the cause of the issue. It's a race condition between two threads. Both of them open the progress meter, but only one of them is closing it. I've applied a fix to the EFILive_Hapi.exe and will be posting a patch in the next few days that should resolve the issue.

    Regards
    Paul
    Before asking for help, please read this.

  4. #4
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    939

    Default

    ok, this one is annoying the shit out of me.

    i've updated to the latest release and i'm still getting a efilive_hapi error when trying to run efilive explorer.

    it's giving me a $0030 error saying the versions are not compatible. but i can run the application and talk to the v2 fine.

  5. #5
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    939

    Default

    problem solved. deleted the files and ran the install again.

  6. #6
    Junior Member
    Join Date
    Apr 2010
    Posts
    48

    Default

    Quote Originally Posted by Tre-Cool View Post
    problem solved. deleted the files and ran the install again.
    so it never installed correctly?

  7. #7
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    939

    Default

    Quote Originally Posted by HOWQUICK View Post
    so it never installed correctly?
    I suspect the installer does not overwrite existing files and since I installed over a previous version the first time it must have just skipped over them.

    Once I deleted the files manually from the v8 folder and ran the install it, the problem went away.

    EFILive guys: Is it possible for the setup package to do a date/creation check for overwriting files? if I recall correctly doing software packaging myself there are a few options available do to checks like that. Though it probably depends on your installer package.

  8. #8
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,500

    Default

    Quote Originally Posted by HOWQUICK View Post
    so it never installed correctly?
    If the installation is unable to overwrite one or more of the *.exe or *.dll files during the installation then the files wont get updated until the next reboot. That's why sometimes after installing software you will see a message stating "Please reboot your PC".
    Deleting the files and reinstalling will "fix" the problem, I would expect rebooting would have "fixed" it as well.

    The reason that some *.exe or *.dll files do not get updated during the installation is that they are still being used (i.e are still running). Sometimes the EFILive_Hapi.exe file (which runs in the background with a small system tray icon) can remain executing even after all EFILive software is closed. In that case the EFILive_Hapi.exe can't be updated during the install and the PC requires a reboot to complete the installation.

    Regards
    Paul
    Before asking for help, please read this.

  9. #9
    Lifetime Member Tre-Cool's Avatar
    Join Date
    Feb 2006
    Posts
    939

    Default

    Quote Originally Posted by Blacky View Post
    If the installation is unable to overwrite one or more of the *.exe or *.dll files during the installation then the files wont get updated until the next reboot. That's why sometimes after installing software you will see a message stating "Please reboot your PC".
    Deleting the files and reinstalling will "fix" the problem, I would expect rebooting would have "fixed" it as well.

    The reason that some *.exe or *.dll files do not get updated during the installation is that they are still being used (i.e are still running). Sometimes the EFILive_Hapi.exe file (which runs in the background with a small system tray icon) can remain executing even after all EFILive software is closed. In that case the EFILive_Hapi.exe can't be updated during the install and the PC requires a reboot to complete the installation.

    Regards
    Paul
    While what you have posted is correct. I always install efilive updates/new versions when I don't have the v2 plugged in or software running.

    my problem was only an issue because I was trying to pull logs off the v2 and setup bbl pids.

    thinking about this issue for others, it may also come down to running the setup programs without the "run as administrator" option. windows 7/8/10 does stupid things without that. which is why I edit the local policy on all my machines to allow everything.
    Last edited by Tre-Cool; December 9th, 2015 at 04:12 PM.

Similar Threads

  1. Novemeber 2015: EFILive Public Pre-Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 17
    Last Post: November 26th, 2015, 01:57 PM
  2. Known issues with the Novemeber 2015 Public Pre-Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 0
    Last Post: November 17th, 2015, 09:50 PM
  3. Known issues with June 02, 2015 Public Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 18
    Last Post: July 8th, 2015, 05:07 PM
  4. Known issues with May 01, 2015 Public Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 64
    Last Post: June 2nd, 2015, 10:46 AM
  5. Known issues with April 13, 2015 Public Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 32
    Last Post: April 30th, 2015, 08:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •