https://bugs.winehq.org/show_bug.cgi?id=48884
Bug ID: 48884
Summary: When exiting 64 bit SierraChart Versions 2068, 2072,
2074, the attached error occurs
Product: Wine
Version: 5.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtgriggs(a)gmail.com
Distribution: ---
Created attachment 66828
--> https://bugs.winehq.org/attachment.cgi?id=66828
Windows backtrace
After updating to Wine 5.5 and when exiting 64 bit SierraChart Versions 2068,
2072, 2074, the attached backtrace error occurs. It only occurs when exiting
the application.
--
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=49494
Bug ID: 49494
Summary: Branching on uninitialized variables in
unix_to_win_locale.
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 67621
--> https://bugs.winehq.org/attachment.cgi?id=67621
Configure output.
This is a very recent problem, introduced in b6722aa752
Steps to reproduce:
* Build wine b6722aa752 (my configure output is attached)
* Build 'int main() { return 0; }' using i686-w64-mingw-gcc
* Run under valgrind (valgrind output attached)
Valgrind emits many warnings such as this:
==17065== Conditional jump or move depends on uninitialised value(s)
==17065== at 0x403C51E: strpbrk (vg_replace_strmem.c:1689)
==17065== by 0x4839781: unix_to_win_locale (env.c:664)
==17065== by 0x4839956: init_locale (env.c:716)
==17065== by 0x48399A2: init_environment (env.c:780)
==17065== by 0x484B4BB: __wine_main (loader.c:1825)
==17065== by 0x7C0018E4: main (main.c:285)
--
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=30366
Bug #: 30366
Summary: Wing Commander 4 game doesn't run
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
I believe it to be video related due to the error message I get;
"DXMCI ERROR - Error loading video".
The +quartz log is thus;
http://pastebin.com/k9YP66tX
The video is a vob and mplayer reports the following;
http://pastebin.com/SESSUvNp
I have tried native for the following dll's (that in windows help the game work
in windows2000+;)
mpeg2.dll
dxmci.dll
As a side note, this is the GoG edition.
--
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=33134
Bug #: 33134
Summary: Windows Media Player 9 can't play winecfg's test sound
(idw_testsound.wav)
Product: Wine
Version: 20031212
Platform: x86
URL: http://download.cnet.com/Windows-Media-Player-Windows-
XP/3000-2139_4-10180881.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 43827
--> http://bugs.winehq.org/attachment.cgi?id=43827
backtrace
fixme:quartz:DSoundRender_QueryInterface No interface for
{3c43d14f-25b3-4e34-a36c-f575deea29c0}!
fixme:strmbase:TransformFilterImpl_QueryInterface No interface for
{0bb53976-978f-41f9-a66b-a29cc318a817}!
wine: Unhandled page fault on write access to 0x78a06e1c at address 0xfff0e483
(thread 0009), starting debugger...
...
Backtrace:
=>0 0xfff0e483 (0x0032cb48)
1 0x0777034b in wmp (+0xf034a) (0x0032cce0)
2 0x077701b2 in wmp (+0xf01b1) (0x0032cd14)
3 0x07770031 in wmp (+0xf0030) (0x0032cf34)
4 0x0032cf78 (0x0776e2d3)
5 0xc33bf445 (0x8bf05d89)
--
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=49462
Bug ID: 49462
Summary: uninitialized request bytes in server request launched
from wine_ntoskrnl_main_loop
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 67566
--> https://bugs.winehq.org/attachment.cgi?id=67566
Configure output
Steps to reproduce
* Build latest wine (currently 13b2587d4f). Attached my own configure output.
See configure output for configure flags.
* Build 'int main() { return 0; }' using i686-w64-mingw-gcc
* Run this under valgrind. Valgrind output attached.
The first error that occurs after any chkstk errors is
==7516== Syscall param write(buf) points to uninitialised byte(s)
==7516== at 0x4219763: __libc_write (write.c:26)
==7516== by 0x4219763: write (write.c:24)
==7516== by 0x4858E00: send_request (server.c:206)
==7516== by 0x4858FCD: server_call_unlocked (server.c:281)
==7516== by 0x4859028: wine_server_call (server.c:297)
==7516== by 0x7BC84EC3: wine_server_call (server.c:65)
==7516== by 0x530C07A: wine_ntoskrnl_main_loop (ntoskrnl.c:886)
==7516== by 0x4FAEA67: ServiceMain (device.c:136)
==7516== by 0x516AB94: service_thread (service.c:1607)
==7516== by 0x7BC89857: ??? (thread.c:169)
==7516== by 0x7BC898BA: call_thread_func (thread.c:208)
==7516== by 0x7BC89849: ??? (thread.c:169)
--
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=49458
Bug ID: 49458
Summary: Memu installer crashes: wine: Call from 0x7b00f0b7 to
unimplemented function qdvd.dll.DllRegisterServer,
aborting
Product: Wine
Version: 5.11
Hardware: x86
URL: http://dl.memuplay.com/download/MEmu-Setup-7.2.1-ha340
8877b.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
A user reported this as garbage in AppDB
Looks like a kind of Nox clone, so probably suffers from same (already)
reported problems.
But first the installer crashes into the unimplemented function from the
title. If you clack away crash dialog, it also crashes in same unimplemented
function for wuaueng.dll
Note: the "web" installer does`nt start at all, no idea why
https://d12evd8qnsq4u6.cloudfront.net/cc@w4hycz1wzv/Memu-Installer.exe
--
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=40643
Bug ID: 40643
Summary: Xanadu-next: Multicolored rainbow textures
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ovariegata(a)yahoo.com
Distribution: Slackware
Created attachment 54514
--> https://bugs.winehq.org/attachment.cgi?id=54514
Image of the wrongly colored textures.
I am using:
mesa-compat32-8d63913_2016.05.09_master-x86_64-1_gitcompat32
xf86-video-nouveau-b824d36_2016.01.13_master-x86_64-1_git
Playing the game Xanadu-next with wine, wine-staging and wine-d3d9 all the
textures look wrong and are highly colored. Please see the attached image
showing the issue.
--
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=49427
Bug ID: 49427
Summary: Grim Dawn broken after upgrade to Wine 5.11
Product: Wine
Version: 5.11
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: ---
Grim Dawn (GOG version, 1.1.7.1 or 1.1.6.2, x64 executable) hangs on startup,
after switching to the fullscreen mode. The screen is black and no audio is
played. The game doesn't react to mouse clicks or key presses (except Ctrl+C in
the console).
This started happening after upgrading to Wine 5.11. The game works fine on
Wine 5.10 on the same system. DXVK 1.7 in all cases.
Kubuntu 20.04 x86-64, Nvidia driver 440.66.15.
--
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=49247
Bug ID: 49247
Summary: Need For Speed Hot Pursuit 2 (2002) Slow Performance
on wine-5.9
Product: Wine
Version: 5.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Need For Speed Hot Pursuit 2 (2002) has slow performance on wine-5.9. The frame
rate for NFSHP2 is around 70fps but when i'm actually racing it feels like 10
fps.
On wine-5.8 the game is running properly. I tested both wine-5.9 and wine-5.8
in clean wine prefixes.
The test system was Slackware 14.2 with an ATI Radeon HD7450 and the open
source driver.
--
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.