Git Product home page Git Product logo

gauth4win's People

gauth4win's Issues

bug fixes

A diff file to fix a couple of major bugs, first one being the first time 
startup bug, and the second one being the bug you get if you specify an invalid 
base32 sequence in the key field.

Original issue reported on code.google.com by [email protected] on 11 Dec 2011 at 7:14

Attachments:

missing leading zero

What steps will reproduce the problem?
1. when a 6 digit code is produced with a leading zero, such as 012345, 
only 12345 is displayed.

What is the expected output? What do you see instead?
a leading zero should be displayed. for example 012345. But 12345 is actually 
displayed.

What version of the product are you using? On what operating system?
GAUTH4WIN, version 8.0.50727.42 (RTM.050727-4200)
OS is Windows XP with service pack 3.

Please provide any additional information below.
I also use Google Authenticator for Blackbery and do not see this problem.

Original issue reported on code.google.com by [email protected] on 12 Sep 2012 at 3:13

where to recieve my key?

hi

where can i recieve the key, that is needed to generate the right token for me?

and can you add support for more than one account, please?

thx

Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 8:12

An error occurred installing GoogleAuth

What steps will reproduce the problem?
1. Just try to install it by double clicking file
2. Than error comes 'An error occurred installing GoogleAuth'
3.

What is the expected output? What do you see instead?
Installation start screen and start normally

What version of the product are you using? On what operating system?
File at https://gauth4win.googlecode.com/files/gauth4win.rar>setup.exe on Win7 
ultimate 32 bit.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 1 Dec 2014 at 12:13

.NET error message on startup

What steps will reproduce the problem?
1. don't know, just installed and ran the application
2.
3.

What is the expected output? What do you see instead?

on application start, .NET framework shows me error message. after clicking on 
Continue, the application appears in my tray.

Details:

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.NullReferenceException: Der Objektverweis wurde nicht auf eine 
Objektinstanz festgelegt.
   bei GoogleAuth.KeyInput.Form1_Load(Object sender, EventArgs e)
   bei System.Windows.Forms.Form.OnLoad(EventArgs e)
   bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   bei System.Windows.Forms.Control.CreateControl()
   bei System.Windows.Forms.Control.WmShowWindow(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
GoogleAuth
    Assembly-Version: 1.0.0.0.
    Win32-Version: 1.0.0.0.
    CodeBase: file:///C:/Program%20Files%20(x86)/SmartWare%20SRL/GoogleAuth/GoogleAuth.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5447 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5446 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms 
festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

What version of the product are you using? On what operating system?

latest here available on a german Windows 7 x64 with SP1 installed.

Please provide any additional information below.

none

Original issue reported on code.google.com by [email protected] on 29 Aug 2011 at 8:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.