https://bugs.winehq.org/show_bug.cgi?id=42820
Bug ID: 42820
Summary: The Witness: MSAA causes black screen
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 57887
--> https://bugs.winehq.org/attachment.cgi?id=57887
hack patch
The multisampling option (enabled by default) is causing black screen. Józef
has made a hack patch (in bug 40508 Comment 18 , attached here for
convenience), but a proper solution is needed.
--
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=36775
Bug ID: 36775
Summary: Rise of the Triad (2013) Unhandled exception
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ptrampau(a)gmail.com
Created attachment 48838
--> https://bugs.winehq.org/attachment.cgi?id=48838
backtrace output
Rise of the Triad (http://store.steampowered.com/app/217140/) crashes directly
after launch with exeption.
backtrace attached
--
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=42300
Bug ID: 42300
Summary: DX-Ball - Fullscreen doesn't redraw
Product: Wine
Version: 2.0-rc6
Hardware: x86
URL: http://www.blitwise.com/Scorched_Reality/DXBall19.EXE
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game works fine with virtual desktop, but in fullscreen it doesn't redraw.
The sounds play, but the screen isn't updated and only shows the earliest part
of the menu.
Using mesa 13.0.3 with a Radeon R9 285.
--
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=45935
Bug ID: 45935
Summary: Race condition in implementation of MoveFile,
MoveFileEx, MoveFileWithProgress
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: joshudson(a)gmail.com
Distribution: ---
When using MoveFile (or any of its variants) to make unique file names, there
is a race condition when two threads do so in the same directory.
We have commercial software that tries to do this.
path.c, line 1373 reads
if (rename( source_unix.Buffer, dest_unix.Buffer ) == -1)
Correct code:
if (renameat2( AT_FDCWD, source_unix.Buffer, AT_FDCWD, dest_unix.Buffer,
(flag & MOVEFILE_REPLACE_EXISTING) ? 0 : RENAME_NOREPLACE ) == -1)
but you'll have to do a feature test for renameat2.
--
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=45953
Bug ID: 45953
Summary: CIMCO Edit 8.01.01: backplot issue
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unknownthrill814(a)gmail.com
Distribution: ---
Created attachment 62498
--> https://bugs.winehq.org/attachment.cgi?id=62498
log of the CIMCOEdit work
When you try to check your program in backplot window it doesn't draw the
toolpath lines: nor the linear moves and dry runs (like G0 or G1 on fanuc like
system), nor arclines (like G2 or G3 respectively).
This is what actually now
https://pictr.com/images/2018/10/08/0SGqiv.png
This is what should be
https://pictr.com/images/2018/10/08/0SGtIV.jpg
Graphics: Nvidia 840m with 384.130 driver
--
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=11423
Summary: Canon Digital Photo Professional (DPP) upgrader crash
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
Created an attachment (id=10553)
--> (http://bugs.winehq.org/attachment.cgi?id=10553)
full crash output
After successfully installing DPP I tried to install the upgrade package, which
ships as an executable (DPP320_EN.exe). When I run it, it brings up a dialog
with a progress bar that says: "Extracting Files...". Then it crashes with:
fixme:process:IsWow64Process (0xffffffff 0x34dcc8) stub!
wine: Unhandled page fault on read access to 0x00000020 at address 0x4210d3
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004210d3).
--
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=8894
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |winex11.drv
--
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=14861
Summary: Nokia Suite installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/softwa
re/Nokia_PC_Suite_rel_7_0_7_0_eng_us_web.exe
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15404)
--> (http://bugs.winehq.org/attachment.cgi?id=15404)
crash log
A user reported trouble with this installer in appdb. There are already 2 bugs
opened for older versions of Nokia Suite , but this one seems to behave
differently, as it crashes right away, somewhere along SetDIBits
As this looks like a regression, i'm currently trying to find the evil patch
--
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=35198
Bug ID: 35198
Summary: cannot open torch browser
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shabnam.aarifa(a)gmail.com
Classification: Unclassified
Created attachment 46950
--> http://bugs.winehq.org/attachment.cgi?id=46950
i cannot open the successfully installed torch set up
i cannot open the torch browser after successfully installed it.
--
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.