https://bugs.winehq.org/show_bug.cgi?id=49477
Bug ID: 49477
Summary: Some api-ms-win-core-* are not found
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: factionacraft(a)gmail.com
Distribution: ---
>From what I seen this kind of library shouldn't be linked like this by
developers but instead they should use Mincore.lib.
I'm currently using win10 setting (with 64bit) can I do something for having my
app working? maybe some symbolic links?
There is what is not found (for now maybe if we solve this I will have more
link issues after):
- api-ms-win-core-memory-l1-1-3.dll
- api-ms-win-core-file-fromapp-l1-1-0.dll
- api-ms-win-core-file-ansi-l2-1-0.dll
- api-ms-win-core-libraryloader-l2-1-0.dll
--
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=41030
Bug ID: 41030
Summary: Pac-Man Museum (Steam) crashes on start, needs
'{bcc782bc-6492-4c22-8c35-f5d72fe73c6e}'
xactengine3_7.dll
Product: Wine
Version: 1.9.15
Hardware: x86
URL: http://store.steampowered.com/app/255760/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: xactengine
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55203
--> https://bugs.winehq.org/attachment.cgi?id=55203
terminal output
Prerequisite to start the game: native d3dcompiler_43.dll
The game crashes on start with built-in XAudio2 libraries.
In the terminal:
err:ole:CoGetClassObject class {bcc782bc-6492-4c22-8c35-f5d72fe73c6e} not
registered
err:ole:CoGetClassObject no class object {bcc782bc-6492-4c22-8c35-f5d72fe73c6e}
could be created for context 0x1
After placing native xactengine3_7.dll into /system32 and registering it with
regsvr32, the game starts, but audio works only when native xaudio2_7 is also
installed.
'winetricks xact_jun2010' is a workaround.
Demo version is available on Steam (remove DX9 redist package before launching
the game the first time).
wine-1.9.15-132-g0f2a776
--
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=34263
Bug #: 34263
Summary: Framebuffer read-before-write causes graphical
glitches
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: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45608
--> http://bugs.winehq.org/attachment.cgi?id=45608
Suboptimal but functional patch
In at least the Final Fantasy XIV: A Realm Reborn character creation benchmark
(http://na.finalfantasyxiv.com/benchmark/index.html), framebuffer
read-before-write results in graphical glitches such as the entire display or
UI overlays flickering or incorrect textures being drawn. This program uses
multithreaded rendering (though I don't know whether that's relevant), and in
some cases, Direct3D calls which get translated to glBlitFramebuffer() attempt
to read from a framebuffer before the GPU has finished rendering to it.
The cause was found by dumping OpenGL calls using apitrace
(https://github.com/apitrace/apitrace) and observing that replaying the same
frame sporadically caused the same sort of glitches as observed in Wine, but
the glitches went away when a glFinish() call was inserted at each thread
switch.
The attached patch fixes these glitches by inserting a glFinish() call before
each glBlitFramebuffer() call. This is almost certainly suboptimal, and in my
case it causes the benchmark result to drop from ~3500 to ~3000, but it fixes
all graphical glitches aside from black squares seen in some cases when the HDR
option is enabled in rendering settings.
--
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=49518
Bug ID: 49518
Summary: Grim Dawn leaks shared memory after upgrade to Wine
5.12
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andysem(a)mail.ru
Distribution: ---
After a few hours of gameplay Grim Dawn consumes around 10 GiBs of shared
memory, as reported by KDE System Monitor (KSysGuard). At that point the game
stopped running because of:
err: DxvkSubmissionQueue: Failed to sync fence: VK_ERROR_DEVICE_LOST
err: DxvkSubmissionQueue: Command submission failed: VK_ERROR_DEVICE_LOST
The game audio continued to play and it sounded like it was reacting to
keypresses, but the display image was frozen.
I'm not sure what kind of memory is reported as shared memory, but given that
it ends with a DXVK error, it looks like it may be GPU memory.
This did not happen with Wine 5.10.
Kubuntu 20.04 x86_64, Nvidia driver 440.66.17 (RTX 2080 Ti with 11 GiB VRAM),
DXVK 1.7.
--
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=44059
Bug ID: 44059
Summary: Worms World Party crashes at launch
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sve-bass(a)web.de
Distribution: ---
Created attachment 59767
--> https://bugs.winehq.org/attachment.cgi?id=59767
terminal output after launch
Worms World Party Remastered (GOG version)
crashes at launch.
See attachments for terminal outputs with and without winetricks vcrun2012.
--
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=31476
Bug #: 31476
Summary: Bully: no DirectX 9.0c compatible sound card
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marti(a)juffo.org
Classification: Unclassified
According to the WineHQ entry about "Bully: Scholarship Edition" version 1.2,
it used to work in wine 1.3.27.
When I try this game on my system, it changes the resolution, displays a
loading screen for a moment and then pops up a window saying:
Bully: Scholarship Edition requires a DirectX 9.0c compatible sound card to
be
installed and and configured properly.
After clicking "OK", Bully crashes with "Unhandled exception: page fault on
read access to 0x00000004".
The Bully installer from Steam automatically installs its own copy of DirectX
9.
Using wine-1.5.10 on Arch Linux x86_64, with PulseAudio. Sound playback in
winecfg and other applications works fine.
--
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=49593
Bug ID: 49593
Summary: inconsistent return code when executable is not found
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
When wine is launched to run an inexistent executable file,
the exit code is different according to the path name being passed
as absolute or relative:
- relative, return code 53:
$ wine zz.exe
0024:err:module:__wine_process_init L"C:\\windows\\system32\\zz.exe" not found
$ echo $?
53
- absolute, return code 0:
$ wine /tmp/zz.exe
wine: cannot find L"/tmp/zz.exe"
$ echo $?
0
I expected the return code to be also 53 when the file is passed as absolute
--
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=43153
Bug ID: 43153
Summary: Gothic 1.0 from Steam freezes in new game on phrase
"I'm Diego"
Product: Wine
Version: 2.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: inferrna(a)gmail.com
Distribution: ---
Created attachment 58393
--> https://bugs.winehq.org/attachment.cgi?id=58393
WINEDEBUG=+relay,+seh,+tid,+d3d9,+wine_d3d,+d3drm,+x11drv,+xrender,+xrandr,+d3d7,+d3d8,+ddraw
Image just freezes, sound continues to work.
--
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=49325
Bug ID: 49325
Summary: Kea Colorinbook crashes:
Product: Wine
Version: 5.9
Hardware: x86
URL: http://www.keacoloringbook.com/windows/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Console output is short:
wine ColoringBook4.exe
00f0:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi
sound output probably won't work.
00f0:err:gstreamer:gstdecoder_init_gst Failed to query duration.
00f0:fixme:amstream:multimedia_stream_GetDuration
(00A65BD0/00A65BD0)->(00B945A4) stub!
00f0:fixme:quartz:AMGetErrorTextW (80004001,0031FB60,160) stub
wine: Unhandled exception 0x0eedfade in thread f0 at address 7B00EBA2 (thread
00f0), starting debugger...
--
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=38615
Bug ID: 38615
Summary: Drakensang Demo crashes on startup and no debugging
output is generated
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Hello everyone,
this might be related to bugs 14782 and 14911 and I am having problems getting
the Drakensang demo to run.
I got the demo from the following URL:
http://www.gamestar.de/spiele/das-schwarze-auge-drakensang/downloads/das_sc…
The debugger starts but generates no backtrace.
--
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.