https://bugs.winehq.org/show_bug.cgi?id=45300
Bug ID: 45300
Summary: Eviews 10SV: Crashes when performing ADF test on time
series
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ga.carvajal10(a)uniandes.edu.co
Created attachment 61560
--> https://bugs.winehq.org/attachment.cgi?id=61560
Backtrace of Eviews 10SV
Whenever I try to run an augmented Dickey-Fuller test on a time series, the
program crashes an says Eviews10SV.exe must be closed. I'm on a MacBook Pro 15'
TouchBar with the OS up to date and the program is also on the latest version.
The problem started earlier today after an update to Eviews 10SV, which the
program informed by its automatic updates service. Right now I have installed
Wviews10SV Jun 4 2018 Build.
--
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=10722
Summary: Error message when attempting to install games in Steam
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spokehedz(a)gmail.com
Created an attachment (id=9560)
--> (http://bugs.winehq.org/attachment.cgi?id=9560)
Console output when running Steam
After installing Steam and letting it update, when attempting to install games
an error message appears.
Steam.exe (main exception): Win32 StructuredException at 7A9C8C95 :
Attempt to read from virtual address 0 without appropriate access rights.
And then Steam disappears. A dump of the output to the console is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35155
Bug ID: 35155
Summary: PDF-Xchange Viewer chrashes when a lot of documents
opened
Product: Wine
Version: 1.4.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.yellow.eyes(a)gmail.com
Classification: Unclassified
Created attachment 46899
--> http://bugs.winehq.org/attachment.cgi?id=46899
back trace of crash
PDF-Xchange Viewer works fine until I upon too much PDFs, then it crashes. In
my case this happens when I opened 5 PDFs.
I tried to install PDF-Xchange Viewer with 64 bit and with "export
WINEARCH=win32", but it didn't changed anything to this behavior. I attach the
back trace.
--
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=25756
Summary: Cannot change input keys in Nestopia
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
The input in Nestopia cannot be changed when it's run under Wine.
If you click Options > Input... and try changing the keyboard controls, such as
changing "K" and "L" to "Z" and "X" for example, it won't work. If using
Nestopia in Windows, the controls can be remapped.
Nestopia otherwise runs perfectly in Wine.
--
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=35342
Bug ID: 35342
Summary: Office 2013 full offline install setup crash at
startup
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: romain(a)chantereau.fr
Classification: Unclassified
Created attachment 47144
--> http://bugs.winehq.org/attachment.cgi?id=47144
wine 64bits backtrace on setup.exe invocation
Just launching setup.exe from the content of
“OfficeProfessionalPlus_x86_fr-fr.img”.
It is certainly related to #34869, but crashing in kernel32.
With the 32 bits version, it is the same behavior.
--
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=8878
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #8 from Fabian Maurer <dark.shadow4(a)web.de> ---
is this still relevant? Can't currently test, since my kernel doesn't have
16bit support.
--
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=45266
Bug ID: 45266
Summary: SHFileOperation FO_MOVE fails to move files to target
directory
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fheidenreich(a)gmail.com
When moving multiple files to one target directory, the SHFileOperation is
aborted with ERROR_CANCELLED.
I think it's caused by an erroneous check at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/shell32/shlfileop.c#…
if (!(lpFileOp->fFlags & FOF_MULTIDESTFILES) &&
!flFrom->bAnyDirectories &&
flFrom->dwNumFiles > flTo->dwNumFiles)
{
return ERROR_CANCELLED;
}
If the target is one single directory, FOF_MULTIDESTFILES is not set.
flFrom->bAnyDirectories is false, since no directories are moved. And
flFrom->dwNumFiles > flTo->dwNumFiles since we move multiple files to one
target directory.
I'm not sure what's the reasoning behind !flFrom->bAnyDirectories anyway. Maybe
it's just a typo and should read !flTo->bAnyDirectories
--
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=42040
Bug ID: 42040
Summary: Guilty Gear Xrd (both PC versions) extremely low fps
during online play
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smilzoboboz(a)gmail.com
Distribution: ---
Created attachment 56519
--> https://bugs.winehq.org/attachment.cgi?id=56519
main executable dependencies
Upon entering online lobbies and/or being paired for online fights, fps go
down to extremely low values (22~23), opening menus on those situations takes
fps down even further (7~8).
The machine I've tested this issue renders offline gameplay at 125 fps on
average and on MS Windows this behavior is not present.
I tried to overclock both the GPU and the CPU to see if those low fps values
could change but that had no impact at all on those low fps values.
In both "Guilty Gear Xrd -SIGN-" and "Guilty Gear Xrd -REVELATOR-" there are no
significant new messages appearing with +fixme upon entering online lobbies
(and having the fps reduced to extreme lows).
The attachment shows the main executable's dependencies.
--
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=42538
Bug ID: 42538
Summary: wined3d checks for a wrong GL_VENDOR in
wined3d_guess_gl_vendor
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kamil.hornicek(a)reactos.org
Distribution: ---
The check >if (strstr(gl_vendor_string, "Mesa")< in wined3d/directx.c:1729 is
wrong. Mesa presents itself with GL_VENDOR = "Brian Paul" and GL_RENDERER =
"Mesa" as can be seen here:
https://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/getstring.c#n115
Even though the code works because it later checks for GL_RENDERER == "Mesa" it
still should be fixed. This was also previously fixed in
wined3d_guess_card_vendor.
--
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.