Page 5 of 7 FirstFirst ... 34567 LastLast
Results 41 to 50 of 62

Thread: Current Public Release (Updated: June 12, 2019)

  1. #41
    Senior Member
    Join Date
    Jan 2010
    Posts
    165

    Default

    Quote Originally Posted by Blacky View Post
    The V8 software doesn't use the V7.5 registry settings. So the V8 problem is most likely not related to deleting the V7 registry settings.
    Try running the V8 installation again and it/should will fix any damaged or missing files from the install.

    The error is most likely referring to the USB driver dll file located here:
    C:\Program Files (x86)\EFILive\Drivers\EFILive\Win-XP-Vista-7-8\i386\ftd2xx.dll

    PS. V8 keeps all it's settings (the equivalent of what V7 keeps in the registry) in multiple *.ini files in the folder: \Documents\EFILive\V8\Config
    It ended up being a lot easier to manage *.ini files while Microsoft was transitioning from XP to Vista to Win7, each major Windows update brought changes to the registry security settings. Using the registry turned out to be more trouble than it was worth during those years.
    Thanks for the quick response.

    It strange, If you click the error it shuts down V8. But if you click off to the side and close the window it seems to let you continue.

    I just tried to reinstall to see if it would fix it but no dice. Currently uninstalling and reinstalling to see if I can get it working again.

    Got to love windows and some of its unique quirks... LOL

  2. #42
    Senior Member
    Join Date
    Jan 2010
    Posts
    165

    Default

    Quote Originally Posted by Blacky View Post
    The V8 software doesn't use the V7.5 registry settings. So the V8 problem is most likely not related to deleting the V7 registry settings.
    Try running the V8 installation again and it/should will fix any damaged or missing files from the install.

    The error is most likely referring to the USB driver dll file located here:
    C:\Program Files (x86)\EFILive\Drivers\EFILive\Win-XP-Vista-7-8\i386\ftd2xx.dll

    PS. V8 keeps all it's settings (the equivalent of what V7 keeps in the registry) in multiple *.ini files in the folder: \Documents\EFILive\V8\Config
    It ended up being a lot easier to manage *.ini files while Microsoft was transitioning from XP to Vista to Win7, each major Windows update brought changes to the registry security settings. Using the registry turned out to be more trouble than it was worth during those years.
    I ran installer and no luck. Deleted that specific file and ran installer, No luck. uninstalled V7.5, V8 and deleted those keys mentioned earlier and no luck.

    Any other ideas?

  3. #43
    Lifetime Member Chavez91's Avatar
    Join Date
    Dec 2012
    Posts
    232

    Default

    It seems there is a 32 bit limit on USER PIDs. Though there seem to be a small handful of pids that are 40+bit and if you try to define them in the PID Compiler you get the "Size must be one of 8 ,16, 32, or in a bit range....."

    Can this limit be raised? If so that would be great. If you need one for testing. Here is a great one to use/add to EFI.

    Code:
    uDPFRSMV         = 336B     0 PKT     40 .                .                .                .                .    .                .                                  "Particulate Filter Soot Models Value"
      uSOOTMODL1     = +        0 UNM  32:39 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 1 (Statistical Model)"
      uSOOTMODL2     = +        0 UNM  24:31 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 2 (Delta Pressure Model)"
      uSOOTMODL3     = +        0 UNM  16:23 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 3 (CCB Model)"
      uSOOTMODL4     = +        0 UNM  08:15 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 4 (MPC Model)"
      uSOOTMODL5     = +        0 UNM  00:07 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 5 (1DK Model)"
    Josh

    '04 GMC LLY
    - L5P, Motech, 6-Spd Conv. ML Trans.
    '05 GMC LLY - 250%, 12mm, 67mm Custom Turbo, 6-Spd Conv. ML Trans
    '19 3500 RAM - Tuned Aisin 0_o

  4. #44

  5. #45
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,490

    Default

    Quote Originally Posted by 1FastBrick View Post
    I ran installer and no luck. Deleted that specific file and ran installer, No luck. uninstalled V7.5, V8 and deleted those keys mentioned earlier and no luck.

    Any other ideas?
    Are you getting the 1400 error or the dll error"?
    Reagrds
    Paul
    Before asking for help, please read this.

  6. #46
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,490

    Default

    Quote Originally Posted by Chavez91 View Post
    It seems there is a 32 bit limit on USER PIDs. Though there seem to be a small handful of pids that are 40+bit and if you try to define them in the PID Compiler you get the "Size must be one of 8 ,16, 32, or in a bit range....."

    Can this limit be raised? If so that would be great. If you need one for testing. Here is a great one to use/add to EFI.

    Code:
    uDPFRSMV         = 336B     0 PKT     40 .                .                .                .                .    .                .                                  "Particulate Filter Soot Models Value"
      uSOOTMODL1     = +        0 UNM  32:39 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 1 (Statistical Model)"
      uSOOTMODL2     = +        0 UNM  24:31 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 2 (Delta Pressure Model)"
      uSOOTMODL3     = +        0 UNM  16:23 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 3 (CCB Model)"
      uSOOTMODL4     = +        0 UNM  08:15 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 4 (MPC Model)"
      uSOOTMODL5     = +        0 UNM  00:07 1.0              0.0              .                .                0    %                Percentage                         "Soot Model 5 (1DK Model)"
    The plan is to raise that to 40 bits, or more likely 64. There's a bunch of PIDs (>40 bits) that need adding.
    It is high priority.
    Regards
    Paul
    Before asking for help, please read this.

  7. #47
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,490

    Default

    Quote Originally Posted by vortecfcar View Post
    Hey guys,

    None of my .cax files appear to work with the newest release.

    Nick
    You may need to set this setting:

    Regards
    Paul

    Click image for larger version. 

Name:	Script_Compat.png 
Views:	284 
Size:	51.7 KB 
ID:	22930
    Before asking for help, please read this.

  8. #48
    Senior Member
    Join Date
    Jan 2010
    Posts
    165

    Default

    Quote Originally Posted by Blacky View Post
    Are you getting the 1400 error or the dll error"?
    Reagrds
    Paul
    dll error with V8 software.

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

    Default

    Quote Originally Posted by 1FastBrick View Post
    dll error with V8 software.
    It may not be an EFILive specific issue. See this:
    https://windowsreport.com/loadlibrar...ed-error-1114/

    EFILive will request 3D hardware acceleration and associated dlls to be loaded if this setting is true:

    Click image for larger version. 

Name:	v8_3d_hw.png 
Views:	274 
Size:	74.8 KB 
ID:	22932

    Regards
    Paul
    Before asking for help, please read this.

  10. #50
    Senior Member
    Join Date
    Jan 2010
    Posts
    165

    Default

    Quote Originally Posted by Blacky View Post
    It may not be an EFILive specific issue. See this:
    https://windowsreport.com/loadlibrar...ed-error-1114/

    EFILive will request 3D hardware acceleration and associated dlls to be loaded if this setting is true:

    Click image for larger version. 

Name:	v8_3d_hw.png 
Views:	274 
Size:	74.8 KB 
ID:	22932

    Regards
    Paul
    Thanks! I will work on that and see if i can get it resolved.

    Stupid Windows... I bet something changed with the latest update on Tuesday...

Page 5 of 7 FirstFirst ... 34567 LastLast

Similar Threads

  1. Current Public Release (Updated - Feb 2019)
    By Blacky in forum Software Updates and Installation Help
    Replies: 42
    Last Post: April 17th, 2019, 05:34 AM
  2. Known issues with June 02, 2015 Public Release
    By Blacky in forum Software Updates and Installation Help
    Replies: 18
    Last Post: July 8th, 2015, 04:07 PM
  3. Public Release June 03, 2011
    By Blacky in forum Software Updates and Installation Help
    Replies: 71
    Last Post: July 9th, 2011, 06:59 AM
  4. Public Release Update June 24, 2011
    By Blacky in forum Software Updates and Installation Help
    Replies: 105
    Last Post: July 9th, 2011, 05:21 AM
  5. Public Release Update June 06, 2011
    By Blacky in forum Software Updates and Installation Help
    Replies: 18
    Last Post: June 20th, 2011, 06:12 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
  •