https://bugs.winehq.org/show_bug.cgi?id=42704
Bug ID: 42704
Summary: 1Password 6.4.377 needs function
bcrypt.dll.BCryptDeriveKeyPBKDF2
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: brandon(a)mintern.net
Distribution: ---
Created attachment 57676
--> https://bugs.winehq.org/attachment.cgi?id=57676
Missing BCryptDeriveKeyPBKDF2 stacktrace
I'm trying to get 1Password 6.4.377 working with the latest wine. After working
around one bug (https://bugs.winehq.org/show_bug.cgi?id=42692 -- thanks, Louis
Lenders!), I'm now encountering a new one:
Unable to find an entry point named 'BCryptDeriveKeyPBKDF2' in DLL
'bcrypt.dll'.
You can download the executable at https://1password.com/downloads/, using the
big download button (*not* the alternative 1Password 4 download). For me, this
downloaded a file called 1PasswordSetup-6.4.377.exe.
Using a fresh wine 2.4 (staging), I performed the following:
1. Install winetricks-20170316
(https://raw.githubusercontent.com/Winetricks/winetricks/20170316/src/winetr…)
2. export WINEARCH=win32
3. Using winetricks, install dotnet461
4. Run winecfg and set the Windows version to Windows 8
5. Run 1PasswordSetup-6.4.377.exe to install it.
6. One time, the installer failed. I deleted its install directory and tried
again, and it completed successfully.
7. After installation completed, it crashed when it auto-ran for the first
time.
8. Create a symlink to sqlite3.dll:
1. cd "~/.wine/drive_c/users/$USER/Local Settings/Application
Data/1password/app/6/"
2. ln -s x86/sqlite3.dll ./
3. For more information, please see:
https://bugs.winehq.org/show_bug.cgi?id=42692
9. Run 1Password again: wine AgileBits.OnePassword.Desktop.exe
10. This time it works, but after entering information for an existing
1Password account, it crashes with the bcrypt error above (stacktrace
attached).
11. (If desired, you can create a free trial account at
https://start.1password.com/signup/account)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21101
Summary: Can't use SHIFT key with onboard visual keyboard and
wine application
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malicorne(a)chez.com
Wine 1.35
Ubuntu 9.10
To reproduce, press alt-F2 and execute "onboard"
Execute a notepad with wine
Then enter text using onboard with the shift key for uppercase characters for
exemple. It does'nt work.
It works with gedit so onboard working fine.
If you use the capslock, it's working but the shift key doesn't do anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46341
Bug ID: 46341
Summary: kernel32/tests/pipe.c shows uninitialized memory use
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so pipe && touch pipe.ok
==8919== Syscall param writev(vector[...]) points to uninitialised byte(s)
==8919== at 0x4356813: writev (writev.c:26)
==8919== by 0x7BC75457: send_request (server.c:228)
==8919== by 0x7BC76158: server_call_unlocked (server.c:288)
==8919== by 0x7BC761AD: wine_server_call (server.c:321)
==8919== by 0x7BC419E5: server_write_file (file.c:621)
==8919== by 0x7BC43FCB: NtWriteFile (file.c:1229)
==8919== by 0x7B43CC9A: WriteFile (file.c:571)
==8919== by 0x4B16735: _overlapped_write_async (pipe.c:2829)
==8919== by 0x4B253A5: test_overlapped_transport (pipe.c:3219)
==8919== by 0x4B277F4: func_pipe (pipe.c:3732)
==8919== by 0x4B6E8E4: run_test (test.h:617)
==8919== by 0x4B6F322: main (test.h:701)
==8919== Address 0x4ea12cc is on thread 1's stack
==8919== in frame #8, created by test_overlapped_transport (pipe.c:3193)
==8919== Uninitialised value was created by a stack allocation
==8919== at 0x4B25220: test_overlapped_transport (pipe.c:3193)
==8919==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36380
Bug ID: 36380
Summary: valgrind shows a possible leak in in
ddraw/tests/ddraw1.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==5320== 28 bytes in 1 blocks are possibly lost in loss record 256 of 978
==5320== at 0x7BC508EB: RtlAllocateHeap (heap.c:255)
==5320== by 0x61B3BE8: apartment_getclassobject (compobj.c:526)
==5320== by 0x61B6FF6: get_inproc_class_object (compobj.c:2894)
==5320== by 0x61B9D5F: CoGetClassObject (compobj.c:3032)
==5320== by 0x61BA4E7: CoCreateInstance (compobj.c:3197)
==5320== by 0x50F4EDF: func_ddraw1 (ddraw1.c:2767)
==5320== by 0x50CC30B: main (test.h:584)
==5320==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19748
Summary: Unreal Tournament 3: Wrong Thread Problems
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Playing UT3 throws a lot of Fixme's with Wrong thread Stubs like:
fixme:d3d:IWineD3DEventQueryImpl_GetData Wrong thread, reporting GPU idle.
and very often:
fixme:d3d:IWineD3DOcclusionQueryImpl_GetData 0x19dbfe28 Wrong thread, returning
1.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42734
Bug ID: 42734
Summary: NormalizeString (Unicode normalization) is not
implemented
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ArchLinux
When trying to run some apps for Vista/7 (and later) they crash because
NormalizeString (and IsNormalizedString) is not implemented (also many .NET
apps using String.Normalize need this function). In the console a following
line appears:
fixme:nls:NormalizeString 2 0x39129b40 42 (nil) 0
Please, if possible, implement it - there are many open source
libraries/applications implementing exactly the same functionality - Unicode
NFC/NFD/NFKC/NFKD normalization.
For example, ICU implements practically identical functions:
unorm2_normalize
unorm2_isNormalized
(Wine Staging 2.4, Arch Linux 32-bit, kernel 4.10.6)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36658
Bug ID: 36658
Summary: valgrind shows an invalid read in ddraw/tests/d3d.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so
d3d && touch d3d.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
fixme:win:EnumDisplayDevicesW ((null),0,0x4f9f4a0,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x4f9f520,0x00000000), stub!
==9737== Invalid read of size 4
==9737== at 0x635FB00: ??? (in /tmp/.glF7Rc58 (deleted))
==9737== by 0x5109AE4: fixup_extensions (directx.c:1542)
==9737== by 0x510FF86: wined3d_adapter_init_gl_caps (directx.c:3131)
==9737== by 0x5115459: wined3d_adapter_init (directx.c:5180)
==9737== by 0x51159B2: wined3d_init (directx.c:5272)
==9737== by 0x51BE953: wined3d_create (wined3d_main.c:105)
==9737== by 0x4DE1E2B: ddraw_init (ddraw.c:4874)
==9737== by 0x4DF61F2: DDRAW_Create (main.c:274)
==9737== by 0x4DF6403: DirectDrawCreate (main.c:309)
==9737== by 0x4CA7528: CapsTest (d3d.c:810)
==9737== by 0x4CB7D2D: func_d3d (d3d.c:3953)
==9737== by 0x4D720F8: run_test (test.h:584)
==9737== by 0x4D724E7: main (test.h:654)
==9737== Address 0xeb4f7c0 is on thread 1's stack
==9737==
OpenGL renderer string: GeForce GTX 460/PCIe/SSE2
OpenGL core profile version string: 4.3.0 NVIDIA 337.25
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36620
Bug ID: 36620
Summary: valgrind shows a few invalid reads in
ddraw/tests/ddraw1.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13886== Invalid read of size 4
==13886== at 0x4BC58CC: d3d_viewport_Clear (viewport.c:671)
==13886== by 0x4A83D8A: test_material (ddraw1.c:4948)
==13886== by 0x4A873B1: func_ddraw1 (ddraw1.c:5522)
==13886== by 0x4B24F84: run_test (test.h:584)
==13886== by 0x4B25373: main (test.h:654)
==13886== Address 0xa060788 is 40 bytes inside a block of size 108 free'd
==13886== at 0x7BC4C7AA: notify_free (heap.c:263)
==13886== by 0x7BC510EF: RtlFreeHeap (heap.c:1762)
==13886== by 0x4BAB294: d3d_material3_Release (material.c:155)
==13886== by 0x4BABD73: d3d_material1_Release (material.c:400)
==13886== by 0x4A6C23C: destroy_material (ddraw1.c:426)
==13886== by 0x4A83A74: test_material (ddraw1.c:4917)
==13886== by 0x4A873B1: func_ddraw1 (ddraw1.c:5522)
==13886== by 0x4B24F84: run_test (test.h:584)
==13886== by 0x4B25373: main (test.h:654)
==13886==
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.