https://bugs.winehq.org/show_bug.cgi?id=37135
Bug ID: 37135
Summary: Wine fails to handle EWOULDBLOCK return from sendmsg
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Solaris
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: carson(a)taltos.org
On Solaris 11.2, launching any application via "wine c:\somepath\foo.exe"
frequently fails, printing the following errors:
sendmsg: Resource temporarily unavailable
sendmsg: Resource temporarily unavailable
Protocol error: process 000c: Protocol error: process 000
Debugging, I find these errors come from 2 different places. Fixing both makes
wine run reliably.
server/request.c
dlls/ntdll/server.c
The fix for ./dlls/ntdll/server.c is easy, just add EWOULDBLOCK to the EINTR
case that's already present.
dlls/ntdll/server.c requires the addition of a loop around sendmsg as well as
handling the non-fatal EWOULDBLOCK (and it should probably retry EINTR as
well).
I can generate patches if desired, but the fixes are fairly obvious.
--
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=5610
--- Comment #23 from Nikolay Sivov <bunglehead(a)gmail.com> ---
WNetAddConnection2W is implemented, I suggest to close this one and open a new
report. Depending on what actual issue is in recent wine this could be another
mpr.dll issue (probably fixable) or missing provider that we don't implement.
--
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=5610
alexchandel(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexchandel(a)gmail.com
--- Comment #22 from alexchandel(a)gmail.com ---
Confirmed on OS X as well. This is still an issue. There are proprietary
engineering programs that package sysinternals and expect them to work. This
needs to be fixed.
--
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=40327
Bug ID: 40327
Summary: Some games require ID3DXFontImpl_DrawTextA
implementation
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
Created attachment 53983
--> https://bugs.winehq.org/attachment.cgi?id=53983
No text with builtin d3dx9_36
Namely Sexy Beach 3 and probably other games from the authors.
The log contains multiple lines like
~~~~
fixme:d3dx:ID3DXFontImpl_DrawTextA iface 0x31e8538, sprite 0x0, string
"\"Welcome back, sir.\"", count -1, rect (278,806)-(1280,960), format 0, color
0xff320000 stub!
~~~~
There is no text on screen as on attached screenshot.
--
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=40424
Bug ID: 40424
Summary: Install latest GomPlayer crashed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rari(a)musician.org
Distribution: ---
Created attachment 54166
--> https://bugs.winehq.org/attachment.cgi?id=54166
backtrace file
Install latest GomPlayer crashed
--
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=40306
Bug ID: 40306
Summary: Overexposed/wrong gamma? on The Legend of Heroes
Trails in the Sky SC
Product: Wine
Version: 1.9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
CC: hverbeet(a)gmail.com
Regression SHA1: 5647fffb83ea8b6ef5d63a4528128085deb54cba
Distribution: Other
Colours look blown-out/overexposed on 1.9.5 in The Legend of Heroes Trails in
the Sky SC.
--- system info ---
SolydK 8
Kernel: 3.16.0-4-amd64 x86_64 (64 bit)
Card: NVIDIA G80 [GeForce 8800 GTX]
GLX Renderer: GeForce 8800 GTX/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.76
--- system info ---
Bisecting returns:
--- snip ---
5647fffb83ea8b6ef5d63a4528128085deb54cba is the first bad commit
commit 5647fffb83ea8b6ef5d63a4528128085deb54cba
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Fri Feb 12 18:52:22 2016 +0100
d3d8: Disable WINED3D_SRGB_READ_WRITE_CONTROL.
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 4253555e555391cf23309a96079829f90c437692
fc4bfeb1ff0801729711cda08a4e79a7282f25bd M dlls
--- snip ---
Reverting this commit on master, synced 2016-03-13, does fix the issue.
--
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=40415
Bug ID: 40415
Summary: Rome 2 total war crash at startup
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ehespinosa57(a)gmail.com
Distribution: ---
Created attachment 54157
--> https://bugs.winehq.org/attachment.cgi?id=54157
Backtrace give by wine when rome 2 crash
Rome 2 crash at startup, I tried start both Wine alone, wine plus PlayonLinux.
--
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=19344
Summary: Adobe Photoshop CS2: Some files missing on
installation (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.adobe.com/pub/adobe/photoshop/win/cs2/
Photoshop_CS2.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installed on windows XP, but not on wine:
C:\Program Files\Adobe\Adobe Photoshop CS2\install.adb
C:\Program Files\Adobe\Adobe Photoshop CS2\Helpers\Jump To HTML
Editor\Notepad.LNK
C:\Program Files\Adobe\Adobe Help Center\install.adb
C:\Program Files\Adobe\Adobe Help Center\AdobeHelpData\Database\vbox.err
C:\Program Files\Adobe\Adobe Bridge\install.adb
--
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=38181
Bug ID: 38181
Summary: Try to run ESEA client
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: decodiazhd(a)gmail.com
Distribution: ---
Created attachment 50951
--> https://bugs.winehq.org/attachment.cgi?id=50951
backtrace
try to run the ESEA client but i allways say that error i can install but not
run it
--
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=40400
Bug ID: 40400
Summary: VervACE Dictionary Support Regression!
Product: Wine
Version: 1.9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. New version (1.9.7) show regression!!
In version 1.9.6 dictionary installed correctly. Now in version 1.9.7 NOT
INSTALLED CORRECTLY & RETURN AS IN VERSION 1.9.5 !!
Look for screen shots: 1.9.7-a, 1.9.7-b & 1.9.7-c
New version of wine distroy the fix that was done in version 1.9.6!!
--------------------------
You sak me in bug 40319 to run "regression test" to evaluate this issue. How
can I do this please?
--------------------------
Please in fixing this bug take considration of bug 40337
--
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.