http://bugs.winehq.org/show_bug.cgi?id=17145
Summary: 'wrong version of assembly manifest', ok, but which is
the right one?
Product: Wine
Version: 1.1.11
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gotterdammerung(a)web.de
Created an attachment (id=19006)
--> (http://bugs.winehq.org/attachment.cgi?id=19006)
patch to output mismatching assembly manifest version numbers
If you got the wrong version of 'vc redistributable', you get no clue what
might be the right one:
fixme:actctx:parse_assembly_elem wrong version for assembly manifest
fixme:actctx:parse_manifest_buffer failed to parse manifest L"C:\\Program
Files\\foo\\Microsoft.VC80.CRT\\Microsoft.VC80.CRT.manifest"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\Program
Files\\foo\\bar.exe") not found
The attached patch changes this to something like that:
fixme:actctx:parse_assembly_elem wrong version for assembly manifest: expected
'8.0.50727.762', got '8.0.50608.0'
fixme:actctx:parse_manifest_buffer failed to parse manifest L"C:\\Program
Files\\foo\\Microsoft.VC80.CRT\\Microsoft.VC80.CRT.manifest"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\Program
Files\\foo\\bar.exe") not found
So you can happily try, try again with the right version.
--
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=17111
Summary: Construct 0.98.6 not working under WINE.
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stuart(a)sslaxx.demon.co.uk
Created an attachment (id=18954)
--> (http://bugs.winehq.org/attachment.cgi?id=18954)
Crash log generated regarding Construct's crash.
Construct is a game creation application. http://www.scirra.com/ - requires
DirectX9 DLLs to be set to native for installer to work. Using a copy
physically installed on a Windows XP-running partition.
Opening a project using the keyboard shortcut (the menu system is
non-responsive) causes a crash. Please see the attachment for further
information.
--
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=16997
Summary: Graphical regression bug in lotro as of Win 1.1.13
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.vankaam(a)chello.nl
CC: stefan(a)codeweavers.com
Created an attachment (id=18791)
--> (http://bugs.winehq.org/attachment.cgi?id=18791)
2 screenshots, good vs bad
As of win 1.1.13 symbols above NPC's are totally black, this is most visible
when in 3rd person view but also happens in 1st person view but depends more on
where your standing when looking at the NPC
I have done the complete regression run between 1.1.12 and 1.1.13 and GIT comes
with the following end result:
1deafcb5a758ba7c88e498718a3186d6b526fe71 is first bad commit
commit 1deafcb5a758ba7c88e498718a3186d6b526fe71
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Mon Dec 15 19:37:36 2008 +0100
wined3d: Split the remains of state_fog.
:040000 040000 39455d30afadc1d21664e6730064c5028aa2c3eb
91e5b3d98e7cd72aa61dd8eac1058792d5fce9a7 M dlls
as requested on the regression page I added the author as cc.
I will add 2 screenshots to show the diffrence between good (1.1.12) and bad
(1.1.13)
-Alex
--
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=16853
Summary: Sword of the Stars: crashes on entering main game
screen.
Product: Wine
Version: 1.1.12
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wnoise.ofb.net
CC: hans(a)meelstraat.net
It pops up a message box saying "Application error encountered. A diagnostic
file will be saved." with an OK button. On pressing OK, it follows that with
"Saved dump file to 'Mars.dmp'" and it dies ungracefully after pressing OK
again.
git bisect finds that the first commit for which this happens is
commit 020456f71b61c8d4868ca63ac5820611b3ef07d3
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Tue Jan 6 11:20:26 2009 +0100
usp10: Improve handling of whitespace in ScriptBreak.
--
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=16707
Summary: regedit: "Type" column resize and redraw is not working
properly
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Wine regedit does not properly redraw content of "Type" column after automatic
selection of it width.
Steps to reproduce:
1. run regedit;
2. select any registry key that contains more than 2 registry values including
"(Default)";
3. manualy resize "Type" column; (optional)
4. highlight any value; (optional)
5. double click on right margin of "Table" column header to do automatic
selection of width;
6. highlight any value;
Expected results:
5. should behave as in 3.;
6. should properly redraw content (as in 4.);
Steps to reproduce #2:
1. run regedit;
2. create new registry key;
3. create one registry value of some type;
4. do automatic selection of width;
5. create another registry value of same type as previous;
6. do automatic selection of width;
7. repeat 3-6 with the rest of value types;
It doesn't depend on type of value.
--
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=16650
Summary: Melodyne Studio demo crashes on startup
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://www.celemony.com/freedownloads/software/MelodyneD
emo/3.2/Melodyne.Demo.3.2.1.5.Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=18262)
--> (http://bugs.winehq.org/attachment.cgi?id=18262)
Melodyne Studio backtrace
With today's Git (wine-1.1.11-153-g424cb27), attempting to launch the Melodyne
Studio demo results in an immediate crash, which does not seem to provide much
insight into the problem. Backtrace and relay are attached.
--
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=16631
Summary: Liquid War 6: Fails to start.
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.gnu.org/software/liquidwar6/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=18193)
--> (http://bugs.winehq.org/attachment.cgi?id=18193)
wine liquidwar6.exe &> liquidwar6.log
Liquid war won't start(see log).
--
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=16627
Summary: Sword of the Stars: command-and-control units do not
display last digit in fleet management
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wnoise.ofb.net
As the summary says, the last digit is not displayed. This is a regression.
It displays correctly before commit addcf866cbb42309ccafa41e8424c3b80a00a7ba.
Unfortunately this can't be tested with the current tree, as bug 16591 prevents
running.
--
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=15903
Summary: Sibelius 3: list box items with graphics are drawn
incorrectly
Product: Wine
Version: 1.1.7
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lauri.kentta(a)gmail.com
Created an attachment (id=17073)
--> (http://bugs.winehq.org/attachment.cgi?id=17073)
Image about the bug
Sibelius 3 has these list boxes with graphics. The item height is too small,
it's probably fit for the text. For reference, just in case, this is how a key
signature should look like:
http://en.wikipedia.org/wiki/Image:Key_signature.svg
How to produce:
* Create a staff: new => select something => next-next-finish
* Press K (or right-click somewhere in the white area and select "Key
signature" from the popup menu)
Sibelius 3 Demo might be downloadable here and it should have the same dialog
(not tested): http://www.tempomusic.com/lifeway/download.htm
--
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=15801
Summary: DietPower 4.4, wine crashes when food log window is
closed
Product: Wine
Version: 1.1.7
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benhopfilter(a)gmail.com
Created an attachment (id=16927)
--> (http://bugs.winehq.org/attachment.cgi?id=16927)
Error log/backtrace
DietPower 4.4:
Wine crashes when food log window is closed. Can be replicated every time.
Steps to replicate:
1) Install dietpower 4.4 (URL below)
2) Run dietpower, choose free trial, start an account
3) Click icon for Food Log window, click "OK" and app crashes.
Logs/backtraces are attached.
Free trial where the error can be demonstrated:
http://download.dietpower.com/DPtrial.exe
Thanks
--
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.