https://bugs.winehq.org/show_bug.cgi?id=49582
Bug ID: 49582
Summary: Regression: StarCraft II fails to launch with
wine-staging 5.12
Product: Wine-staging
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
StarCraft II fails to run with StarCraft II. Stdout/stderr contains following
output before crash, only last line looks relevant:
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
04b4:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15},
00000001400D017C, 000000014387BAB0, 000000014387BAD0) stub.
04b4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000014332C2A0, 43)
stub
04d4:fixme:ver:GetCurrentPackageId (000000000940FE40 0000000000000000): stub
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
04b4:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
04b4:fixme:file:server_ioctl_file Unsupported ioctl 900c0 (device=9 access=0
func=30 method=0)
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0098:fixme:mountmgr:get_dhcp_request_param support not compiled in
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
0164:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x31c504.
04c8:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub
03f4:fixme:file:ReplaceFileW Ignoring flags 2
0254:fixme:file:ReplaceFileW Ignoring flags 2
04b4:err:seh:setup_exception stack overflow 1824 bytes in thread 04b4 eip
000000007bc87806 esp 0000000009cd0f10 stack 0x9cd0000-0x9cd1000-0xa4d0000
I've checked earlier versions, wine-staging 5.9 and 5.11, and I was able to run
StarCraft II successfully with those versions.
Filing bug for wine-staging since wine without staging is unable to start
StarCraft II for me with any wine version. I've checked it with wine 5.9 last
time. But I have no idea if it's issue in staging patchset or in underlying new
wine version.
OS: Gentoo Linux
Kernel version: 5.4.48
Wine Staging version: 5.12
Videocard: Nvidia (proprietary driver version 450.57)
--
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=49516
Bug ID: 49516
Summary: xactengine fails to build in 5.12 (5.11 is ok)
Product: Wine
Version: 5.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: bero(a)lindev.ch
Distribution: ---
Didn't get around to debugging this yet - it might be an incorrect macro
expansion somewhere. IXACT34* doesn't exist, but IXACT3* does...
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:84:5:
error: unknown type name ‘IXACT34Cue’
84 | IXACT34Cue IXACT34Cue_iface;
| ^~~~~~~~~~
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:
In function ‘wrap_readfile’:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:132:34:
warning: passing argument 5 of ‘wrap->engine->pReadFile’ from incompatible
pointer type [-Wincompatible-pointer-types]
132 | lpNumberOfBytesRead, lpOverlapped);
| ^~~~~~~~~~~~
| |
| FACTOverlapped *
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:132:34:
note: expected ‘LPOVERLAPPED’ {aka ‘struct _OVERLAPPED *’} but argument is of
type ‘FACTOverlapped *’
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:
In function ‘wrap_getoverlappedresult’:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:142:59:
warning: passing argument 2 of ‘wrap->engine->pGetOverlappedResult’ from
incompatible pointer type [-Wincompatible-pointer-types]
142 | return wrap->engine->pGetOverlappedResult(wrap->file, lpOverlapped,
| ^~~~~~~~~~~~
| |
|
FACTOverlapped *
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:142:59:
note: expected ‘LPOVERLAPPED’ {aka ‘struct _OVERLAPPED *’} but argument is of
type ‘FACTOverlapped *’
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:
At top level:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:293:50:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
293 | static inline XACT3CueImpl *impl_from_IXACT34Cue(IXACT34Cue *iface)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:298:43:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
298 | static HRESULT WINAPI IXACT34CueImpl_Play(IXACT34Cue *iface)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:307:43:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
307 | static HRESULT WINAPI IXACT34CueImpl_Stop(IXACT34Cue *iface, DWORD
dwFlags)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:316:47:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
316 | static HRESULT WINAPI IXACT34CueImpl_GetState(IXACT34Cue *iface, DWORD
*pdwState)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:325:46:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
325 | static HRESULT WINAPI IXACT34CueImpl_Destroy(IXACT34Cue *iface)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:336:60:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
336 | static HRESULT WINAPI IXACT34CueImpl_SetMatrixCoefficients(IXACT34Cue
*iface,
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:349:65:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
349 | static XACTVARIABLEINDEX WINAPI
IXACT34CueImpl_GetVariableIndex(IXACT34Cue *iface,
|
^~~~~~~~~~
|
IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:359:50:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
359 | static HRESULT WINAPI IXACT34CueImpl_SetVariable(IXACT34Cue *iface,
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:369:50:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
369 | static HRESULT WINAPI IXACT34CueImpl_GetVariable(IXACT34Cue *iface,
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:379:44:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
379 | static HRESULT WINAPI IXACT34CueImpl_Pause(IXACT34Cue *iface, BOOL
fPause)
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:388:52:
error: unknown type name ‘IXACT34Cue’; did you mean ‘IXACT3Cue’?
388 | static HRESULT WINAPI IXACT34CueImpl_GetProperties(IXACT34Cue *iface,
| ^~~~~~~~~~
| IXACT3Cue
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:405:14:
error: unknown type name ‘IXACT34CueVtbl’
405 | static const IXACT34CueVtbl XACT34Cue_Vtbl =
| ^~~~~~~~~~~~~~
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:407:5:
error: ‘IXACT34CueImpl_Play’ undeclared here (not in a function); did you mean
‘IXACT3CueImpl_Play’?
407 | IXACT34CueImpl_Play,
| ^~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_Play
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:408:5:
error: ‘IXACT34CueImpl_Stop’ undeclared here (not in a function); did you mean
‘IXACT3CueImpl_Stop’?
408 | IXACT34CueImpl_Stop,
| ^~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_Stop
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:408:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:408:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:409:5:
error: ‘IXACT34CueImpl_GetState’ undeclared here (not in a function); did you
mean ‘IXACT3CueImpl_GetState’?
409 | IXACT34CueImpl_GetState,
| ^~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_GetState
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:409:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:409:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:410:5:
error: ‘IXACT34CueImpl_Destroy’ undeclared here (not in a function); did you
mean ‘IXACT3CueImpl_Destroy’?
410 | IXACT34CueImpl_Destroy,
| ^~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_Destroy
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:410:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:410:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:411:5:
error: ‘IXACT34CueImpl_SetMatrixCoefficients’ undeclared here (not in a
function); did you mean ‘IXACT3CueImpl_SetMatrixCoefficients’?
411 | IXACT34CueImpl_SetMatrixCoefficients,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_SetMatrixCoefficients
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:411:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:411:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:412:5:
error: ‘IXACT34CueImpl_GetVariableIndex’ undeclared here (not in a function);
did you mean ‘IXACT3CueImpl_GetVariableIndex’?
412 | IXACT34CueImpl_GetVariableIndex,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_GetVariableIndex
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:412:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:412:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:413:5:
error: ‘IXACT34CueImpl_SetVariable’ undeclared here (not in a function); did
you mean ‘IXACT3CueImpl_SetVariable’?
413 | IXACT34CueImpl_SetVariable,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_SetVariable
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:413:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:413:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:414:5:
error: ‘IXACT34CueImpl_GetVariable’ undeclared here (not in a function); did
you mean ‘IXACT3CueImpl_GetVariable’?
414 | IXACT34CueImpl_GetVariable,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_GetVariable
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:414:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:414:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:415:5:
error: ‘IXACT34CueImpl_Pause’ undeclared here (not in a function); did you mean
‘IXACT3CueImpl_Pause’?
415 | IXACT34CueImpl_Pause,
| ^~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_Pause
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:415:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:415:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:416:5:
error: ‘IXACT34CueImpl_GetProperties’ undeclared here (not in a function); did
you mean ‘IXACT3CueImpl_GetProperties’?
416 | IXACT34CueImpl_GetProperties
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| IXACT3CueImpl_GetProperties
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:416:5:
warning: excess elements in scalar initializer
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:416:5:
note: (near initialization for ‘XACT34Cue_Vtbl’)
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:
In function ‘IXACT3SoundBankImpl_Prepare’:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:590:26:
error: request for member ‘lpVtbl’ in something not a structure or union
590 | cue->IXACT34Cue_iface.lpVtbl = &XACT34Cue_Vtbl;
| ^
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:
In function ‘IXACT3SoundBankImpl_Play’:
/home/bero/temp/abf/wine/BUILD/wine-5.12/dlls/xactengine3_0/../xaudio2_7/xact_dll.c:638:30:
error: request for member ‘lpVtbl’ in something not a structure or union
638 | cue->IXACT34Cue_iface.lpVtbl = &XACT34Cue_Vtbl;
| ^
make[1]: *** [Makefile:188: xact_dll.o] Error 1
--
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=49354
Bug ID: 49354
Summary: MakeMusic Finale fails to start
Product: Wine-staging
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davech(a)t-online.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67397
--> https://bugs.winehq.org/attachment.cgi?id=67397
Error messages
Wine 5.10 staging fails to start MakeMusic Finale (5.9 staging works).
--
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=49255
Bug ID: 49255
Summary: wineboot fails to start
Product: Wine-staging
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronaz(a)protonmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
After installing the latest staging (5.9), 'winecfg' gives the following error:
002c:err:module:__wine_process_init failed to load
L"C:\\windows\\system32\\wineboot.exe", error c0000018
0024:err:environ:run_wineboot failed to start wineboot c0000018
0024:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0034:err:module:__wine_process_init failed to load
L"C:\\windows\\system32\\explorer.exe", error c0000018
003c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
003c:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
003c:err:winediag:nodrv_CreateWindow The explorer process failed to start.
I've removed/cleaned all files and reinstalled both staging and development a
number of times over the past 1-2 weeks and each time get the above error,
though stable works fine.
I'm on Xubuntu 20.04, AMD64, installed from official repo. A number of others
report the same...
https://www.reddit.com/r/wine_gaming/comments/gkbxp6/getting_error_about_dr…
--
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=49363
Bug ID: 49363
Summary: v-key is mapped to vowel mutaqtion key o (ö)
Product: Wine-staging
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marcas756(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67411
--> https://bugs.winehq.org/attachment.cgi?id=67411
pressing v(V) results in ö(Ö)
Pressing key v(V) results im german vowel mutation ö(Ö) on display.
Does not occur in 5.10 non-staging version.
All staging versions down to 4.19 seem to have the same behaviour.
In staging version 4.18 it works properly.
--
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=49341
Bug ID: 49341
Summary: Wineboot still fails to start
Product: Wine
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernelbase
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 67364
--> https://bugs.winehq.org/attachment.cgi?id=67364
wineboot screen output
Refer bug 49208
Kubuntu 19.10
Wineboot is still not starting error c00000e5
see attached screen shot
--
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=49331
Bug ID: 49331
Summary: Unable to enable ESYNC in Wine Staging 5.10
Product: Wine-staging
Version: 5.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winter.snowfall23(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
export WINEESYNC=1 doesn't seem to do anything in Wine Staging 5.10.
WINEDEBUG=+esync does not list anything relevant either in the logs, though I
used to see (at least) an indication that ESYNC had been initialized in the
past.
Games which benefited from ESYNC are now affected in terms of performance.
--
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=44106
Bug ID: 44106
Summary: Call of Duty Black Ops III Crashes
Product: Wine-staging
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lilwins(a)hotmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59829
--> https://bugs.winehq.org/attachment.cgi?id=59829
Call of Duty Black Ops III crash log
Game crashes at start up, having similar issues with other Call of Duty titles.
--
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=30699
Bug #: 30699
Summary: wine printing: barcode is not printed from VB6
application
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin+winebugs(a)etorok.net
Classification: Unclassified
Created attachment 40201
--> http://bugs.winehq.org/attachment.cgi?id=40201
barcode screenshot
There is an application provided by the Romanian finance administration for
printing Payment sheets with barcodes. I tried to use it in Wine (it appears to
be a VB6 application), and I could enter all the data, and it displayed a
generated barcode.
However when I tried printing it didn't print the barcode. This happens both
when printing to my printer (Samsung ML-2010P), or using CUPS-PDF.
Attached is the PDF produced when printing through CUPS, and a screenshot taken
while printing.
Notice that on the screenshot there is a barcode in the right towards the top,
and in the produced PDF there is no barcode at all.
Attached is also WINEDEBUG=+relay,+seh,+tid,+psdrv output.
How to reproduce (including download URL):
1. Prepare application
mkdir $HOME/.wine-bug
export WINEPREFIX=$HOME/.wine-bug
# create winedir
winecfg
# get program
wget
http://static.anaf.ro/static/10/anaf/aplicatii/op_fv/opfv2010/instal_opfv_2…
unzip instal_OPFV_28032012.zip
wine instal_OPFV_2012.exe
# set locale: if date format is wrong program refuses to work
export LANG=ro_RO.UTF-8 LANGUAGE=ro_RO.UTF-8 LC_TIME=ro_RO.UTF-8
cd '$HOME/.wine-bug/drive_c/Program Files/OPFV 2012'
# enter test data
cat >ordine.txt <<EOF
1,1,1,TEST,1234567897,,,,BUGETUL DE
STAT,1234567897,RO26TREZ57820470101XXXXX,,,BUGETUL DE STAT,16/05/2012,FV
EOF
2. Make sure you have a printer. Bug reproduces with CUPS-PDF too, so edit
$HOME/.wine-bug/drive_c/windows/win.ini, and use these settings for the
printer:
[devices]
PDF=wineps.drv,CUPS:PDF
[PrinterPorts]
PDF=wineps.drv,CUPS:PDF,15,45
[windows]
device=PDF,wineps.drv,CUPS:PDF
3. Run app
wine OPFV_2012.exe
4. Print from the application
- Click on "FV"
- Choose 1,1,FV from the 'Nr. de ordine, Nr. OP/FV' dropdown
- Click "Incarcare"
- Click "Listare"
5. Look at the printed document, or PDF and notice that the barcode on the top
right is missing in the printout.
See attached PDF vs. attached screenshot. The barcode IS visible during
printing, its just never printed.
--
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.