https://bugs.winehq.org/show_bug.cgi?id=51952
Bug ID: 51952
Summary: World of Warcraft Classic (WOW) has funky graphics
with DX12
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 70933
--> https://bugs.winehq.org/attachment.cgi?id=70933
Console output
When i start wow classic with the dx12 render mode, everything in the game
world is barely visible due to render issues.
The Interface is ok, but i hid it in the example picture.
--
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=46201
Bug ID: 46201
Summary: Xenia fails to initialize graphics pipeline
Product: vkd3d
Version: 1.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: chridye(a)gmail.com
Distribution: ---
Created attachment 62874
--> https://bugs.winehq.org/attachment.cgi?id=62874
backtrace from today (nov 26 2018)
the latest build of xenia can be found at
https://ci.appveyor.com/api/projects/benvanik/xenia/artifacts/xenia-d3d12.z…
I got this error in the terminal window:
vkd3d_dxbc_compiler_get_register_info: Assertion `reg->idx[0].offset <
compiler->temp_count' failed.
A quick search on google says this was some graceful way of dealing with
unimplemented registers. That change was proposed on Jan 9.
http://wine.1045685.n8.nabble.com/PATCH-vkd3d-1-7-libs-vkd3d-shader-Handle-…
The version of vkd3d I'm using was built from source using a commit from today
(nov 26). I'm on ubuntu 18.10 without vkd3d installed via package manager. wine
was ran in 64-bit mode and was also built from source today after doing a `git
pull`. The exact command I ran was `wine64 xenia.exe.`
I have attached 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.
https://bugs.winehq.org/show_bug.cgi?id=45227
Bug ID: 45227
Summary: Framemaker 8 element window is drawn incorrectly
Product: Wine
Version: 3.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
In Framemaker 8.0 (and Framemaker 7.2) the element window is drawn too wide
with garbage added. To reproduce:
- Download Framemaker 8 from the download link
https://supportdownloads.adobe.com/detail.jsp?ftpID=4549 and install it. This
installs a demo version which is 30 days functional.
- Start Framemaker with "wine start FrameMaker.exe"
- Create new document with File->New->Document (select Portrait mode)
- In the child window for the new document open the element window (click the
triangle in the right scrollbar)
The element window should be two columns wide with element symbols. It is drawn
too wide with garbage content added on the right side.
This is the same bug as #19609 but now there is a download link for a trial
version (thanks to Louis).
--
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=32863
Bug #: 32863
Summary: Mathematica main menu window has extra space under
menu
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43397
--> http://bugs.winehq.org/attachment.cgi?id=43397
Screenshot
In Windows there's nothing like the black bar under menu seen in the screenshot
(denoted by arrow).
--
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=11773
Summary: Mathematica 5.1, Display errors, unreadable.
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hello.
I have previously filed a bug about Mathematica not being able to install:
URL: http://bugs.winehq.org/show_bug.cgi?id=11725
And this same bug in one report which will be marked as invalid:
http://bugs.winehq.org/show_bug.cgi?id=11765
The errors of this report is:
- Some characters are not displayed as they should.
Writing an expression like: (2+x)/(x^2-3) will be showed as (2+x)}(x^2-3).
Note the "/" is changed by "}", but double "//" is correctly showed as "//".
Also Pressing x² makes Mathematica crashes just becouse the correct expression
is x^2 and not x² or x³.
Also there seems to be some conditions for the "/" to be drawed, like if it is
preceded by a variable o number: see 1/x or x/(x-3) then the "/" will be
drawed, but if is is preceded by a ) or ] then "}" will be drawed: (x-3)/x or
Sin[x]/x. Thats wear.
- Mathematical representation is badly printed.
When you enter expressions like (2+x)/(x^2-3) Mathematical has the really nice
feature of showing this as a nice looking fraction. Also it can represent it
with ascii characters if you choose that, but with wine, it doesn't shows the
goodlooking expression and shows a terrible badly drawed ascii expression. Just
to say, "1/x" can not be readed with this expression.
But i am not entirely sure when and why. Trying a bit furder and i can get some
examples which are correctly drawn:
Sqrt[x-3]
(x-3)^2//Expand
But a fraction will not be correctly displayed:
(2+x)/(x^2-3)
Maybe this has something to do with the first error that mathematica will show
a "}" instead of a "/": (2+x)}(x^2-3)
All this errors were tested on ubuntu 7.10 AMD64 and with wine 0.9.55 (becouse
.56 is not available yet for ubuntu on your repos) and with all builtin dlls,
but also some natives does the same results.
It is only one of other errors of Mathematica.
I have no logs for that.
Cheers.
Diego
--
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=55025
Bug ID: 55025
Summary: Roblox crashes when installing
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ysakrani59(a)gmail.com
Distribution: ---
Created attachment 74580
--> https://bugs.winehq.org/attachment.cgi?id=74580
its a backtrace that describes the bug but i didnt understand what is written
in
When I try to install roblox, a wine window appears saying" the program
Roblox_Installer.exe ran into a serious problem and needs to close.
--
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=55023
Bug ID: 55023
Summary: Flight Simulator 9 does not run under Wine 8.6-1.
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giovannicorriga(a)tiscali.it
Distribution: ---
Created attachment 74576
--> https://bugs.winehq.org/attachment.cgi?id=74576
Attached we have what is produced by launching Flight Simulator 9 from the
console.
The Flight Simulator 9 program does not run since Wine 8.6-1. The program
starts, you have a black screen for an instant but then you return to the
current desktop.
--
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=55022
Bug ID: 55022
Summary: Battlezone 1998 does not work correctly under Wine
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: giovannicorriga(a)tiscali.it
Distribution: ---
Created attachment 74575
--> https://bugs.winehq.org/attachment.cgi?id=74575
This attachment vi is what is produced by running the simple executable
bzone.exe under Wine.
Battlezone 1998 game doesn't work properly under Wine 8.6-1. If the application
is run as a window it works fine, but if run in full screen it briefly produces
a black screen and then returns to the current desktop, in my case KDE Plasma 5
under X-Windows.
--
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=54280
Bug ID: 54280
Summary: Deno crashes when opening it
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikrutrafal(a)protonmail.com
Distribution: ---
Deno - javascript runtime, crashes when opening
Tested version -
https://github.com/denoland/deno/releases/download/v1.29.2/deno-x86_64-pc-w…
Output(simplified)
```
#
# Fatal error in , line 0
# Check failed: 0x04 == old_protection.
#
#
#
#FailureMessage Object: 00000000002BFB50
==== C stack trace ===============================
(No symbol) [0x0000000141A0121B]
BaseThreadInitThunk [0x000000007B6293C9+9]
(Z:\usr\src\packages\BUILD\dlls\kernel32\thread.c:61)
RtlUserThreadStart [0x0000000170060DA3+131]
(Z:\usr\src\packages\BUILD\dlls\ntdll\thread.c:285)
(No symbol) [0x0000000000000000]
EntryPoint [0x00000001427370BC+0]
(No symbol) [0x000000007FEF0000]
wine: Unhandled exception 0x80000003 in thread 168 at address 000000014184FA6B
(thread 0168), starting debugger...
```
--
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=18388
Summary: Roblox crashes on install with unimplemented function
pdh.dll.PdhMakeCounterPathA
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://wiki.roblox4linux.co.cc
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: pdh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user asked for help with this app, see
http://www.winehq.org/pipermail/wine-users/2009-May/053263.html
He said it was his son's favorite game.
Starting the installer goes fine, but it crashes with that
underfined function in pdh.dll.
Winetricks pdh works around it and gets on to the next problem.
--
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.