https://bugs.winehq.org/show_bug.cgi?id=37744
Bug ID: 37744
Summary: msvcrt: signal() should set errno to EINVAL
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: s.wanabe(a)gmail.com
Distribution: ---
http://msdn.microsoft.com/en-us/library/xdkz3x12.aspxhttp://source.winehq.org/git/wine.git/blob/HEAD:/dlls/msvcrt/except.c#l190
According to MSDN, signal() will be set errno to EINVAL when passed signal is
unexpected.
I guess Wine should do too, shouldn't 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.
http://bugs.winehq.org/show_bug.cgi?id=35002
Bug #: 35002
Summary: Grand Touring crashes silently with "Stuff It."
MessageBox error.
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Classification: Unclassified
Created attachment 46643
--> http://bugs.winehq.org/attachment.cgi?id=46643
Grand Touring debug output using +seh,+relay options.
The Game "Grand Touring" crashes after a selection menu for a videocard and
displaying for a few seconds the intro screen, without any recognizable error
message from wine.
The application crashes displaying a MessageBox showing a rather cryptic "Stuff
It" error message. Yet, only a single error regarding a missing implementation
of directplay is shown on the debug output, and disappears by using "sh
winetricks direct play" (the game keeps crashing, of course).
I've attached the output of running the application with the
"WINEDEBUG=+seh,+relay" debug options.
--
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=26475
Summary: Homefront (Steam) crashes at launch
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Created an attachment (id=33712)
--> (http://bugs.winehq.org/attachment.cgi?id=33712)
Crash dump for Homefront
Homefront downloads and installs correctly from Steam, but upon launching the
game an crash dialog appears. I've attached the crash dump.
Sorry I don't have much more info than that. Maybe it's related to the
Steamworks DRM?
--
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=38689
Bug ID: 38689
Summary: Duke Nukem Forever: intense flickering, screen covered
with grey
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
When I get in the game the screen is filled with solid grey color, only the HUD
and subtitles can be seen (menus and the loading screen are not affected).
Moreover the screen is flickering so badly that it's unbearable to look at.
Enabling StrictDrawOrdering helps get rid of the grey overlay, but the
flickering still remains.
Neither the grey overlay nor the heavy flickering is present with the CSMT
patchset.
Native d3dx9_36 is installed.
Relevant lines in the terminal:
fixme:win:EnumDisplayDevicesW ((null),0,0x33a718,0x00000000), stub!
fixme:win:EnumDisplayDevicesW (L"\\\\.\\DISPLAY1",0,0x33ab58,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the
format lookup table
fixme:d3d:wined3d_device_set_software_vertex_processing device 0x18049590,
software 0 stub!
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
fixme:d3d:wined3d_occlusion_query_ops_get_data 0x27924280 Wrong thread,
returning 1.
fixme:d3d:wined3d_occlusion_query_ops_get_data 0x279243e0 Wrong thread,
returning 1.
fixme:d3d:wined3d_occlusion_query_ops_get_data 0x279242d8 Wrong thread,
returning 1.
fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
wine-1.7.44-69-g8d4f568
Fedora 21 x86
Nvidia binary drivers 340.76
--
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=36798
Bug ID: 36798
Summary: kernel32/change.c fails on fedora rawhide
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
[austin@localhost tests]$ make change.ok
../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p
kernel32_test.exe.so change && touch change.ok
change.c:557: Test failed: ov.InternalHigh wrong
change.c:560: Test failed: offset wrong
change.c:561: Test failed: action wrong
change.c:562: Test failed: len wrong
change.c:563: Test failed: name wrong
Makefile:240: recipe for target 'change.ok' failed
make: *** [change.ok] Error 5
[austin@localhost tests]$ git describe
wine-1.7.20-122-gd2d62cf
I suspect it's related to a newer kernel (haven't tested an older one yet):
[austin@localhost tests]$ uname -a
Linux localhost.localdomain 3.16.0-0.rc1.git3.1.fc21.x86_64 #1 SMP Thu Jun 19
23:08:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
--
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=34365
Bug #: 34365
Summary: Splinter Cell: Blacklist error with
d3d_texture:wined3d_texture_apply_state_changes
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Clean wineprefix
err:d3d:wined3d_debug_callback 0xc203108: "GL_INVALID_VALUE error generated.".
err:d3d_texture:wined3d_texture_apply_state_changes >>>>>>>>>>>>>>>>>
GL_INVALID_VALUE (0x501) from glTexParameteri(GL_TEXTURE_MAX_ANISOTROPY_EXT,
aniso) @ texture.c / 394
--
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=34916
Bug #: 34916
Summary: cmd:batch fails on Windows 8 and 8.1
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The following test failure is systematic on Windows 8 and 8.1:
http://test.winehq.org/data/tests/cmd.exe:batch.html
batch.c:312: Test failed: unexpected char 0x27 position 0 in line 315 (got
''--a--------'', wanted ''--a------'@or_broken@'%~ai'')
--
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=20986
Summary: err:ntdll:RtlpWaitForCriticalSection with
Euler/maxima.exe
Product: Wine
Version: 1.1.34
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zaleksf(a)umich.edu
I am running wine-1.1.34 on Ubuntu-9.10-x64 on my Dell Inspiron 1420 laptop
which has a Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz processor. I have
installed Euler Math Toolbox (v8.7 at http://eumat.sourceforge.net/index.html)
and the installation went flawlessly. Euler launches and runs (performs
computations) with only the following errors which are generally invisible to
the user (no problem running Euler):
$ wine euler
fixme:win:EnumDisplayDevicesW ((null),0,0x32f778,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32f778,0x00000000), stub!
However, once the Euler user attempts to have Euler make a computation with
maxima.exe (included with Euler), maxima.exe fails to start ('Could not start
Maxima!' message in the user window after long delay) and the following error
occurs:
err:ntdll:RtlpWaitForCriticalSection section 0x4eb0ac "?" wait timed out in
thread 001c, blocked by 001d, retrying (60 sec)
Rene Grothmann (Euler developer) indicates he can run this current version of
Euler on Linux/Wine without any issues. I have tried running Euler/maxima.exe
on several different versions of Wine with the same results (v1.0.1, 1.1.32).
Please let me know what I can do to correct this, or if there is any more
information I can send to you.
Regards
Steve Zalek
--
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=30910
Bug #: 30910
Summary: Lighting incorrectly drawn in Alien Shooter
Product: Wine
Version: 1.5.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karaluh(a)karaluh.pl
Classification: Unclassified
As in summary, see atached screenshot.
--
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=35706
Bug ID: 35706
Summary: Splinter Cell: Blacklist crashes with Vista version
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 47681
--> http://bugs.winehq.org/attachment.cgi?id=47681
log
Crashes when version set to Vista. Use native d3dx9_36 solves 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.