https://bugs.winehq.org/show_bug.cgi?id=37161
Bug ID: 37161
Summary: D3D_SHADER_VARIABLE_FLAGS is not defined in d3dcommon
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: mmicko(a)gmail.com
This type structure is missing. It should look like this:
typedef enum _D3D_SHADER_VARIABLE_FLAGS {
D3D_SVF_USERPACKED = 1,
D3D_SVF_USED = 2,
D3D_SVF_INTERFACE_POINTER = 4,
D3D_SVF_INTERFACE_PARAMETER = 8,
D3D10_SVF_USERPACKED = D3D_SVF_USERPACKED,
D3D10_SVF_USED = D3D_SVF_USED,
D3D11_SVF_INTERFACE_POINTER = D3D_SVF_INTERFACE_POINTER,
D3D11_SVF_INTERFACE_PARAMETER = D3D_SVF_INTERFACE_PARAMETER,
D3D_SVF_FORCE_DWORD = 0x7fffffff
} D3D_SHADER_VARIABLE_FLAGS;
This is copy from MINGW based bug
(https://sourceforge.net/p/mingw-w64/bugs/417/)
--
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=35970
Bug ID: 35970
Summary: Wine del returns 1 on error unlike on Windows
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
To reproduce, try the following in Windows (tested on XP) and in "wine
cmd"/"windconsole cmd" (tested on wine-1.7.16-133-gd8ca8c2):
Windows XP:
C:\> del asdf
Couldn't find C:\asdf
C:\> echo %ERRORLEVEL%
0
Wine:
C:\>del asdf
asdf: File Not Found
C:\>echo %ERRORLEVEL%
1
This is a potential incompatibility with applications which expect del to
return 0 in this case.
--
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=29206
Bug #: 29206
Summary: Director Player Error: Unable to load movie playlist.
Does the .INI file exist? It must contain a section
'[Movies]' with an entry 'Movie01=Pathname.dir'.
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlosalvatore(a)gmail.com
Classification: Unclassified
Director Player Error:
Unable to load movie playlist. Does the .INI file exist? It must contain a
section '[Movies]' with an entry 'Movie01=Pathname.dir'.
Already tried with native msvcrt.dll, no success.
The software is Mystery Cases - Madame Fate from Bigfish games. I'm not using
any native dll.
--
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=30855
Bug #: 30855
Summary: «Rhymes» doesn't work correctly
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hl2mapper92(a)gmail.com
Classification: Unclassified
«Rhymes» is a Russian rhymes dictionary, and it does not work correctly. I
enter a word and press enter. The program must show all rhymes to this word in
a text field. But there is a problem with this field's update: I need select
all text or move the program's window to update this form. This field don't
want to update itself.
The problem can be noticed only on GNU/Linux and under Wine: if I start the
«Rhymes» under Windows, the program works properly.
The official site of program: http://rifmovnik.ru
--
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=27859
Summary: Task Coach: Crash at walking through menus
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35637)
--> (http://bugs.winehq.org/attachment.cgi?id=35637)
Terminal output on wine-1.3.24-216-gd385675
Steps to reproduce:
1) remove ~/.wine
2) install Task Coach
3) wine taskcoach.exe
4) click on e.g. "help" menu
5) wander through menu titles
Behaviour:
Crash.
Expected behaviour:
No crash.
--
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=33718
Bug #: 33718
Summary: comctl32:propsheet Add button test failure
Product: Wine
Version: 1.5.19
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
A number of VMs report this random test failure:
propsheet.c:543: Test failed: The Add button has not been pressed!
While it is random this test failure is frequent enough to cause significant
pollution of the test results. It has been seen on the following systems:
comctl32 5.82.2900.2180 Windows XP SP2 + IE7
comctl32 5.82.2900.6028 Windows XP SP3 + IE8
comctl32 5.82.3790.3959 Windows 2003 Enterprise Server SP2 + IE8
comctl32 5.82.6002.18305 Windows Vista Home Premium SP2 + IE9
comctl32 5.82.7601.17514 Windows 7 Ultimate SP1 64-bit + IE9 (32-bit tests)
comctl32 5.82.9200.16384 Windows 8
--
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=36255
Bug ID: 36255
Summary: World of tanks doesn't run after upgrade to 0.9
Product: Wine
Version: 1.7.18
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: makc(a)freebsd.org
Created attachment 48383
--> http://bugs.winehq.org/attachment.cgi?id=48383
with native d3dx9_36
World of tanks fails to run after upgrade from 0.8.1 to 0.9.
Two logs attached, one with clean wine prefix and another one with d3dx9_36
installed via winetricks.
--
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=21879
Summary: Word95 can't create new document
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If i try to create or open a new document, console says:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
and word95 says: "There is insufficient memory. Close extra windows and save
your work."
--
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=31889
Bug #: 31889
Summary: Cmd testrunner fails in case of mismatches on
synchronization lines
Product: Wine
Version: 1.5.14
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Regression SHA1: 81f64ee906888875de10a4c804bed88c103a282c
Cmd testrunner fails/kind of loops when there's an mismatch between actual and
expected outputs on --- synchronization lines ---
Smallest example showing the issue: replace test_builtins.cmd and
test_builtins.cmd.exp respectively by
@echo off
echo --- foo ---
and
--- fo ---
Console output:
../../../tools/runtest -q -P wine -M cmd.exe -T ../../.. -p cmd.exe_test.exe.so
batch.c && touch batch.ok
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 1 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 2 (got '---
foo ---', wanted '--- fo ---')
batch.c:312: Test failed: unexpected char 0x6f position 6 in line 3 (got '---
foo ---', wanted '--- fo ---')
etc.
--
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=37200
Bug ID: 37200
Summary: Warhammer 40k: Kill Team (Steam version) does not
start
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zentarim(a)rambler.ru
A game Warhammer 40,000: Kill Team
http://store.steampowered.com/app/275610/
does not start. Console log in attachement.
OS: Ubuntu 14.04.1 LTS, Trusty Tahr
Wine: 1.7.25
What other information should I have to provide?
--
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.