https://bugs.winehq.org/show_bug.cgi?id=8051
--- Comment #184 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> ---
I found this:
https://www.braynzarsoft.net/viewtutorial/q16390-07-dx9-index-buffers
Quote:
Index Buffers are used to speed up or optimize your program. They are pretty
much the same thing as Vertex Buffers, but instead of storing vertices, it
stores indeces.
Is it possible to make logic similar with Index Buffers,but for Vertex Buffer
routines? Any ideas?
--
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=14398
Summary: X3 Reunion crash on opening comm menu
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.egosoft.com/games/x3/info_en.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pablo.bueti(a)gmail.com
Created an attachment (id=14712)
--> (http://bugs.winehq.org/attachment.cgi?id=14712)
The console outuput when game hangs
When selecting a ship and pressing C to open comms dialog the game hangs, there
are several fixme:amstream lines in console that don't stop showing while games
is hang. After pressing Ctrl-c in console I got the output to report the error
here (attached).
This was tested on openSuSe 10.3, kernel 2.6.22.18-0.2-default and Wine 1.1.0
without modifications.
Also videos and sounds aparently in mp3 format don't play. I found that I'm not
the only having this problem and seems to be related to amstream.dll. Also
tried using native dll but don't help (game crashes and return to console).
--
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=49967
Bug ID: 49967
Summary: wine-staging fails to compile
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Since a few days wine-staging fails to compile for me. I don`t know if this is
a fault at my end, but i guess not because regular wine compiles fine.
This is on debian 10 (Description: Debian GNU/Linux bullseye/sid)
Error:
gcc -m32 -c -o dlls/bcrypt/gcrypt.o ../wine/dlls/bcrypt/gcrypt.c -Idlls/bcrypt
-I../wine/dlls/bcrypt -Iinclude \
-I../wine/include -I/usr/include/p11-kit-1 -D__WINESRC__ -D_UCRT
-DWINE_UNIX_LIB -D_REENTRANT \
-fno-PIC -fasynchronous-unwind-tables -Wall -pipe -fcf-protection=none
-fno-stack-protector \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wno-packed-not-aligned -Wshift-overflow=2 -Wstrict-prototypes -Wtype-limits
\
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
-gdwarf-2 \
-gstrict-dwarf -fno-omit-frame-pointer -g -O2
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2073:84: note: in expansion of macro ‘__ms_va_list’
2073 | WINBASEAPI DWORD WINAPI
FormatMessageA(DWORD,LPCVOID,DWORD,DWORD,LPSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
In file included from ../wine/dlls/bcrypt/gcrypt.c:281:
../wine/include/winbase.h:1613:1: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
1612 | #include <poppack.h>
+++ |+#include <stdarg.h>
1613 |
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2074:85: note: in expansion of macro ‘__ms_va_list’
2074 | WINBASEAPI DWORD WINAPI
FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winbase.h:2074:85: note: in expansion of macro ‘__ms_va_list’
2074 | WINBASEAPI DWORD WINAPI
FormatMessageW(DWORD,LPCVOID,DWORD,DWORD,LPWSTR,DWORD,__ms_va_list*);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3485:82: note: in expansion of macro ‘__ms_va_list’
3485 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessage(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*);
|
^~~~~~~~~~~~
In file included from ../wine/dlls/bcrypt/gcrypt.c:282:
../wine/include/winternl.h:27:1: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
26 | #include <apiset.h>
+++ |+#include <stdarg.h>
27 |
In file included from ../wine/dlls/bcrypt/gcrypt.c:280:
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3486:84: note: in expansion of macro ‘__ms_va_list’
3486 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessageEx(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*,ULONG);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3486:84: note: in expansion of macro ‘__ms_va_list’
3486 | NTSYSAPI NTSTATUS WINAPI
RtlFormatMessageEx(LPCWSTR,ULONG,BOOLEAN,BOOLEAN,BOOLEAN,__ms_va_list
*,LPWSTR,ULONG,ULONG*,ULONG);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3716:58: note: in expansion of macro ‘__ms_va_list’
3716 | NTSYSAPI NTSTATUS WINAPI vDbgPrintEx(ULONG,ULONG,LPCSTR,__ms_va_list);
| ^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3716:58: note: in expansion of macro ‘__ms_va_list’
3716 | NTSYSAPI NTSTATUS WINAPI vDbgPrintEx(ULONG,ULONG,LPCSTR,__ms_va_list);
| ^~~~~~~~~~~~
../wine/include/windef.h:116:24: error: unknown type name ‘va_list’
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3717:75: note: in expansion of macro ‘__ms_va_list’
3717 | NTSYSAPI NTSTATUS WINAPI
vDbgPrintExWithPrefix(LPCSTR,ULONG,ULONG,LPCSTR,__ms_va_list);
|
^~~~~~~~~~~~
../wine/include/windef.h:116:24: note: ‘va_list’ is defined in header
‘<stdarg.h>’; did you forget to ‘#include <stdarg.h>’?
116 | # define __ms_va_list va_list
| ^~~~~~~
../wine/include/winternl.h:3717:75: note: in expansion of macro ‘__ms_va_list’
3717 | NTSYSAPI NTSTATUS WINAPI
vDbgPrintExWithPrefix(LPCSTR,ULONG,ULONG,LPCSTR,__ms_va_list);
|
^~~~~~~~~~~~
make: *** [Makefile:11624: dlls/bcrypt/gcrypt.o] Error 1
make: *** Waiting for unfinished jobs....
--
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=49823
Bug ID: 49823
Summary: Wine-staging 5.17 build fails on older Debian/Ubuntu
versions
Product: Wine-staging
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Building the wine-staging packages failed on Debian 9, Ubuntu 16.04, and Ubuntu
18.04. No problem on newer Debian/Ubuntu versions, Fedora, or the wine-devel
packages.
[ 846s] unix/file.c: In function 'FILE_CreateSymlink':
[ 846s] unix/file.c:6093:48: error: 'RENAME_EXCHANGE' undeclared (first use in
this function); did you mean 'SONAME_LIBSANE'?
[ 846s] if (!renameat2( -1, tmplink, -1, unix_src, RENAME_EXCHANGE ))
[ 846s] ^~~~~~~~~~~~~~~
[ 846s] SONAME_LIBSANE
[ 846s] unix/file.c:6093:48: note: each undeclared identifier is reported only
once for each function it appears in
[ 846s] unix/file.c: In function 'FILE_RemoveSymlink':
[ 846s] unix/file.c:6418:49: error: 'RENAME_EXCHANGE' undeclared (first use in
this function); did you mean 'SONAME_LIBSANE'?
[ 846s] if (!renameat2( -1, tmpfile, -1, unix_name, RENAME_EXCHANGE ))
[ 846s] ^~~~~~~~~~~~~~~
[ 846s] SONAME_LIBSANE
[ 846s] Makefile:945: recipe for target 'unix/file.o' failed
[ 846s] make[2]: *** [unix/file.o] Error 1
[ 846s] make[2]: Leaving directory '/usr/src/packages/BUILD/dlls/ntdll'
[ 846s] Makefile:9337: recipe for target 'dlls/ntdll' failed
[ 846s] make[1]: *** [dlls/ntdll] Error 2
--
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=49790
Bug ID: 49790
Summary: wine (staging) from 5.13 to current 5.16 - qclauncher
hangs (on access to a lock file?)
Product: Wine-staging
Version: 5.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)lam.pl
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Because Bethesda.net Launcher doesn't work in WINE, qclauncher has been a great
tool to start Quake Champions in WINE for pure BNL accounts (non-Steam).
On Fedora (which uses wine-staging), I can't run qclauncher on any wine
(staging) newer than 5.12.
To reproduce qclauncher's problem, you don't need the game or Bethesda account.
All you need is to:
- grab the newest qclauncher.exe -
https://github.com/syncore/qclauncher/releases/tag/v1.06 and extract that into
a directory
- cd <said directory>
- touch data.qcl
- ./qclauncher.exe
Because the configuration file is 0 bytes, it should pop up an error saying
"Your data.qcl is from an old version (...) You must restart (...)". That's the
expected behavior for this test scenario. At least it was able to open the
file, see that it's empty and display a dialog. It will remove the empty
data.qcl file and you need to touch (re-create) it before test with a different
WINE version.
In current wine-staging, the pop-up never appears. Instead, wine apparently
hangs completely, doesn't show any window, doesn't react to ^C/^\, but can be
killed.
My history with this problem:
- 5.9 works
- 5.10 had the same issue
- not sure about 5.11
- 5.12 works
- 5.13, 5.14, 5.15, 5.16 (newest at the time of writing) all have the bug
Because I found a way to reproduce the hang without qclauncher ever trying to
launch the game, I'm now suspecting (actually, pretty convinced) that the hang
occurs during access to the data.qcl file. The program creates a file
"qcl.lock" and perhaps this locking mechanisms got broken?
This should be 100% reproducible without any requirements (other than grabbing
qclauncher from github), but please let me know if it somehow isn't. Many
thanks in advance!
--
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=49645
Bug ID: 49645
Summary: Adobe Photoshop CC 2018 crashes at every "cancel"
interaction
Product: Wine-staging
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l4vebs1mx(a)relay.firefox.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67846
--> https://bugs.winehq.org/attachment.cgi?id=67846
Backtrace Error Log
I have been running Adobe Photoshop CC 2018 flawlessly from 5.10 onwards, but
since staging 5.12 a usage breaking error appears:
Whenever I cancel / close a dialogue by exiting it (via clicking cancel or
esc), the bug occurs: Photoshop has presented an error dialogue "Could not
complete your request" for every canceled interaction (example: using the crop
tool and then using escape to not commiting the action). Since 5.12, this
dialogue does not appear, instead the program crashes to Desktop.
Any help would be much appreciated...
Thank you all!
--
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=49826
Bug ID: 49826
Summary: Wine-staging 5.17.1 build fails in winegstreamer in
Ubuntu 16.04 and Debian 9
Product: Wine-staging
Version: 5.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Bug 49823 is fixed with 5.17.1 and Ubuntu 18.04 builds, but Debian 9 and Ubuntu
16.04 now fail in winegstreamer:
[ 886s] media_source.o: In function
`winegstreamer_stream_handler_create_object':
[ 886s] ./dlls/winegstreamer/media_source.c:1101: undefined reference to
`gst_structure_get_list'
[ 886s] collect2: error: ld returned 1 exit status
[ 886s] winegcc: /usr/bin/gcc failed
[ 886s] Makefile:719: recipe for target 'winegstreamer.dll.so' failed
[ 886s] make[2]: *** [winegstreamer.dll.so] Error 2
[ 886s] make[2]: Leaving directory
'/usr/src/packages/BUILD/dlls/winegstreamer'
[ 886s] Makefile:9448: recipe for target 'dlls/winegstreamer' failed
[ 886s] make[1]: *** [dlls/winegstreamer] Error 2
--
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=49714
Bug ID: 49714
Summary: Page fault when running winecfg or wineboot
Product: Wine-staging
Version: 5.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ArchLinux
Created attachment 67968
--> https://bugs.winehq.org/attachment.cgi?id=67968
terminal output
Wine-Staging@68c50a8fb4cbb402a2cd22b48b58852437104bd2
produces page faults when issuing either winecfg or wineboot -u.
--
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=49708
Bug ID: 49708
Summary: wine-staging 5.15 fails to compile on GCC 4.9.2 with
default flags (for loop initialization in
mfplat-streaming-support)
Product: Wine-staging
Version: 5.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello,
Using GCC 4.9.2 with default flags (=no CCFLAGS or custom options used),
compiling wine-staging 5.15 fails with:
/media/wine-shares/git/dlls/mf/topology.c: In function
‘topology_loader_enumerate_output_types’:
/media/wine-shares/git/dlls/mf/topology.c:1979:5: error: ‘for’ loop initial
declarations are only allowed in C99 or C11 mode
for (unsigned int i = 0; i < num_activates; i++)
^
/media/wine-shares/git/dlls/mf/topology.c:1979:5: note: use option -std=c99,
-std=gnu99, -std=c11 or -std=gnu11 to compile your code
That construct only appears in wine-staging patchset
'mfplat-streaming-support'.
Regards.
--
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=49911
Bug ID: 49911
Summary: Sebastien Loeb Rally EVO crashes with builtin
xactengine3_7
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68279
--> https://bugs.winehq.org/attachment.cgi?id=68279
xact3
Crashes while loading after hitting Play at config launcher.
wine-5.18-35-g2ee75bf9ad
--
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.