http://bugs.winehq.org/show_bug.cgi?id=27078
Summary: Need for Speed World needs native d3dx9_43 and
d3dcompiler_43 (purist)
Product: Wine
Version: 1.3.19
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
The game runs fine as installed (at 1024x768 or lower), but
setting d3dx9_43.dll or d3dcompiler_43.dll to builtin results in crashes or
black screens.
--
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=36919
Bug ID: 36919
Summary: valgrind shows a few unitialized variables in
dlls/ieframe/tests/ie.c (randomByte)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E093: randomByte (sqlite3.c:20610)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0DA: randomByte (sqlite3.c:20621)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
==12795== Use of uninitialised value of size 4
==12795== at 0x8123E0EE: randomByte (sqlite3.c:20622)
==12795== Uninitialised value was created by a stack allocation
==12795== at 0x8123E020: randomByte (sqlite3.c:20571)
==12795==
--
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=39398
Bug ID: 39398
Summary: Private Program: server win socket send data no more
then 16K (approx.)
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: gerald(a)igarment.net
Distribution: ---
I have tried wine 1.6.2 32 bit on CentOS 6 i686 and 1.7.50 32 bit in CentOS 6
x86_64 VM, both have the same problem.
I have a server written in Delphi using Asta. When the server run in wine,
sending large among of data (over 18K bytes, not exact) will have data lost. I
use tcpdump to captured the data sent, it seems the socket cannot send all the
data but with no socket error. The program seems to think that all data were
sent but wine win socket did not.
Obviously, the program is running very fine in Windows.
The following is a tcpdump for the tcp package in the server side. The total
number of bytes need to send is around 110K. Note that once reach to about
17458 (including tcp header, so the sent data is around 16K), it stop sending.
[root@wine-asta-17 ~]# tcpdump -i eth3 port 9000
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth3, link-type EN10MB (Ethernet), capture size 65535 bytes
11:24:16.851074 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [P.], seq 292754617:292754698, ack 97998410, win
8192, options [nop,nop,TS val 1335177067 ecr 7050913], length 81
11:24:16.851092 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], ack 81, win 273, options
[nop,nop,TS val 7058042 ecr 1335177067], length 0
11:24:16.890921 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [P.], seq 1:82, ack 81, win
273, options [nop,nop,TS val 7058081 ecr 1335177067], length 81
11:24:16.922996 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 82, win 8186, options [nop,nop,TS val
1335177138 ecr 7058081], length 0
11:24:16.975451 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [P.], seq 81:173, ack 82, win 8192, options
[nop,nop,TS val 1335177189 ecr 7058081], length 92
11:24:17.015000 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], ack 173, win 273, options
[nop,nop,TS val 7058206 ecr 1335177189], length 0
11:24:17.056036 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 82:2978, ack 173, win
273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056045 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 2978:5874, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056047 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 5874:8770, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056049 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 8770:11666, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.056051 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [.], seq 11666:14562, ack 173,
win 273, options [nop,nop,TS val 7058247 ecr 1335177189], length 2896
11:24:17.089440 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 2978, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.089460 IP 10.8.2.17.cslistener >
125-227-150-250.HINET-IP.hinet.net.61783: Flags [P.], seq 14562:17458, ack 173,
win 273, options [nop,nop,TS val 7058280 ecr 1335177300], length 2896
11:24:17.089468 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 2978, win 8192, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091030 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 5874, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091035 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 8770, win 8011, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.091037 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 13114, win 8192, options [nop,nop,TS val
1335177300 ecr 7058247], length 0
11:24:17.120679 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 16010, win 8101, options [nop,nop,TS val
1335177331 ecr 7058247], length 0
11:24:17.121874 IP 125-227-150-250.HINET-IP.hinet.net.61783 >
10.8.2.17.cslistener: Flags [.], ack 17458, win 8101, options [nop,nop,TS val
1335177332 ecr 7058280], length 0
^C
19 packets captured
19 packets received by filter
0 packets dropped by kernel
--
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=27162
Summary: Wine developers prefer beer
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugs(a)cboltz.de
Marcus Meissner told me at the openSUSE conference last october that most wine
developers actually prefer beer. He also repeated this statement in the slides
for today's "wine is not (only) an emulator" talk he's giving at LinuxTag
together with me.
It must be a bug that wine developers prefer beer!
Proposed fix:
for person in developers/* ; do
sed -i 's/Prefer: beer/Prefer: wine/'
done
;-))
--
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=40165
Bug ID: 40165
Summary: Claw: Can't make high jumps
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tecywiz121(a)hotmail.com
Distribution: ---
Tapping the space key causes Captain Claw to make a short jump, but holding it
should make the kitty captain jump a lot higher. Sometimes high jumps just
don't work, and sometimes they do.
You can find a copy of the game here:
http://kapitanpazur.piasta.pl/en/downloads.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=39388
Bug ID: 39388
Summary: Tried to use Don't starve won't start and it popped up
an error
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hugoandre96_sci(a)hotmail.com
Distribution: ---
Created attachment 52497
--> https://bugs.winehq.org/attachment.cgi?id=52497
Error details
Tried to use Don't starve.exe and it popped up an error
--
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=12799
Summary: Notepad++ : auto-completion window appears with a title
bar which is not the case under windows
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leohome(a)free.fr
Auto-completion feature works fine but when I use it, the window appears with
the title bar which is not the case under windows. This title bar hide the text
behind which prevents me to use this feature. (see attachment)
This problem occurs with all wine versions I have tested: 0.9.5x up to 0.9.60.
kubuntu 7.10
notepad++ version: all recent one I have tested
--
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=40795
Bug ID: 40795
Summary: Any Direct3D10 application crashes when using native
d3d10.dll after commit
fcc8553d8b8075542cd3edf26276c1915d29b0da
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 54708
--> https://bugs.winehq.org/attachment.cgi?id=54708
Sample app, patch, working compiled binaries
When you use native d3d10.dll from Windows Vista any Direct3D 10 application
crashes after start.
Precondition:
1. You need to implement simple stub export function D3D10CoreGetVersion to
d3d10core.dll
2. You need d3d10.dll at least from Windows Vista RTM
Steps to repro:
1. Apply patch 0001-d3d10core-Add-D3D10CoreGetVersion-implementation.patch
2. Compile WineD3D including this patch also Wine-Staging patches are
recommended
3. Copy and paste native d3d10.dll from Windows Vista to a folder where app's
executeble is
3. Start app
As I figured out this is a regression after commit
https://github.com/wine-mirror/wine/commit/fcc8553d8b8075542cd3edf26276c191…
Because before this commit I was able to run Direct3D 10 applications using
native d3d10.dll and implementing stub function D3D10CoreGetVersion()
--
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=33136
Bug #: 33136
Summary: TTS Balabolka not show list of voices
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burrbull(a)yandex.ua
Classification: Unclassified
TTS program Balabolka (http://www.cross-plus-a.com/balabolka.htm) and its
console version give error
err:ole:CoGetClassObject class {d941651c-44e6-4c17-badf-c36826fc3424} not
registered
when try show list of voices.
--
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=36423
Bug ID: 36423
Summary: League of Legends : store menu doesn't display
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Created attachment 48455
--> http://bugs.winehq.org/attachment.cgi?id=48455
terminal output without specific channels
In the League of Legends menu, when I try to access to the store menu, I only
see a black background with nothing displaying.
Gentoo kernel 3.12.13, nvidia GT630, drivers 331.49-r3, Xorg 1.15.0
Here is terminal output, tell me if you need more specific debug channel please
--
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.