Page 1 of 1

PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Thu Jan 28, 2016 1:27 am
by jym5960
Hi,

my previous post was closed without any answer: viewtopic.php?f=12&t=8944&p=48219&hilit=packager

PowerShell Studio 2015 v2.99 X64 on Windows 10 and Windows 2008R2 x64
When building EXE from PS1, I am unable to password input @ ( commercial @)

In fact, all characters needing AltGr: \ @ ^ | ... cannot be entered in a password input.
Image1.png
Image1.png (14.63 KiB) Viewed 3686 times
These characters can be entered into normal text input, but not in password input.

All working fine in .PS1, but NOT in .EXE


Unable to keystroke at the keyboard
Unable to copy/paste special chars as €~#{[|`\@]}¤
Special char ^ is working ???

In the screenshot, if I copy P@ss, only Pss is pasted
The attachment Image2.png is no longer available
Using french keyboard on french and english systems.

Re: PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Thu Jan 28, 2016 11:25 am
by DevinL
I packaged a script that accepted a password and output the results then copy/pasted a few of the special characters you mentioned and they were displayed without issue (see attached image). Is there any other information you can provide to help me narrow this down? For example, which packager engine did you use?
Password_Issue.png
Password_Issue.png (15.19 KiB) Viewed 3675 times

Re: PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Thu Jan 28, 2016 11:53 pm
by jym5960
hi,

I found the beginning of issue
If I put a qwerty keyboard, I get not issue with @ which is shift-2 by example

If I put a azerty (french) keyboard, I cannot issue @ which is sequence AltGr-0

The problem seems to be with the AltGr touch

You can reproduce this problem using:
- Windows Ease of Access\On-Screen keyboard
- language: French (France)

Re: PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Fri Jan 29, 2016 8:35 am
by DevinL
I managed to recreate this with the AZERTY (French) keyboard. I'll pass this on to the dev team and let you know when I have some more information.

Re: PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Fri Jan 29, 2016 2:45 pm
by DevinL
We've found the problem causing this and it should be fixed in the next service build. If you have any further issues with this afterward, please let us know.

Re: PowershellStudio Packager Unable to enter password with @ (Bis)

Posted: Mon Feb 01, 2016 1:58 am
by jym5960
Hi,

thanks, that's a good news; I will wait next release to re-compile my EXE .

Thanks again