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.
https://bugs.winehq.org/show_bug.cgi?id=57444
Bug ID: 57444
Summary: A old game Exertus darkness approaches unable to run
under wine wow64
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 77440
--> https://bugs.winehq.org/attachment.cgi?id=77440
Log from wine wow64
Exertus darkness approaches is a very old game.
It was able to play even with virtualbox, but unable to run under wow64
env
Ubuntu 20.04
wine lastest master
--
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.
http://bugs.winehq.org/show_bug.cgi?id=58471
Bug ID: 58471
Summary: Bug Link Queue is broken
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php?sClass=bug&
sState=queued&sTitle=Bug%20Link%20Queue&sAllBugs
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
error details:
Error Message: Uncaught Error: Call to a member function AddTextCell() on null
in /home/winehq/opt/appdb/include/objectManager.php:1602 Stack trace: #0
/home/winehq/opt/appdb/include/objectManager.php(210):
ObjectManager->outputHeader() #1
/home/winehq/opt/appdb/include/objectManager.php(339):
ObjectManager->drawTable() #2 /home/winehq/opt/appdb/objectManager.php(173):
ObjectManager->display_table() #3 {main} thrown
File: objectManager.php:1602
I see bug links now seem to name the app and version, despite it already being
linked to the app and version. I'm guessing this is related. (I can't currently
log in)
--
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.