http://bugs.winehq.org/show_bug.cgi?id=19508
Summary: Cosmology of Kyoto crashes.
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: motleyjester13(a)yahoo.com
Created an attachment (id=22696)
--> (http://bugs.winehq.org/attachment.cgi?id=22696)
Backtrace of Wine attempting to launch the game executable.
Ok, this one is of no major importance I guess. I just got nostalgic and
wanted to play Cosmology of Kyoto again. Anyway, upon trying to launch the
program I get a nice crash log, and no joy.
This one is an app made with Macromedia tools. I figured I'd go ahead an
introduce a bug for this one since none exist (surprising). The backtrace is
attached below. Cheers.
--
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=21351
Summary: Ankh: black screen since amid intro animation (autogen
mipmap)
Product: Wine
Version: 0.9.47.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: chris.kcat(a)gmail.com
commit fc96587b3d4390f16f9c7d572e27ec950f715404 past 0.9.46
Author: Chris Robinson <chris.kcat(a)gmail.com>
Date: Wed Oct 3 04:19:15 2007 -0700
wined3d: Set D3DCAPS2_CANAUTOGENMIPMAP flag when supported.
is the major regression in Ankh (the first from the trilogy) as it causes a
black screen amid the intro sequence, after the display of "Kapitel 1: Audienz
mit Hindernissen", before the father punishes Assil. The black screen remains
even after the player gets control. This imposes garbage rating in AppDB since
0.9.47.
The commit itself seems harmless:
if(GL_SUPPORT(SGIS_GENERATE_MIPMAP)) {
*pCaps->Caps2 |= WINED3DCAPS2_CANAUTOGENMIPMAP;
Likely either Ankh or Wine enter a different code path as a result of this flag
being set. Bug #11167 is related to autogen_mipmap but probably harmless (my
understanding so far is that autogenmipmap only makes textures look nicer),
because among the applications from Deck13 affected by that other bug (Luka,
Ankh2, Jack Keane), only Ankh1 goes black.
Removing that capability in wine-1.1.36 makes the screen display normally.
Using Ubuntu Intrepid with Intel i915 graphics. This app works in XP on
another hardware equipped with builtin Intel graphics. I don't know whether the
XP machine declares CANAUTOGENMIPMAP.
--
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=36191
Bug ID: 36191
Summary: valgrind shows some potential leaks in
crypt32/tests/cert.c
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Depends on: 36190
==17318== 20 bytes in 1 blocks are possibly lost in loss record 51 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EAC507: CertContext_SetProperty (cert.c:703)
==17318== by 0x4EAB7AF: CertContext_GetHashProp (cert.c:399)
==17318== by 0x4EAB9DB: CertContext_GetProperty (cert.c:445)
==17318== by 0x4EABFDA: CertGetCertificateContextProperty (cert.c:579)
==17318== by 0x4EADEF3: compare_cert_by_sha1_hash (cert.c:1368)
==17318== by 0x4EAE423: cert_compare_certs_in_store (cert.c:1530)
==17318== by 0x4EAEF02: CertFindCertificateInStore (cert.c:1794)
==17318== by 0x4EAAD3C: add_cert_to_store (cert.c:192)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
==17318== 20 bytes in 1 blocks are possibly lost in loss record 52 of 334
==17318== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==17318== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==17318== by 0x4EE398B: CryptMemAlloc (main.c:124)
==17318== by 0x4EF7661: ContextPropertyList_SetProperty (proplist.c:132)
==17318== by 0x4EF788F: ContextPropertyList_Copy (proplist.c:215)
==17318== by 0x4EBE9AF: Context_CopyProperties (context.c:130)
==17318== by 0x4EAAB6C: Cert_clone (cert.c:139)
==17318== by 0x4F03664: MemStore_addContext (store.c:151)
==17318== by 0x4F03A35: MemStore_addCert (store.c:243)
==17318== by 0x4EAB119: add_cert_to_store (cert.c:263)
==17318== by 0x4EAB27F: CertAddCertificateContextToStore (cert.c:287)
==17318== by 0x4EAA852: CertAddEncodedCertificateToStore (cert.c:65)
==17318== by 0x4CC9495: testAddCert (cert.c:198)
==17318== by 0x4CD8F2F: func_cert (cert.c:3976)
==17318== by 0x4D33F67: run_test (test.h:584)
==17318== by 0x4D34356: main (test.h:654)
==17318==
--
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=25309
Summary: function_grep.pl should be killed
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Nov 25 12:28:58 <julliard> austin987: function_grep.pl should be killed,
and wine-preloader is for internal use
:-)
--
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=35440
Bug ID: 35440
Summary: All icons in dialogs are same or none
Product: Wine
Version: 1.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2l82day(a)gmail.com
Classification: Unclassified
Created attachment 47297
--> http://bugs.winehq.org/attachment.cgi?id=47297
My inventory
When I play this game, which works, all icons in my Inventory, bank, skills,
talent bank, and my gear has all icons the same one,even though I have never
seen this icon in the game.
The talent and skills icons are either gone, or has another of the same icon,
also not ever seen before.
I can play the game, and accept quests and kill monsters, but can't see what I
pick up as drops or what skills I am using.
The game got updated to 1.7.11 and the game doesn't even run. I used to run
this game perfectly with 1.6-rc2. When the game got updated to 1.7.11.
I updated it to 1.6 myself, still thru the Ubuntu PPA, so it would work, just
not perfectly.
--
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=25480
Summary: text missing in Qt Dominate
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan(a)bryanrussell.com
This was discussed in the thread for bug 18120 but the conclusion was that this
is a separate issue. Running the application Qt Dominate (from
dominategame.com), the text in the status window at the bottom left disappears
after a bit with no way to read it or get it back.
--
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=30736
Bug #: 30736
Summary: treeview: excessive CPU usage while right mouse button
is pressed
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
To reproduce:
- run regedit
- press and hold right mouse button over the left pane without moving the mouse
CPU usage jumps to about 20% on 4-threaded CPU and stays there until either the
mouse button is released or the mouse is moved.
--
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=42682
Bug ID: 42682
Summary: Titan Quest - Immortal Throne high cpu load when csmt
enabled
Product: Wine-staging
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gamiljydcome(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
i compared enbale/disable wine-staging 2.4 csmt cpu load & fps with game Titan
Quest - Immortal Throne, record as bellow:
fps cpu
~30 >90% csmt enabled, StrictDrawOrdering disabled
~26 >85% csmt enabled
---------
~19 ~60% csmt diabled
yes, csmt patch improve fps over 50%, but cpu load came up very high makes me
obviously feel playing game is not smooth, including starting/load maps/roles
moving & fighting etc. desktop became slower too.
csmt cause very high cpu load, is it should be or bug?
--
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=42161
Bug ID: 42161
Summary: Darkest Dungeon crashes upon loading into seemingly
specific dungeons, resulting in a bricked save
Product: Wine
Version: 2.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rh964(a)live.missouristate.edu
Distribution: ---
Created attachment 56737
--> https://bugs.winehq.org/attachment.cgi?id=56737
Darkest Dungeon save file that creates the crash
This occurred when loading a boss dungeon, and the game saves the fact that you
are in a boss dungeon right before crashing, so the save file just gets
bricked. It has worked for me in the past if you instead copy the save into
actual Windows, and have it load the dungeon there. Immediately closing windows
and copying the save back has produced mixed results for me.
I don't know how reliable the details of the crash circumstances are. I've had
similar circumstances, like a normal (non-boss) dungeon load screen crashing
but loading the dungeon and playing fine after reloading the game. I've
attached the crashing save in question for review. I would add the backtrace I
get, but I can only add one attachment as far as I can see.
Steps to reproduce:
1. Install the Windows GOG version of Darkest Dungeon
2. Unzip the attached save file to $WINEPREFIX\users\%user%\My
Documents\Darkest as profile_0\
3. Open game, and the load the existing first save slot Darkest Umbra
4. Freeze, Wine crash dialog shows upon exiting fullscreen
--
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=25097
Summary: Battlefield Bad Company 2 installer progress bar slams
X
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installing BFBC2 is hard on the system - because of X, it seems.
The X server is at 100% while the installer's progress bar
creeps ahead... and it makes Firefox quite sluggish.
--
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.