https://bugs.winehq.org/show_bug.cgi?id=44625
Bug ID: 44625
Summary: Cybernoid 2 exits but x window drawing updates are
frozen
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
You can get this game from
https://www.classic-retro-games.com/games/action/cybernoid-2--the-revenge-3…
When you quit the game, x windows no longer updates the screen - events are
being responded to though (you can click stuff then change to a terminal tty
and back and see the updates). The only way to get back to a sane system is
kill xwindows with ctrl alt backspace.
This is seen on opensuse 42.3 which uses xf86
--
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=31665
Bug #: 31665
Summary: Femap unexpected crash on rebuild database (or any
command that involves it i.e. import)
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark.schneider(a)iol.it
Classification: Unclassified
Created attachment 41633
--> http://bugs.winehq.org/attachment.cgi?id=41633
Backtrace of crash triggered by file->rebuild in femap 10.3 with wine 1.5.12
1) wine femap.exe
2) file->rebuild...
3) answer yes.
The crash happen with any action that implies a rebuild database by femap. I.e.
if you import a "large" bdf, lunching a rebuild is just a fast way to check if
the bug is present or not.
Wine version I tested without the bug (those are working):
1.0.1
1.1.29
1.3.6
Wine versions i tested with the bug (crash with similar backtrace to one
attached):
1.4.1-2 (from debian repo)
1.5.6-2 (from debian repo)
1.5.12
I have tested with both femap 10.2 and femap 10.3 and they share the same
problem with no difference (i.e. probably the code on their side did not
changed and if someone has an older version around it may show the same bug). I
have not tested Femap 10.3.1, but may show the same problem.
All of this is related to 32 bit version of femap and wine running on a AMD 64
bit system. I have no chance to test 32 bit on 32 bit.
The bug persist on another system with ati/amd video driver, tested with both
open source and closed opposed by this system that has closed source nvidia
blob. Due to this bug seems unrelated to the video rendering (e.g. the problem
with femap not redrawing automatically the gl window looks unrelated, if needed
I can post another bug for that, but it's minor glitch)
Best Regards,
Gabriele Dini Ciacci
P.S.
Unrelated practical thing that make it desirable to have a recent version of
wine working: With 1.5.6-2 and 1.5.12 the program is much faster (especially on
start-up and actually faster than on windows)
--
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=44863
Bug ID: 44863
Summary: Performance regression in Prince of Persia 3D
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Prince of Persia 3D's performance went from perfectly smooth to about 0.5 fps.
I suspect 0b92a6fba7a6e60c6ff1a3729a3b21019c2df0ce is to blame, but I have not
run a regression test yet.
The problem is that the game creates a rather large (2MB)
D3DVBCAPS_SYSTEMMEMORY, maps it (the entire buffer due to API limitations),
writes a handful of vertices and draws a handful of vertices. Currently wined3d
uploads the entire 2MB, evicts the sysmem copy and downloads it from the GPU
every map / unmap / draw cycle.
The most obvious performance fix is not to create a VBO. Doing this restores
the performance, but questions remain.
On startup, the game writes "NetImmerse D3DDriver Info: Hardware supports
system memory textures" and "NetImmerse D3DDriver Info: No AGP support
detected". The first info seems wrong, so it is possible that the game enters a
codepath it does not choose on Windows.
Not creating a VBO is not an option on Core Contexts, so I investigated what's
going wrong with the PBO codepath on. First of all, evicting the sysmem copy
seems like a bad choice. It happens because ddraw buffers are not marked
dynamic. We may want to chance this. The game uses d3d3, so there's no
DDLOCK_DISCARDCONTENTS. The game passes DDLOCK_WAIT | DDLOCK_WRITEONLY to
IDirect3DVertexBuffer::Lock.
Commenting out the eviction call improves performance quite a bit, but it is
still noticeably slow. wined3d_buffer_map maps through heap_memory instead of
glMapBuffer because of the "(flags & WINED3D_MAP_WRITE) && !(flags &
(WINED3D_MAP_NOOVERWRITE | WINED3D_MAP_DISCARD))" condition.
Removing this condition uses glMapBuffer, but does not improve performance. It
seems the large glMapBuffer is still slow, at least on OSX with legacy
contexts.
So there are a few questions that need to be answered:
*) Is the game using a broken codepath?
*) Write tests for sysmem buffers
*) Consider making all d3d3 buffers dynamic
*) Test if the glMapBuffer path is fast on Linux
*) Investigate if Core Contexts + GL_ARB_buffer_storage help on OSX.
--
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=45358
Bug ID: 45358
Summary: AC Syndicate is completely broken
Product: Wine-staging
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Debian
Created attachment 61658
--> https://bugs.winehq.org/attachment.cgi?id=61658
Graphic rendering completely broken
Hello,
With wine-3.10, it's possible to launch the game without crash.
Now, there is a very big issue with graphic rendering with wined3d. (see
screenshot)
In the output console, i have a lot of message about :
- "d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0xXXXXXXXX" - "err:d3d:wined3d_debug_callback 0x35451990:
"GL_INVALID_OPERATION in glGetUniformLocation(program not linked)""
- "fixme:d3d_shader:shader_glsl_dump_program_source ..."
- "fixme:d3d:context_bind_shader_resources Shader 0x34e90740 needs 34 samplers,
but only 32 are supported."
For Wine dev who want to reproduce the issue, you need wine-staging to avoid
the issue with UPlay (bug #35902) + Wine AND the issue with AC Syndicate +
Uplay with online mode (bug #45312)
Google drive link for the log :
https://drive.google.com/open?id=15Q2gY9uk_JohSwqlhwix9HK8BgUWCY5E
--
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=44009
Bug ID: 44009
Summary: Syberia Gog version: crash after cinematics
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59671
--> https://bugs.winehq.org/attachment.cgi?id=59671
Syberia Gog wine 2.20 backtrace
Hello,
I just acquire the Syberia Gog version and it is impossible for me to play this
game on Linux with Wine. Happily the game was free.
How to reproduce:
Install Syberia Gog version
Launch the game, you can see cinematics but just when the menu appear the game
crash.
I joined you the terminal log/backtrace.
Config:
Ubuntu 17.10
Nvidia 384.90
--
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=25009
Summary: Password Memory 2010 - Titlebar color rendering error
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsflynn(a)gmail.com
Created an attachment (id=31694)
--> (http://bugs.winehq.org/attachment.cgi?id=31694)
Password Memory 2010 Screenshot
Password Memory 2010 v3.0.3
Download URL:
http://download.cnet.com/Password-Memory-2010/3000-18501_4-10770367.html
Titlebar is not rendered correctly. Half the title bar is in the application
default blue, the other half is black.
--
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=29417
Bug #: 29417
Summary: Mouse pointer laggy/slow in Dweebs and Dweebs 2
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the games Dweebs and Dweebs 2 by Mutation Software.
Demos can be downloaded from
http://www.tucows.com/preview/272853/DWEEBS-Platinum-Remix
and
http://www.tucows.com/preview/281667/DWEEBS-2-The-New-Breed
Download and run one of the demos. Click Setup. On the title screen the mouse
pointer is fine. However if you click Help, Credits or Exit, the pointer is
very "laggy" on those screens. In-game the pointer lags slightly, but less than
on the Help/Credits/Exit screens.
(Also, with earlier versions of the first Dweebs game -- I tested the one on
the Arcade Master CD published by eGames -- the pointer lags on the title
screen as well.)
I thought this problem might be the same as bug 29325, but it also occurs with
Wine 1.3.31.
--
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=27745
Summary: Racer is unplayable
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugmenot123456(a)mailinator.com
Created an attachment (id=35498)
--> (http://bugs.winehq.org/attachment.cgi?id=35498)
Output of racer under wine-1.3.24
Racer used to work fine with wine-1.3.14. Somewhere between version 1.3.14 and
1.3.17 it stopped working. Now racer infinitely loops with following error
after pressing "Race" button:
RNetwork: waiting for connecting id response...
RNetwork: out of loop, client connected: 0, id 0 (objectIDbatch=-640664278)
RNetwork: connect attempt failed; be persistent (try 1)
enet_host_connect; out of (1) peers
** Error: QNClient:Connect(); failed to create enet peer; out of connections
Link to the program: http://racer.nl/download/racer0655.zip
--
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=32346
Bug #: 32346
Summary: Window is too large with Batman and Head Over Heels
remakes
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://retrospec.sgn.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42686
--> http://bugs.winehq.org/attachment.cgi?id=42686
Batman window showing trash at right and bottom
This issue applies to at least two game remakes available from
http://retrospec.sgn.net/
Head Over Heels: http://retrospec.sgn.net/game-links.php?link=hoh
Batman: http://retrospec.sgn.net/game-links.php?link=batman
I'm testing with wine-1.5.18-114-ga61f68f, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
Wine seems to create the game window larger than it should be. There are strips
at the bottom and right sides which are never rendered into; they contain
trash/garbage. If you move the window, the trash changes, presumably reflecting
whatever was in that part of the video memory beforehand? The size of the
strips looks about the same as the size of the window decorations.
--
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=26545
Summary: Crysis2: Red color on highlights of Bumpmap/Specular
Highlights
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Bumpmaps are highlighted in red. This goes goes the sky as well as objects.
--
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.