http://bugs.winehq.org/show_bug.cgi?id=58263
Bug ID: 58263
Summary: Wine Internet Settings crashes on unimplemented
function shdocvw.dll.ParseURLFromOutsideSourceW
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 78602
--> http://bugs.winehq.org/attachment.cgi?id=78602
Backtrace
Steps to reproduce:
1. Run `wine control inetcpl.cpl`
2. Click "OK" (not "Cancel")
Wine prints the following and crashes:
wine: Call from 00006FFFFF3FCFC7 to unimplemented function
shdocvw.dll.ParseURLFromOutsideSourceW, aborting
wine: Unimplemented function shdocvw.dll.ParseURLFromOutsideSourceW called at
address 00006FFFFF3FCFC7 (thread 0148), starting debugger...
0150:fixme:dbghelp:elf_search_auxv can't find symbol in module
0150:fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Call from 00006FFFFF3FCFC7 to unimplemented function
shdocvw.dll.ParseURLFromOutsideSourceW, aborting
ParseURLFromOutsideSourceW is called from the parse_url_from_outside function
in dlls/inetcpl.cpl/general.c:
https://gitlab.winehq.org/wine/wine/-/blob/8f91df4c4e4fb8b32c737bb02e82dcdd…
It used to work fine before ParseURLFromOutsideSourceW was removed in
https://gitlab.winehq.org/wine/wine/-/commit/fa4a470f9afd79b8104bacf3f1046e…
--
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=57790
Bug ID: 57790
Summary: FindVUK doesn't show drive details
Product: Wine
Version: 10.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Even when there is a blu-ray disc in the drive, `wine FindVUK.exe
showdrivedetails` prints the error "Cannot enumerate storage device - stop
getting drive details for this drive". It also writes a log file which contains
the more specific message "IOCTL_STORAGE_QUERY_PROPERTY 1 failed with error
code 0".
Some debugging revealed that there are two problems: First,
IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty) is not implemented, and
second, IOCTL_DISK_GET_MEDIA_TYPES always returns FILE_DEVICE_CD_ROM as opposed
to FILE_DEVICE_DVD.
$ sha256sum FindVUK_1.79.zip
39e954675855da3826256448b2a6b851c9478dda03c5d32bbfe4a3bac37ca623
--
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=52720
Bug ID: 52720
Summary: cmd.exe:batch times out in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
cmd.exe:batch started timing out in Wine on 2022-03-17:
batch.c:427: running TEST_CMDLINE.CMD test...
cmd.exe:batch:040c done (258) in 120s
Test failed: timed out
https://test.winehq.org/data/patterns.html#cmd.exe:batch
Unfortunately I was unable to find a change in Wine that would be the cause for
the timeout: in my tests cmd.exe:batch still times out when run from older Wine
versions.
* Based on the WineTest logs cmd.exe:batch was taking about 50 seconds up to
2022-03-16. But the next day that run time more than doubled to about 118 - 170
seconds, causing it to time out most of the time.
* Reverting the Wine source to the 2022-03-16 head, rebuilding from scratch and
recreating the wineprefix did not help: cmd.exe:batch still times out.
* No package upgrades were performed on that date. Plus this regression
happened simultaneously on multiple machines with different upgrade schedules.
* WINETEST_TIME=1 indicates that almost all of the time is spent running
TEST_BUILTINS.CMD:
batch.c:427:0.149 running TEST_BUILTINS.CMD test...
batch.c:136:158.289 Test succeeded
^^^ The first ok() call after WaitForSingleObject() is in the map_file() called
after run_test()
* Running the test manually it looked like the "--- for /R" "Plain directory
enumeration" part of test_builtins.cmd was enumerating all of the computer's
directories, starting with /bin, /boot, /etc, ... That would certainly take a
long time but that run crashed after about 1 minute so this may be unrelated.
--
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=58423
Bug ID: 58423
Summary: Flickering in games using dxvk/vkd3d-proton on sway
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: llyyr(a)yukari.in
Distribution: ---
Bisected to
https://gitlab.winehq.org/wine/wine/-/commit/de0fc7fd95074cfdeb032d36246c56…
Games using Vulkan flicker when the compositor supports explicit sync and it is
active after the commit mentioned above.
Disabling explicit sync in sway with `export WLR_RENDER_NO_EXPLICIT_SYNC=1`
makes the game window not flicker even with the bad commit.
--
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=57489
Bug ID: 57489
Summary: GetPointerPenInfo not located in USER32.dll when
attempting to run Clip Studio Paint 3.0
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: juliarodrigues70(a)outlook.com
Distribution: ---
As mentioned in the bug 56709 comment
https://bugs.winehq.org/show_bug.cgi?id=56709#c22 the application continues to
not start now with the error "The procedure point GetPointerPenInfo could not
be located in the dynamic link library USER32.dll"
--
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=58435
Bug ID: 58435
Summary: winepath -w conversion outputs wrong filenames
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Observed in the pipeline failure here:
https://gitlab.winehq.org/mono/wine-mono/-/jobs/169670
The build script in Wine Mono uses winepath -w to get a windows path for one of
its outputs.
The command, though not logged, would have been:
winepath -w /builds/mono/wine-mono/build/winemono-support.cab
Based on debugging in other places, I think that outputs:
Z:\builds\mono\wine-mono\build\winemono-supporpport.cab
96cd811903e3d3f227c39e12235725baf793f4b9 is the first bad commit
commit 96cd811903e3d3f227c39e12235725baf793f4b9
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jun 24 11:56:39 2025 +0200
kernel32: Reimplement conversion to DOS name using
GetFinalPathNameByHandleW.
dlls/kernel32/path.c | 44 +++++++++++++++++++++++++++++++++++---------
1 file changed, 35 insertions(+), 9 deletions(-)
The pattern seems to be that it fails when given an absolute path to a file
that does not exist. The directory that would contain the file must exist or it
won't output anything.
The result seems to always be <path with last 5 characters cut off> + <last 9
characters of path>.
--
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=55776
Bug ID: 55776
Summary: Some game use video as intro will stock after video is
finished
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Created attachment 75261
--> https://bugs.winehq.org/attachment.cgi?id=75261
Console log of game
Some game use Video as intro.
when the video is finish, game did not hang, but also did not change into menu.
It just stock at the end of video. I can still click progress bar that game
builtin feature to move back the intro video.
I have console log of the game, but it seems not has useful information.
I test on game that sell by Umemoro3D "Pizza Takeout Obscenity 2"
--
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=58167
Bug ID: 58167
Summary: Pegasus Mail immediately restores window
Product: Wine
Version: 10.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
After upgrading from 10.5 to 10.6 I can't minimize Pegasus Mail. When I click
minimize the window only flashes, seems like it minimizes but immediately
restores to open window with the same size as before.
No error messages in console.
git bisect suggests it may be related to commit
6b04bdf25796c9c76815588bf7bdc36ff44b9e13
OS: XUbuntu 24.04.2 LTS
NVIDIA Driver Version: 535.183.01
Using X11 (not Wayland)
--
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=55438
Bug ID: 55438
Summary: Some D3D10 applications crashes on NVIDIA SM4 GPUs
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 74998
--> https://bugs.winehq.org/attachment.cgi?id=74998
log for d3d10featuredemo.exe
For example NVIDIA DX10FeatureDemo crashes.
047c:err:d3d_shader:shader_glsl_load_sampler_handles No uniform location at 0,
ps_sampler0
https://developer.download.nvidia.com/SDK/10/Samples/DX10FeatureDemo.zip
--
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=58486
Bug ID: 58486
Summary: Deus Ex: Human Revolution enabling tessellation makes
models partly invisible
Product: vkd3d
Version: 1.16
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Same as bug 44970 but for Vulkan.
0708:fixme:d3d_shader:shader_spirv_compile_shader <anonymous>:50:0: E2001:
Unrecognized register (register 0x1, 2).
0708:fixme:d3d_shader:shader_spirv_compile_shader <anonymous>:51:0: E2001:
Unrecognized register (register 0x1, 2).
0708:fixme:d3d_shader:shader_spirv_compile_shader <anonymous>:52:0: E2001:
Unrecognized register (register 0x1, 2).
0708:err:d3d:wined3d_context_vk_apply_draw_state No pipeline layout set.
0708:err:d3d:adapter_vk_draw_primitive Failed to apply draw state.
vkd3d-1.16-323-g0c325012
--
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=12340
Summary: Winambulancia -DB defragmentation crashes
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.softprogres.sk/prog_winamb.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) is medical software for variety of specialisations of
medical prax. It uses VFP and VB with MDB backend. The app is in Slovak (SK)
language. Mostly the wine problems are related to the OLE.
The database defragmentation function dosen't work properly. In the app, please
go to "Nástroje > Defragmentácia" and the app will crash.
--
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=57080
Bug ID: 57080
Summary: Multiple game video is not rendered correct, all just
black (NightSecurity, The BathHouse RE, Parasocial,
Rune factory 5)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 76954
--> https://bugs.winehq.org/attachment.cgi?id=76954
WINEDEBUG with +mfplat
Game video is not render correctly, all render in black.
But according to the video, the h264parse has working.
--
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=58476
Bug ID: 58476
Summary: Specifying RRF_RT_REG_SZ | RRF_RT_REG_EXPAND_SZ in
dwFlags when calling RegGetValueW fails
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: daniel(a)oneill.app
Distribution: ---
Created attachment 78927
--> http://bugs.winehq.org/attachment.cgi?id=78927
regget_test.c
A call to RegGetValueW with dwFlags set to RRF_RT_REG_SZ | RRF_RT_REG_EXPAND_SZ
results in ERROR_INVALID_PARAMETER (82) instead of success. The observed
behaviour on Windows is a successful call, provided the dwType of the record is
in dwFlags.
Wine Version:
wine gitlab master (25-07-08, 32c6c407c52afd571edf7e17cd89d82d624ea95c)
Expected Behaviour:
A successful call with populated pvData/pcbData
Observed Behaviour:
Call returns ERROR_INVALID_PARAMETER
Notes:
This affects R.E.A.L VR mod for various games.
Code demonstrating issue is and a proposed patch attached.
Registry key to test:
"HKEY_LOCAL_MACHINE\\SOFTWARE\\Khronos\\OpenXR\\1"
Demonstration code looks for a RRF_RT_REG_SZ | RRF_RT_REG_EXPAND_SZ named
"ActiveRuntime"
Build command for provided demonstration code:
winegcc -mconsole -target x86_64-w64-mingw32 -o regget_test.exe regget_test.c
--
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=58478
Bug ID: 58478
Summary: SteamVR requires
Windows.Devices.Display.Core.DisplayManager
Product: Wine
Version: 10.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 78929
--> http://bugs.winehq.org/attachment.cgi?id=78929
Terminal output
Steps to reproduce:
1. Run `winetricks corefonts`
2. Download and run
https://cdn.akamai.steamstatic.com/client/installer/SteamSetup.exe
3. Install SteamVR in the Steam client
4. Start SteamVR from the Steam client, or run `wine 'C:\Program Files
(x86)\Steam\steamapps\common\SteamVR\bin\win64\vrstartup.exe'`
SteamVR silently exits. The following message is written to
$HOME/.wine/drive_c/Program Files (x86)/Steam/logs/vrstartup.txt:
VR_Init error, exiting: HMD detected over USB, but Monitor not found (208)
And this message is printed to the terminal:
err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Devices.Display.Core.DisplayManager"
--
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=58472
Bug ID: 58472
Summary: Remove redundant AppDB Bug Links table listing fields
introduced by recent merge
(https://gitlab.winehq.org/winehq/appdb/-/merge_reques
ts/13)
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wineryyyyy(a)gmail.com
Distribution: ---
Recent merge https://gitlab.winehq.org/winehq/appdb/-/merge_requests/13 caused
redundant AppDB Bug Links table listing fields to appear on App Version page.
Reported by bug: https://bugs.winehq.org/show_bug.cgi?id=58471https://gitlab.winehq.org/winehq/appdb/-/merge_requests/14 is minimized only to
fix AppDB bug links broken functionality.
This issue addresses the presentation cleanup of the Bugzilla HTML <table> per
page context raised by https://bugs.winehq.org/show_bug.cgi?id=58471.
The redundant app name and version fields on the App Version pages should be
hidden but continue to be shown for the Admin Bug Links table that lists all
apps and versions where the fields are relevant.
--
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=18715
Summary: No statusbar in Notepad
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Eldmannen+wine(a)gmail.com
The Notepad that comes with Wine has no statusbar.
--
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=57762
Bug ID: 57762
Summary: Register/Password change with firefox-bin-134.0.2
result: Error while sending e-mail
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joneqdaniel(a)gmail.com
Distribution: ---
With firefox-bin-134.0.2 browser:
- Register with a webmail account like mailfence/gmail
- Change password of an existing account
Both give:
- Error while sending e-mail
--
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=56700
Bug ID: 56700
Summary: "Edit application version" takes a long time to load
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Whenever I click on "Edit application version"
(https://appdb.winehq.org/admin/editAppVersion.php) it takes minutes to load.
Used to be seconds.
Other parts of the AppDB seem to load at a reasonable speed.
--
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=57734
Bug ID: 57734
Summary: PHP8 Fatal Errrors
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnewman(a)codeweavers.com
Distribution: ---
While scanning the logs, I see these fatal errors due to the upgrade of PHP8.
PHP Fatal error: Uncaught Error: Non-static method
testData::objectGetFilterInfo() cannot be called statically in
include/testData_queue.php:161
PHP Fatal error: Uncaught Error: Undefined constant "iTestingId" in
include/testData.php:972
PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of
type Countable|array, null given in include/vendor.php:306
--
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=57971
Bug ID: 57971
Summary: Cannot change stored URLs in applications desription
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 78226
--> https://bugs.winehq.org/attachment.cgi?id=78226
Error details: showed error message
It isn't possible to change stored URLs above the main description of an
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=57769
Bug ID: 57769
Summary: Undefined constant "shWhatDoesnt" in
/home/winehq/opt/appdb/include/testData.php:1097
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joneqdaniel(a)gmail.com
Distribution: ---
Created attachment 77973
--> https://bugs.winehq.org/attachment.cgi?id=77973
testData error afer clicking submit version form
How to Reproduce:
- Click Add version of an existing entry and fill the form with everything
works.
- Click submit.
Result:
- See attachment
--
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=57768
Bug ID: 57768
Summary: queueditems.php:50 Uncaught Error: Non-static method
Bug::listSubmittedBy() cannot be called statically in
/home/winehq/opt/appdb/queueditems.php:50 Stack trace:
#0 {main} thrown - clicking "My queued items" after
changing password in preferences
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joneqdaniel(a)gmail.com
Distribution: ---
Created attachment 77972
--> https://bugs.winehq.org/attachment.cgi?id=77972
"My queued items" error log
How to Reproduce:
- After login with new send password set the password to your liking.
- Click "My queued items" at the left menu"
Result:
- See attachment queueditem.log
--
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=58077
Bug ID: 58077
Summary: Edit version: Non-static method
downloadurl::outputEditor() cannot be called
statically
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
CC: accounts.winehq.org(a)vv221.fr
Distribution: Gentoo
After
https://gitlab.winehq.org/winehq/appdb/-/merge_requests/9
opening the 'Edit version' page for an application results in the following
"oops!" in the bottom area of the page:
----
error details:
Error Message: Uncaught Error: Non-static method downloadurl::outputEditor()
cannot be called statically in
/home/winehq/opt/appdb/admin/editAppVersion.php:55 Stack trace: #0 {main}
thrown
File: editAppVersion.php:55
----
I suppose the fix will be similar here, but I don't have an environment set up
(yet) to test it myself.
Thank you!
--
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=56705
Bug ID: 56705
Summary: AppDB tables need indexes
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnewman(a)codeweavers.com
Distribution: ---
Many SQL tables used by the AppDB do not have indexes for fields used in WHERE
queries, and in sorts.
Generating those index now will take hours, and will take the DB offline (which
will affect Bugzilla as well). So this task will need to be scheduled over a
weekend.
--
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=56707
Bug ID: 56707
Summary: AppDB PHP8 rewrite
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnewman(a)codeweavers.com
Distribution: ---
The current codebase is not compatible with PHP8. We are stuck on 7.4.
The main issue is how all the objects are setup. PHP8 requires you define a
constructor as __construct, but the AppDB is using the old method of naming the
constructor the same as the object itself. While you could just rename all
those to __construct, there are places in the objects where the code refers to
$this->className(), these would need to be changed to $this->__construct() or
parent::__construct if called from a child class
There are other PHP8 issues to be solved as well. Things like some built in
functions changing how the null type is handled.
--
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.