https://bugs.winehq.org/show_bug.cgi?id=53982
Bug ID: 53982
Summary: letsvpn
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kalistochina(a)yahoo.com
Distribution: ---
Created attachment 73564
--> https://bugs.winehq.org/attachment.cgi?id=73564
lets vpn wont start
Hi, using latest stable wine, letsvpn installed wont boot screen, new to linux,
dont know how to get terminal output,screenshot included
--
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=46959
Bug ID: 46959
Summary: Notepad ++ crashes on startup
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: internet(a)ivohuisjes.nl
Distribution: ---
I have been running and upgrading wine from version 3.16 all the way to 4.2.x
while using notepad ++ (under wine) without a problem, but ever since I
upgraded to 4.3 or 4.5, notepad++ crashes on startup with a stack overflow and
"fixme:heap:HeapSetInformation"
My system:
Linux 64 bit (arch based)
Kernel 4.19 (LTS)
To reproduce:
- Install wine 4.2 or older
- Install notepad++
- (Optional) start notepad++ (success!)
- Upgrade to wine 4.5
- Start notepad++
--
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=3548
Fabian Köster <koesterreich(a)fastmail.fm> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|koesterreich(a)fastmail.fm |
--
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=11595
Summary: wine application crashes if linux application changes a
file it has open (Notepad++)
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tycho_lamerigts(a)yahoo.com
- install notepad++
- start notepad++
- create new file
- save file
- modify saved file with a linux application (e.g. gedit)
- switch focus back to notepad++, it sees the change, then freezes.
--
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=53969
Bug ID: 53969
Summary: lets vpn
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kalistochina(a)yahoo.com
Distribution: ---
Created attachment 73559
--> https://bugs.winehq.org/attachment.cgi?id=73559
crash report
Lets vpn installed, cannot be launched, only minimized icon shows in a tray
--
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=39221
Bug ID: 39221
Summary: msi:install fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a user account with
too few privileges.
install.c:3162: Test failed: Expected ERROR_SUCCESS, got 1603
install.c:3184: Test failed: Expected ERROR_SUCCESS, got 1603
In particular one can notice this bug on the following WineTest boxes:
fg-win2000-rusr: Windows 2000 in a Restricted user account
fg-win7u64-1spie9usr: Windows 7 in a regular user account.
fg-win7u64-1spie9adm: Windows 7 in the administrator user account but without
elevated privileges.
Note however that it succeeds on the following boxes:
fg-win2000-susr: Windows 2000 in a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
That it succeeds in a Standard (Power) user account on Windows 2000 is probably
normal, I believe those can install applications even though they are not
administrators. It's a bit more surprising seeing it work in XP's Limited user
account.
See:
https://test.winehq.org/data/tests/msi:install.html
--
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=53139
Bug ID: 53139
Summary: d3dx9_36:mesh - test_weld_vertices() has 11 rare
failures on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
d3dx9_36:mesh - test_weld_vertices() has 11 rare failures on Windows:
mesh.c:8414: Test failed: Mesh 26: new_num_vertices == 4, expected 6.
mesh.c:8428: Test failed: Mesh 26: indices[3] == 1, expected 3
mesh.c:8428: Test failed: Mesh 26: indices[4] == 3, expected 4
mesh.c:8428: Test failed: Mesh 26: indices[5] == 2, expected 5
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[3] == 4, expected 3
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[4] == -1, expected 4
mesh.c:8469: Test failed: Mesh 26: vertex_remap_ptr[5] == -1, expected 5
mesh.c:8484: Test failed: Mesh 26: Got (3.000000, 0.000000, 0.000000) for
vertex 3 position, expected (2.000000, 3.000000, 0.000000).
mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 3
undefined color, expected (0, 0, 0, 0).
mesh.c:8484: Test failed: Mesh 26: Got (2.000000, 3.000000, 0.000000) for
vertex 4 position, expected (3.000000, 0.000000, 0.000000).
mesh.c:8484: Test failed: Mesh 26: Got (255, 255, 255, 255) for vertex 5
undefined color, expected (1, 1, 1, 1).
https://test.winehq.org/data/patterns.html#d3dx9_36:mesh
These failures seem to only happen on Windows 8 but they are rare enough
(~3.7%) that there is probably not enough evidence to definitively exclude the
other Windows versions.
--
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=39235
Bug ID: 39235
Summary: wintrust:crypt fails on Windows 2000 if privileges not
high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a restricted user
account.
crypt.c:207: Test failed: Expected success, got FALSE with 4313
crypt.c:208: Test failed: Expected a context handle, got NULL
crypt.c:220: Test failed: Expected success, got FALSE with 87
crypt.c:247: Test failed: CryptCATAdminAcquireContext failed 4313
crypt.c:253: Test failed: Expected a context handle, got NULL
crypt.c:262: Test failed: Expected
CatRoot\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF} directory to exist
crypt.c:277: Test failed: Expected success, got FALSE with 87
crypt.c:281: Test failed: Expected success, got FALSE with 4313
crypt.c:282: Test failed: Expected a context handle, got NULL
crypt.c:285: Test failed: Expected success, got FALSE with 87
crypt.c:291: Test failed: Expected FALSE and ERROR_INVALID_PARAMETER with
untouched handle, got 0 and 4313 with 00000000
In particular one can notice this bug on the following WineTest box:
fg-win2000-rusr: Windows 2000 with a Restricted user account
Note however that it succeeds in non-Restricted user accounts on the following
boxes for instance:
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See:
https://test.winehq.org/data/tests/wintrust:crypt.html
--
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=24373
Summary: Maximized windows decorated by Wine should not have
visible borders
Product: Wine
Version: 1.3.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
When "allow the windows manager to decorate the windows" is unchecked in
winecfg, maximizing a window doesn't remove/hide the borders on each side as it
does on Windows (and other window managers).
This can be reproduced with Wine's notepad.
--
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=53220
Bug ID: 53220
Summary: wininet:urlcache - test_urlcacheA() has a rare failure
on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
wininet:urlcache - test_urlcacheA() has a rare failure on Windows:
urlcache.c:552: Test failed: expected file not to exist
https://test.winehq.org/data/patterns.html#wininet:urlcache
This failure has happened 3 times only on test configurations that run without
elevated privileges. However it looks more like a race condition than a
privilege issue and due to the low failure rate there is probably not enough
data to be sure.
--
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.