http://bugs.winehq.org/show_bug.cgi?id=29947
Bug #: 29947
Summary: Option to set virtual desktops to the current
resolution
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sworddragon2(a)aol.com
Classification: Unclassified
At default the option "Emulate a virtual desktop" is set to 800x600 in winecfg.
What about an option that sets the desktop size for virtual desktops
automatically to the resolution of the system?
--
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=45871
Bug ID: 45871
Summary: Several apps in .NET472 crash with unhandled
exception.\nException at
System.Windows.Media.Composition.DUCE+Channel.SyncFlus
h()\n at
System.Windows.Media.MediaContext.Complet"...(native
d3dcompiler works around it)
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 62374
--> https://bugs.winehq.org/attachment.cgi?id=62374
part of crashlog
Hi
Seen this for a bunch of programs while trying to run them with installed
dotnet472.
The bug seems to be hidden for several apps as they ship their owm
d3dcompiler_47, but some don`t I found out, and they crash
Something like:
01c2:fixme:d3dcompiler:make_assignment Check for casts in the lhs.
01c2:err:d3dcompiler:compile_shader HLSL shader parsing failed.
01c2:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT
0x88760b59 in caller: intermediate rendering error
01c2:err:ntdll:vDbgPrintExWithPrefix 65: MIL FAILURE: Unexpected HRESULT
0x88760b59 in caller: The render thread failed unexpectedly.
Then crash
Example: Slackinstaller.exe:
winetricks dotnet452 win7 corefonts, then start installer with builtin
d3dcomiler_47 works fine.
However
winetricks dotnet472 win7 corefonts, then start installer with builtin
d3dcomiler_47 --> crash
(Note: for Slackinstller one also needs Staging-patches for bug 40613)
--
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=18846
Summary: Anti-Grain Geometry GDI Demo does not render
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.antigrain.com/demo/GDI_graph_test.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
This is a follow up to bug 10981. The Anti-Grain Geometry GDI Demo runs now,
but GdipDrawImagePointRectI is a stub so Wine users don't see the pretty
pictures.
http://www.antigrain.com/demo/graph_test.gif
--
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=26813
Summary: Problems extracting python-3.1.3.amd64.msi under
wine's msiexec (works on WinXP)
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: conathan(a)gmail.com
I was attempting to extract the contents of python-3.1.3.amd64.msi
under wine 1.3.17 32bit, using the following command:
wget http://python.org/ftp/python/3.1.3/python-3.1.3.amd64.msi
msiexec /a python-3.1.3.amd64.msi /qb TARGETDIR=out #tried c:\\out as well
and it exits immediately with the following (which I believe is a red
herring, 32bit also says this)
fixme:storage:create_storagefile Storage share mode not implemented.
I tried this out on windows XP 32bit, and it extracted the files just fine.
the 32bit python extracted just fine
(http://python.org/ftp/python/3.1.3/python-3.1.3.msi)
(Note: Not trying to install it, just extract the files within for use
within a bash script)
--
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=42601
Bug ID: 42601
Summary: Foxit Reader Crashes after running for an extended
period of time
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seanaubin(a)gmail.com
Distribution: ---
Created attachment 57546
--> https://bugs.winehq.org/attachment.cgi?id=57546
Backtrace of the crash
After running Foxit Reader for an extended period of time (30 minutes) the
reader crashes. Before crashing, the graphics fail to render and are only
updated if the mouse click on them. However, the PDF itself is never updated.
Foxit Reader Version: 8.2.1.6871
--
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=18154
Summary: cmd.exe: failure to handle file extension association
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P4
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swelef(a)post.sk
cmd.exe doesn't handle extension association.
Test case:
Install ActivePerl, create a dummy perl script test.pl and run
wine cmd /c test.pl
cmd.exe will try to run test.pl as Unix binary
trace:process:CreateProcessW starting L"C:\\\\test.pl" as Unix binary
and (probably) fail instead of running Perl.exe as the Windows XP command
cmd /c perl.pl
Source code analysis:
The function programs/cmd/wcmdmain.c:WCMD_run_program calls FindExecutable
but mostly ignores the result. This looks like an unfinished work.
Remark:
Theoretically, some program could rely on the association. As long as such
program is not known, this is a low priority issue. Users should prefer
the explicit command
wine perl test.pl
(or "wine start /W test.pl" if they want a new console).
--
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=43472
Bug ID: 43472
Summary: R-Link 2 Toolbox crashes on startup
Product: Wine
Version: 2.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sb(a)monkey-mind.net
Distribution: ---
Created attachment 58852
--> https://bugs.winehq.org/attachment.cgi?id=58852
R-Link 2 Toolbox Backtrace
The Renault R-Link 2 Toolbox application crashes upon launch.
The installer manages to install just fine, but when trying to launch the
actual application, the crash dialog pops up. See attached backtrace.
The shell window from which the application was started says:
wine: Unhandled page fault on execute access to 0x00000000 at address
(nil) (thread 0009), starting debugger...
Tried with emulation set to Windows 10, Windows 7, Windows Server 2003; all
failed with the same error. SELinux is in permissive mode.
--
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=11770
Summary: mapi32.dll.so does not support attachments for sending
mail
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mark_Neyhart(a)legis.state.ak.us
Applications like Microsoft Excel 2002 and Word 2002 have a File...Send To
function which should bring up an email client with the current file attached.
The DLL override mapi32.dll.so does not support attachments. The sendmail.c
source for this dll has a FIXME which outputs "Ignoring attachments".
--
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=45289
Bug ID: 45289
Summary: Wine Crashes Some Programs If Compiled with AVX
Support
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)xnode.org
Distribution: ---
This is a really specific bug and I'm not sure what other programs/games it
affects. I assume there are more, but this is the only example that I've
reliably run into at the moment:
== To Recreate
Run Cemu under a 64bit Prefix. Start Mario Kart 8. After Mario announces the
game, it will crash.
== Workaround
Compiling Wine without AVX support (i.e. adding the -mno-avx C/XXFLAG) negates
the issue.
People won't see this when using distro packages because they'll be compiled
using something like -march=x86-64 which doesn't enable any of the AVX options
(as they aren't available in all processors). If you compile it yourself using
something like -march=native then GCC will enable the AVX functions which in
turn triggers this issue.
I saw this behaviour on both my old i7-5775C and the i7-8700K which has since
replaced it.
In case it's relevant, it looks like this problem may have not existed before
Wine 3.0 because I've tracked down an old post of my own wherein I stated
(regarding the Mario Kart 8 crash on Cemu):
=======================
Tried on a brand new Wine 3.2 prefix, same issue (Segmentation fault after the
splash screen). Works fine with Staging 2.21.
More specifically:
002c:fixme:seh:RtlCaptureStackBackTrace (0, 40, 0x25152ba0, (nil)) stub!
002c:err:seh:call_stack_handlers invalid frame 25153728 (0x116a0000-0x117a0000)
002c:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception
EDIT: The issue was vcrun2015. Wine-staging didn't need it. Standard wine does,
for some reason.
=======================
Not sure if the vcrun2015 issue was a red-herring as that's installed now but
no-longer fixes the issue.
--
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=43481
Bug ID: 43481
Summary: GeoForms Demo needs "vs_2_a" compilation target
Product: Wine
Version: 2.14
Hardware: x86-64
URL: http://www.nvidia.com/coolstuff/demos#!/geoforms
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
fixme:d3dcompiler:compile_shader Compilation target "vs_2_a" not yet supported
--
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.