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.
https://bugs.winehq.org/show_bug.cgi?id=50350
Bug ID: 50350
Summary: Tender loving Care webm videos dont play at all.
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
Created attachment 68936
--> https://bugs.winehq.org/attachment.cgi?id=68936
log errors
Tender loving Care (FMV game) webm videos dont play at all.
https://www.gog.com/game/tender_loving_care
--
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=43500
Bug ID: 43500
Summary: Wine gecko will not install
Product: Wine-gecko
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: amandamartz14(a)gmail.com
I have a 2010 MacBook Pro (no idea what the hardware is, I'm not a techy
person) and I'm trying to install a game for my niece that I used to play and
the Wine gecko will not install. I click install and then a pop-up comes up
saying and interruption occurred and to try again later. I tried again for 2
hours and still wouldn't 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=39103
Bug ID: 39103
Summary: wine-gecko-2.40.0 win64 msvc build broken
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: austinenglish(a)gmail.com
Distribution: Other
Created attachment 52098
--> https://bugs.winehq.org/attachment.cgi?id=52098
build log
win32 build works fine, win64 is broken.
Using mozilla-build 2.0.0 on windows 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.
http://bugs.winehq.org/show_bug.cgi?id=35041
Bug #: 35041
Summary: Garmin Express Fit crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg(a)rhobard.com
Classification: Unclassified
Created attachment 46714
--> http://bugs.winehq.org/attachment.cgi?id=46714
Backtrace for Garmin Express Fit crash
Attempted to install and run Garmin Express Fit software
(http://www8.garmin.com/support/agree.jsp?id=6741) and it crashed immediately
on launch. Back trace attached.
Please let me know if there is anything else I need to do, it's my first bug!
--
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=50347
Bug ID: 50347
Summary: Mighty Switch Force! Collection (GOG edition) has
corrupted graphics under certain conditions
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ja-key(a)comcast.net
Distribution: ---
When playing Incident 16 in Mighty Switch Force! Hyper Drive Edition in the GOG
version of the game Mighty Switch Force! Collection, if you die during the boss
fight at the end of the stage and respawn again at the beginning of the fight,
sprites/characters/objects will not erase their old positions when they move,
so eg your character sprite will leave a "trail" behind itself. This only
happens after dying once in the boss fight.
--
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=50344
Bug ID: 50344
Summary: wine failed to import HKLM from command line
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: axet(a)me.com
Distribution: ---
Hello!
I'm trying to import .reg file using linux command line: "wine regedit 123.reg"
and only HKCU keys are imported HKLM keys are ignored! I've tried multiply wine
versions and all failed (winehq-5.20, lutris etc...)
You can easy reproduce it using clean WINE prefix. Reg file:
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\GameUX\Games\{BCF632EC-0AF8-4E44-9B14-50E9D3F3B114}]
"ApplicationId"="{BCF632EC-0AF8-4E44-9B14-50E9D3F3B114}"
"ConfigApplicationPath"="C:\\GOG Games\\The Witcher Enhanced Edition\\"
"ConfigGDFBinaryPath"="C:\\GOG Games\\The Witcher Enhanced
Edition\\goggame-1207658924.dll"
"Description"="The Witcher Enhanced Edition Director's Cut"
"Title"="The Witcher Enhanced Edition Director's Cut"
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\GOG Games\\The Witcher Enhanced Edition\\launcher.exe"="DISABLEDWM
HIGHDPIAWARE RUNASADMIN WIN7RTM"
"C:\\GOG Games\\The Witcher Enhanced Edition\\System\\witcher.exe"="DISABLEDWM
HIGHDPIAWARE RUNASADMIN WIN7RTM"
[HKEY_LOCAL_MACHINE\Software\Wow6432Node\CD Projekt Red\The Witcher]
"InstallFolder"="C:\\GOG Games\\The Witcher Enhanced Edition\\"
"IsDjinniInstalled"=dword:00000001
"Language"="3"
"RegionVersion"="WE"
[HKEY_CURRENT_USER\Software\CD Projekt RED\Witcher\Settings]
"TextLanguage"="3"
"VoiceLanguage"="3"
--
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.