http://bugs.winehq.org/show_bug.cgi?id=17107
Summary: compiler warnings in server/fd.c on NetBSD
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
fd.c: In function 'set_fd_epoll_events':
fd.c:580: warning: assignment makes integer from pointer without a cast
fd.c:581: warning: assignment makes integer from pointer without a cast
Only appears on NetBSD, but not OpenBSD/FreeBSD. Vincent Povirk helped me
investigate on IRC, and looks like the problem is that on FreeBSD, in
/usr/include/sys/event.h you've got:
struct kevent {
uintptr_t ident; /* identifier for this event */
short filter; /* filter for event */
u_short flags;
u_int fflags;
intptr_t data;
void *udata; /* opaque user data identifier */
};
But on NetBSD:
struct kevent {
uintptr_t ident; /* identifier for this event */
uint32_t filter; /* filter for event */
uint32_t flags; /* action flags for kqueue */
uint32_t fflags; /* filter flag value */
int64_t data; /* filter data value */
intptr_t udata; /* opaque user data identifier */
};
Note the difference in udata 'void *' vs 'intptr_t'.
Relevant lines from the code:
EV_SET( &ev[0], fd->unix_fd, EVFILT_READ, 0, NOTE_LOWAT, 1, (void *)user );
EV_SET( &ev[1], fd->unix_fd, EVFILT_WRITE, 0, NOTE_LOWAT, 1, (void *)user
);
removing (void *) or changing it to intptr_t fixes the warning, but doesn't
seem a proper fix. Probably needs an ifdef or typedef, but I'll leave that for
someone else to decide.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=27374
Summary: FAR: Alt-tab will cause "alt" key to be left as
pressed when returning to console window (regression)
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singularita(a)gmail.com
When I updated wine I noticed that when I alt-tabbed out of console window with
opensource FAR (http://www.farmanager.com/opensource.php?l=en) file manager
(run via "wineconsole.exe --backend=user") and then either alt-tabbed back or
changed focus using mouse, Alt key was stuck as pressed (therefore pressing F10
resulted in program receiving Alt+F10, arrow down resulted in Alt+arrow down,
etc ...). Pressing and releasing the Alt key after alt-tabbing back fixes the
issuem, though it is slightly annoying.
This does not happen before, in good versions when alt-tabbed back, alt
returned to normal and pressing a key would result in program receiving just
that key.
I've verified that the bug is still present in current head of master in git
and I've run the regression test to find the commit that introduced this bug:
Result of regression test:
bc4afb078677095468d4ee8f9a15c18cbb47bbbf is the first bad commit
commit bc4afb078677095468d4ee8f9a15c18cbb47bbbf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 1 11:54:55 2011 +0100
server: Don't pass a thread id to send_hardware_message, determine it from
the window.
:040000 040000 4e7ac89f77a4ddc31fd947151c34d0acadc5dcc0
a3d857abf43a1eed9fcb6837ea006ac00d80a1a7 M dlls
:040000 040000 7247b4b93aca9c98394638ccd0c48a788133a8cd
45aed0fb1bc86b403af16666b3fa5963c2abaf7d M include
:040000 040000 469f40ddbdca23554a397c5122a78e09a13e2c75
f118b4fd2fb23ecbde100798c68b3221fe5ec2fc M server
--
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=45627
Bug ID: 45627
Summary: mdac28 fails to install (SetupDefaultQueueCallbackW
copy error 32
L"C:\\users\\austin\\Temp\\IXP000.TMP\\msdaorar.dll")
Product: Wine-staging
Version: 3.13
Hardware: x86
URL: https://github.com/Winetricks/winetricks/issues/1061
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Gentoo
This was reported to winetricks upstream here:
https://github.com/Winetricks/winetricks/issues/1061
I was unable to reproduce it with plain wine. When I ran with
wine-staging-3.13, however, I see it:
austin@austin2:~$ wineserver -k ; rm -rf ~/.wine ; WINE=wine-staging-3.13
WINEARCH=win32 winetricks -q mdac28
Using winetricks 20180603-next - sha256sum:
b65cef4e1f530ecf7cbd067b6849222503fa994818ca154c2f52fdaf7d976a56 with wine-3.13
(Staging) and WINEARCH=win32
Executing w_do_call mdac28
Executing load_mdac28
Using native,builtin override for following DLLs: mtxdm odbc32 odbccp32 oledb32
Executing wine-staging-3.13 regedit /S C:\windows\Temp\_mdac28\override-dll.reg
Setting Windows version to nt40
Executing wine-staging-3.13 regedit /S C:\windows\Temp\_mdac28\set-winver.reg
Executing cd /home/austin/.cache/winetricks/mdac28
Executing wine-staging-3.13 mdac_typ.exe /q /C:setup /qnt
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:err:richedit:ReadStyleSheet skipping optional destination
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\msvcrt.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\mtxfiles.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params
32eebc,0
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"C:\\users\\austin\\Temp\\IXP000.TMP\\MDACxpak.CAB"
0066:err:setupapi:SetupDefaultQueueCallbackW copy error 32
L"C:\\users\\austin\\Temp\\IXP000.TMP\\msdaorar.dll" -> L"C:\\Program
Files\\Common Files\\System\\OLE DB\\msdaorar.dll"
------------------------------------------------------
Note: command wine-staging-3.13 mdac_typ.exe /q /C:setup /qnt returned status
5. Aborting.
--
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=28810
Bug #: 28810
Summary: d3dx9_36/tests/mesh.ok: D3DXLoadMeshTest fails under
valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Under Valgrind, "make mesh.ok" fails with
mesh.c:2333: Test failed: Vertex[7]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2333: Test failed: Vertex[11]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2333: Test failed: Vertex[18]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[7]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[11]: Expected diffuse b3ffffff, got b2ffffff
mesh.c:2406: Test failed: Vertex[18]: Expected diffuse b3ffffff, got b2ffffff
This is on my i5 laptop, nvidia GeForce GTS 360M, NVIDIA 280.13.
The test passes without valgrind.
--
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=40971
Bug ID: 40971
Summary: Zombie Army Trilogy crashes before the menu
Product: Wine
Version: 1.9.14
Hardware: x86
URL: http://store.steampowered.com/app/301640/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55121
--> https://bugs.winehq.org/attachment.cgi?id=55121
backtrace
This time I tried the game with Nvidia binary drivers 367.35.
The launcher (html-based) mostly works, I can modify settings and start the
game.
The game begins to load, displays the developer logo and the loading screen,
but crashes before the main menu should appear.
In the prefix I have corefonts, Xaudio2 and MSVC++2010 installed,
gameoverlayrenderer.dll is disabled.
wine-1.9.14-112-gfec0b69
Fedora 24
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 367.35
OpenGL core profile shading language version string: 4.50 NVIDIA
--
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=42582
Bug ID: 42582
Summary: Murdered: Soul Suspect has messed up rendering
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 57492
--> https://bugs.winehq.org/attachment.cgi?id=57492
log
Most parts are black rendered. Also slow performance ~10-15 FPS.
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. <program> has not been linked, or is not a program object.".
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. <program> object is not successfully linked, or is not a program
object.".
err:d3d:wined3d_debug_callback 0x1ba07990: "GL_INVALID_OPERATION error
generated. No active compute shader.".
wine-2.2-276-ge6f8f13
--
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=43889
Bug ID: 43889
Summary: Gradient is inverted when using gdiplus
Product: Wine
Version: 2.19
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 59505
--> https://bugs.winehq.org/attachment.cgi?id=59505
Image using normal GDI
When viewing a checklist element in Enterprise Architect, the gradient is
inverted when using the Enhanced-2 renderer (GDIPlus)
--
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=40031
Bug ID: 40031
Summary: Singularity: In Steam the game is still running after
quit
Product: Wine
Version: 1.9.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christoph.korn(a)posteo.de
Distribution: ---
After exiting singularity, steam still lists it as "running".
This makes steam unable to exit because it waits for singularity to quit.
$ /opt/wine-devel/bin/wine --version
wine-1.9.1
--
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=44015
Bug ID: 44015
Summary: Steam - fails to load UI since Wine 2.20 (due to
dwrite commit)
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: tgheretford(a)vivaldi.net
Distribution: ---
Created attachment 59677
--> https://bugs.winehq.org/attachment.cgi?id=59677
Steam terminal output
Since upgrading to Wine 2.20 on Arch Linux, the Steam user interface fails to
load on every single attempt. The bug is still present when testing using the
latest git version and a clean Wine directory.
Steam loads fine (with the usual bugs and caveats as per the appDB
instructions) in Wine 2.19 and earlier.
I have performed regression testing and it identified the first bad commit as
aa9fc635140cda1caccb0bc617f780ef8f842478 (dwrite: Reuse streams when
initializing font data and creating faces).
--
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.