https://bugs.winehq.org/show_bug.cgi?id=40288
Bug ID: 40288
Summary: The Legend of Heroes: Trails in the Sky - Game won't
start (black screen)
Product: Wine
Version: 1.9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: Other
Created attachment 53929
--> https://bugs.winehq.org/attachment.cgi?id=53929
Console output
When attempting to launch the Steam version of "The Legend of Heroes: Trails in
the Sky" only a black screen appears.
Since it is possible to work around this issue by disabling the intro videos in
the game's config tool, I presume this bug is video/codec related and should
probably be linked to some other bug with more details on the true source of
the symptoms described here.
I have attached the console output.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.2 (64 bit)
Kernel: 3.19.0-26-generic
Graphics: Proprietary NVIDIA 352.79
--
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=21884
Summary: Resident Evil 2: no sound and annoying dialog window
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mariusz.libera(a)gmail.com
Created an attachment (id=26525)
--> (http://bugs.winehq.org/attachment.cgi?id=26525)
Terminal output
When trying to run Resident Evil 2 I get no sound, but lots of annoying dialog
windows saying "StreamOpen Error". No matter if ALSA or OSS is set in winecfg.
When I uncheck ALSA (and/or OSS) dialogs go away.
--
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=32772
Bug #: 32772
Summary: Built-in iexplore crashes on exit with Flash player
plug-in installed
Product: Wine-gecko
Version: unspecified
Platform: x86
URL: http://download.macromedia.com/pub/flashplayer/install
ers/archive/fp_11.5.502.146_archive.zip
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
Since winetricks has not been updated to support recent Flash player releases
it needs to be installed manually (flash 11.5.502.146 is the latest one):
rm -rf ~/.wine
wget
http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.5.5…
wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe
wine iexplore http://www.adobe.com/software/flash/about
About Flash page correctly reports "You have version 11,5,502,146 installed",
but Flash demo actually doesn't show (although comments in the bug 15092
claim that at one point Flash worked fine in built-in iexplore and youtube).
Press Alt+F4, and iexplore crashes. This is last lines of the console output,
pointing to the crash in mozalloc:
Fault in cycle collector: traversed refs exceed refcount (ptr: 03964f80)
###!!! ABORT: cycle collector fault: file
/build/wine-mozilla-1.9/xpcom/base/nsCycleCollector.cpp, line 1111
###!!! ABORT: cycle collector fault: file
/build/wine-mozilla-1.9/xpcom/base/nsCycleCollector.cpp, line 1111
wine: Unhandled page fault on write access to 0x00000000 at address 0x61e474b3
(thread 0029), starting debugger...
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x61e474b3).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:61e474b3 ESP:010de2c0 EBP:6af20810 EFLAGS:00010246( R- -- I Z- -P- )
EAX:0000000a EBX:00000003 ECX:010de280 EDX:00000000
ESI:6af1fbe0 EDI:00000000
Stack dump:
0x010de2c0: 0000000a 7d929320 6af20810 008d4d51
0x010de2d0: 7bcaaff4 00000060 00000050 69db67f0
0x010de2e0: 010de314 6af1fc26 00000003 6af1fbe0
0x010de2f0: 010de85c 00000000 6af20810 69c65213
0x010de300: 7d929320 6af1fc26 010de314 00000457
0x010de310: 00000002 21232323 41202121 54524f42
Backtrace:
=>0 0x61e474b3 in mozalloc (+0x74b3) (0x6af20810)
0x61e474b3: movl $0x7b,0x00000000
--
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=48808
Bug ID: 48808
Summary: user32:cursorinfo "wrong info cursor" failure in
Chinese locale on Windows 10
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: major
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:cursorinfo fails in the Chinese locale on Windows 10:
cursoricon.c:2366: Test failed: wrong info cursor 003C04BB/00010003
See: https://test.winehq.org/data/tests/user32:cursoricon.html
These failures happen exclusively on the w1064v1809-zh-CN TestBot
configuration.
Furthermore the window handles change with every run which means this failure
is "always new". Because of this the TestBot will report most user32 patches as
responsible for this failure which should cause them to be rejected. Thus
fixing this issue is high priority.
The failing test was introduced by this commit:
commit 0be02116826ef9168fd33e0fd66b98cbd15bee0f
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Fri Mar 19 11:27:55 2010 +0100
user32/tests: Add some tests for GetCursorInfo.
user32:cursorinfo has some other failures but I think those deserve a separate
bug because they are not "always new" and are not specific to the Chinese
locale.
--
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=22009
Summary: Symantec Antivirus 10.1 (for XP) fails to install
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26752)
--> (http://bugs.winehq.org/attachment.cgi?id=26752)
Wine 1.1.40 +msi +msidb (21MB)
Under Wine 1.1.39, SAV 10.1 (for Windows 98 - XP) fails to install.
err:msi:ITERATE_Actions Execution halted, action
L"PrepareEventLogStart.03FE01CF_295E_4354_A292_7DC4A810E0DA" returned 1603
>From the +msidb trace.
trace:msidb:MSI_RecordSetStringA 0x6afad0 1 "MSIASSERT - PrepareEventLogStart:
Unable to openService:1060: "
Is the installer trying to write a log event?
Anyway, removing the custom action with Orca allows the installer to continue
until hitting another, unrelated bug.
Same in Wine 1.1.40.
--
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=20352
Summary: 3ds max fails to start: "adlmdll.dll failed to
initialize"
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tilbjornar(a)gmail.com
Created an attachment (id=24103)
--> (http://bugs.winehq.org/attachment.cgi?id=24103)
terminal output, no debugging
3ds max fails to start, with the error message:
err:module:attach_process_dlls "adlmdll.dll" failed to initialize, aborting
I've tried to get some debugging output. It seems like OpenFileMappingA returns
a null value, which I understand means an error.
I've attached the normal terminal output, as well as debug output resulting
from running:
WINEDEBUG=+wgl,+seh,+loaddll,+tid,+relay wine 3dsmax.exe /nohardware
--
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=44767
Bug ID: 44767
Summary: NosMall don't work in Nostale, even when using ie8 in
win32 prefix.
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: theszczepancio(a)gmail.com
Distribution: ---
Created attachment 60789
--> https://bugs.winehq.org/attachment.cgi?id=60789
Log of console output.
Also sometimes causing game to crash.
https://i.imgur.com/GbnVqoN.png
--
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=32946
Bug #: 32946
Summary: Flash player plug-in doesn't display anything with
built-in iexplore
Product: Wine-gecko
Version: unspecified
Platform: x86
URL: http://download.macromedia.com/pub/flashplayer/install
ers/archive/fp_11.5.502.146_archive.zip
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: dmitry(a)baikal.ru
Classification: Unclassified
This is a separate report from bug 32772, this one is about not working
Flash plugin.
Since winetricks has not been updated to support recent Flash player releases
it needs to be installed manually (flash 11.5.502.146 is the latest one):
rm -rf ~/.wine
wget
http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.5.5…
wine fp_11.5.502.146_archive/11_5_r502_146/flashplayer11_5r502_146_winax.exe
wine iexplore http://www.adobe.com/software/flash/about
About Flash page correctly reports "You have version 11,5,502,146 installed",
but Flash demo actually doesn't show (although comments in the bug 15092
claim that at one point Flash worked fine in built-in iexplore and youtube).
--
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=49127
Bug ID: 49127
Summary: wine-gecko fails to build with linux ->
i686-w64-mingw32-gcc 10.0
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: bero(a)lindev.ch
Distribution: ---
Trying to build wine-gecko (after fixing bug 49126 with the patch attached to
it) on a box with an i686-w64-mingw32 crosscompiler toolchain built with
binutils 2.34, gcc 10.0-RC and mingw64 7.0 fails:
In file included from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsJSEnvironment.h:18,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/CallbackObject.h:30,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/CallbackInterface.h:19,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/EventListenerBinding.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/EventListenerManager.h:11,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/DOMEventTargetHelper.h:19,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/AudioNode.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/mozilla/dom/AnalyserNode.h:10,
from
/home/bero/Downloads/wine-gecko-2.47.1/dom/media/webaudio/AnalyserNode.cpp:7,
from
/home/bero/Downloads/wine-gecko-2.47.1-x86/dom/media/webaudio/Unified_cpp_dom_media_webaudio0.cpp:2:
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:336:63:
warning: ignoring attributes applied to ‘R (C::*)(As ...)’ after definition
[-Wattributes]
336 | struct nsRunnableMethodTraits<R(__stdcall C::*)(As...), Owning>
| ^
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:336:8:
error: redefinition of ‘struct nsRunnableMethodTraits<R (C::*)(As ...),
Owning>’
336 | struct nsRunnableMethodTraits<R(__stdcall C::*)(As...), Owning>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/bero/Downloads/wine-gecko-2.47.1-x86/dist/include/nsThreadUtils.h:327:8:
note: previous definition of ‘struct nsRunnableMethodTraits<R (C::*)(As ...),
Owning>’
327 | struct nsRunnableMethodTraits<R(C::*)(As...), Owning>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
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=49126
Bug ID: 49126
Summary: wine-gecko fails to build on host systems with python
3.8
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: bero(a)lindev.ch
Distribution: ---
Created attachment 67122
--> https://bugs.winehq.org/attachment.cgi?id=67122
Fix (minus the needed pip update)
Various python scripts in wine-gecko use functions that have been removed in
python 3.8.x:
platform.linux_distribution() in build/mach_bootstrap.py,
python/mozboot/mozboot/bootstrap.py,
testing/mozbase/mozinfo/mozinfo/mozinfo.py,
testing/mozharness/mozinfo/mozinfo.py and
media/webrtc/trunk/tools/gyp/gyptest.py (probably the last one isn't actually
used)
time.clock() in python/mozbuild/mozbuild/config_status.py
Furthermore, the version of pip that's bundled in
python/virtualenv/virtualenv_support/pip-8.0.2-py2.py3-none-any.whl uses
platform.linux_distribution() as well. This is fixable by replacing this file
with current upstream pip,
https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285…
The replacement for platform.linux_distribution() needs the distro module
pulled in, so the virtualenv config needs to be updated as well.
Attaching a patch that fixes the issues except the pip update (binary files
don't go well with patch files...)
--
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.