https://bugs.winehq.org/show_bug.cgi?id=5129
--- Comment #35 from TK <thomas(a)keegans.org> ---
Anyone have any other ideas? Does anyone have any idea how to make the native
dll work after wine-2.7-40-gb8bf0c2628 ? Or, any ideas for a fix-forward, to
make the builtin dll render more accurately?
--
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=47567
Bug ID: 47567
Summary: MacBook Air (13-inch, Early 2015)
Product: Wine
Version: 2.14
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Manny20444(a)gmail.com
Created attachment 64968
--> https://bugs.winehq.org/attachment.cgi?id=64968
The reasons why it is not working
My game (DC Universe Online) keeps closing.
--
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=47516
Bug ID: 47516
Summary: In wine 4.12.1 broken D3D11
Product: Wine-staging
Version: 4.12.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Description of problem:
In wine 4.12.1 broken D3D11 last workable version is 4.11
How reproducible:
Launch any application or game with use Direct3D 11 API. I used for testing the
game "Tomb Raider 2 Remake by Nicobass" http://tombraider-dox.com/
With Wine 4.12.1 only black screen is visible while playing background music.
Actual results:
The game nothing showing, only black screen
Expected results:
Displayed the game graphic (at least main menu)
--
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=47526
Bug ID: 47526
Summary: Ableton 10.1: black windows, unusable
Product: Wine
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: io(a)mikelpr.com
Distribution: ---
Created attachment 64917
--> https://bugs.winehq.org/attachment.cgi?id=64917
ableton 10 main window
I've been using Ableton 10 with wine since september and everything had been
very good until recently.
First (possibly related which is why I'm mentioning it), like three weeks ago
it started to take a lot of time to launch (to its own launching screen, but
that was fast).
now it's just a black window. I see lots of
002b:fixme:dxgi:d3d11_swapchain_Present1 Ignored present parameters 0x23f360.
and also a lot of 002b:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr but I think
I was already seeing that when it started to take long to launch
anyways, now all I see is the black window attached
I'm using the fedora packages. right now I'm at wine-4.12.1-1.fc30.
--
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=47607
Bug ID: 47607
Summary: Segmentation fault when starting Microsoft Office 2016
apps (Word, Excel, Powerpoint)
Product: Wine
Version: 4.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine-bugs(a)blln.gr
Distribution: ---
Created attachment 65031
--> https://bugs.winehq.org/attachment.cgi?id=65031
Output of wine [...]/WINWORD.EXE &> ~/winword.exe-default-channel.log
I have successfully installed Microsoft Office 2016 (32 bit) as per
https://appdb.winehq.org/objectManager.php?sClass=version&iId=34941. winecfg
changes for Word and Excel have been done according to the installer decription
and https://appdb.winehq.org/objectManager.php?sClass=version&iId=34964.
However, Excel and Word crash with a segmentation fault on start (before
anything is shown).
$ WINEPREFIX=~/.wine-prefix/office-2016/ wine
/home/sqrt/.wine-prefix/office-2016/drive_c/Program\ Files/Microsoft\
Office/root/Office16/WINWORD.EXE
000b:fixme:winediag:start_process Wine Staging 4.13 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
[...]
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Microsoft Office\\root\\VFS"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\ProgramData"
003e:fixme:file:GetLongPathNameW UNC pathname
L"\\\\?\\C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\windows\\Fonts"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Common Files"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program Files"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\windows\\system32"
003e:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\windows"
003e:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenSessionId, ...) semi-stub
003e:fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
003e:fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
003e:fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
003e:fixme:ntdll:NtFsControlFile FSCTL_PIPE_IMPERSONATE: impersonating self
Segmentation fault (core dumped)
[...]
See the full logs attached.
Additional information:
$ wine --version
wine-4.13 (Staging)
$ head -n2 /etc/os-release
NAME=Fedora
VERSION="30 (Thirty)"
$ uname -r
5.1.19-300.fc30.x86_64
--
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=15436
Summary: Collect crash data
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Suggested at Wineconf 2008.
When a wine app crashes, instead of running winedbg by default,
we should run a crash handler that gathers
crash info and offers to upload it to the developers.
--
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=47597
Bug ID: 47597
Summary: Game server can't connect with ssl/tls server
Product: Wine
Version: 4.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: the7thcore(a)gmail.com
Distribution: ---
Created attachment 65011
--> https://bugs.winehq.org/attachment.cgi?id=65011
Clean prefix with corefonts vcrun2012 and dotnet472
I'm trying to get a net framework 4.7.2 based game server to work on linux with
wine. The game does work and before the game devs implemented https there ware
no issues. Now when they did implement https the game can't connect to the
required server.
Gnutls, openssl and libwbclient are installed.
Log file below. If wine devs are interested, the game devs provided me with a
small net framework application and it's source code that is based on the code
in the game for testing. I am only permitted to send it through email and only
to wine devs due to security reasons.
--
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=39935
Bug ID: 39935
Summary: AppCAD table doesn't show cell contents unless focused
or hovered over
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53347
--> https://bugs.winehq.org/attachment.cgi?id=53347
NoiseCalc on Wine
AppCAD is a freeware RF circuit design tool. In the NoiseCalc component
(Signals-Systems>NoiseCalc) the table doesn't show cell contents until they
have focus or the pointer hovers over them. No Wine messages seem to be
related to this particular component.
--
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.