https://bugs.winehq.org/show_bug.cgi?id=47879
Bug ID: 47879
Summary: fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D3
8E2F6A1",0)
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
A proprietary application (apologies) fails to start with its own popup message
about "Failed to create the console!".
000b:fixme:winediag:start_process Wine Staging 4.17 is a testing version
containing experimental patches.
...
0009:fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:919F30E3-C7BB-45c6-B1A2-201D38E2F6A1",0)
0009:fixme:shell:InitNetworkAddressControl stub
I think it is kind of obvious why it does not work, as
"RegisterApplicationRestart" in dlls/kernel32/process.c is just a bare stub. Is
there anything quick one can try to make it go further?
--
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=47912
Bug ID: 47912
Summary: Rockstar Games Launcher installer crashes after
disabling WoW64 redirection
Product: Wine
Version: 4.17
Hardware: x86
URL: https://gamedownloads.rockstargames.com/public/install
er/Rockstar-Games-Launcher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
The installer (32-bit) for Rockstar Games Launcher v1.0.6.132 (released on
10/7/2019) is now using an NSIS plugin called LockedList
(https://nsis.sourceforge.io/LockedList_plug-in). While enumerating system
processes, the plugin disables WoW64 filesystem redirection using
Wow64DisableWow64FsRedirection(), but never re-enables redirection. The
installer later tries to load nsDialogs.dll but fails because the loader is
unable to find a comdlg32.dll of the correct architecture, and the installer
crashes.
This Wine commit tightened up the loader behavior, if I revert it the installer
works normally:
commit 9839bb7691a1b1c57a4ca501d03825420c1609d7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sat Feb 9 21:21:47 2019 +0100
ntdll: Skip dlls of the wrong machine type when searching through the load
path.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
After running some tests, this behavior seems to have changed between Win
Vista/2008 and Win 7/2008R2. Vista/2008 work like current Wine, where loading
system libraries will fail with redirection disabled. With Win7 through to the
latest Win10, loading system libraries works fine even with redirection
disabled.
Not sure why this change was made (probably for broken applications), but it's
been noticed by others:
<https://stackoverflow.com/questions/17408897/different-behaviour-of-filesys…>
I'm submitting tests upstream for this, not sure if there's any fix other than
just reverting the above commit.
Bugs 46916 and 46995 are for very similar issues in other installers.
--
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=47995
Bug ID: 47995
Summary: King's Bounty Crossworlds corrupted icons
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: betaversiondot(a)gmail.com
Distribution: ---
Created attachment 65514
--> https://bugs.winehq.org/attachment.cgi?id=65514
terminal output
There are corrupted icons of some items, that you pick up on the global map,
and skills, that under cooldown in battles.
--
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=48001
Bug ID: 48001
Summary: Additional Comment tool changes resolution on its own.
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)marekpasnikowski.name
CC: austinenglish(a)gmail.com
Distribution: ---
During discussion in a bug report a sign of a bug in Bugzilla appeared in this
comment:
https://bugs.winehq.org/show_bug.cgi?id=47987#c9
I never intended to do any changes to anything in there besides posting further
comments.
--
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=48021
Bug ID: 48021
Summary: msi installer not working on msxml3, Office 2010 shows
Installation language unsupported
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qqpp4130(a)hotmail.com
Distribution: ---
I encounter on installing of msxml3 from winetricks and also excuting msiexec
/i msxml3.msi /q with errorr. I excute command for the output
WINEPREFIX=/home/jc/.local/share/wineprefixes/office2010
WINEDEBUG=+relay,+seh,+tid wine msiexec /i msxml3.msi /q > /home/jc/msiexec.txt
2>&1
Also, while installing office2010 from mounted iso file, I encounter with
"Installation language not supported." on both English version and the
SimChinese version of installation iso. I also get the console dialog for that
untill the error window pop up with the similar command with output.txt. I have
attatch the log file in the attatchment. Please have a look. Is this some kind
of bug on my mechine or its common?
Enviroment:
Kernal: 5.2.21-1-MANJARO_x64
Wine version: wine-4.0.2 && wine-4.18-1
Winetricks version: 20190912
PS:
I tried to set the system LC_ALL to the matching locale, but it was not
helpfull.
--
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=47988
Bug ID: 47988
Summary: StationPlaylist Studio: graphics corruption when
dragging a row in a table
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ---
Created attachment 65504
--> https://bugs.winehq.org/attachment.cgi?id=65504
+imagelist debug output
1. Install StationPlaylist Studio from
https://stationplaylist.com/StudioDemo.exe
2. (after installing answer no to every question)
3. If the main playlist table is empty, right-click on the table and select
"Append hour marker".
4. Try to drag the row with the hour marker.
When dragging a row in the playlist table:
- if the dragged row bounds are within the screen bounds: drag overlay is
invisible (only the mouse cursor changes)
- if the dragged row bounds are partially outside the screen bounds: the
graphics on the screen becomes corrupted
It seems that the graphics corruption happens when BitBlt is called with a rect
which is (partially) outside the screen bounds. On Windows, the out-of-bounds
image parts are filled with black. On Wine / X11, there is some random garbage
video memory dump.
But I am not sure about the cause of the drag overlay being invisible.
The table control uses ImageList, so I am attaching a +imagelist debug output.
The bug is present on both Intel HD Graphics (Skylake) and AMD Radeon (RX550).
--
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=47981
Bug ID: 47981
Summary: PhantomJS crashes in PG Offline 4
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajg02(a)elfringham.co.uk
Distribution: ---
Created attachment 65497
--> https://bugs.winehq.org/attachment.cgi?id=65497
Console log with PhantomJS crash
Download installer for PG Offline tool from
http://www.personalgroupware.com/downloads.htm
Create a win32 prefix and install .NET 4.5.2
Set Windows version to Win7
winetricks windowscodecs
Run installer, appears to finish successfully.
Tick box to launch PG Offline 4. Click OK on dialogue box about
RegisterExtensionInFirewall.exe crashing.
Click the 'List' button to get a list of your Yahoo Groups. The master login
dialogue box needs to be filled in, this appears mostly black with a tiny text
box, it will expand as you type your username, then tab to the password field.
Press Enter to complete. After a short period you get a message about PhantomJS
having crashed from the console. The PG Offline window notes that your login
failed.
I took a console log with WINEDEBUG=relay,seh as suggested but the one I took
and compressed still exceeds the size limit for attachments. So the attached
one is with no WINEDEBUG.
--
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=47948
Bug ID: 47948
Summary: Campfire Pro GUI Problems
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hobby(a)lukas-krause.me
Distribution: ---
Created attachment 65447
--> https://bugs.winehq.org/attachment.cgi?id=65447
Error log on Startup of Campfire Pro
When starting up Campfire Pro it only partially loads up the GUI and throws an
error, see appended log. The Installation works fine as intended.
--
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=47916
Bug ID: 47916
Summary: Sound issues when using faudio in Wine Staging >=4.13
Product: Wine-staging
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: witold.baryluk+winehq(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi,
This was tested on Overwatch game, but I had similar issues in other games.
I have no issue with Wine Staging 4.12.1, however 4.13 - 4.17 doesn't work in
terms of audio.
I only have ALSA, and game starts without any sound, and then after about 10
seconds, it freeze at startup for about 2 minutes, waiting on synchronization.
Eventually it figures things out and game continues to work, and sound is
available. But often the game logs me out of the servers, and I need to restart
a game. So I can't use it. It is easily reproducible.
Wine Staging @ 8d19b3fc4b6e6ddaf7124048406d32662023d71d works.
Wine Staging @ b95b9109b824d21d98329c76387c3983d6e27cc2 (next commit) doesn't
commit b95b9109b824d21d98329c76387c3983d6e27cc2
Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Date: Mon Jul 15 09:35:57 2019 +1000
Use FAudio library now
--
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=13273
Summary: Wine does not remember disk labels set through winecfg
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ccf2egd02(a)sneakemail.com
Wine does not seem to remember disk labels or serial numbers when set via
winecfg.
Steps to reproduce:
1) create a disk entry in ~/.wine/dosdevices
ln -s /someplace_with_CD_image ~/.wine/dosdevices/q\:
2) run winecfg, select disk tab.
3) Select q:
4) Show advanced
5) Set to manual setup, disk label to "SOMETHING", disk ID to "FEEDBE"
6) APPLY
7) verify data by selecting some other drive, then re-selecting q:
8) quit winecfg
9) Restart winecfg and reselect the disk tab. Reselect q:
Expected results
Disk label should be "SOMETHING", id should be "FEEDBE"
Actual results
Disk label unset, disk ID 0
--
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.