You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Could this be related to the driver software I created (see below).
Thanks for any tips and kudos for putting together this project.
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:
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
The text was updated successfully, but these errors were encountered: