https://bugs.winehq.org/show_bug.cgi?id=3817
Zebediah Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.winehq.org/sho
| |w_bug.cgi?id=47099
--
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=42081
Bug ID: 42081
Summary: Highway Pursuit fails at start due to resolution
change
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
URL: http://retrospec.sgn.net/game-links.php?link=highwaypu
rsuit
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
At the start of Highway Pursuit it defaults to a resolution of 800x600.
However, when it tries to change to this from 1920x1080 on my system - I have
an Nvidia GTX card - it simply brings up a frozen desktop screen instead of the
titles. Sound effects play as normal.
No obvious Wine errors displayed.
This game runs perfectly on Crossover 15.1.0.
--
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=47087
Bug ID: 47087
Summary: Remove me as a maintainer for all applications on
appdb
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've been maintaining close to ten applications in AppDB for over five years
and now after failing to accept a *single submission* for 3DMark for *just*
*two weeks* because I was on vacation my request to restore maintainership of
3DMark has been rejected:
> Your application to be the maintainer of was rejected. Your record as a maintainer of other apps *is poor*. Please try to improve the entries you already maintain, or remove yourself as maintainer from apps you no longer use, before taking on more responsibility.
> See: http://wiki.winehq.org/AppDB_Test_Results_GuidelinesÂ
You know what, please remove me as a maintainer for all other applications as
well. This is disgusting and I'm just appalled. You seriously lack manpower and
you do not allow people any sort of leeway.
This could have been a request to revisit your automatic replies and policies
in regard to AppDB maintainership approval but I'm already seriously ill and
just trying to actually survive, so I'm not in a mood of fighting against
bureaucracy, swift misjudgement or itch.
If whoever rejected my request wants to apologize, then we may forget this
accident as a nuisance and I can keep on being a maintainer in AppDB.
--
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=47058
Bug ID: 47058
Summary: Sims3Launcher.exe wine-mono runtime crash
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: root(a)linkjay.io
Distribution: ---
Created attachment 64226
--> https://bugs.winehq.org/attachment.cgi?id=64226
sims3launcher.exe runtime logs
The Sims3 Launcher will never start on any recent versions of Wine. The binary
was obtained from latest Origin source.
Attached are runtime logs from 4.5 wine-staging. A stacktrace is present
revealing that there is a problem with S3L_wp_getURL or some sort of URL thing.
This bug report also revealed some information regarding the crash and
wine-mono: https://bugs.winehq.org/show_bug.cgi?id=22160
--
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=47033
Bug ID: 47033
Summary: Magic the Gather Arena installer does not work with
wine >= 4.3
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: a.zuber(a)gmx.ch
Distribution: ---
Created attachment 64202
--> https://bugs.winehq.org/attachment.cgi?id=64202
console output from wine 4.6 when it gets stuck
The installer for Magic the Gathering Arena hangs with newer wine versions >=
4.3.
Workaround:
With version 4.2 or lower it is still possible to install the game
--
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=44340
Bug ID: 44340
Summary: fixme:d3d11:d3d11_device_CheckFormatSupport iface
0x114700, format 45, format_support 0x22fa60
partial-stub!
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 60217
--> https://bugs.winehq.org/attachment.cgi?id=60217
Error Log SpellForce 3
I get this when I try to run SpellForce3. In the log there are some other
errors but I think this is the culprit.
--
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=47054
Bug ID: 47054
Summary: SHCreateDirectory/SHCreateDirectoryEx error result
incorrect when hwnd is not NULL and directory already
exists
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: ubuntor2000(a)gmail.com
Distribution: ---
Created attachment 64221
--> https://bugs.winehq.org/attachment.cgi?id=64221
Test case (source)
When SHCreateDirectory/SHCreateDirectoryEx is called with a non-NULL hwnd and a
path to a directory that already exists,
Wine returns 1223 (ERROR_CANCELLED) instead of 183 (ERROR_ALREADY_EXISTS).
This is being set in
https://source.winehq.org/git/wine.git/blob/fabde842ede40fc53cf6f5743d5b477…
According to the MSDN
(https://docs.microsoft.com/en-us/windows/desktop/api/shlobj_core/nf-shlobj_…):
it seems that ERROR_CANCELLED should only be returned in special cases,
independent of whether hwnd is NULL or not.
This may also affect other error conditions.
Windows XP (VM) test case output (no warning messagebox is created):
SHCreateDirectory, NULL hwnd: 183
SHCreateDirectory, actual hwnd: 183
SHCreateDirectoryExW, NULL hwnd: 183
SHCreateDirectoryExW, actual hwnd: 183
Wine test case output:
SHCreateDirectory, NULL hwnd: 183
0009:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\Windows\\Temp\\test", failed with error 183
SHCreateDirectory, actual hwnd: 1223
SHCreateDirectoryExW, NULL hwnd: 183
0009:fixme:shell:SHCreateDirectoryExW Show system error message, creating path
L"C:\\Windows\\Temp\\test", failed with error 183
SHCreateDirectoryExW, actual hwnd: 1223
This affects Atelier Lydie and Suelle: saving doesn't work when the SAVEDATA
directory already exists.
This probably happens since the game is checking if SHCreateDirectoryExW
succeeds or returns ERROR_ALREADY_EXISTS,
as manually patching shell32.dll.so to skip the FIXME section fixes the issue.
Associated Proton issue: https://github.com/ValveSoftware/Proton/issues/2452
--
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=42392
Bug ID: 42392
Summary: Installation of MigrosBank-EBanking-Win-8.2.1400.exe
not possible
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: merit2(a)public-files.de
Distribution: ---
Created attachment 57194
--> https://bugs.winehq.org/attachment.cgi?id=57194
backtrace.txt
The installation of MigrosBank-EBanking-Win-8.2.1400.exe stopped with the
information that Windows XP will not be supported.
I used winwtools to change the default to Windows 10. Then is was possible to
do the installation.
As I started the program it came up with the message "Ein wichtiger Fehler trat
auf, das Program wird beendet" (an important error happened and the program has
to be terminated
The EXE-file can be downloaded at:
https://www.migrosbank.ch/de/privatpersonen/e-banking/zugriff.html
--
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.