http://bugs.winehq.org/show_bug.cgi?id=423
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)navi.cx 2005-25-02 20:34 -------
Fixed, has been for a while. Whether it's perfect or not is a different question.
--
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=1833
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-25-02 16:32 -------
I think this might be fixed by the patch I submitted for 2733 - Any chance of
testing it (I know this is an old problem).
If not, how can this be reproduced?
--
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=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-25-02 16:24 -------
Patch is now in cvs so closing resolved/fixed. If you still get the same
traps, just reopen the bug
--
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=2733
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-25-02 15:49 -------
Patch submitted
http://www.winehq.org/hypermail/wine-patches/2005/02/0587.html
Please can you see if this resolves the problem, and if so close off this bug.
I'm flagging it as resolved/fixed as it fixes the testcase you sent me, but if
there are any problems just reopen it
--
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=2755
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1387
Keywords| |download, regression
--
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=2754
------- Additional Comments From dclark(a)akamail.com 2005-25-02 12:26 -------
If you are compiling Wine yourself, then you need to have the CUPS development
library installed. The Wine compilation needs these.
--
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=2754
Summary: Can't print -- CUPS printers not detected
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matt_shepherd(a)yahoo.com
20050225 0827PDT
In regards to CUPS printing, I think either there's a bug or the documentation
is wrong.
.../wine-20050211/documentation/printing.sgml says:
"If you are using CUPS, you do not need to configure .ini or registry entries,
everything is autodetected."
Ok, so I use CUPS, but nothing appears to be autodetected. "wine notepad"
doesn't show any printer names in the drop down box. My cups setup is working
fine with all non-wine applications.
Random stuff about my system:
-----------------------------
wine-20050211 (built from the .tar.gz using configure && make depend && make &&
make install)
cups-1.1.22-0.rc1.8, cups-libs-1.1.22-0.rc1.8
kernel-2.6.10
Pretty much a standard FedoraCore3 system
Contents of /etc/printcap:
--------------------------
lp|Created by redhat-config-printer 0.6.x:rm=mycomputer.mydomain.test:rp=lp:
ps7960|ps7960:rm=mycomputer.mydomain.test:rp=ps7960:
Can you suggest a workaround for this? I couldn't find anything in the
documentation that seemed appropriate.
Thanks,
Matt
--
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=2749
------- Additional Comments From dzrudy(a)gmail.com 2005-25-02 10:18 -------
Same problem here. Running Fedora Core 3 x86_64 (Kernel 2.6.10-1.766_FC3) and
wine 20050211
--
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=2718
------- Additional Comments From xeroc_(a)gmx.de 2005-25-02 09:50 -------
this is what gives gdb:
++++++++++++++++++++++++++++++++++++++++++++++++++
xeroc@xeroc ~ $ gdb wine
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols
found)...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args notepad
(gdb) run
Starting program: /usr/bin/wine notepad
warning: Unable to find dynamic linker breakpoint function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
Program received signal SIG32, Real-time event 32.
0x400c95a7 in ?? ()
(gdb) continue
Continuing.
Program received signal SIG32, Real-time event 32.
0x400c95a7 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
0x78000000 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x400c9ff1 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x400cc377 in ?? ()
(gdb) continue
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
++++++++++++++++++++++++++++++++++++++
Nobody any advice ??
Greets XeRoc
--
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=2733
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-24-02 16:43 -------
This is resolved by changing the line
SetDIBits(screen_dc, hbitmap, 0, height, bits, info, DIB_RGB_COLORS);
to
SetDIBits(screen_dc, hbitmap, 0, height, bits, fix_info, DIB_RGB_COLORS);
in windows/cursoricon.c around line 2151 (Mine has some debug code in so it
might be a few lines out)
If I can, I'll submit a patch tomorrow otherwise it might be next week
sometime.
With this the demo you sent me looks like I would expect
--
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=2753
carl.sopchak(a)cegis123.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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=2096
------- Additional Comments From carl.sopchak(a)cegis123.com 2005-24-02 15:38 -------
It's been a while since I've done a CVS update (mainly, because of this bug),
but I did one fairly recently. Wine does not seem to be crashing hard when
printing partial pages of checks now, but I still get the fixme's:
fixme:bitmap:CreateCompatibleBitmap got bad width 1109579968 or height 64,
please look for reason
fixme:bitmap:CreateCompatibleBitmap got bad width 1109579968 or height 64,
please look for reason
fixme:bitmap:CreateCompatibleBitmap got bad width 1109577352 or height 312,
please look for reason
fixme:bitmap:CreateCompatibleBitmap got bad width 1109577352 or height 312,
please look for reason
I'm still willing to work on this, but I'll need some pointers / suggestions /
nudges in the right direction...
--
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=2753
Summary: WM_NCCALCSIZE returns bogus values when WS_BORDER &
(0,0;0,0)
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carl.sopchak(a)cegis123.com
DefWindowProcA returns a window size of (1,1;1,1) when it processes message
WM_NCCALCSIZE on a window with a rectangle size of (0,0;0,0) and a style of
WS_BORDER. It should return (0,0;0,0).
I tried using the wine-devel mailing list to get help with how to fix it, but I
have not received a reply. Unfortunately, I'm not exactly sure HOW this should
be fixed, without potentially causing colateral damage. The thread title is
"Recent CVS update causes Quicken popup problem/Help please". Here is the final
part of the thread, which explains what is happening within wine:
On Monday, February 21, 2005 03:43 pm, Rein Klazes wrote:
> On 10 Feb 2005 21:19:46 +0100, you wrote:
> > Carl Sopchak <carl.sopchak_at_cegis123.com> writes:
> > > I guess my problem is that I have NO CLUE as to how this SHOULD be
> > > handled. Should the style be set to (style & ~WS_VISIBLE) when the
> > > rectangle is {0,0;0,0}? Should {0,0;0,0} be considered a valid
> > > rectangle in validate_window_rectangles()? Should
> > > validate_window_rectangles() only get called if the rectangle is not
> > > {0,0;0,0}? Or, very possibly, is there something else that should
> > > happen? Just to see what happened, I commented out the call to
> > > validate_window_rectangles, and the popup disappeared as it should.
> >
> > The client rectangle should have been set to {0,0;0,0} too. You should
> > look at the WM_NCCALCSIZE processing (SWP_DoNCCalcSize in
> > dlls/x11drv/winpos.c) and check what's happening there with the
> > rectangles.
>
> Experimenting for another issue, I noticed today:
>
> If I execute this under Win2K for a window with the WS_BORDER style:
> | MoveWindow( hwnd, 0,0,0,0,0);
> | GetWindowRect ( hwnd, &rc);
> | trace(" 1. %ld,%ld-%ld,%ld\n", rc.left,rc.top, rc.right, rc.bottom);
> | DefWindowProcA(hwnd, WM_NCCALCSIZE, 0, (LPARAM)&rc);
> | trace(" 2. %ld,%ld-%ld,%ld\n", rc.left,rc.top, rc.right, rc.bottom);
>
> this is the result:
>
> 1. 0,0-0,0
> 2. 1,1-1,1
>
> It seems to me this should be allowed as valid.
>
> Rein.
This is the same issue. I had sent the following under another subject, so it
didn't get "attached" to this thread, but here is what I found upon further
investigation:
Ok, so what is happening is this: In dlls/x11drv/winpos.c, the pNewWindowRect
is coming into SWP_DoNCCalcSize as (0,0;0,0), wndPtr->rectWindow is
(182,977;662;998), and wndPty->rectClient is (183,978;661,997). Then
winpos.c sends it's own WM_NCCALCSIZE message, and upon return,
params.rgrc[0] is (1,1;1,1)! This, in turn, causes the third and fourth
conditions in the section commented as "If the application sends back
garbage, ignore it" to be true, which in turn causes the next condition to be
false, so the client rectangle (pNewClientRect) does NOT get set. (Follow
that?? <g>)
Tracing through the processing of this WM_NCCALCSIZE, I find it ends up
generating two WM_NCCALCSIZE messages, one being handled by DefWindowProc32.
This leads me to ./windows/defwnd.c, which calls NC_HandleNCCalcSize
in ./windows/nonclient.c. Within NC_HandleNCCalcSize, a call is made to
NC_AdjustRectOuter, then the window's rectangle (winRect) is adjusted based
on this call. It is this call and adjustment of winRect that changes winRect
from (0,0;0,0) to (1,1;-1,-1), which is later "fixed" to (1,1;1,1).
Diving deeper, into NC_AdjustRectOuter, I find that because the window style
has WS_BOARDER set, adjust is set to 1, then InflateRect is called, which
sets rect to (-1,-1;1,1) [returned to NC_HandleNCCalcSize tmpRect variable].
So, there's the problem. The new rectangle size is (0,0;0,0), but has
WS_BOARDER set, so the WM_NCCALCSIZE message returns (1,1;1,1) erroneously.
The only thing is, I'm still not sure where the "best" place would be to check
for the new window rectangle of (0,0;0,0) and handle it appropriately - or
what "appropriate" would be, for that matter...
Further help would be appreciated.
--
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=2751
Summary: messages
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tamay.yugnuk(a)gmail.com
When I install any program (office or win98) wiht wine
"fixme:font:load_VDMX No suitable ratio found" give me this message and stop.
--
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=66
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-23-02 16:11 -------
This is not going to be fixed in a hurry... I looked into this and the problem
is the use of the XOR bits of the cursor. From the comment in x11drv/mouse.c:
* We have to do some magic here, as cursors are not fully
* compatible between Windows and X11. Under X11, there
* are only 3 possible color cursor: black, white and
* masked. So we map the 4th Windows color (invert the
* bits on the screen) to black and an additional white bit on
* an other place (+1,+1). This require some boolean arithmetic:
If you look closely at the cursor, thats why it looks odd. The cursor is
stripes of black, white, XOR and AND - The XOR is emulated by producing a
shadow (which doesnt look great, but I suspect its the specific cursor being
done here)
--
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=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #772 is|0 |1
obsolete| |
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-23-02 15:10 -------
Created an attachment (id=773)
--> (http://bugs.winehq.org/attachment.cgi?id=773&action=view)
Patch for both problems
D'oh - Bug introduced as we get wined3d better supported. wined3d needs a
temporary fix, please use this attachment which I'll submit to wine-patches as
well
--
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=2728
------- Additional Comments From nyyr(a)seznam.cz 2005-23-02 14:49 -------
So, i applied that patch. Now the game displayed 3D configuration window,
i choosed D3D HAL using hardware acc. 16-bit depth and windowed mode.
black window showing "loading" test appeared and then another
exception was raised. So i put applied that patch also to directx.c in ddls/d3d8/.
Now the game is running, but is terribly SLOW. On exit from the game it raises
another exception - see log:
--
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=2740
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-22-02 22:19 -------
This is fixed in CVS
http://cvs.winehq.org/patch.py?id=16231
--
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=2744
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=94
--
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=2750
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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.
On Mon, 21 Feb 2005 15:21:13 -0600, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=2725
>
>
>
>
>
> ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:21 -------
> Do you know of any games with a demo which shows this behaviour?
I'm afraid I don't know whether SoF2 or Alice have demos. I'm pretty
sure there was a SoF2-preview on the SoF1-CD, so if you look at Raven's
website you may find a demo. But since I get the same behaviour in SoF2
and Alice, I'm pretty sure you'll get pretty much the same effect out of
any Quake3-based game; that includes ``Return to Castle Wolfenstein'',
which I'm pretty sure has a demo version. OTOH I can't _guarantee_ that
RtCW will exhibit the same problem under WINE, since naturally I'm running
it native here ;-).
> I had problems in dx8 development time where there were load issues with
> opengl and the order it got loaded with some other libraries. I wonder if this
> is the same problem....
Could be. It probably wasn't always like this either, because none of
the SoF2-on-WINE sites I found mention this problem, although it required
rather massive manual intervention to get this game started on recent
WINE versions (the first one I tried SoF2 with must have been from around
last july).
Best regards,
Andreas
--
Dr. Andreas Dehmel Ceterum censeo
zarquon(a)t-online.de Microsoft esse delendam
http://home.t-online.de/~zarquon (Cato the Much Younger)
http://bugs.winehq.org/show_bug.cgi?id=50
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-02 16:05 -------
I've submitted a patch which gets the justification back to the state when
this bug was originally raised:
http://www.winehq.org/hypermail/wine-patches/2005/02/0504.html
(I think when truetype fonts came in they broke it)
No idea on the cause of the misaligned ends though... I originally thought it
was because we make an upfront calculation and store the remainder for the
next textout whereas we could if we wanted to split the whole pixels of the
remainder across the breaks, but that didnt seem to make any difference so I
gave up
BTW This is not the same as 2698
--
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=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-02 16:02 -------
I'm certain the patch will solve your initial problem so submitted to cvs
http://www.winehq.org/hypermail/wine-patches/2005/02/0503.html
--
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=2743
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-02 14:17 -------
Thanks for the info
--
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=2733
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-22-02 14:16 -------
A demo would be useful, (ideally with code but not necessarily as I can add
debug code into wine), as it means its easy to concentrate on the exact
problem and recreate it here. If not, I'll try to knock something from your
descriptions up but it may take a while as I'm not really a windows GUI
programmer!
--
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=2744
------- Additional Comments From a_villacis(a)palosanto.com 2005-22-02 10:52 -------
Created an attachment (id=770)
--> (http://bugs.winehq.org/attachment.cgi?id=770&action=view)
Test case which reproduces bug (VB source code and compiled EXE with
MSVBVM60.DLL)
This file contains the test case that demonstrates the bug. It contains a
VisualBasic 6 executable (with required MSVBVM60.DLL), and the source code for
the executable. This program just displays a MDI window with one MDI child,
which in turn displays a dropdown list in order to demonstrate the bug. No
other functionality is included in this program, as none is required to trigger
the 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=2750
Summary: ie and java
Product: Wine
Version: 20050211
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brokndodge(a)excite.com
wine20050211 on debian testing
when i installed ie6 last week i went to yahii games to see if they would werk.
that requires a java component from microsoft. uhm... it's no longer available.
apparently they lost a lawsuite or something. they show a replacement directly
from java's site. installed the replacement and it werks... sortof. the thing
is when i attept to play a game (collapse) i can play for 1 or 2 minutes then it
locks up. also most of the games on yahoo do not work at all. of course all
yahoo games require ie and windows. is this a bug in wine or something not
installed in ie6? has anyone else tried this java thing to replace msjvm?
--
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=2749
Summary: windows don't minimize
Product: Wine
Version: 20050211
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brokndodge(a)excite.com
running debian testing with wine20050211. every prog i run with this wine will
not minimize. it looks like its going to then pops right back 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=2748
Summary: Space Empires: Starfury fails to run
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.winehq.org/appview.php?appid=1900
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)nemesys.ca
fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
fixme:ddraw:DirectDrawEnumerateExA no detached secondary devices supported.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c70c90)->(00010024,00000008)
This game completely fails to run, and upon trying to run it, the game goes full
screen regardless of wine AppDefaults settings, and then nothing happens, black
screen, and only way to close it is to kill the xserver from console.
--
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=2747
Summary: Fonts in Picasa 2 are corrupted (fix submitted already)
Product: Wine
Version: CVS
Platform: All
URL: http://www.cs.hmc.edu/~eparry/font.html
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evan_parry(a)hmc.edu
Many of the fonts used by the Picasa 2 application are corrupted. This appears
to be a problem with the GetGlyphOutline() function, and is corrected by this patch:
http://www.winehq.com/hypermail/wine-patches/2005/01/0455.html
The provided URL shows pictures of how the fonts looks on Wine before and after
applying the patch.
--
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=2743
brianlong(a)cox.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From brianlong(a)cox.net 2005-21-02 20:46 -------
I have copied the files MSVCIRT.dll and
MSVCP60.dll to the folder for the application and it runs now.
--
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=2617
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |2746
nThis| |
------- Additional Comments From mike(a)codeweavers.com 2005-21-02 19:30 -------
Does this work with Huw's new stdole32.tlb?
--
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=2746
Summary: Make builtin OLE32 work
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)codeweavers.com
A meta bug to track all ole bugs.
--
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=2739
tony_lambregts(a)telusplanet.net 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=2723
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=897
--
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=2745
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=119
--
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=2745
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
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=2743
tony_lambregts(a)telusplanet.net 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=2733
------- Additional Comments From tenbergemh(a)yahoo.com 2005-21-02 16:50 -------
No, indeed, I haven't, I just changed some parameters in the sources of the
program I'm currently working on to test the different scenarios. What kind of
information would you like to have? Screenshots? Bitmap data? Sources?
Executables? In the latter two cases I can try to prepare some demo code for
you, at this moment I cannot give away the complete program (unfortunately not
all employees like the idea of open-source).
By the way, I think I noticed (the same?) transparency bug in the NSIS
installer: the (white) background of the top-most caption overwrites (part of)
the NSIS logo in the upper-left corner on some of the installer pages, depending
on the size of the caption text. But instead of having to do with transparency,
this could also be caused by some text-sizing miscalculations, I don't know.
--
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=2699
jberkes(a)pc-tools.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jberkes(a)pc-tools.net 2005-21-02 16:15 -------
I've tested the updated richedit through cvs and the bug fix seems to be working
properly. Thanks! I am marking this bug closed.
--
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=2723
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:48 -------
Does running wineprefixcreate before the install make any difference?
How close to the start? Can you take a +relay trace and extract the 1000 lines
before the first instance of the message in the popup box, gzip it and add it
as an attachment please. This log will get huge for a large install though...
--
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=2733
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:39 -------
I dont suppose you have a simple standalone testcase which shows all the
differences from windows 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=2745
------- Additional Comments From brandm(a)xs4all.nl 2005-21-02 15:39 -------
Here is some more information that might help:
As I mentioned above, I don't see the problem using wine-20040813 rpm from
SuSE 9.2 When I start Visio with 20040813, I see the following messages:
err:module:import_dll No implementation for msvcrt.dll.??_U@YAPAXI@Z imported
from L"H:\\.wine\\fake_windows\\Program Files\\Visio\\MSVCIRT.dll", setting to
0xdeadbeef
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
(nil)
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
0x78
fixme:ole:CoRegisterMessageFilter stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x61183950, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x61183950): stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x61183950, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x61183950): stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x61183950, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x61183950): stub
--
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=2724
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:38 -------
Are you running with windows ddraw or d3d8/9? This is a normal symptom, and we
cant support non-wine versions of those dlls. If not, this isnt going to be
fixed in a hurry (if ever)....
--
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=2725
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
--
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=2725
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:21 -------
Do you know of any games with a demo which shows this behaviour?
I had problems in dx8 development time where there were load issues with
opengl and the order it got loaded with some other libraries. I wonder if this
is the same 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=2728
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:16 -------
FWIW It didnt seem to trap here, but on the other hand I gopt corrupted music
and a black screen....
--
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=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:04 -------
Please attach a WINEDEBUG=+d3d_caps program.exe >log.out 2>&1 plus info from
glxinfo. I think your drivers are reporting a funny string which we end up
trapping trying to process.
--
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=2745
Summary: toolbar icons don't get drawn
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brandm(a)xs4all.nl
The toolbar icons in MS Visio do not get drawn using recent versions of Wine.
This makes it difficult to use the Visio.
Observed using MS Visio 2000 SR-1 (6.0.2072).
Distro and relevant RPM versions:
SuSE 9.2
xorg-x11-6.8.2-0.1
wine-20050211-1.1 and wine-20050111
This problem NOT observed with wine-20040813-7.1 that comes with SuSE 9.2. In
fact, downgrading from 20050211 to 20040813 fixes the problem.
The following repeating messages appear when Wine starts:
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config
file
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
(nil)
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
0x84
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateWindow invalid window width -22
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:CoRegisterMessageFilter stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
--
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=2743
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 14:55 -------
c0000135 is an unable to load dll error, and from the errors it looks like you
need to install / copy from a windows machine copies of MSVCIRT.dll and
MSVCP60.dll. I guess the problem is wine doesnt have versions of these (yet) -
Since they dont come with the o/s I think wine would expect them to be
installed with the app, but in your case it looks like this isnt happening?
--
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=2744
Summary: Combobox loops endlessly if displayed by MDI child and
mouse selects dropdown
Product: Wine
Version: 20050211
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
When the following conditions are all true:
* Windows application uses MDI window
* At least one MDI child is displayed
* The MDI child displays a dropdown list (combobox without editing cap.)
* User selects with mouse (not keyboard) the combobox in order to display the
dropdown
... then the combobox starts flashing endlessly. The focus seems to alternate
between the MDI child and the colored rectangle which paints the combobox when
selected.
I searched the bug database, and bug #2147 looks like this exact same bug.
However, I can provide on demand a VisualBasic 6 sample application which
reproduces the bug. This problem occurs only when a MDI child displays the
dropdown list - SDI windows and dialogs are not affected.
--
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=2743
Summary: Can't run MapSend Streets and Destinations USA
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brianlong(a)cox.net
I was able to successfully install MapSend Streets and Destinations USA.
However, it will not run. When I run it from a command line, I get the following:
mothership MapSend Streets and Destinations USA # wine MapSend.exe
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\vc_vect.dll") not found
err:module:import_dll Library vc_vect.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapExp.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapExp.dll") not found
err:module:import_dll Library MapExp.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe" failed,
status c0000135
--
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=2742
Summary: Wrong keycodes for directional arrows
Product: Wine
Version: 20050211
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriele.giorgetti(a)teamfab.it
Hi do you guys know anything about that already ?
It looks like some keys are not mapped correctly:
grep -r VK_* * | grep include/winuser.h
include/winuser.h:#define VK_LEFT 0x25
include/winuser.h:#define VK_UP 0x26
include/winuser.h:#define VK_RIGHT 0x27
include/winuser.h:#define VK_DOWN 0x28
(These keys are the directional arrows, not the numpad keys...)
Now look at what wine thinks about those keys when block num is not kicked in:
tail -f /projects/tmp/winetrace.log | grep keyboard
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 83 (0x53)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff96
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 80 (0x50)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff97
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 85 (0x55)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff98
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 88 (0x58)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff99
Kickin'in the block num:
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 100 (0x64)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff51
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 98 (0x62)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff52
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 102 (0x66)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff53
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 104 (0x68)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff54
What's wrong ?
Oh, and this output is when using within a edit control.
Last but not least, any test against VK_UP VK_DOWN, VK_LEFT, VK_RIGHT fails ...
Regards.
--
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=2603
------- Additional Comments From james(a)l3r.com 2005-20-02 23:54 -------
Hi it seems that the WOW communtity has come up with a workaround for the
minimap bug. There is a user interface mod which minimises the minimap on start
up which may let wine get a little further. You can grab it at
http://wow.modhaven.net/linux/starnix/StarNix-0.0.3.tar.gz. Hope this helps.
--
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=2741
Summary: HEAP_CreateSystemHeap system heap base address
0x80000000 not available
Product: Wine
Version: 20050211
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geoffd(a)professionalhosts.com
I have tried 20050111, now on 20050211. This occurs in both. No matter how I
install it, whether I use Crossover, Winetools, or try manually. Whatever
application I use (DCOM95/98 Install, IE6 Install, run preInstalled Dreamweaver.
I always get a 'HEAP_CreateSystemHeap system heap base address 0x80000000 not
available' error.
The only application I have run succesfully is NotePad!
I am running Gentoo Linux 2.4.28-r5 under Gnome, on Intel P6 1.2GHZ with 512MB
RAM and a NVidia Video card.
I have search previous bugs and the web in general and there is only one
occurance of this, but it refers to threading in FreeBSD.
This is the session log from my last attempt installing DCOM98 on a fresh Wine
install (20050211) using Winetools wt211jo.
found gettext in path
/home/geoffd/.wine/winetools.log changed to new version
which: no dillo in
(/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.3.5:/opt/Acrobat5:/usr/X11R6/bin:/opt/sun-jdk-1.4.2.07/bin:/opt/sun-jdk-1.4.2.07/jre/bin:/opt/sun-jdk-1.4.2.07/jre/javaws:/usr/qt/3/bin:/usr/kde/3.3/bin:/usr/kde/3.2/bin:/usr/kde/3.1/bin:/usr/games/bin:/opt/vmware/bin:/usr/java/maven-1.0-beta-9/bin:/usr/local/ActiveTcl/bin)
Browser is /usr/bin/firefox.
no suitable Wine directory found...
Wine 0
wine is executed as wine
Parameters are --noexit
Wine is not configured yet!
Calls to wine are executed as wine.
Config is /home/geoffd/.wine/winetools.log.
CDROM is /winedata/.
Choice is Base setup
Choice is Create a fake Windows drive with checked=F
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
Converted temp dir to new entry HKCU\Environment "TEMP" = L"t:\\"
Converted path dir to new entry HKCU\Environment "PATH" =
L"c:\\windows;c:\\windows\\system"
Converted profile dir to new entry HKCU\Environment "USERPROFILE" =
L"c:\\windows\\Profiles\\Administrator"
Converted windows dir to new entry HKCU\Environment "windir" = L"c:\\windows"
Converted system dir to new entry HKCU\Environment "winsysdir" =
L"c:\\windows\\system"
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
available/home/geoffd/.wine created successfully.
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
Drive C: is /home/geoffd/.wine/drive_c, links will be made for c fake_windows
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availabledetecting Wine version... done.
Drive C: is /home/geoffd/.wine/drive_c
Wine 0
wine is executed as wine
Parameters are
Choice is DCOM98 with checked=F
dcom98.exe
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableregedit: Can't export. Registry key
'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' does
not exist!
Success
grep: /home/geoffd/.wine/installed.reg: No such file or directory
grep: /home/geoffd/.wine/installed.reg: No such file or directory
rm: cannot remove `/home/geoffd/.wine/installed.reg': No such file or directory
software installation verified by /home/geoffd/.wine/winetools.log
ls: dcom98.exe: No such file or directory
downloading
http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc7…
to dcom98.exe with 1229056 bytes...
WINEDLLOVERRIDES="ole32=n" wine ./dcom98.exe
waiting for wineservers to exit...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableCould not load 'SETUPX.DLL' required by 'W95INF16', error=2
err:thunk:_loadthunk (W95INF16.DLL, w95thk_ThunkData16, W95INF32.DLL): Unable to
load 'W95INF16.DLL', error 2
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableCould not load 'SETUPX.DLL' required by 'W95INF16', error=2
err:thunk:_loadthunk (W95INF16.DLL, w95thk_ThunkData16, W95INF32.DLL): Unable to
load 'W95INF16.DLL', error 2
all wineservers endet after 15 seconds...
Failed: 43
check installation by return value...
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableFailed: 43
--
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=2740
Summary: Can't match system time zone name "NZDT" to an entry in
TZ_INFO
Product: Wine
Version: 20041201
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_dejong(a)hotmail.com
Can't match system time zone name "NZDT" to an entry
in TZ_INFO
Suse 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=2739
Summary: Taxcut 04 fails to launch
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jay_k_wood(a)yahoo.com
on launching taxcut 04 under X (Gentoo system), a window opens all black, then
closes with this message to the console:
jay program # wine taxcut
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80070057
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x00000001
jay program #
--
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=2731
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-18-02 03:26 -------
The crash is due to MiniDumpWriteDump which is not implemented in dbghelp.
If think the regression is due to the addition of this dll or maybe depending of
the windows version, dbghelp is used or not.
I think the best solution is to write a stub for this API or wait until Eric
implements 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=2737
------- Additional Comments From jesperjacobsson(a)yahoo.se 2005-17-02 16:26 -------
fixme:font:WineEngRemoveFontResourceEx :stub <-- Yeah I get that too. Hadn't
noticed it before.
--
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=2737
------- Additional Comments From bzylywq02(a)sneakemail.com 2005-17-02 16:23 -------
I have the same bug, using the same version of wine (20050211). when launching
from an xterm with "wine /path/Poser.exe", the only message that appears is:
fixme:font:WineEngRemoveFontResourceEx :stub
which occurs during program exit.
--
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=2737
------- Additional Comments From jesperjacobsson(a)yahoo.se 2005-17-02 16:16 -------
jesper@localhost Poser 4]$ wine Poser.exe
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
err:dc:CreateDCW no driver found for L"WINEPS"
I commented out the Resolution line in my config and then running poser only gave:
[jesper@localhost Poser 4]$ wine Poser.exe
err:dc:CreateDCW no driver found for L"WINEPS"
err:dc:CreateDCW no driver found for L"WINEPS"
err:dc:CreateDCW no driver found for L"WINEPS"
err:dc:CreateDCW no driver found for L"WINEPS"
err:dc:CreateDCW no driver found for L"WINEPS"
err:dc:CreateDCW no driver found for L"WINEPS"
I haven't edited the registry entry since I can not find it/do not know where to
put it. Any help on this would be appreciated.
Oh btw, I have msttcorefonts installed and they are pointed to in the config
file. I'm attaching my config file.
(Still using same versions/system as initial bug report)
--
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=2738
Summary: Wine 20050211: Lotus Notes 5.0.12 freeze when opening
some mails with attachment
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
After upgrading from 20041201 to 20050211.
Notes freezes when opening some mails with attachment (attachment size is not
the reason).
The same Notes installation was running without any problems on Wine 20041201
--
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=2717
tony_lambregts(a)telusplanet.net 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=2720
tony_lambregts(a)telusplanet.net 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=2721
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2724
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.myexeem.com ; |http://appdb.winehq.org/appv
|http://exeem- |iew.php?appId=1982
|linux.solaris.name/ |
--
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=2726
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=74
--
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=2727
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=185
--
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=2728
tony_lambregts(a)telusplanet.net 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=2676
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |offhegoes(a)clix.pt
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-17-02 15:18 -------
*** Bug 2729 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=2729
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-17-02 15:18 -------
*** This bug has been marked as a duplicate of 2676 ***
--
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=2732
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-17-02 15:11 -------
Apparently this is a regression. The following is the not from the AppDB
by robbert kseros on Thursday January 6th 2005, 14:48
As of about november the toolbar is screwed up, and trying to open an item in
the toolbar makes the program stop responding to any action (at least here on my
computer!) Someone did some regression testing and this appears to be the evil
patch:
http://cvs.winehq.org/patch.py?id=14371 or
http://www.winehq.org/hypermail/wine-cvs/2004/10/0395.html
Reverse patching wine with this patch makes it work again (at least that's what
the tester wrote ....)
--
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=2732
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1749
--
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=2734
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=258
--
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=2735
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2737
Summary: Poser 4 does not show the labels for controls = font
problem?
Product: Wine
Version: CVS
Platform: Other
URL: http://www.jesperjacobsson.com/_stuff/wine_poser4_2005-
02-17.jpg
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jesperjacobsson(a)yahoo.se
Poser 4 installs fine and works fine except that there are no labels or text on
the controls as there should be. Without this the app is not very usable.
I took a screenshot of how it looks for me:
http://www.jesperjacobsson.com/_stuff/wine_poser4_2005-02-17.jpg .
Here is a screenshot how it should look with labels:
http://www.who3d.com/tutorials/Images/p4deflt.jpg
It seems like I am not the only one with this problem as another wine-user who
also commented about this under the poser 4 appdb entry, and I, have email
contact about this and we both do not see the labels/text.
I am using mandrake linux 10.0 and Wine 20050211. I could not specify this
version in the list so I chose CVS.
Thank you for the time and effort you guys ( the developers ) are putting into
this project. You are doing a great job and I appreciate it.
Best regards,
Jesper Jacobsson
--
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=2736
Summary: impossible to change settings to any other country than
US
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
It seems impossible to change settings to any other country than US !
Wine insist on US settings in HKLM_Current_User\Control Panel\International
Those settings are now used primary for date, time, number, currency and list
formatting... it should at least be possible to change values for these five
settings.
--
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=2735
Summary: Wine 20050211: Crash on exit from Lotus Notes 5.0.12
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mszeliga(a)msnet.dk
After upgrading Wine 20041201 to 20050211 (SUSE 9.1 RPM install)
When exiting Lotus Notes an Exception is raised window pops up: "Unhandled page
fault on read access to 0x4119dad4 at address 0x0160b0d0."
It seems to always be the same addresses.
This happens only if a db (local or remote) has been opened in Notes session.
Lotus Notes is launched by winelauncher.
Problem seems not to be critical : it is annoing but does not destroy anything
in Notes.
--
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=2734
Summary: WineGDI ocerflow
Product: Wine
Version: 20050111
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xaero(a)comcast.net
I was attempting to see if trillian 2.0/3.0 would work w/ Wine, the install for
both worked flawlessly but when it came to the point when the starting animation
would apear the console window where I was watching the output for any critical
errors and I actually happen to see one. This error is identical for both
Trillian 2.0 and Trillian 3.0 at the same point (the opening animation)
--- Begin Error Code ---
~ err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:region:CombineRgn Invalid rgn=(nil)
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 28 bytes
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
--- End Error Code
--
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=2733
Summary: transparency in LoadImage() or in static controls
Product: Wine
Version: 20041019
Platform: PC
URL: http://msdn.microsoft.com/library/default.asp?url=/libra
ry/en-
us/winui/winui/windowsuserinterface/resources/introducti
ontoresources/resourcereference/resourcefunctions/loadim
age.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tenbergemh(a)yahoo.com
In my application, I use transparency for bitmaps. This doesn't seem to work in
Wine.
I load the bitmaps with LoadImage:
handle = LoadImage(hInstance, "logo", IMAGE_BITMAP, 0, 0,
LR_LOADTRANSPARENT|LR_LOADTRANSPARENT);
and display them with a static control:
win = CreateWindow("STATIC", "logo", WS_VISIBLE|WS_CHILD|SS_BITMAP, 5, 5, 1, 1,
parent, (HMENU)ID_PASV, mainInstance, (LPVOID) NULL);
SendMessage(win, STM_SETIMAGE, IMAGE_BITMAP, (LPARAM)handle);
---<quote>--- from the win32 api reference:
LR_LOADTRANSPARENT
Retrieves the color value of the first pixel in the image and replaces the
corresponding entry in the color table with the default window color
(COLOR_WINDOW). All pixels in the image that use that entry become the default
window color. This value applies only to images that have corresponding color
tables.
Do not use this option if you are loading a bitmap with a color depth
greater than 8bpp.
If fuLoad includes both the LR_LOADTRANSPARENT and LR_LOADMAP3DCOLORS
values, LRLOADTRANSPARENT takes precedence. However, the color table entry is
replaced with COLOR_3DFACE rather than COLOR_WINDOW.
---</quote>---
The bitmap is 8bpp, the upper-left pixel's color is white, the color to be
replaced with transparency. The color map contains 2 entries: 0=orange, 1=white.
Expected (tested on Win2K and Win95):
1) with only the option 'LR_LOADTRANSPARENT': The white of the bitmap is
replaced with COLOR_WINDOW, which I had set to red instead of the standard white
to see the effect.
2) with options 'LR_LOADTRANSPARENT|LR_LOADMAP3DCOLORS': The white of the bitmap
is replaced with COLOR_3DFACE, which defaulted to middle-gray.
Observed (wine):
In both cases the white of the bitmap is also displayed as white.
--
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=2732
Summary: foobar2000 locks up on start
Product: Wine
Version: 20050111
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thatistosayiseenem(a)gawab.com
Since release 20041201 foobar2000 (a damn good music player) has refused to run
properly with wine. It does get some way towards starting in that it draws the
menu bar and most of the buttons along the top of the default layout, but it
hangs before the playlist is drawn and must be killed. (http://www.foobar2000.org).
The only info spat out by wine is..
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
fixme:keyboard:RegisterHotKey (0x10022,1,0x00000003,33): stub
fixme:keyboard:RegisterHotKey (0x10022,2,0x00000003,34): stub
fixme:keyboard:RegisterHotKey (0x10022,3,0x00000003,35): stub
fixme:keyboard:RegisterHotKey (0x10022,4,0x00000003,36): stub
fixme:keyboard:RegisterHotKey (0x10022,5,0x00000003,45): stub
fixme:keyboard:RegisterHotKey (0x10022,6,0x00000003,111): stub
fixme:keyboard:RegisterHotKey (0x10022,7,0x00000003,106): stub
One part of the window does seem to be redrawn while the rest hangs - the
background of the small visualisation box.. dunno if that helps.
--
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=2716
nyyr(a)seznam.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From nyyr(a)seznam.cz 2005-16-02 05:01 -------
Hello,
WOW! That was it! Great! THANKS!!! :-)
I've installed WINE via RPM package (there's a link
to Mandrake package maintainer's RPM with WINE version
20050211 on www.winehq.com). There is no wineprefixcreate in it.
I downloaded source tarball, which contains this utility, but it
is part of another script, which COMPILES wine and that's what
i want to avoid - system based on RPM's is more
easily to maintain - you don't have to search for all installed files
when uninstalling....
(Compiled programs must always be deleted manually..... :-( )
But i don't understand why running wine rundll32.exe
setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf DIDN'T put it in?
No error messages.....
(That was what i did before running any program with RPM based WINE).
Although this helped, i found other problems,
so i finally installed WINE from source tarball, just to be sure, there is no
installation problem....
(because i don't want to bother you with other such errors....)
Nyyr
--
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.