Giter Club home page Giter Club logo

winbma's People

Contributors

finewolf avatar

Watchers

 avatar

winbma's Issues

Check for updates locks UI

What steps will reproduce the problem?
1. Start WinBMA.
2. Click MENU > Check for Updates.

What is the expected output? 
WinBMA should continue running normally.

What do you see instead?
WinBMA is blocked until update check finishes.

What version of the product are you using? On what operating system?
2.0.4331.27062 on Windows 7 x64

Please provide any additional information below.
Most likely the Check for Updates is implemented in main thread, hence the UI 
is locking. A separate thread to do update check or an asynchronous web call 
which will invoke back a callback should do it.

Original issue reported on code.google.com by [email protected] on 25 Nov 2012 at 9:48

Default Win+Enter global hotkey opens Windows Media Center

What steps will reproduce the problem?
1.Press Win+Enter with WinBMA open in the background.
2.Windows Media Center opens

What is the expected output? Authenticator code being pasted. What do you see 
instead? Windows Media Center opening.


What version of the product are you using? 2.0.4331.27062 On what operating 
system? Windows 7 x64


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 1 Jun 2012 at 2:22

Save position on close

Especially for user with two or more monitors, the game will run in the primary 
monitor and WinBMA is moved in the secondary monitor. As of this version 
(2.0.4331.27062), WinBMA is always opening in the center of primary monitor and 
has to be manually moved in the second monitor.

* I can implement this myself if needed :)

Original issue reported on code.google.com by [email protected] on 25 Nov 2012 at 9:39

Authentication code UI does not repaint until expires

What steps will reproduce the problem?
0. Not sure if this is significant: two monitors, SC2 runs in primary monitor, 
WinBMA in secondary monitor.
1. Start WinBMA.
2. Start Starcraft2 and wait until is reaching the login phase. 
3. The user cannot read the auth code from WinBMA until it expires and a new 
one is generated (the repaint on numeric control triggers the repaint).

What is the expected output? 
The user can read the current authentication code.

What do you see instead?
The authentication code (as well as the rest of client area) cannot be read.

What version of the product are you using? On what operating system?
WinBMA 2.0.4331.27062 on Windows 7 x64, dual monitors.

Please provide any additional information below.
I didn't read the code (yet), but I suppose the game launching invalidates 
WinBMA client zone and only the progress bar is drawn. Probably a some sort of 
system event, DirectX callback or so should be armed in order to trigger an 
Invalidate on the WinBMA client area. Additionally, a simple 500 msec. timer 
could invalidate the client area as well (if that does not leave artifacts, I 
did not tried it myself).

Original issue reported on code.google.com by [email protected] on 25 Nov 2012 at 9:44

copy of battle.net autenticator from android to pc

hi, i don't know if is possible, but i want make a copy, of my battle.net 
autenticator for android to my pc. so, i have 2 autenticators working, one on 
Android and the pc.

is possible make?

greatings Ricardo Silva 

Original issue reported on code.google.com by putakepareu on 26 Apr 2013 at 8:23

Always saying password is wrong for decrpting

What steps will reproduce the problem?
1.encypt password
2.dont turn it on for a few days
3.try to put in password, always says its wrong

What is the expected output? What do you see instead?
will unlock it/password is wrong

What version of the product are you using? On what operating system?
2.0.4713.34518/win7 ultimate 64bit

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 25 Mar 2013 at 8:45

Unable to add new authenticator

Hi there,

First of all I just wanted to say that you did an amazing jon on creating such 
an application. 

Now, here is my problem. I downloaded WinBMA and got its newest version. When I 
go to menu and chose any of the options available there, I get an instant error 
report and program shuts down. I can't add new authenticator/import 
authenticator nor restore authenticator. 

Any ideas what I am doing wrong? 

Thanks in advance for help.

Original issue reported on code.google.com by [email protected] on 22 Jun 2012 at 1:29

Application crash trying to open dialog such Import Authenticator Wizard on Windows XP

What steps will reproduce the problem?
1. Open WinBMA
2. Click on Menu then select Import Authenticator.

What is the expected output? What do you see instead?
The Wizard should appear instead the application crashes.
This is the generated exception:

A first chance exception of type 'System.Windows.Markup.XamlParseException' 
occurred in PresentationFramework.dll

Additional information: 'Provide value on 
'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception.' 
Line number '7' and line position '9'.

What version of the product are you using? On what operating system?
Version: 2.0.4331.27062. OS: Windows XP SP3

Please provide any additional information below.

The issue is generated by te window icon. The icon is in Vista format with 
alpha channel wich is unsupported in Windows XP SP3.
This is the link to the microsoft conenct site 
http://connect.microsoft.com/VisualStudio/feedback/details/321285/wpf-applicatio
n-fails-if-window-icon-is-a-vista-ico-file

And some related google result 
https://www.google.com/search?q=WPF+&+System.Windows.Baml2006.TypeConverterMarku
pExtension+%22The+image+format+is+unrecognized%22=&ie=utf-8&oe=utf-8&aq=t&rls=or
g.mozilla:it:official&client=firefox-a&safe=active#hl=en&safe=active&client=fire
fox-a&hs=f4D&rls=org.mozilla:it%3Aofficial&sclient=psy-ab&q=WPF+%26+System.Windo
ws.Baml2006.TypeConverterMarkupExtension+%22The+image+format+is+unrecognized%22&
oq=WPF+%26+System.Windows.Baml2006.TypeConverterMarkupExtension+%22The+image+for
mat+is+unrecognized%22&aq=f&aqi=&aql=&gs_l=serp.3...5883.5883.0.6453.1.1.0.0.0.0
.144.144.0j1.1.0...0.0.Dvfw5cwJSnY&pbx=1&bav=on.2,or.r_gc.r_pw.r_cp.r_qf.,cf.osb
&fp=8ce42a58f3360c52&biw=1086&bih=556

The problem doesn't occur in the main window. There are at least 2 possible 
solution:
1) Generate a new window icon without alpha channel, include that icon and 
rebuild.
2) Remove the icon from all the windows but the main, at runtime child window 
will display the application icon.

Original issue reported on code.google.com by [email protected] on 4 Jun 2012 at 2:04

Crashes when empty config file present (patch included).

What steps will reproduce the problem?
1. empty config file in place
2. compile and run 

What is the expected output? What do you see instead?
Running application is expected output.
Exception thrown in Binary Reader block in SettingsDatabase -> Load()

What version of the product are you using? On what operating system?
Head
Win 7 x64

Please provide any additional information below.
Patch attached.

Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 6:51

Attachments:

Winbma stopped working

What steps will reproduce the problem?
1. Creating a 2nd Autheticator
2. Restarted Computer
3. WinBMA fail to launch. With the error (WinBMA has stopped working)

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: winbma.exe
  Problem Signature 02: 2.0.4331.27062
  Problem Signature 03: 4ebc2dbd
  Problem Signature 04: mscorlib
  Problem Signature 05: 4.0.0.0
  Problem Signature 06: 4ee9af8e
  Problem Signature 07: 3fea
  Problem Signature 08: b
  Problem Signature 09: System.IO.EndOfStreamException
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    18441
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

Using Win 7 x64

Original issue reported on code.google.com by [email protected] on 18 Aug 2012 at 12:07

origin causing wmbma to stop working

What steps will reproduce the problem?
1.starting winbma with origin(https://www.origin.com/en-us/download) open 
2.
3.

What is the expected output? What do you see instead?was hoping to get my code 
to use my Authenticator

, got winbma stoped working (tried uninstalling reinstalling no good then i 
turned off origin and then it worked! so thought i'd share, it might help 
others.
What version of the product are you using? On what operating system?

win 7 newest version of winbma
Please provide any additional information below.
once i closed origin( https://www.origin.com/en-us/download)winbma worked 
perfectly

Original issue reported on code.google.com by [email protected] on 19 Jan 2014 at 2:42

Crashes when tries to get a code with a TeamViewer sessison.

TeamViewer is a remote desktop control software, which allows free of charge 
connecting to any teamviewer-containing desktop. It works seamlessly for the 
user due of usage additional intermediate server to connect through NAT.

When TeamViewer session is active (e.g. there is a connection to desktop) AND 
WinBMA updating code (after entering the encrypted password, or at the end of 
30 second period) WinMBA crashes.

Event Viewer shows that there is .Net crash before WinMBA crash. Files of event 
is attached below.


I'm using the 2.0.4331.27062 buld on Win8 RP.

If you need additional information, my email is [email protected]. Thank you.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 18 Jun 2012 at 9:37

Attachments:

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.