https://bugs.winehq.org/show_bug.cgi?id=46923
Bug ID: 46923
Summary: X-Tension, X-Beyond The Frontier: Dynamic light breaks
after opening up a menu
Product: Wine
Version: 4.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: 19non91(a)gmail.com
Distribution: ---
Created attachment 64026
--> https://bugs.winehq.org/attachment.cgi?id=64026
lspci | grep VGA and Xorg gpu config
In place of thousand words: https://imgur.com/a/7oQESA1
--
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=46721
Bug ID: 46721
Summary: Two quotes together (in outer quotes) not parsed
correctly in argv
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
Distribution: ---
Created attachment 63693
--> https://bugs.winehq.org/attachment.cgi?id=63693
kernel32: Allow double quote style escape in argv
In Windows, two quotes together (within outer quotes) represents a
single quote (with the first quote - of the inner quotes - acting as an escape
character).
Thus calling 'CreateProcessA' with four quotes as a parameter (i.e. '""""')
will represent a single quote (i.e. '"'). In wine, this is currently being
treated as two separate sets of quotes and thus results in a empty value.
The attached patch fixes the problem.
This can be tested with the following (just copy and paste):
cat << END > test.c
#include <windows.h>
#include <stdio.h>
int main(int argc, const char *argv[])
{
PROCESS_INFORMATION processInfo;
STARTUPINFO startupInfo;
memset(&startupInfo, 0, sizeof startupInfo);
startupInfo.cb = sizeof startupInfo;
if (!CreateProcessA(
NULL,
"printArgs.exe \"\"\"\"",
0,
0,
TRUE,
0,
NULL,
NULL,
&startupInfo,
&processInfo)) {
DWORD dwLastError = GetLastError();
fprintf(stderr, "failed to execute printArgs.exe (%lu)\n",
dwLastError);
return 1;
}
return 0;
}
END
cat << END > printArgs.c
#include <stdio.h>
int main(int argc, const char *argv[]) {
for (int i = 0; i < argc; i++)
printf("%s\n", argv[i]);
return 0;
}
END
x86_64-w64-mingw32-gcc test.c -o test.exe
x86_64-w64-mingw32-gcc printArgs.c -o printArgs.exe
wine64 test
--
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=45703
Bug ID: 45703
Summary: Microsoft Office 365 applications crash on WINE 3.14
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexander-winehq(a)xmine128.tk
Distribution: ---
Created attachment 62130
--> https://bugs.winehq.org/attachment.cgi?id=62130
Full crash log
In the current version of WINE (3.14) all Office 365 Professional Plus apps
(tested Word, Excel & PowerPoint) crash with the following error:
…
005c:fixme:ole:NdrCorrelationFree (0x267f764): stub
0009:fixme:ole:NdrCorrelationFree (0x32e864): stub
wine: Unhandled page fault on read access to 0x6809b474 at address
0x7bc4015d (thread 0009), starting debugger...
0009:err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc4015d
There is no indication what this could be when comparing with the same
(working) binaries on WINE 3.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=46579
Bug ID: 46579
Summary: [Regression] F.E.A.R. 2: Project Origin screen is
completely light grey while playing intro movie
Product: Wine
Version: 3.1
Hardware: x86-64
URL: https://www.gamewatcher.com/downloads/f-e-a-r-2-projec
t-origin-download/f-e-a-r-2-project-origin-demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: matteo.mystral(a)gmail.com
Regression SHA1: 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Distribution: ---
Reverting 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5 helps.
--
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=46706
Bug ID: 46706
Summary: Eventide H9 Control bluetooth exception
Product: Wine-staging
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin.bruset.solberg(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63667
--> https://bugs.winehq.org/attachment.cgi?id=63667
Backtrace
Eventide H9 Control is an app used to control H9 Harmonizer effect pedals. It
communicates to the pedal via Bluetooth. After installation, it is possible to
start the app in Wine. The interface loads, but it immediately throws an
exception and dies.
--
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=46115
Bug ID: 46115
Summary: Cursor in unity games moving down and to the right one
pixel on any mouse interaction
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saramaebee(a)gmail.com
Distribution: ---
This bug was fixed last year: https://bugs.winehq.org/show_bug.cgi?id=42872 ,
however I am still being affected by it.
wine-3.0.3 (Debian 3.0.3-2~bpo9+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.
http://bugs.winehq.org/show_bug.cgi?id=33904
Bug #: 33904
Summary: Face Noir demo crashes on start without native
d3dx9_36
Product: Wine
Version: 1.6-rc3
Platform: x86
URL: http://spiele.download.t-online.de/dladvert/115472
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45015
--> http://bugs.winehq.org/attachment.cgi?id=45015
log+d3dx
This is may also affect on a full version.
--
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=46371
Bug ID: 46371
Summary: FFXI + Ashita random crash ingame
Product: Wine-staging
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)foreversmall.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63113
--> https://bugs.winehq.org/attachment.cgi?id=63113
Crash log from Intel GPU
There appears to be some issue with wined3d in Wine 4.0rc3. I haven't been
able to nail down the pattern yet but it seems like when a lot of geometry is
being loaded. For example, zoning into a new area, or entering a cut scene can
cause a crash but it isn't every time. Unsure when this was introduced as I
wasn't able to login until bug 46263 was resolved. I have two separate crash
reports one with a Intel driver and the other with Nvidia proprietary driver.
Both crash in similar circumstances.
--
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.