http://bugs.winehq.org/show_bug.cgi?id=35223
Bug ID: 35223
Summary: King's Bounty Crossworlds crashes in the new campaign
when entering the sea tower on the first island
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i30817(a)gmail.com
Classification: Unclassified
As in the title. The error window it presents is:
".\BMRender\rmode.cpp(4050): DirectX call failed: 1, 1, D3ERR_INVALIDCALL (The
method call is invalid. For example, a method's parameter may not be a valid
pointer)"
This game already had crashes when loading levels or combat (probably) due to
the implemented messages wine emits with it:
"fixme:d3dx:D3DXCreateTextureFromFileInMemoryEx Generation of mipmaps for
compressed pixel formats is not implemented yet"
These could be worked around by setting texture quality to minimum (on the
Gallium 0.4 radeon driver). This error can't be worked around with that as far
as i can tell. A similar, but different (different line number, -1 instead of
1) error on windows, apparently has a workaround of disabling vsync but that
doesn't work in this case.
--
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=35522
Bug ID: 35522
Summary: Send a test to testbot using 1 page instead of 3
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Classification: Unclassified
Currently it is:
1. Select a file to send
2. Select the VMs
3. Select additional flags (command line arguments, whether to run 64-bit
tests, debug level, report successful tests)
One option would be to merge all 3 pages into 1. Another possibility is to
add option "Use defaults" and activate it by default to skip 2 and 3 pages
using default settings (which in most cases nobody cares about).
--
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=31788
Bug #: 31788
Summary: Run the tests in Wine on Mac OS X
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
Just like it would be useful to run the test in Wine on Linux and FreeBSD (see
bug 31787), it would be useful to run them on Mac OS X.
However whereas setting up a Linux VM is easy, doing so with Mac OS X seems to
be much trickier, both technically and due to the EULA. In particular it may
require running the VM on real Apple hardware (so no rack mounting for this
one?). There's also the question about whether this would make for a meaningful
test system.
So if we exclude VMs, this bring us back to getting tests to run on real
hardware (bug 31786).
--
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=31785
Bug #: 31785
Summary: Add more languages and locales to the core tests
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
With recent versions of Windows there is:
* The Display Language which decides what language the GUI is in.
* The Locale which decides most everything else: date and number format,
sorting, etc.
Wine's conformance tests are impacted by both of these settings and it's often
interesting to have non-matching settings to spot issues: tests impacted by the
locale must be skipped based on the locale, not on the display language.
The old Wine TestBot ran the tests on VMs with a couple of different languages
and locales but there's a desire to expand this list. In particular testing
some right-to-left and non-latin languages and with some indic scripts would be
useful.
--
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=35312
Bug ID: 35312
Summary: "Toggle All" currently means "Inverse Selection"
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Classification: Unclassified
When selecting VMs the button "Toggle All" actually inverses the current
selection.
function ToggleAll()
{
for (var i = 0; i < document.forms[0].elements.length; i++)
{
if(document.forms[0].elements[i].type == 'checkbox')
document.forms[0].elements[i].checked =
!(document.forms[0].elements[i].checked);
}
}
A possible solution:
var toggledstate = true;
function ToggleAll()
{
toggledstate = !toggledstate;
for (var i = 0; i < document.forms[0].elements.length; i++)
{
if(document.forms[0].elements[i].type == 'checkbox')
document.forms[0].elements[i].checked = toggledstate;
}
}
--
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=34783
Bug #: 34783
Summary: PDFill PDF Editor 11 cannot open PDFs
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artghio(a)tiscali.it
Classification: Unclassified
PDFill PDF Editor 11.0 build 4 shows the attached message error when I try to
open a new PDF project.
How to reproduce: (my operating system is Kubuntu 13.10 x64)
1) install GhostScript 8.63 x86 (from
http://www.plotsoft.com/download/gs863w32.exe -
b9743af446212cdce0d0abac276d9716)
2) install PDFill 11 (from http://www.plotsoft.com/download/PDFill.exe -
762d7b0b034f6f5b914935083bb74a67)
3) launch "winetricks corefonts" (see:
http://bugs.winehq.org/show_bug.cgi?id=34281 )
4) open PDFill PDF Editor (executable PDFill.exe)
5) go to File menu -> Open new PDF Project and select a PDF file
WINEDEBUG=+relay,+seh,+tid wine "./PDFill.exe" &> log.txt
https://www.dropbox.com/s/t8ac8yqx0rjiong/log.zip
Side note: The previous version (version 10.0 build 4:
https://www.dropbox.com/s/qyhsdp0yebd6wzc/PDFill%2010.0%20build%204.exe )
worked (it required also to install Sun Java Virtual Machine 1.6).
--
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=19967
Summary: Oblivion: overflow(?) in quartz if compiled without
mpg123
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
Compile wine without mpg123, start Oblivion, start a game, wait a certain
constant amount of time after the game starts -> crash. Based on the behavior,
I'm guessing it's a page fault. winedbg says:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x7bf9630a).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7bf9630a ESP:0033e9f4 EBP:0033ea1c EFLAGS:00010202( R- -- I - - - )
EAX:00000000 EBX:7bfbdff4 ECX:6f517ef0 EDX:00000000
ESI:6f5184f8 EDI:6f5184f8
Stack dump:
0x0033e9f4: 6f517ef0 ffffffff 0033ea2c 7bf949b9
0x0033ea04: 00000000 6f517ea8 7bf962db 7bfbdff4
0x0033ea14: 00000000 6f5184f8 0033ea5c 7bf937f9
0x0033ea24: 6f5184f8 ffffffff 0033ea4c 7bf9625e
0x0033ea34: 6f517b34 6f5186b4 6f517ee8 7ef8bdf6
0x0033ea44: 00110058 00000000 00000000 7bfbdff4
Backtrace:
=>0 0x7bf9630a PullPin_Disconnect+0x3a() in quartz (0x0033ea1c)
1 0x7bf937f9 Parser_PullPin_Disconnect+0x139() in quartz (0x0033ea5c)
2 0x7bf732cc FilterGraph2_RemoveFilter+0x1cc() in quartz (0x0033ebcc)
3 0x7bf7715e FilterGraph2_Render+0x53e() in quartz (0x0033ee1c)
4 0x7bf72e60 FilterGraph2_RenderFile+0x1b0() in quartz (0x0033ee7c)
5 0x006acf86 in oblivion (+0x2acf86) (0x00000000)
0x7bf9630a PullPin_Disconnect+0x3a in quartz: movl 0x0(%eax),%edx
--
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=23635
Summary: Absolute Blue: 'Memory access violation' while loading
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://www.intermediaware.de/index.php?id=119
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=29565)
--> (http://bugs.winehq.org/attachment.cgi?id=29565)
plain console output
Absolute Blue (a small, freeware arcade game) crashes with a memory access
violation while loading.
Tested with several Wine versions back until 1.0.1, the same crash happens in
each version for me.
I have no Windows installed, so can't test how the game behaves under Windows.
How to reproduce the issue:
Start the game, when the loading bar almost reaches 100%, an error dialog is
shown and the game quits.
Note: due to bug #23173 the game's screen is flipped upside-down. As a
workaround you can change ORM to 'backbuffer' in the registry.
Fedora 13 (Selinux is enabled but doesn't interfere with Wine)
Kernel 2.6.34.1
Wine-1.2-rc7
--
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=35876
Bug ID: 35876
Summary: Hard Reset renders incorrectly with GLSL enabled
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kmaterka(a)wp.pl
Game renders incorrectly with GLSL enabled. Disabling GLSL lowers amount of
video defects considerably, unfortunately it is not fixing all of them.
Take a look at screenshots submitted here:
http://appdb.winehq.org/screenshots.php?iAppId=13518&iVersionId=25131
Whatever GLSL is enabled or disabled in log you can find a LOT of such errors
(this pack of messages in loop):
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
err:d3d:wined3d_debug_callback 0x2337b80: "GL_INVALID_VALUE error generated.
Point size must not be negative.".
err:d3d:state_pscale >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glPointSize(...); @ state.c / 1568
err:d3d:wined3d_debug_callback 0x2337b80: "GL_INVALID_VALUE error generated.
Point size must not be negative.".
err:d3d:state_pscale >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from
glPointSize(...); @ state.c / 1568
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
fixme:d3d:gl_stencil_op Unrecognized stencil op 0.
You can download demo using Steam:
http://store.steampowered.com/app/98400/
or from:
http://video.cloudfront.bit-tech.net/bitgamer-demo/hardresetdemo_en.exe
--
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=21312
Summary: Sony Vegas Movie Studio Platinum 9.0b: Serious issues
making video production impossible
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.softpedia.com/get/Multimedia/Video/Video-Ed
itors/Sony-Vegas-Movie-Studio-Platinum.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25649)
--> (http://bugs.winehq.org/attachment.cgi?id=25649)
Numerous FixMes and some Errs...
Well, I finally got it installed using winetrick's dontnet20 and wmp9 as
suggested on my previous bug report for not being able to install it.
It only works on Windows Vista and above compatibility modes, so the log
attached was using Windows 7 which seems best.
I'm not sure where to start on this bug report.
Sony Vegas Movie Studio 9.0b Platinum has several serious issues, all of which
we should be able to be determined from the short log attached.
I'll list them below:
* No plug-ins were found. (This includes the Media Generator, Transitions, and
Video FX tabs making them totally unusable) This effects the majority of the
application and the "Video Event FX..." window, making the program somewhat
useless.
* The Audio "Track FX..." and "Apply Non-Real Time Event FX..." windows are
both totally unusable since nothing can be clicked in them. The audio plugins
there are at least detected, just borked.
* Video Preview Window doesn't show anything, and occasionally flickers a
different color only when rendering. Terminal cycles a never ending
"fixme:msvideo:DrawDibDraw" bug when attempting to play the movie. This also
effects the "Video Event Pan/Crop..." window, making it nearly impossible to do
animation effects since determining your current location in the window is
simply a black screen.
* All icons have a black rectangle around them (trivial and probably just a
simple alpha transparency bug)
Note: Keyword download can be added since Sony Vegas Movie Studio has a free
trial. I made this log using the retail version, but it's using the same exe as
the one on the softpedia link provided.
--
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=10130
Summary: Wine does not compile on x86_64
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garry.hurley.jr(a)gmail.com
CC: posta10100(a)yahoo.it, garry.hurley.jr(a)gmail.com
+++ This bug was initially created as a clone of Bug #4594 +++
gcc -c -I. -I. -I../include -I../include -Wall -pipe -fno-strict-aliasing
-gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o preloader.o
preloader.c
preloader.c: In function ‘wld_mmap’:
preloader.c:259: warning: cast to pointer from integer of different size
preloader.c: In function ‘map_so_lib’:
preloader.c:680: warning: cast to pointer from integer of different size
preloader.c: In function ‘wld_start’:
preloader.c:910: warning: cast from pointer to integer of different size
preloader.c:910: warning: cast to pointer from integer of different size
{standard input}: Assembler messages:
{standard input}:434: Error: suffix or operands invalid for `push'
{standard input}:435: Error: suffix or operands invalid for `push'
{standard input}:437: Error: suffix or operands invalid for `pop'
{standard input}:438: Error: suffix or operands invalid for `pop'
{standard input}:439: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `mov'
{standard input}:524: Error: suffix or operands invalid for `pop'
{standard input}:927: Error: suffix or operands invalid for `push'
{standard input}:927: Error: suffix or operands invalid for `pop'
{standard input}:1016: Error: suffix or operands invalid for `push'
{standard input}:1016: Error: suffix or operands invalid for `pop'
{standard input}:1030: Error: suffix or operands invalid for `push'
{standard input}:1030: Error: suffix or operands invalid for `pop'
{standard input}:1130: Error: suffix or operands invalid for `push'
{standard input}:1130: Error: suffix or operands invalid for `mov'
{standard input}:1130: Error: suffix or operands invalid for `pop'
{standard input}:1153: Error: suffix or operands invalid for `push'
{standard input}:1153: Error: suffix or operands invalid for `pop'
{standard input}:1356: Error: suffix or operands invalid for `push'
{standard input}:1356: Error: suffix or operands invalid for `pop'
{standard input}:1550: Error: suffix or operands invalid for `push'
{standard input}:1550: Error: suffix or operands invalid for `mov'
{standard input}:1550: Error: suffix or operands invalid for `pop'
{standard input}:1585: Error: suffix or operands invalid for `push'
{standard input}:1585: Error: suffix or operands invalid for `mov'
{standard input}:1585: Error: suffix or operands invalid for `pop'
{standard input}:1668: Error: suffix or operands invalid for `push'
{standard input}:1668: Error: suffix or operands invalid for `mov'
{standard input}:1668: Error: suffix or operands invalid for `pop'
make[1]: *** [preloader.o] Error 1
make[1]: Leaving directory `/files/awjb/BUILD/wine-0.9.8-fe/loader'
make: *** [loader] Error 2
Additional information:
As I stated in bug 4594, which was ignored, the current git tree refused to
build WITHOUT using the --enable-win64 option. configure --with-x fails. Bug
is valid regardless of the --enable-win64 switch. Actual output is similar to
the following:
/usr/lib64/gcc/x86_64-slamd64-linux/4.1.2/../../../../x86_64-slamd64-linux/bin/ld:
i386:x86-64 architecture of input file `c_28606.o' is incompatible with i386
output
make[2]: *** [libwine.so.1.0] Error 1
make[2]: Leaving directory `/wine-current/wine/libs/wine'
make[1]: *** [wine] Error 2
make[1]: Leaving directory `/wine-current/wine/libs'
make: *** [libs] Error 2
This is only the last of such messages. This also occurs when doing
./configure with no options, make depend, and then make.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19297
Summary: MS Office Access Runtime 2007 don't work
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: js-box(a)nm.ru
CC: js-box(a)nm.ru
MS Office Access Runtime 2007 don't work
--
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=14801
Summary: Random freeze of Grand Prix Legends 1.2.0.1
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.hoogkamer(a)gmail.com
Created an attachment (id=15349)
--> (http://bugs.winehq.org/attachment.cgi?id=15349)
Error lines from GPL freeze
When running Grand Prix Legends 1.2.0.1 I randomly get a freeze of the game.
Most of the times this happens when I wait for the last seconds to run out
after a qualifying session of when I let the Options screen open. As for the
error I am getting, they are always the same
err:ntdll:RtlpWaitForCriticalSection errors within section 0x94d100 and
0x94d1e0 (see attachement for the full error log).
I am trying to reproduce this error consitently, but I did manage to get that
write yet.
Tux
--
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=36313
Bug ID: 36313
Summary: valgrind shows a possible leak in
propsys/tests/propstore.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==31754== 40 bytes in 1 blocks are possibly lost in loss record 232 of 560
==31754== at 0x7BC4C735: notify_alloc (heap.c:255)
==31754== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31754== by 0x499C848: PropertyStore_CreateInstance (propstore.c:464)
==31754== by 0x499CFD2: InMemoryPropertyStoreFactory_CreateInstance
(propsys_main.c:113)
==31754== by 0x4B4AE26: CoCreateInstance (unknwn.h:226)
==31754== by 0x49561C0: test_persistserialized (propstore.c:207)
==31754== by 0x4956646: func_propstore (propstore.c:256)
==31754== by 0x495C13C: run_test (test.h:584)
==31754== by 0x495C52B: main (test.h:654)
==31754==
--
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=24701
Summary: Vampire the Masquerade bloodlines
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
err:d3d:resource_init Out of adapter memory
Seems to be the first error. I have fglrx drivers but removed them from a while
and tested, and it continued.
using winetricks videomemorysize=512 for my graphics card (Ati mobility radeon
4570 512 mb) didn't have a effect (there is a difference in the offsets
reported). I'm using installed the last unofficial patch. Without it a addional
error relating to the refresh rate would manifest (it has to do with a dll file
in the bin folder shaderapidx9.dll
http://forumplanet.gamespy.com/bloodlines_tech_support/b50391/20211232/p1/
)
and a nocd.
This seems to me a regression, because i played it before in this computer. But
since i changed release, X, fglrx, wine, unofficial patch compilation and other
things, i have no idea if that is certain.
--
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=22239
Summary: BabelMap's display is corrupted in several dialog
boxes
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rebecca.menessec(a)ironhavoc.org
BabelMap is a well-regarded utility for managing and tracking Unicode fonts.
http://www.babelstone.co.uk/Software/BabelMap.html
Unfortunately, this is everything I have-- these errors are generated on
appinit (main window creation, I think), and not when opening dialog boxes, and
not on app close:
user@host ~ $ wine BabelMap.exe
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
I can attach a screenshot, if needed, but this display corruption should be
easy to reproduce. For instance, open the app and click Configure... next to
"Composite Font".
I'm using simple autogen settings, with Windows XP set as the OS. If I can
provide other useful info, I'll be happy to.
--
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=31855
Bug #: 31855
Summary: Unable to start the sims 1 deluxe and unsleshed
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
Created attachment 41919
--> http://bugs.winehq.org/attachment.cgi?id=41919
Log of the sims start on wine 1.5.14
I have install the sims deluxe and the expansion unslashed without error but
the game not start.
Tried on Ubuntu 12.04 with wine 1.5.14.
Clean install with also:
winetricks corefonts vcrun6 vcrun2003 vcrun2005sp1 vcrun2008 vcrun2010 d3dx9
Log of start in attachment
--
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=22038
Summary: Art of Murder Cards of Destiny: some character models
are plain white
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=26799)
--> (http://bugs.winehq.org/attachment.cgi?id=26799)
White character model in the game
In Art of Murder: Cards of Destiny (this is the latest one from the series)
some of the characters appear in plain white. First time I realized this issue
in the second scene of the game, where you can enter a bar.
Wine-1.1.40 from source
Fedora 12 x86
Nvidia 7600 GT card with driver 195.36.08
I could only find a German demo of the game:
http://www.worthdownloading.com/download.php?gid=4444&id=21130 (1.1 Gb in
size) but don't know if it includes that part of the game.
The game was installed into a clean wineprefix but it installed DirectX
runtimes automatically. I didn't try it with wine's built-in DX dlls. I don't
know if that matters.
--
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=26215
Summary: Super Meat Boy shows grey textures for some objects
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
I'm getting grey textures for some, but not all, objects in Super Meat Boy.
The walls and player render fine, but the squirrels and spinning blades in the
first few levels show up as moving grey squares.
Nvidia driver version 260.19.06 on Ubuntu 10.10 64-bit, with a GeForce GTS 450
--
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=34296
Bug #: 34296
Summary: wine --help message should be translatable
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
It's currently hardcoded in loader/main.c (check_command_line function)
static const char usage[] =
"Usage: wine PROGRAM [ARGUMENTS...] Run the specified program\n"
" wine --help Display this help and exit\n"
" wine --version Output version information and
exit";
--
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=35279
Bug ID: 35279
Summary: Giana Sisters: Twisted Dreams v1.1.2: certain objects
have no textures
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Regression SHA1: 611b541f292761e459eac4eb1cf88d765b939ff8
Created attachment 47053
--> http://bugs.winehq.org/attachment.cgi?id=47053
screenshot
This bug is present in the latest version of the game (1.1.2) available on
Steam or GOG.com, but I can't reproduce it with the demo version which is an
earlier version of the game.
Certain objects, characters are black when shader quality in the launcher set
to medium or high. Those objects appear correctly when shader quality set to
low.
Regression testing resulted in
611b541f292761e459eac4eb1cf88d765b939ff8 is the first bad commit
commit 611b541f292761e459eac4eb1cf88d765b939ff8
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jun 12 17:03:49 2012 +0200
wined3d: Set undefined vertex attributes to 0.0.
:040000 040000 b36ae918ed4dbda9ae31976e72d500fce79c69fc
4d4701b1fcdaeeacffb68fd1b6f5d241e7a79a24 M dlls
Note: treasure chests in the game also appear without texture (one chest can be
seen in the attached screenshot with a flag on top of it). This, however, was
caused by a much earlier commit according to my regression testing, it was
commit 4936e71828669ef084f9cf243f924a11a2cdce50 that caused it. Setting shader
quality to low makes chests appear correctly.
Installing native d3dx9 libraries or disabling GLSL don't solve the problem.
Wine terminal output doesn't contain any useful information.
Let me know if you need a log with debug channels enabled.
Fedora 19 x86
Nvidia 250 / driver 325.15
--
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=30061
Bug #: 30061
Summary: Shader bug in The Darkness II
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: K1773R(a)darkgamex.ch
Classification: Unclassified
The Darkness II isnt rendering everything correct when using this patch from
here http://bugs.winehq.org/show_bug.cgi?id=29896.
Some textures arent rendered (black) and sometimes things are way to bright.
--
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=36089
Bug ID: 36089
Summary: SpinTires a wrong dirt rendering
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://oovee.chicsystems.net/SpinTiresInstall_060613.z
ip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 48275
--> http://bugs.winehq.org/attachment.cgi?id=48275
in wine
See attached screenshots.
--
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=29792
Bug #: 29792
Summary: Gothic 2 (JoWood Productions) installer fails due to
media validation tool failing (don't add
FILE_ATTRIBUTE_ARCHIVE by default to file entries)
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
I first wanted to investigate bug 22515 hence i bought the game for a few bucks
and looked into it...
Well, it seems there exist different editions of the game and the problems
might not be connected at all.
Although this is related to copy protection it's not the SecuROM 4.x tests
failing here - that part of protection works fine.
I have the 3 CD set by JoWood Productions released on November 29, 2002.
Near the end of installation process there is a tool "g2setup.exe" launched
which verifies the authenticity of install media.
That process returns a specific exit code (0x777 -> 1911) which basically says:
"all checks passed".
Any different exit code will roll back the whole installation!
Current workaround: kill the installer from another terminal when this
verification process starts.
Everything has already been copied up to this point so just wait until the disc
spins up and execute 'wineserver -k'.
--- snip ---
0024:Starting process L"C:\\Program Files\\Jowood\\Gothic II\\g2setup.exe"
(entryproc=0x4c6929)
--- snip ---
--- snip ---
-=[ ProtectionID v0.6.4.0 JULY]=-
(c) 2003-2010 CDKiLLER & TippeX
Build 07/08/10-17:57:05
...
Scanning -> Z:\home\focht\.wine\drive_c\Program Files\Jowood\Gothic
II\g2setup.dll
File Type : 32-Bit Dll (Subsystem : Win GUI / 2), Size : 229376 (038000h)
Byte(s)
[File Heuristics] -> Flag : 00000000000000001100001100000001 (0x0000C301)
[!] Armadillo v2.xx - v3.xx detected !
[i] Splash Setting (0x0) -> NONE / Duration : 00 second(s)
[CompilerDetect] -> Visual C/C++
- Scan Took : 0.560 Second(s)
--- snip ---
Various anti-debugging/hacking trickery which of course can be bypassed ;-)
Additionally to physical media analysis of GOTHIC2_CD3 (part of SecuROM) there
are "custom" checks present.
Most of them are simple ones like comparing disc serial against hard coded
value.
The directory structure is read from disc and CRC32 checksums are calculated
for specific files.
--- snip ---
ATTRIBS SIZE CRC32 NAME
____________________________________________________________
A R 362,789,836 5f4cb098 Gothic2-Setup.W03
A R 123 JoWooD Homepage.url
A R 14,816 Readme.txt
A R 289 Register.url
A R 5,569 eula.txt
A R 766 gothic2.ico
(DIR) 168,146,318 ArxDemo
A R 31,744 1d31e5c6 ArxDemo\Setup.exe
A R 877 ArxDemo\Setup.ini
A R 1,304,064 ArxDemo\Setup.msi
A R 101,581,207 ArxDemo\Setup1.cab
A R 23,103,162 ArxDemo\Setup2.cab
A R 31,150,491 ArxDemo\Setup3.cab
A R 1,309,184 ArxDemo\Setup_Deutsch.msi
A R 1,708,856 34ec21c0 ArxDemo\instmsi.exe
A R 1,822,520 e5563f20 ArxDemo\instmsiw.exe
...
Scan time.............[ 551.80] Seconds (551801 ms)
Total files...........[ 35] Files
Total size............[ 558,468,227] Bytes
Dirlist Text CRC32....[ 0032ED44]
____________________________________________________________
...
--- snip ---
Forget the scan time, I was debugging at this place ;-)
What makes things complicated is that additionally to per-file CRC32 checksums
there is also a CRC32 for the whole in-memory folder listing content generated
(see snippet) -> "Dirlist Text CRC32" (in snippet the address is printed, not
the value itself).
That overall checksum didn't match the internal hard-coded one.
One problem is that Wine adds FILE_ATTRIBUTE_ARCHIVE by default to each file
info entry.
Source:
http://source.winehq.org/git/wine.git/blob/c7cb3e6cb21598281cf2b00b2ccd8323…
This is breaks the overall checksum (file entries get "A" added).
The file entries have to have only FILE_ATTRIBUTE_READONLY set -> "R" (reside
on CDROM).
If FILE_ATTRIBUTE_ARCHIVE is omitted (and a second bug is worked around) the
verification process exits with exit code 0x777 which allows the main installer
to successfully finish.
---
There is another problem, a bug in the verification tool that unfortunately
prevents a "full" fix for this installer.
One of the file CRC32 on CD3 gets miscalculated ...
It took me some hours to find out this brain damage after successfully pinning
down the first problem and wondering why the overall checksum still didn't
match.
--- snip ---
...
0024:Call KERNEL32.CreateFileA(0032d734
"D:\\arxdemo\\setup.exe",80000000,00000001,00000000,00000003,00000080,00000000)
ret=00d86dfe
0024:Ret KERNEL32.CreateFileA() retval=000000a0 ret=00d86dfe
0024:Call KERNEL32.GetFileSize(000000a0,00000000) ret=00d87385
0024:Ret KERNEL32.GetFileSize() retval=00007c00 ret=00d87385
0024:Call ntdll.RtlAllocateHeap(00fc0000,00000000,00010010) ret=00be379b
0024:Ret ntdll.RtlAllocateHeap() retval=00fc5238 ret=00be379b
0024:Call KERNEL32.ReadFile(000000a0,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call ntdll.RtlFreeHeap(00fc0000,00000000,00fc5238) ret=00be3cea
0024:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00be3cea
0024:Call KERNEL32.CloseHandle(000000a0) ret=00d8743a
0024:Ret KERNEL32.CloseHandle() retval=00000001 ret=00d8743a
--- snip ---
"D:\\arxdemo\\setup.exe" is the culprit. The file size is 31744 bytes.
The tool allocates a fixed 65552 byte buffer to read file content in and
calculate checksum on (actually 65536 bytes are used for checksumming).
Prior to calculating file CRC32 for "D:\\arxdemo\\setup.exe", the 350 MiB
"D:\\gothic2-setup.w03" was checksummed in 0x10000 byte chunks.
It had the same heap chunk address 0x00fc5238 which was later reused for
"D:\\arxdemo\\setup.exe" checksum calculation.
--- snip ---
0024:Call KERNEL32.CreateFileA(0032dd20
"D:\\gothic2-setup.w03",80000000,00000001,00000000,00000003,00000080,00000000)
ret=00d86dfe
0024:Ret KERNEL32.CreateFileA() retval=0000009c ret=00d86dfe
0024:Call KERNEL32.GetFileSize(0000009c,00000000) ret=00d87385
0024:Ret KERNEL32.GetFileSize() retval=159fbbcc ret=00d87385
0024:Call ntdll.RtlAllocateHeap(00fc0000,00000000,00010010) ret=00be379b
0024:Ret ntdll.RtlAllocateHeap() retval=00fc5238 ret=00be379b
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
...
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00008480,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00008480,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call ntdll.RtlFreeHeap(00fc0000,00000000,00fc5238) ret=00be3cea
0024:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00be3cea
...
--- snip ---
Because the heap chunk was reused and the buffer was fully filled from previous
run, the read file operation for "D:\\arxdemo\\setup.exe" only initialized the
first 31744 bytes.
The checksum is done on 65536 bytes of buffer which includes garbage/leftover
already present.
Well, the developers didn't bother to pass HEAP_ZERO_MEMORY to
RtlAllocateHeap() or explicit memset(ptr, 0, nbytes).
The tool "works" in Windows most likely due to different heap manager
implementation/usage or maybe application shims.
They put some effort into anti-debugging/hacking/copying and rambled about
piracy in hidden messages (found while debugging) ... and yet managed to put in
such bugs.
You can hack/patch ntdll.dll RtlAllocateHeap() -> forcing flags |=
HEAP_ZERO_MEMORY to verify the installer really works after fixing the first
problem.
Regards
--
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=30421
Bug #: 30421
Summary: obscure GDI Message Queue + Focus bug
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Classification: Unclassified
ok, this is a rather obscure bug that i've been experiencing for quite some
time, but hadn't got a handle on any of the functions being used, so couldn't
really provide a useful report. as i am now running pyjamas-desktop which uses
python ctypes bindings to gdi32 (!!) i can now provide useful feedback.
please see the following file, the GetMessage loop towards the end:
http://pyjs.org/pygit/#file=pyjd/mshtml.py&id=0d4b6787d01c3d90f2c8801c5c4c4…
basically, the repro is as follows:
* run wine python.exe Hello.py (an example)
* move the mouse out of the GDI32 (IWebBrowser2 OLE control) window
* move the mouse into the xterm where wine was fired up
* press ctrl-c
now, _normally_, under xp, nothing happens... and nothing _should_ happen...
ever. ctrl-c should be *completely* ignored. but, continue:
* move the mouse _back_ into the GDI32 window
* the program exits
the exit should *not* be happening when the mouse is moved back.
which brings me on to the various experiences that i've had with focus issues,
especially dialog boxes. maybe this is because i'm using fvwm2, but the
behaviour of focus on dialog boxes and especially inputboxes within dialog
boxes is _very_ erratic. the mouse is needed to be moved into the parent
window in order sometimes for keyboard focus to arrive on the inputbox within
the dialog box! sometimes that doesn't work, and the mouse is required to be
moved onto the bar at the top of the parent window (the one with the title -
the x-windows / fvwm window bar!)
all very odd, and probably a different bug, but hey :)
--
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=19182
Summary: Allow to completely disable MIME-type and application
integration
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Note: I could not find a component "winemenubilder" which is why I selected
"-unknown".
It would be great to have a way to tell wine not to create a whole bunch of
files across the .config and .local directories. I don't want any mime-type
which is registered by a windows application run through wine to reflect on my
system - if I really want to use wine to open a certain filetype (which never
happened so far) I will do that manually. Nor do I want all the unnecessary
start menu entries to be added to my KDE menu - they end up in the wrong
category anyway. I like to have the control of creating these entries myself.
For the menu it worked fine to simply remove the "Wine" menu directory with the
menu editor. The annoying files still got created, but they were ignored.
However now wine started to spam my mime directory, too, and it constantly
re-creates the files in there - a really annoying behaviour. This not only
leads to the danger of me accidentally starting wine without wanting to do so,
it also drives some applications crazy (for example the KDE screenshot
application no longer recognizes ".jpg" to be a JPEG extension since wine added
.jfif).
I understand that many people want wine to just magically integrate into their
Linux environment, but there are also people like me who switched to Linux
because they like to have control, and Windows often prefers its own
preferences over the user's. Wine should really not bring that to Linux, or it
will get as annoying as Windows is. If I could not patch wine myself to no
longer create these files, I had no way to stop all these mime types from being
added, no configuration panel to remove them, nothing. I do not even know which
of my many WINEPREFIXes created the files.
--
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=16835
Summary: Crashes on start - shows only splash screen -
comctl32.dll dependency
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.laridian.com/pc/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)rossall61.freeserve.co.uk
Created an attachment (id=18543)
--> (http://bugs.winehq.org/attachment.cgi?id=18543)
Log file
When the PocketBible application is started, the splash screen appears, but
nothing else. Errors are reported on the command line. The attached log file is
generated from a clean Wine install.
After discussion in this thread, I tried using winetricks cc580 to install a
native comctl32.dll:
http://forum.winehq.org/viewtopic.php?p=17535#17535
The DLL installed was v5.80 and the application then produced an error
indicating that v5.81 minimum is required. I substituted a native DLL of this
version and the application now runs successfully.
I noticed that replacing the Wine DLL with the native v5.81 directly is not
sufficient and it is necessary first to use winetricks as above and then to
substitute the later version DLL.
--
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=34830
Bug #: 34830
Summary: rpcrt4:cstub fails and crashes on Windows 8
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The rpcrt4:cstub conformance test has a number of test failures and crashes on
Windows 8:
cstub.c:519: Test failed: QueryInterfacevtbl 1 not updated 776C2F4B 76085EBB
cstub.c:520: Test failed: AddRefvtbl 1 not updated 776BF425 76085ECE
cstub.c:524: Test failed: Invokevtbl 1 not updated 776BF839 7607CC41
cstub.c:525: Test failed: IsIIDSupportedvtbl 1 not updated 776CF314 76102697
cstub.c:527: Test failed: DebugServerQueryInterfacevtbl 1 not updated 776CF2ED
76102671
cstub.c:528: Test failed: DebugServerReleasevtbl 1 not updated 776C767F
76102684
cstub.c:530: Test failed: QueryInterfacevtbl 2 not updated 776C2F4B 76085EBB
cstub.c:531: Test failed: AddRefvtbl 2 not updated 776BF425 76085ECE
cstub.c:533: Test failed: Connectvtbl 2 not updated 776CF28C 7610264B
cstub.c:534: Test failed: Disconnectvtbl 2 not updated 776BF0D3 7607CC1B
cstub.c:535: Test failed: Invokevtbl 2 not updated 776BF839 7607CC41
cstub.c:536: Test failed: IsIIDSupportedvtbl 2 not updated 776CF314 76102697
cstub.c:537: Test failed: CountRefsvtbl 2 not updated 776CF2D2 7610265E
cstub.c:538: Test failed: DebugServerQueryInterfacevtbl 2 not updated 776CF2ED
76102671
cstub.c:539: Test failed: DebugServerReleasevtbl 2 not updated 776C767F
76102684
cstub.c:541: Test failed: QueryInterfacevtbl 3 not updated 776C2F4B 76085EBB
cstub.c:542: Test failed: AddRefvtbl 3 not updated 776BF425 76085ECE
cstub.c:546: Test failed: Invokevtbl 3 not updated 776BF839 7607CC41
cstub.c:547: Test failed: IsIIDSupportedvtbl 3 not updated 776CF314 76102697
cstub.c:549: Test failed: DebugServerQueryInterfacevtbl 3 not updated 776CF2ED
76102671
cstub.c:550: Test failed: DebugServerReleasevtbl 3 not updated 776C767F
76102684
cstub.c:564: Test failed: wrong proxy 1 func 0 776BF1AA/76080EFB
cstub.c:565: Test failed: wrong proxy 1 func 1 776BF4CB/7607CC2E
cstub.c:566: Test failed: wrong proxy 1 func 2 776BF16A/7607CBF5
cstub.c:584: Test failed: wrong proxy 3 func 0 776BF1AA/76080EFB
cstub.c:585: Test failed: wrong proxy 3 func 1 776BF4CB/7607CC2E
cstub.c:586: Test failed: wrong proxy 3 func 2 776BF16A/7607CBF5
cstub.c:755: this is the last test seen before the exception
cstub: unhandled exception c0000005 at 775CB76F
The crash happens in this call of create_proxy_test():
create_proxy_test( ppsf, &IID_if2, if2_proxy_vtbl.Vtbl );
--
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=22383
Summary: Dragon Age: Origins - massive flickering when
StrictDrawOrdering is disabled
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hverbeet(a)gmail.com
Using wine-1.1.42-390-g4fc6512 + the patch from bug 22202, there is massive
flickering of vertical black lines across the intro video. Disabling
StrictDrawOrdering fixes it.
Can't seem to get a screenshot, but if you really need one, let me know.
--
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=33834
Bug #: 33834
Summary: user32: multiline edit control renders tabs not
correctly using usp10
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardu(a)vr-web.de
Classification: Unclassified
Created attachment 44856
--> http://bugs.winehq.org/attachment.cgi?id=44856
minimal test program
An multiline edit control from user32 with custom tab widths set by window
message EM_SETTABSTOPS gets the tabs not rendered correctly.
Only the first and the last "column" is visible.
--
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=13610
Summary: DragonRiders: main character, dragon and sky appear
black
Product: Wine
Version: 1.0-rc3
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=8946
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rainmaker(a)icgag.it
Created an attachment (id=13574)
--> (http://bugs.winehq.org/attachment.cgi?id=13574)
How it looks in Wine
The main character and the dragon in the DragonRiders game appear completely
black except for their eyes, as if they had no texture applied (check the
attached screenshots). From a bird's view of the village at the beginning, it
looks like the sky suffers from the same problem. I couldn't verify whether
this applies to other characters in the game as well or not, since I only
played for a few minutes.
The same bug happens in Cedega as well.
I can only guess it's some kind of chroma key problem (as the one in Ultima
IX), but the game cannot be configured with respect to that. The only hint is a
debug error that floods the console (check attached log):
err:d3d_surface:IWineD3DBaseSurfaceImpl_BltFast DXTC decompression not
supported by now
but I don't know if it might be related. There's also a message concerning an
unsupported Stippled Alpha feature.
--
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=26617
Summary: Need for Speed Shift 2: large black squares appear in
cockpit, obscuring much of the screen
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
It's as if part of the screen is censored.
The black blocks usually show up after about twenty or forty seconds of
racing. They're there even on lowest settings. Makes game unplayable.
There are quite a few messages like this:
fixme:d3d_surface:surface_load_location Downloading RGB surface 0x79f9eb50 to
reload it as sRGB.
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Filter WINED3DTEXF_LINEAR not
supported in software blit.
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Stretched blit not implemented
for bpp 64!
--
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=23081
Summary: Dragon Age: Origins - shadow under character flickers
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The shadow under the character flickers badly, especially in the
character selector before the game launches.
(This is with winetricks strictdrawordering=enabled as per bug 22383 )
It is present at least as far back as wine-1.1.36, but it gets
harder to tell as you go further back, because of other problems.
--
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=23730
Summary: Dragon Age: Origins, black flickering in opening menu
screen when mouse moves
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 22200 is fixed, Dragon Age Online no longer needs native
msvcr80. But when you move the mouse, there are black
bars in the game's opening menu page.
You can work around this with WINEDEBUG=-msvcrt.
The messages this suppresses look like this:
fixme:msvcrt:_controlfp_s (0x518e8f8 655391 196608) semi-stub
fixme:msvcrt:__crtGetStringTypeW (unk 0, type 1, wstr 0x518e58c(1), 0x518e590)
partial stub
This seems to be a concrete case of a verbose FIXME causing suboptimal
performance. Should we
a) declare this to be not a problem because the user is supposed to read the
manual or appdb and know to use WINEDEBUG=-all when running this app?
b) declare this to be not a problem because the distro is supposed to patch
or wrap wine to always run apps with WINEDEBUG=-all?
c) temporarily mark the FIXMEs that cause the performance problem to be
displayed once only?
or d) something else?
--
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=29397
Bug #: 29397
Summary: Flickering black boxes over models in Orcs Must Die!
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)deserettechnology.com
Classification: Unclassified
Created attachment 38054
--> http://bugs.winehq.org/attachment.cgi?id=38054
Black boxes covering player models
While playing Orcs Must Die!, flickering black boxes appear on the edges of
many models, including background models that are part of the arena as well as
character models. These black boxes rarely stay in place long enough to capture
with a screenshot, but I have one that shows two such boxes. They change
position as the player moves and animations execute, but the boxes are present
in almost every frame.
Tested with 1.1.35 and 962230064d and got identical results. I have never tried
to play with earlier versions so I don't know if this is a regression or not.
The attached screenshot shows a black box over the archer's head and the
player's elbow. The box on the archer is permanent, the box on the players
elbow flickers as movement animations occur.
--
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=28883
Bug #: 28883
Summary: The Witcher 2: Portions of objects rendered as black.
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Classification: Unclassified
The Witcher 2 suffers from strange anomalies where objects or parts of objects
are drawn as black rather than textured. This occurs regardless of whether GLSL
is enabled or disabled and is not the same as Bug 27194 (which is resolved).
The only console message during this time is:
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
over and over.
I've attached a screenshot showing the issue. Shifting the view slightly
changes what will and won't be shown as black. It happens mostly outdoors and
generally on foliage, although it sometimes appears on characters as well as
the screenshot indicates.
--
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=14939
Summary: DXT1 support not implemented
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shacklein(a)gmail.com
Running Black & White, regardless of in-game settings, the following fixme
occurs:
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_DXT1 to WINED3DFMT_A4R4G4B4
Although the game is still playable, the lack of DXT1 support does seriously
affect the graphics and gameplay. On "lowest" settings, the terrain is
transparent and some objects are untextured and 100% black; on "highest", some
textures are corrupted, or untextured as in "lowest" settings.
--
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=21197
Summary: Black dots are seen on some 3D models in GTAIV
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Created an attachment (id=25456)
--> (http://bugs.winehq.org/attachment.cgi?id=25456)
Exploded car
Sometimes dots make up the whole model, easily seen on exploded cars.
--
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=25760
Summary: After deinstallation of World of Tanks, its .desktop
file still resides in the menu
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
After deinstallation of World of Tanks, its .desktop file still resides in the
menu. The item disappears from Wine submenu but appears in "Applications".
--
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=26445
Summary: URLDownloadToFileW does not support FTP URLs
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)colinfinck.de
I cannot download any file with an ftp:// URL using urlmon's URLDownloadToFileW
function. HTTP URLs properly work.
Downloading over FTP is supported under Windows, so Wine should implement this
as well.
An example app using this functionality can be found in bug 9741. As I don't
want to argue whether closing that bug was right, I'm opening this new one.
--
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=21403
Summary: Shiva editor refuse to run.
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://stonetrip.com/start-download/shiva/1-shiva-ple.
html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.livet(a)gmail.com
Created an attachment (id=25775)
--> (http://bugs.winehq.org/attachment.cgi?id=25775)
Here is the trace I have when I launch Shiva from the terminal.
Shiva is a indie game editor.
I was never be able to launch it (older version to).
There are some fixme in win and xrender (see log.txt), I assume the problem
come frome things unimplemented.
Test with lastest shiva PLE 1.8.1
--
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=23455
Summary: Using Filealyzer with wine o DLLs or EXE files causes
an application error
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.safer-networking.org/en/filealyzer/index.ht
ml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nil094(a)yahoo.com
Created an attachment (id=29272)
--> (http://bugs.winehq.org/attachment.cgi?id=29272)
Console output
Using Filealyzer with wine on DLLs or EXE Files causes an internal application
error (see screenshot) in Filealyzer.
This happens with any DLL or EXE File.
It doesn't happen on Windows XP (SP2), though.
--
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=36764
Bug ID: 36764
Summary: Rogue Squadron 3D 1.3: Unable to setup controller
in-game
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: dev(a)xod.me
Created attachment 48822
--> http://bugs.winehq.org/attachment.cgi?id=48822
Console output, doesn't output anything when the issue happens, though.
When trying to setup controller buttons in the Joystick settings panel in game,
all buttons get mapped to BUTTON 1.
Even though the joystick calibration tool in the game's launcher correctly
recognizes the gamepad (an Xbox 360 wireless controller using the xpad driver
from Steam).
It could be a problem with auto-fire.
I'm leaving the severity to normal since it's a kind of game meant to be played
with a joystick or pad. Mouse or keyboard control of the ship are quite aweful.
--
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=19098
Summary: Regedit randomly crashes when deleting registry keys
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: acheron(a)front.ru
When I try to delete a key regedit may crash. Error messages wary. Sometimes it
displays an error window suggesting to write a bug report, sometimes it
doesn't. The most frequent error message seems to be similar to
wine: Unhandled page fault on write access to 0x00790051 at address 0x7ef977f9
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef97d3e
I don't know if this is the cause or not, but I've encountered this problem
only deleting keys of type REG_SZ and containing non-ASCII characters.
--
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=33904
Bug #: 33904
Summary: Face Noir demo crashes on start without native
d3dx9_36
Product: Wine
Version: 1.6-rc3
Platform: x86
URL: http://spiele.download.t-online.de/dladvert/115472
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com, wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 45015
--> http://bugs.winehq.org/attachment.cgi?id=45015
log+d3dx
This is may also affect on a full 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=15934
Summary: Can't see Worms 2 intro films as they play
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deriziotis(a)gmail.com
The introduction films to Worms 2 play but you can't see the videos.
You can only hear the audio and when they finish it goes into the game as
normal.
Without any debugging set a fixme line is outputted to the console when each
video starts:
fixme:mciavi:MCIAVI_mciPlay Unsupported flag 02000003
fixme:mciavi:MCIAVI_mciPlay Unsupported flag 02000003
--
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=34749
Bug #: 34749
Summary: Eleusis Demo needs native dotnet40
Product: Wine
Version: 1.7.4
Platform: x86
URL: http://www.gamershell.com/download_99777.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 46328
--> http://bugs.winehq.org/attachment.cgi?id=46328
log+backtrace
Crashes at start without native dotnet40.
--
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=15436
Summary: Collect crash data
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Suggested at Wineconf 2008.
When a wine app crashes, instead of running winedbg by default,
we should run a crash handler that gathers
crash info and offers to upload it to the developers.
--
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=36412
Bug ID: 36412
Summary: valgrind shows a possible leak in
netprofm/tests/list.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==3773== 28 bytes in 1 blocks are possibly lost in loss record 159 of 560
==3773== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==3773== by 0x4CD6BB8: apartment_getclassobject (compobj.c:526)
==3773== by 0x4CD9FC6: get_inproc_class_object (compobj.c:2894)
==3773== by 0x4CDCD2F: CoGetClassObject (compobj.c:3032)
==3773== by 0x4CDD4B7: CoCreateInstance (compobj.c:3197)
==3773== by 0x4B74D31: func_list (list.c:35)
==3773== by 0x4B75E84: run_test (test.h:584)
==3773== by 0x4B76272: main (test.h:654)
==3773==
--
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=18971
Summary: Font's not properly setup in the registry?
(appinstall)
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.ccleaner.com/download
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Found while testing CCleaner for appinstall, wine's got ~10 registry errors.
I've sent patches for a few of them, but I'm not as sure on these...
Font Issue Courier (coure.fon) HKLM\Software\Microsoft\Windows
NT\CurrentVersion\Fonts
Font Issue MS Sans Serif (sserife.fon) HKLM\Software\Microsoft\Windows
NT\CurrentVersion\Fonts
Font Issue MS Serif (serife.fon) HKLM\Software\Microsoft\Windows
NT\CurrentVersion\Fonts
Font Issue Small Fonts (smalle.fon) HKLM\Software\Microsoft\Windows
NT\CurrentVersion\Fonts
We claim to have these fonts, but really, we've substitutes that have different
names. Windows does the same, but doesn't get a complaint from CCleaner, so
we're not doing something right.
--
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.