Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Trainer cannot be initialized #14

Open
tucapel opened this issue Nov 19, 2017 · 3 comments
Open

Error: Trainer cannot be initialized #14

tucapel opened this issue Nov 19, 2017 · 3 comments

Comments

@tucapel
Copy link

tucapel commented Nov 19, 2017

Hi John and others,
I am posting here since i don't have an account in Swift. I apologized in advance, but this error is most likely due that i'm not a techie guy and probably got something wrong following the instructions in the Readme file.

I have a Fortius Magic, Head unit 1942, and power meter (if that of an interest for generating a power curve..., if i get this going!).
when i run antifier, i get the error shown below:
image

Could this be related to the driver software I created (see below).
Thanks for any tips and kudos for putting together this project.

Diego.

; Fortius_swift.inf
; Copyright (c) 2010 libusb-win32 (GNU LGPL)
[Strings]
DeviceName = "Fortius_swift"
VendorName = "Insert manufacturer name"
SourceName = "Fortius_swift Install Disk"
DeviceID = "VID_3561&PID_E6BE"
DeviceGUID = "{225848BD-66EB-4FB0-A3F5-C62003856413}"

[Version]
Signature = "$Windows NT$"
Class = "libusb-win32 devices"
ClassGuid = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
Provider = "libusb-win32"
CatalogFile = Fortius_swift.cat
DriverVer = 01/17/2012, 1.2.6.0

[ClassInstall32]
Addreg = libusb_class_install_add_reg

[libusb_class_install_add_reg]
HKR,,,0,"libusb-win32 devices"
HKR,,Icon,,-20

[Manufacturer]
%VendorName% = Devices, NT, NTAMD64, NTIA64

;--------------------------------------------------------------------------
; libusb-win32 files
;--------------------------------------------------------------------------

[SourceDisksNames]
1 = %SourceName%

[SourceDisksFiles.x86]
libusb0.sys = 1,x86
libusb0_x86.dll = 1,x86

[SourceDisksFiles.amd64]
libusb0.sys = 1,amd64
libusb0.dll = 1,amd64
libusb0_x86.dll = 1,x86

[SourceDisksFiles.ia64]
libusb0.sys = 1,ia64
libusb0.dll = 1,ia64
libusb0_x86.dll = 1,x86

@jgoyvaerts
Copy link

You're selecting the wrong usb device. The correct one is 3561:E6BE, so you should select option 2

@tucapel
Copy link
Author

tucapel commented Nov 22, 2017

Thanks John.
It did not work. :-(

image

This is what i have:
![image](https://user-images.githubusercontent.com/11340977/33110501-1da87d98-cefd-11e7-97df-f10725ec4d45.png

Any other suggestions?
Regards,

Diego

@jgoyvaerts
Copy link

You have to actually read the choices you get. This time the trainer was option 1.

you have to select the one which says VendId: 3561 ProdId: E6BE
It jumps around sometimes, so always check the correct line and number

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants