https://bugs.winehq.org/show_bug.cgi?id=53676
Bug ID: 53676
Summary: vbscript can not exec_script - invalid number of
arguments for Randomize
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on leveraging the vbscript engine of Wine for a macos port of
Visual Pinball, I've been testing several user made scripts.
I know Global_Randomize is not yet implemented (E_NOTIMPL), but I just came
across a script error with "invalid number of arguments":
Option Explicit
Randomize
On Error Resume Next
==
Randomize [number]
Randomize uses number to initialize the Rnd function's random-number generator,
giving it a new seed value. If you omit number, the value returned by the
system timer is used as the new seed value.
===
In global.c, I think the entry should be:
{L"Randomize", Global_Randomize, 0, 0, 1},
instead of
{L"Randomize", Global_Randomize, 0, 1},
--
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=53081
Bug ID: 53081
Summary: Retina Mode broken since
7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Setting HKCU\Software\Wine\Mac Driver\RetinaMode="1" no longer has any effect
on high DPI Macs. The windows Wine creates are DPI-Scaled by the operating
system.
This is a regression caused by the following patch:
7f7f9fa22c5cbe629e79a54257d5bd21403e80db is the first bad commit
commit 7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun May 15 20:27:37 2022 +0200
winemac: Directly use ntdll for registry access in
create_original_display_mode_descriptor.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
A quick check suggests that the registry key itself is picked up OK, so the
problem is probably that the retina code doesn't see the original display mode
correctly and thinks the mode has been changed.
--
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=53856
Bug ID: 53856
Summary: Wine 7.20 doesn't come with a number of files
Product: Wine
Version: 7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've just installed Wine 7.20 from sources and I've noticed that it doesn't
install to $PREFIX/lib/wine/i386-windows a number of files which were available
part of 7.19:
activeds.tlb
apisetschema.dll
icmp.dll
light.msstyles
lz32.dll
mferror.dll
mshtml.tlb
msimsg.dll
normaliz.dll
security.dll
sfc.dll
shdoclc.dll
stdole2.tlb
stdole32.tlb
tzres.dll
usp10.dll
wmi.dll
Is this intentional? Is this OK?
--
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=53749
Bug ID: 53749
Summary: Hotel Giant 2: black screen after changing resolution
or enabling anti-aliasing
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 5f1cbb1b85e7d92b6c783a32ae85ca2902296481
Distribution: ---
Created attachment 73211
--> https://bugs.winehq.org/attachment.cgi?id=73211
terminal output
Everything looks fine visually in the game until I try to change screen
resolution (GOG version offers only 1024x768 and 1280x1024) or enable
anti-aliasing in the game video options.
The dynamic scenery in the main menu turns black so that only some objects
(cars) can be seen.
I have to remove the 'VCONFIG.DAT' file from the game's configuration directory
(which resets the game video preferences) in order to restore the game to a
working state.
Reverting commit 5f1cbb1b85e7d92b6c783a32ae85ca2902296481
fixes the problem for me.
Demo version does exist but it is unusable, see bug #36944, comment #8 why.
wine-7.18-120-g001665d7354
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.141.03
OpenGL core profile shading language version string: 4.60 NVIDIA
--
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=53631
Bug ID: 53631
Summary: File dialogs partially blacked out and unusable
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dom(a)thinkrad.io
Distribution: ---
After Ubuntu 22.04.1 LTS automatically updates from Wine 7.15 to 7.16, Windows
*** File *** dialog boxes have become unusable within the DipTrace app (PCB CAD
app).
Everything (apart from the file list itself) is blacked out and
buttons/controls are inoperable.
Other dialog boxes, without file lists, appear to be OK - although I have only
had a superficial look so far.
This was definitely working perfectly prior to last night's update, under Wine
7.15
I've also found this report - with screenshots - that is describing exactly the
same issue as I'm having:
https://forum.winehq.org/viewtopic.php?f=2&p=138174
--
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=53590
Bug ID: 53590
Summary: GetFileInformationByHandleEx() not fully implemented
causing boost::directory_iterator failures with boost
v1.79 and newer
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: reserv0(a)yahoo.com
Distribution: ---
Created attachment 72974
--> https://bugs.winehq.org/attachment.cgi?id=72974
Repro test
Greetings,
I am using boost::directory_iterator in a project of mine, and noticed that
stating with boost v1.79 (which implementation changed to use
GetFileInformationByHandleEx), Wine (currently using v7.15, but it happens with
former versions) is causing "not implemented" boost errors on directory
iterator creation.
This can easily be reproduced by running 'tut4.exe C:' (example program from
boost/filesystem).
I am attaching a pre-built tut4.exe here with the log I get from it.
--
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=53153
Bug ID: 53153
Summary: SetWindowPos() incorrectly computes exposure region of
parent window with WS_EX_COMPOSITED
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
Distribution: ---
If a window is composited (i.e. has WS_EX_COMPOSITED set and is not using
parent DC) and repaint is triggered by calling SetWindowPos() on its child
window, the parent window's exposed region shall be the union of the old and
new visible region, *not* the difference.
Affected applications:
- KakaoTalk banner ad window is not re-painted correctly on ad rollover,
causing text artifacts from remains of the previous ad.
--
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=51418
Bug ID: 51418
Summary: fotoBiz X - Fatal error on startup
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 70272
--> https://bugs.winehq.org/attachment.cgi?id=70272
Backtrace (6.11)
Hello everyone,
I am revisting an old application where the installer has been fixed and now
works but unfortunately I am running into a different problem. Backtrace is
attached.
--
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=53861
Bug ID: 53861
Summary: Non-PE builds fail after "makefiles: Add support for
multiple PE architectures."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: b1f59bc679a8c2dea18a6789a5b9b1a1ae825129
Distribution: ---
This is kinda similar to bug 53838; after "makefiles: Add support for multiple
PE architectures." (b1f59bc679a8c2dea18a6789a5b9b1a1ae825129) a non-PE build
doesn't install the stub .dll/.exe files into <prefix>/lib/wine/<arch>-windows.
(In the previous regression, those files were installed into <arch>-unix, now
they're not installed/generated at all.)
Now running such a build simply fails with this error:
wine: could not load kernel32.dll, status c0000135
wine: could not load kernel32.dll, status c0000135
--
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=53859
Bug ID: 53859
Summary: Hades shows black screen at Vulkan mode
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
Distribution: ---
The EGS version of game "Hades" (released at 2020) does not show image, only
black screen at Vulkan mode. Game works fine at DX11 mode with DXVK. There was
not such problem at Wine 7.18
--
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=53849
Bug ID: 53849
Summary: Apiset DLLs broken in non-PE builds
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: 9795a01918185435f7d9a34806327ef9bf109e6a
Distribution: ---
Since the recent refactorings in makedep, non-PE (--without-mingw) builds fail
to load API set DLLs.
When trying to run an executable that links against UCRT in the API set form, I
get the following errors:
0024:err:module:load_apiset_dll failed to load apiset: c000000f
0024:err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-private-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-environment-l1-1-0.dll (which
is needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:LdrInitializeThunk Importing dlls for
L"Z:\\home\\martin\\hello.exe" failed, status c0000135
--
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=53617
Bug ID: 53617
Summary: Imaris fails at exit with error, and keeps a process
running.
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 73017
--> https://bugs.winehq.org/attachment.cgi?id=73017
log file when imaris is started and closed (WINEDEBUG=fixme-all)
Imaris https://imaris.oxinst.com/ can be installed and seems to run fine.
However when exiting Imaris, it fails with an error, and it keeps the process
"ImarisArenaFileMonitor.exe" running, which takes about 80% of a cpu core on my
machine.
Attached is the short log with WINEDEBUG=fixme-all. I plan to add the full log
in the next posting.
--
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=53606
Bug ID: 53606
Summary: First intro stops on last frame in multiple games
(Darksiders Genesis, The Medium)
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 2be95875c0f773f6b393783b061ec0ca8caa6ce8
Distribution: ---
Looks like play queue is broken.
--
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=53858
Bug ID: 53858
Summary: The 64bit installer of foobar2000 does not start
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthias.grobarek(a)posteo.de
Distribution: ---
Created attachment 73388
--> https://bugs.winehq.org/attachment.cgi?id=73388
Wine backtrace
When trying to run the 64bit installer of foobar2000 2.0 (beta 12 is the
current one), Wine crashes immediately and outputs a backtrace. The 32bit
version of the installer starts fine though.
32bit installer: https://www.foobar2000.org/getfile/foobar2000_v2.0_beta_12.exe
64bit installer:
https://www.foobar2000.org/getfile/foobar2000-x64_v2.0_beta_12.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=53878
Bug ID: 53878
Summary: Lotus SmartSuite 9.8 (Millenium Edition)'s installer
creates broken shortcuts
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: Zero3K(a)teknik.io
Distribution: ---
Created attachment 73405
--> https://bugs.winehq.org/attachment.cgi?id=73405
Archive of a log made under ReactOS 0.4.15 which contains WINE's MSI debug
output
When I install it, broken shortcuts (along with shortcuts that are not made
under Windows Server 2003) are being made. The broken shortcuts are missing the
C:\lotus part of the path. I have tried installing it under the latest ReactOS
(which uses the MSI code from WineStaging-7.3), under Wine-Stable 7.0 and under
Wine-Devel 7.20. All of them encounter the issue. You can find more info about
the issue at https://jira.reactos.org/browse/CORE-15204 and can download the
ISO containing the setup program at
https://winworldpc.com/product/lotus-smartsuite/9-8. I am also attaching an
archive of the log I made under ReactOS 0.4.15 which contains the debug output
of WINE's MSI component.
--
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=51464
Bug ID: 51464
Summary: Pagefault error caused by qt5webenginecore
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: shadowbranch(a)gmail.com
Distribution: ---
Created attachment 70305
--> https://bugs.winehq.org/attachment.cgi?id=70305
Backtrace from Pagefault
Running the latest Kaseya Live Connect 9.5.0.24. When connecting to server
program crashes with pagefault error.
--
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=47412
Bug ID: 47412
Summary: Kaseya Live Connect: crashes on first run after
install
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: alero5752(a)hotmail.com
Distribution: ---
Created attachment 64760
--> https://bugs.winehq.org/attachment.cgi?id=64760
Progam Error details
Hello,
Linux noob here. My company recently upgraded our Kaseya VSA version to 9.5.0.2
and ever since this was completed it broke my Kaseya Live Connect app
compatibility within Wine. I've attached the log to review and also a link to
the EXE file for the application below. This is the very latest version of
Kaseya. When attempting to launch the program, it stops and displays an error,
(The program QtWebEngineProcess.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience).
https://drive.google.com/file/d/1StEVxsaQFKTVX8pb6htmo8r_4R14btJz/view?usp=…
--
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=53834
Bug ID: 53834
Summary: Corel Paint Shop Pro X6 - Installer crashes
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73366
--> https://bugs.winehq.org/attachment.cgi?id=73366
Console output (wine-7.19 on Slackware64/Multilib)
Hello everyone,
Revisting my old Corel-installer problems: Downloaded
https://www.corel.com/akdlm/6763/downloads/PaintShopProPhoto/X3/TBYB/PSPP_X…
which turned out to be a Paint Shop Pro X6 installer when I ran it.
sha256sum PSPP_X3_TBYB.exe
b69a2ac8e0c48e6baaffa47a0ffbdc3e1256af4c0b1cd9f5fcd1218e4114d7f0
PSPP_X3_TBYB.exe
For X6 there is no entry in the AppDB. Please note this is separate from a 2016
edition.
I am attaching my console output and crash from the installer.
--
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=53825
Bug ID: 53825
Summary: Monty Python's The Meaning of Life causes a fault when
running SETUP.EXE
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: motleyjester13(a)yahoo.com
Distribution: ---
Created attachment 73351
--> https://bugs.winehq.org/attachment.cgi?id=73351
Backtrace provided by Wine
When trying to install Monty Python's Meaning of Life game from CD, Wine throws
an exception when trying to run SETUP.EXE making installation impossible.
--
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=34377
Bug #: 34377
Summary: Paint Shop Pro X5 Installer fails
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 45757
--> http://bugs.winehq.org/attachment.cgi?id=45757
Backtrace
Hello everyone,
I have been testing "Paint Shop Pro X5" from Corel but I am having problems to
get it to install correctly. Please find my backtrace attached and please let
me know should you require further information.
--
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=53883
Bug ID: 53883
Summary: fixme:wineusb:query_id Unhandled ID query type 0x5
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 73414
--> https://bugs.winehq.org/attachment.cgi?id=73414
more detailed information about unsupported BUS_QUERY_ID_TYPE 0x05 (i.e.
BusQueryContainerID)
USB container ID are currently (wine 7.20) not supported. This is indicated by
Debug log entries like these:
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
[1]
https://microchipsupport.force.com/s/article/What-is-a-USB-Container-ID-UUID
--
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=53862
Bug ID: 53862
Summary: System Shock 2 2.3 installer broken after 0d0f2067f89
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dkk089(a)gmail.com
Distribution: ---
Created attachment 73392
--> https://bugs.winehq.org/attachment.cgi?id=73392
Backtrace when running installer with Wine g156aa87c57a
System Shock 2 2.3 (Retail CD version) installer crashes in winevdm.exe in Wine
7.20. It works correctly with Wine 7.0.
Bisecting leads to commit 0d0f2067f89545539ab3ae0ccd802239a2dce98e as the
culprit.
Please see the attachment for a backtrace collected when running revision
156aa87c57a.
--
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=53345
Bug ID: 53345
Summary: finder claims WINE needs to be updated, no updates
available
Product: Wine
Version: 0.9.3.
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: boxylid(a)gmail.com
Created attachment 72730
--> https://bugs.winehq.org/attachment.cgi?id=72730
WINE inaccessible
After installing WINE it cannot be opened, finder reports that it needs to be
updated to run yet there is no update currently available on the website.
--
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=53626
Bug ID: 53626
Summary: Wine crash due to long filename when saving file in
Framemaker
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
When saving a file with a long filename (more than 28 chars) in Framemaker wine
crashes (not the application, wine itself including wineserver).
A bisect shows this commit as cause
commit 0ad2db66a109b4c0a46d04ff8231706fff540941
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun Aug 14 20:49:53 2022 +0200
win32u: Pack messages sent directly from win32u.
Instead of leaking kernel pointers.
dlls/win32u/message.c | 216 +++++++++++++++++++++++++++++++++++++++++--
dlls/win32u/ntuser_private.h | 9 --
2 files changed, 208 insertions(+), 17 deletions(-)
Reverting this commit in top of current git solves the problem.
It seems to be a memory corruption. If you give me a hint how
to further debug this I will do.
--
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=52562
Bug ID: 52562
Summary: advapi32:registry fails in Wine because some French
timezone name translations are too long
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
advapi32:registry fails in the timezone tests in a French locale:
registry.c:4413: Test failed: L"Aleutian Standard Time": expected L"Heure
d'\00e9t\00e9 des \00celes Al\00e9outiennes", got L"Aleutian Daylight Time"
registry.c:4395: Test failed: L"Dateline Standard Time": expected L"Heure de la
ligne de changement de date", got L"Dateline Standard Time"
registry.c:4413: Test failed: L"Dateline Standard Time": expected L"Heure
d'\00e9t\00e9 de la ligne de changement de date", got L"Dateline Daylight Time"
registry.c:4395: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure des \00celes Turques-et-Ca\00efques", got L"Turks And Caicos Standard
Time"
registry.c:4413: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure d'\00e9t\00e9 des \00celes Turques-et-Ca\00efques", got L"Turks And
Caicos Daylight Time"
http://winetest.dolphin/data/patterns.html#advapi32:registry
This issue is already happening in German also because the timezone name
translation is too long. See bug 51619 for more details.
The new translations were introduced by the following commits:
commit a38ced9354aa7d74f396fb91372dbbb7dccd2e2e
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Sun Jan 2 15:49:09 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
commit 39f77b25aacf248e18e747bf31c2055a9cfbc89a
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Mon Jan 3 15:43:21 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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.