http://bugs.winehq.org/show_bug.cgi?id=3666
------- Additional Comments From andrewz(a)springsrescuemission.org 2005-23-11 13:47 -------
Are there any tests I can run that would be helpful? Would an attachment with
results of winetest help? I noticed that winetest has a 32-bit exception in
ddraw_test: that exception seems to caused by OpenGL not starting (?).
Assuming WINE is not SMP safe, is there a workaround (that does not affect
non-WINE programs on the same system)?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3885
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-23-11 12:49 -------
Actually it gets now to mark 16 (point sprites) where it crashes. It skips mark
14 and 15 (pixel shader) saying no hardware support for that,which i find
strange as I thought that was supported in wine-cvs, or am i wrong
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3885
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-23-11 12:22 -------
Just before the crash it says
err:d3d:IDirect3DDevice8Impl_ActiveRender cannot get valides GLXFBConfig for
(20,D3DFMT_R8G8B8)/(71,D3DFMT_D32)
i guess that format isn't fully supported yet.
I changed line 4698 in dlls/d3d8/device.c from
} else {
into
} else {ret = D3D_OK;
and now it starts the second mark. I ran it three times , 2 times it completed
and it got into the 3rd mark (with some graphical glitches) and one time it crashed.
Will test a bit further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3912
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
------- Additional Comments From burnus(a)gmx.de 2005-23-11 11:03 -------
Please send the patch to wine-patches@,
see http://www.winehq.org/site/sending_patches for details.
> +++ /home/syncad/winedata/wine/include/wingdi.h (revision 31711)
The diff should be relative to the wine directory as cvs diff -u should spit
out, this contains a superfluous /home/syncad/winedata/wine. Is this against the
current CVS?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |djankov(a)syncad.com
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 10:59 -------
Please send your patches to wine-patches(a)winehq.org (see:
http://www.winehq.org/site/sending_patches)
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
Summary: incorrect RGBQUAD struct declaration causes link error
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djankov(a)syncad.com
In wingdi.h struct RGBQUAD is declared incorrectly, the declaration should be
exact as in wingdi.h on Windows. The current declaration causes a link error
when linking against code compiled against Windows-compatible RGBQUAD
declaration, such as FreeImage library. The struct should have
struct tagRGBQUAD { ... } RGBQUAD;
like on Windows, but in Wine it is missing the tag part.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3883
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-23-11 10:10 -------
Hi, i get a crash in msvcrt when trying to run the app:
=>1 0x7f6dc506 cxx_frame_handler+0x34a(exc_context=0x7fc7f5fc,
dispatch=0x7fc7f584, descr=0x7b3d48, nested_frame=0x0, nested_trylevel=0x0,
context=0x7fc7f1c0) [/LFS/winecvs/wine/dlls/msvcrt/cppexcept.c:305] in msvcrt
(0x7f6dc506) etc.
When i run with native msvcrt i can get it up. It takes about 5 secs to get the
splash screen; then about 3 secs to get the GUI. I don't know if you have a real
slow computer or if the app behaves differently at your's. (I have an AMD-64,
1800 Mhz). (maybe you could try if changing msvcrt to native speeds things up)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3911
Summary: Augmented open-file dialog: widgets jump
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
I have an open-file dialog with an extra checkbox "Show info" (dialog size with
border: 498 x 340 pixel); if I click on it, the dialog expands (492 x 390) and
shows a label ("Comment:") and a read-only editfield.
The problem is: all widgets starting from "Filename" are shifted above, the
file-name field is hard to find (overdrawn by the widget which shows the list
files).
Clicking again on "Show info" to disable it, the dialog shrinks (492 x 304) and
that "show info" checkbox is almost completely cut off at the bottom. (Don't
know whether it should be higher up or whether the dialog window should be taller.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3411
------- Additional Comments From ivg2(a)cornell.edu 2005-23-11 09:02 -------
I can no longer reproduce the bug - Oliver please confirm.
I'm excited... now if the cursor could be made visible, maybe this demo would be
playable?
err:d3d:IWineD3DDeviceImpl_SetCursorProperties (0x7ff4e3d8) :
surface(0x7642f9d0) has an invalid size
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1355
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 06:51 -------
Please reopen with more details if you still encounter this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2264
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 06:42 -------
Please reopen with more informations (exact locale used, results with notepad)
if you still encounter this bug.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3355
------- Additional Comments From wm161(a)wm161.net 2005-23-11 06:08 -------
I get the same thing, but this is with 0.9.1 using fedora RPM packages, and I
get that crash on startup of any wine programs. I haven't been able to change
the driver, as I can't find a configuration file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3132
------- Additional Comments From wine(a)wine.lka.org.lu 2005-23-11 05:56 -------
Installshield starts, machine becomes *very* slow, and then it complains that
I don't have the right version of Notes (which is expected, I think, as it is
already upgraded to the most recent version: 6.5.4... So we'll have to wait
for the 6.5.5 upgrade to come out in order to fully test the procedure...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3906
------- Additional Comments From willie(a)froq.net 2005-23-11 05:38 -------
It's not evdev related (I expected it might be, given that VMWare has issues
with evdev as well). So I hacked IDirectInputDevice2AImpl_QueryInterface to
return something but E_FAIL (to see if the problem really is there), which
leads to a crash in libc.so.6 later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3131
------- Additional Comments From wine(a)wine.lka.org.lu 2005-23-11 05:36 -------
Nope. Without removing usp10.dll, it (0.9.2) still aborts with the following
messages:
fixme:uniscribe:ScriptGetProperties 0x61beeb70,0x61beeb44
fixme:uniscribe:ScriptRecordDigitSubstitution 1024,0x61beeb38
wine: Call from 0x7fcdbd80 to unimplemented function
usp10.dll.ScriptCacheGetHeight, aborting
...
When removing usp10.dll it succeeds, as did 0.9.1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3789
roli8200(a)yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Corel Draw 9 startup crashes|Corel Draw 9 startup crashes
|again using cvs version |again using cvs version
------- Additional Comments From roli8200(a)yahoo.de 2005-23-11 05:12 -------
Hello
Hey guys the error is already there. Even with wine 0.9.2. CAN PLEASE SOMEBODY
CHECK THE WRONG CHECK-IN between wine-0.9 and wine-0.9.1!!!
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3131
------- Additional Comments From infyquest(a)gmail.com 2005-23-11 05:09 -------
there is a stubbed implementation for a specific function in usp10.dll.so in 0.9.2
so it might work in 0.9.2, if not please try to add a stubbed implementation of
the failing function to wine ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3897
------- Additional Comments From ldrolez(a)linbox.com 2005-23-11 04:54 -------
Here is the pascal source code of innosetup which prints the error:
{ Update the resources }
H := BeginUpdateResource(PChar(FileName), False);
if H = 0 then
ErrorWithLastError('BeginUpdateResource failed (1)');
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From marcus(a)jet.franken.de 2005-23-11 00:48 -------
can you perhaps create WINEDEBUG=+relay,+comm log?
it might be very long, so perhaps put it compressed on a website
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3881
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-23-11 00:05 -------
fixed in cvs and 0.9.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
------- Additional Comments From infyquest(a)gmail.com 2005-22-11 23:52 -------
I have tested it on winxp, its the same as in wine.
Now wine is trying to emulate win2k behavior by default.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3701
cihan(a)uq.edu.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cihan(a)uq.edu.au
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 23:20 -------
Same problem here with Office 2003 Pro installer.
I couldn't get any trace/debug output that looks useful.
I would say this is an MSI issue...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3459
------- Additional Comments From Speeddymon(a)gmail.com 2005-22-11 21:39 -------
Ok, thanks for confirming this with every release, but it really isnt
necessary.. Although, I would recommend at least putting a note on here every
now and then checking the status of the bug to see if anyone has worked on it
lately.. Surprisingly, nobody has looked at this one or 3797, which appear to
be related. I'll post a note on the devel list to see if I can get someone to
look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-22-11 21:37 -------
Here is the information Cihan requested:
$ uname -a
Linux ethereal.localdomain 2.6.14-1.1637_1.rhfc4.cubbi_swsusp2 #1 Thu Nov 10
17:01:49 CET 2005 i686 i686 i386 GNU/Linux
$ cat /etc/redhat-release
Fedora Core release 4 (Stentz)
Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3797
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|3459 |
OtherBugsDependingO| |3459
nThis| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-22-11 21:37 -------
Hmmm.. I'm surprised nobody has lokoed at this one. Ill link in another bug
related to this one, and ask if someone can take a look.. Maybe since we can get
source, this can be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-22-11 21:34 -------
Oops, I should have perhaps added LC_ALL=en_US to the command-line to by-pass
the Turkish locale. AFAICT, this does not affect ~99% of what is in the log.
Feel free to ask for another attachment if you found otherwise.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3901
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2858
------- Additional Comments From gamehead20(a)yahoo.com 2005-22-11 19:00 -------
*** Bug 3861 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
gamehead20(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From gamehead20(a)yahoo.com 2005-22-11 19:00 -------
*** This bug has been marked as a duplicate of 2858 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
gamehead20(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 18:22 -------
This should probably go into a new bug report but:
I just downloaded and installed the latest CVS and tried the Powerpoint viewer
and it gives me a black screen as well when loading a presentation.
Context menu and mouse clicks work (ie. I can advance the slides without seeing
them and also quit the program).
In Windows 98 mode I get an error:
err:dc:CreateDCW no device found for L"\\\\.\\DISPLAY1"
In Windows 2000 mode I get no errors but:
fixme:win:EnumDisplayDevicesW ((null),0,0x4067ece4,0x00000000), stub! (3x)
I recall that there were issues with DISPLAY1 vs. DISPLAY or similar.
Any suggestions?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:14 -------
*** This bug has been marked as a duplicate of 2858 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2858
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gamehead20(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:14 -------
*** Bug 3861 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3874
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:08 -------
winaspi looks really outdated. Some things don't work anymore the way they did
few years back.
winaspi should use ioctls where possible, instead of reading/writing from/to
/dev/sg? device.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 17:58 -------
This is rather strange, from the debug log one can see that it is using the
same handle 0x8c everywhere.
But the thing that looks suspicious is:
trace:comm:COMM_WaitCommEventService TIOCGICOUNT err Geçersiz argüman
Which means 'TIOCGICOUNT err invalid argument'. This causes the CheckEvents to
return a value of 0 everywhere. What platform/distro are you using?
The polling code is written by Uwe Bonnes, maybe he can give some advice?
Cheers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 15:15 -------
two purposes:
- initial setup of the fakewindows environment (~/.wine/)
or in this case:
- upgrade the registry to the current WINE level (integrate new registry
entries)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 15:09 -------
Yes, this fixed it. Thanks for the hint.
Just out of curiosity: what does wineprefixcreate do ;-) ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 14:29 -------
can you run "wineprefixcreate" once ... and try again?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3304
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 14:28 -------
now it already crashes when i click on the [File] menu. :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 14:04 -------
Correction: actually there is one thing (apart from killing wine) that will
get the situation unstuck: a right click or a middle click. This brings up a
dialog box "PowerPoint Viewer found an error that it cannot correct. Please
exit and restart PowerPoint Viewer". Clicking OK on this dialog box allows to
view the presentation normally (... even without restarting it, despite what
the dialog box claims...)
The right click only works if not preceded by a left click.
The bug has been existing under this form (black screen) since
wine-20050930-SuSELinux93.i586.rpm.
Before (up to wine-20050830-SuSELinux93.i586.rpm), there was no black screen,
but the "PowerPoint Viewer found an error..." dialog box was visible
immediately.
The first version where the error dialog box appeared was
wine-20050111-SuSELinux92.i586.rpm. The last version without any error was
wine-20041201-SuSELinux92.i586.rpm.
In wine-20050111-SuSELinux92.i586.rpm, the following messages are printed to
stderr on startup:
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80070057
fixme:ole:CoRegisterClassObject CoMarshalInterface failed, 80070057!
Then after clicking ok:
fixme:heap:RtlCompactHeap stub
Version 0.9.1 prints the following errors on startup:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000001-0000-0000-c000-000000000046}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80040155
fixme:ole:CoRegisterClassObject CoMarshalInterface failed, 80040155!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3304
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 13:55 -------
I did some tests with past wine versions found on sourceforge:
- wine-20050211-SuSELinux92.i586.rpm was the last one where printing still
worked
- wine-20050310-SuSELinux92.i586.rpm was the first one where it was broken
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3458
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |REMIND
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:45 -------
The bug has gone since I have changed Windows version to Windows 98. It looks
like under "Windows 2000" version wine cannot use a codepage different than the
default locale (ru_RU) codepage.
In the same window this application should show Arial font using CP1251 codepage
(as translated from ru_RU), English codepage and translation sings/characters in
another yet unknown to me codepage. Under "Windows 98" version everything works
fine but under "Windows 2000" version transcription characters are shown wrong
possibly in CP1251 codepage.
The solution in my case is to set "Windows 98" Wine version when running this
particular application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3805
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:26 -------
This bug is invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3805
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:24 -------
I invalidate this bug because I have found out that fonts are actually
antialised usually in size less then 8 and more than 13.
In Wine releases prior to 20050930 fonts of any faimily and any size were
antialiased but this beahaviour has changed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3910
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3910
Summary: PortAudio error at Unable to open streams: Illegal error
number
Product: Wine
Version: 0.9.1.
Platform: PC
URL: http://www.asteriskguru.com/tools/idefisk_beta.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wedge2k(a)gmail.com
When I launch the application, it gives the following error messages:
sanders@d-lnx005:~/Downloads/idefisk125$ wine idefisk.exe
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoCreateInstance no classfactory created for CLSID {88d969c0-f192-
11d4-a65f-0040963251e5}, hres is 0x80040154
PortAudio error at Unable to open streams: Illegal error number.
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoCreateInstance no classfactory created for CLSID {88d969c0-f192-
11d4-a65f-0040963251e5}, hres is 0x80040154
sanders@d-lnx005:~/Downloads/idefisk125$ wine --version
Wine 0.9.1
When i go to use the app it gives: iaxclient audio: Can't open Audio Device.
Looked around couldnt find a fix so it might just be something with wine.
I duplicate it each time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3900
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 13:00 -------
Could you make a patch and send it to wine-patches(a)winehq.org? (unified format)
Thank you in advance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3258
------- Additional Comments From arno(a)teigseth.no 2005-22-11 11:36 -------
I have the same problem with 2004 ed. I have tried File-Quit and it seems to
kill the process nicely in many cases, while shutting down the program by
closing the X window (x in upper right corner) makes the process continue
running (a "wine-preloader" process). But I haven't been able to reproduce
this behaviour in 100% of the cases.
Arno
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://web.hibo.no/~mva/getb
| |uzz.php
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3907
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3858
jwhite(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Picasa doesn't autodetect |Picasa doesn't autodetect
|images on the fly |images on the fly (inotify
| |issue)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 10:28 -------
How can I use "standard windows api" to get a list of all windows (or
buttons), including their labels? Is there any documentation out there?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3845
------- Additional Comments From pkk(a)spth.de 2005-22-11 08:12 -------
You sure you need that raw port access?
OK, I found out how to run it without root: I removed the port ranges and
created /dev/parport0. Now I can use my program as a normal user.
However, there is still the original problem: It is slow. Both wineserver and
wine-preloader use about 50% of the CPU.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3871
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 06:17 -------
fixed by alexandre in CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3362
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dmitry(a)codeweavers.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3898
------- Additional Comments From magnus(a)hacka.net 2005-22-11 02:18 -------
This bug (?) should be very simple to replicate. It would be nice if someone
could give it a try.
1) Press the key bound to your console, generally §/œ.
1B) If you're having problem getting the console at all, launch CS via this
simple script, it toggles console mode on.
-------snip--------
#!/bin/bash
cd ~/.wine/drive_c/Valve/Steam/
wine Steam.exe -console -fullscreen -applaunch 10 &
-------snip--------
The console will popup the once the game is launched. Type:
bind key toggleconsole
Where key is "any key".
2) Type: cl_netgraph 1
3) Start game and observe FPS-rate at the lower-right corner of the screen.
4) Press: ALT+TAB, then re-enter the game window and then check FPS-rate once
again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3880
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-11 01:16 -------
It displays russian text here as well, and LC_ALL is not set and LANG is
en_US.UTF-8, so has nothin to do with setting the russian locale i guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3903
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 01:01 -------
FWIW, it used to work until version 20041201 at least
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:39 -------
Are you using stock linux kernel? Do you have prelink enabled?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3839
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:30 -------
Ok first of all, remove your ~/.wine dir. Second, don't use winetools or any
other automated ways to _screw_ your wine setup. Then try again. And please
don't use "all" native dlls - that doesn't help, but make things worse.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3845
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:27 -------
You sure you need that raw port access? Wine has some known bugs that might
destroy your MBR if you have write access to /dev/hda.
So it's really not good to run it as root!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
------- Additional Comments From winehq(a)paniq.org 2005-21-11 23:24 -------
i should add that with styles enabled, the application is stalling no matter
what i do. resizes take up to 3-4 seconds a step.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3868
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:23 -------
Nothing critical about it. It does not work on wine at present. Try earlier
versions of iTunes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3880
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:14 -------
What are LC_ALL and LANG are set to?
Have you installed it with russion locale?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
Summary: Jeskola Buzz got awfully slow at certain points
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)paniq.org
The free music sequencer Jeskola Buzz got amazingly slow at certain locations.
The application freezes vis and audio for (up to) 1-2 seconds when
muting/unmuting machines or editing the sequencer view, also the change of MDI
frames is now perceptable (it was almost invisible before). The stalls increase
with cpu load caused by audio mixing. I am using the JACK output driver.
The app is quite unuseable in the state it is now, and its almost the only app I
use.
This used to be much faster. Is it my fault?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|P2 |P4
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:05 -------
There is no more X windows for child Wine windows. You should use standard
windows api for this type of stuff.
Dialogs chage often and I don't think any one can guarantee you tab order there
either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3873
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-21-11 22:54 -------
the fix has been commited to cvs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3883
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-11 21:20 -------
Unfortunately changing the dll override did nothing.. Any other ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3856
------- Additional Comments From mike(a)codeweavers.com 2005-21-11 20:29 -------
If I open up the import screen, then click "Select Device", and there's no D:, I
can add a d: that will show up when I click again on "Select Device" as follows:
cd ~/.wine/dosdevices
ln -s /cdrom/ d:
So if we can detect a new storage device has been mounted (possibly using dbus),
creating a drive that Picasa can see is easy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3895
dnewcomb(a)triad.rr.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dnewcomb(a)triad.rr.com 2005-21-11 19:56 -------
cvs update 11/21/2005 7:30PM EST fixed problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3875
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ventrilo.com/down
| |load.php
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://bugs.winehq.org/attac
| |hment.cgi?id=1382&action=vie
| |w
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3881
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3887
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From yoeyd(a)yahoo.com 2005-21-11 18:49 -------
Changing to use native worked, but now there the issue is:
wine: Call from 0x9c1d971c to unimplemented function usp10.dll.ScriptCacheGetHei
ght, aborting
Removing /usr/local/lib/wine/usp10.dll.so worked around that problem.
This is while trying to run Lotus Notes 6.5 under FreeBSD 6.0-RELEASE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3907
Summary: Crash in extFloodFill after a resize event.
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
PROBLEM:
extFloodFill crashes.
It can work, but as soon as the window is resized, it will crash every time.
I isolated the problem from the canvas sample code of Smartwin++.
OS is Xandros.
OUTPUT OF PROGRAM:
wine canvas.exe.so
fixme:system:SystemParametersInfoW Unimplemented action: 4159 (SPI_SETUIEFFECTS)
extFloodFill( 190, 5 ... ) done.
extFloodFill( 190, 5 ... ) done.
[I resized the window horizontally at this point]
extFloodFill( 188, 5 ... )X Error of failed request: BadMatch (invalid
parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 266
Current serial number in output stream: 266
Note that the "done" did not appear on the third call to extFloodFill, but the
crash info did. The code area that crashed is:
std::cout << "extFloodFill( " << x4 << ", " << y + 5 << " ... )";
c.extFloodFill( x4, y + 5, color, false );
std::cout << " done." << std::endl;
The canvas class's implementation of extFlodFill is just a wrapper around the
WIN32 gdi call:
bool Canvas::extFloodFill( int x, int y, COLORREF color, bool fillTilColorFound )
{
return ::ExtFloodFill( itsHdc, x, y, color,
fillTilColorFound?FLOODFILLBORDER:FLOODFILLSURFACE ) != FALSE;
}
So it will fill while we find the color. FLOODFILLSURFACE
COMPLETE SOURCE OF PROGRAM:
/* A demonstration of the use of SmartWin::PaintCanvas and UpdateCanvas.
*/
#include "SmartWin.h"
using namespace SmartWin;
#include <iostream>
class CanvasWidget
: public WidgetFactory< WidgetWindow, CanvasWidget >
{
//WidgetMenuPtr ptrSysMenu;
WidgetMenuPtr ptrMainMenu;
public:
void init( )
{
createWindow( );
setText( _T("Crash while doing extFloodFill after resize.") );
onSized( &CanvasWidget::isResized );
thecolor = 0x0000FFFF; // Defaulting to yellow...
onPainting( &CanvasWidget::painting );
updateWidget();
}
private:
COLORREF thecolor;
COLORREF RandColor()
{
return( RGB( rand()%255, rand()%255, rand()%255 ) );
}
void painting( SmartWin::Canvas & c )
{
// rc.pos is the upper left point, rc.size is the lower right point.
SmartWin::Rectangle rc( getClientAreaSize() );
// Divide the dimensions into halves, quarters and eighths
int x1= rc.size.x, x2= x1/2, x4= x2/2, x8= x4/2,
y1= rc.size.y, y2= y1/2, y4= y2/2, y8= y4/2;
// Use this color until pen and brush goes out of scope.
SmartWin::Pen pen( c, thecolor );
SmartWin::Brush brush( c, thecolor );
// Use the existing background for text
c.setBkColor( c.getPixel( 0,y2 ) );
// Do a number of Graphics operations, and show the calls
int items=2;
int spacing = 10;
int yinc = ( y1 -( items * spacing ) ) / items;
int x = 0;
int y = 0;
// Draw the same triangle, and then fill it with our color.
c.line( 0, y, x2, y );
c.lineTo( x4, y + yinc );
c.lineTo( 0, y );
COLORREF color = c.getPixel( x4, y+5);
c.extTextOut( _T(" c.extFloodFill( x4, y+5, color, false );"), x2, y );
std::cout << "extFloodFill( " << x4 << ", " << y + 5 << " ... )";
c.extFloodFill( x4, y + 5, color, false ); // Fill while we find the color.
FLOODFILLSURFACE
std::cout << " done." << std::endl;
y += yinc + spacing;
}
// There are new dimensions to the window because the user resized the window.
void isResized( const SmartWin::WidgetSizedEventResult & sz )
{
updateWidget();
}
};
// Application entry point just like all other SmartWin applications...
int SmartWinMain( Application & app )
{
CanvasWidget * cw = new CanvasWidget(); cw->init();
return( app.run() );
}
________________________________
HOW TO BUILD IT:
See bug ID 3900
and just replace Main.cpp with the above source.
Or build the the Canvas sample.
best regards,
Andrew Webb
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2045
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:19 -------
By experience Seems related as dsound dead locks
we already have a lot of bug reports about that
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3676
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-x11driver
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:09 -------
Can you retry with current cvs
should be fixed
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1940
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-ddraw
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:06 -------
Can you try attached patch ?
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.