http://bugs.winehq.org/show_bug.cgi?id=3797
Summary: rebar_adjustbands err
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elektroschock(a)linuxmail.org
when starting notepad2.exe I always get the messages
err:rebar:REBAR_AdjustBands Phase 1 failed, x=792, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=0, maxx=-4, start=0, end=0
I assume this is related to the icon bar which is overwritten.
Software: notepad2 from
http://www.flos-freeware.ch/
Wine 0.9 and 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=3796
Summary: Open file dialogue GetfileName95
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elektroschock(a)linuxmail.org
when using the open file dialogue with notepad2.exe (freeware from
http://www.flos-freeware.ch/) I get the following message
fixme:commdlg:GetFileName95 Flags 0x02000000 not yet implemented
file_set_error: No medium found
Intrestingly the file dialog works as it should.
Can always be reproduced in 0.9. and 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=3791
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-09-11 14:54 -------
does the printer dialog find "front" automatically?
--
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=3795
Summary: c2man: extension is fixed to ".dll"
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The API-Reference created by "c2man.pl" references always the extension ".dll"
Example for "dlls/winspool/winspool.drv.spec":
(File created by c2man.pl: "winspool.html")
- "keywords" => "winspool.dll"
- Title: "Wina API: winspool.dll"
- section "NAME" => winspool.dll
I have no "perl" - knowledge.
--
By by ...
... Detlef
--
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=3778
------- Additional Comments From willie(a)froq.net 2005-09-11 13:32 -------
OK, seems there's real coding involved after all. If adding the values would
have been sufficient I could have done it, but anything else is way beyond my
capabilities... :-(
I don't get x11drv anyway. How to tell what capabilites are supported? The
code doesn't make much sense to me - AFAIU, currently, GetDeviceCaps could
return 15 for BITSPIXEL. Which should never happen according to the page on
MSDN I linked. Or why does GetDeviceCaps return CP_REGION for CLIPCAPS, even
though MSDN states it should return 0 or 1. But another page on MSDN states
that "CP_REGION" would be valid (for CDC::GetDeviceCaps)!?
--
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=3782
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-09-11 13:00 -------
Fixed in 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=3792
Summary: PrinterPorts does not exist in win.ini
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)worldcontrol.com
An application I use has a printer selection dialog which would core dump on
selection. Turned out that in MS Windows installs, vmware, and win4lin, the
windows/win.ini would contain a section like:
[PrinterPorts]
Samsung ML-1710=ADOBEPS4,\\192.168.0.3\samsung,15,45
front=ADOBEPS4,\\192.168.0.3\front,15,45
However, no such section existed in wine's windows/win.ini.
This missing section caused the application printer selection dialog to explode.
I manually created the following entry
[PrinterPorts]
samsung=WINEPS.DRV,LPR:samsung,15,45
front=WINEPS.DRV,LPR:front,15,45
and now printer selection in the application works correctly under 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=3791
Summary: wine does not understand CUPS classes
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brian(a)worldcontrol.com
CUPS classes are sort of virtual printers. For example I have real printers p1
and p2 assigned to class front. Print jobs sent to front then go to whichever
real printer is not busy. I just use a command like 'lpr -Pfront file.ps'
When I run wine I get the error
err:psdrv:PSDRV_FindPrinterInfo Error 2 getting PPD file name for printer 'front'
--
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=3788
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-09-11 10:21 -------
do a quick wine --version to check your version; i guess it's still
20050930?this bug has only been fixed in wine-0.9
--
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=3090
------- Additional Comments From f.h.silva(a)terra.com.br 2005-09-11 10:11 -------
sorry for the delay.
I will try again tonight with 0.9.
thank you
--
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=3790
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
Summary|Corel Draw 9 startup crashes|Corel Draw 9 startup crashes
|again using cvs version |again using cvs version
------- Additional Comments From infyquest(a)gmail.com 2005-09-11 09:51 -------
*** This bug has been marked as a duplicate of 3789 ***
--
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
------- Additional Comments From infyquest(a)gmail.com 2005-09-11 09:51 -------
*** Bug 3790 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=3788
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 09:50 -------
It works here. Did you unmerge existing Wine (I see your prefix thing but it
might be using your old dlls as they are in the search path) ?
emerge unmerge wine
cd /home/user/src/wine
make distclean
cvs update -PAd (done at 15:17 GMT 20051109)
./configure
make && make depend ; make install
wine /home/user/qex2setup.exe
--
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=3241
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chipper02(a)hotmail.com
------- Additional Comments From infyquest(a)gmail.com 2005-09-11 09:50 -------
*** Bug 3788 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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3788
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From infyquest(a)gmail.com 2005-09-11 09:50 -------
*** This bug has been marked as a duplicate of 3241 ***
--
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=3788
Summary: Install gives "The folder name is not valid."
Product: Wine
Version: 20050930
Platform: Other
URL: http://www.qland.de/qex2/download/qex2setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chipper02(a)hotmail.com
CC: chipper02(a)hotmail.com
I'm trying to install QEX2 from
http://www.qland.de/qex2/download/qex2setup.exe
The setup runs fine unstil I choose the folder for installation. Leaving it
as default gives "The folder name is not valid." error. Changing it to
something without spaces, existing or non-existing, still gives the error.
I saw bug 3241 http://bugs.winehq.org/show_bug.cgi?id=3241
and checked out the latest CVS, but still no go.
Steps to duplicate:
I used both the Gentoo ebuild of 20050930 and checked it out of CVS, which
also reported 20050930.
cd /home/user/src/wine
make distclean
cvs update -PAd (done at 15:17 GMT 20051109)
./configure --prefix=/home/user/wine
make depend && make && make install
/home/user/wine/bin/wine /home/user/qex2setup.exe
Click next until failure message appears.
--
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=1335
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2121
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2224
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2964
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2966
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3090
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3196
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:37 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3705
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Really closing this 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=1742
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2225
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandoned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2469
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2481
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2540
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2558
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:36 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2662
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:35 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=2739
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:35 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3006
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:35 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3186
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:35 -------
Abandonned/Likely fixed in Wine 0.9.1 => closing.
Please reopen if you still encounter 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=3736
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:34 -------
Closing.
--
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=3755
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:33 -------
Fix is part of Wine 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=3733
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:33 -------
Closing
--
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=3726
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:32 -------
Fix is part of Wine 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=3721
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:32 -------
Closing
--
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=3683
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:31 -------
Fixed, closing.
--
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=3680
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
Summary|"Desktop" configuration |[Winecfg] "Desktop" window
|variable broken |position configuration
| |cannot be set or read
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:31 -------
I think this bug should be reopened.
--
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=3669
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:29 -------
Closing...
--
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=3662
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:29 -------
Fix is part of Wine 0.9.1.
--
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=3656
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:29 -------
Fix is part of Wine 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=3652
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:29 -------
Fix is part of Wine 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=3647
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:28 -------
Closing
--
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=3641
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:28 -------
Fix is part of Wine 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=3635
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:27 -------
Fix is part of Wine 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=3585
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:27 -------
Closing...
--
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=3519
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:26 -------
Another bug has been opened for the remaining issue. This one can be closed.
--
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=3511
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:25 -------
Fixed in Wine 0.9.
--
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=3508
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:25 -------
Fix is part of Wine 0.9.1.
--
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=3433
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:24 -------
Bug fixed in current releases. Closing...
--
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=3424
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:23 -------
Closing...
--
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=3415
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:23 -------
Fix is part of Wine 0.9.1.
--
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=3315
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:23 -------
Really closing as Wine 0.9.1 has been released
--
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=3309
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:22 -------
Closing since this is fixed.
--
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=3220
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:22 -------
Closing since the fix is part of Wine 0.9.1.
--
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=3128
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:21 -------
Closing since the fix is part of Wine 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=3098
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:21 -------
Closing then...
--
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=3073
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:20 -------
Fixed and incorporated in Wine 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=2394
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:20 -------
Verified in Wine 0.9.1, closing...
--
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=3677
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:18 -------
Closing then...
--
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=3504
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:16 -------
Reopened then.
--
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=2257
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:15 -------
Closing...
--
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=3484
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WONTFIX |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:12 -------
Why was this bug marked as wontfix ?
--
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=3760
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:05 -------
Closing...
--
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=3725
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:05 -------
Closing...
--
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=3673
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:05 -------
Closing...
--
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=3461
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:04 -------
Fixed in Wine 0.9.1 then. Closing...
--
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=3375
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:02 -------
Closing...
--
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=3775
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:01 -------
Closing this invalid 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=3765
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:00 -------
Closing.
--
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=3732
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 08:00 -------
Closing...
--
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=2881
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:57 -------
Fixed in Wine 0.9. Closing...
--
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=2778
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:56 -------
Closing then...
--
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=2683
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:56 -------
Patch fixing this issue included in Wine 0.9.1 Closing.
--
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=2487
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:56 -------
Closing...
--
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=2302
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:55 -------
Closing as this bug doesn't exist in current Wine-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=2035
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:54 -------
Closing...
--
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=1044
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:49 -------
Closing since it's likely fixed in Wine 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=719
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:47 -------
Closed since Wine 0.9.1 has been released and reporter hasn't reoppened the
abandonned 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=2394
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:44 -------
Latest version of Yahoo doesn't show this problem under Wine-CVS. Please reopen
if you have more infos.
--
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=1115
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |rob(a)codeweavers.com
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:29 -------
Assigning to Robert Shearman as he has worked on rebar quite a lot.
Rob, do you want to have a look at 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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3303
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
Summary|notepad is unable to print |native notepad is unable to
| |print
--
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=719
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:14 -------
No news from reporter and bug cannot be reproduced.
Please reopen if you have any news about 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=701
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20020411 |CVS
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:10 -------
Cannot run this demo in current Wine-CVS:
wine binaries/Squid.exe
GLUT: Warning in DummyAppName: Unrecognized game mode string word: 0x0:0 (ignoring)
--
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=2302
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-09-11 07:05 -------
This bug (and the other one specified in the readme) is fixed in current Wine-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=3051
------- Additional Comments From nospam.nospam(a)mekanix.dk 2005-09-11 06:02 -------
I'm seeing something similar on FreeBSD 5-STABLE and wine 0.9 (from ports)
This is what I do:
$ wine "C:\DeusEx\System\DeusEx.exe"
wine: Unhandled exception (thread 0009), starting debugger...
fixme:msvcrt:_spawnve :not translating name /usr/local/bin/wine to locate
program
err:winedbg:main Invalid event handle: 0x40
Note: there is no spaces in the Folder/exe-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=3778
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-09-11 04:34 -------
| I guess they mean SB_PIXEL_ALPHA, part of SHADEBLENDCAPS in GetDeviceCaps for
| x11drv. SHADEBLENDCAPS seems to be completely missing currently:
...
| I would add them myself, seems to be gruntwork, but there are numbers in the
| header file behind all other capabilities - I don't know what they mean, or
| what the correct values for those caps would be...
As for correct header filenames you can always check Platform SDK and DX SDK
[*]. grep is your friend:
$ grep -rEC3 'SB_PIXEL_ALPHA|SHADEBLENDCAPS' Microsoft\ SDK/include/
| Microsoft SDK/include/WinGDI.h-#define BLTALIGNMENT 119 /* Preferred blt
alignment */
| Microsoft SDK/include/WinGDI.h-
| Microsoft SDK/include/WinGDI.h-#if(WINVER >= 0x0500)
| Microsoft SDK/include/WinGDI.h:#define SHADEBLENDCAPS 120 /* Shading and
blending caps */
| Microsoft SDK/include/WinGDI.h-#define COLORMGMTCAPS 121 /* Color
Management caps */
| Microsoft SDK/include/WinGDI.h-#endif /* WINVER >= 0x0500 */
| Microsoft SDK/include/WinGDI.h-
| --
| Microsoft SDK/include/WinGDI.h-/* Shading and blending caps */
| Microsoft SDK/include/WinGDI.h-#define SB_NONE 0x00000000
| Microsoft SDK/include/WinGDI.h-#define SB_CONST_ALPHA 0x00000001
| Microsoft SDK/include/WinGDI.h:#define SB_PIXEL_ALPHA 0x00000002
| Microsoft SDK/include/WinGDI.h-#define SB_PREMULT_ALPHA 0x00000004
| Microsoft SDK/include/WinGDI.h-
| Microsoft SDK/include/WinGDI.h-#define SB_GRAD_RECT 0x00000010
As for values, you can formally use MSDN or get the same info from the SDKs. :-)
Think of adding a corresponding test [2][3] for the SHADEBLENDCAPS parameter
passed to GetDeviceCaps(), as none such exists yet:
$ cd /usr/src/wine-cvs/wine
$ grr GetDeviceCaps dlls/*/tests/
| dlls/gdi/tests/gdiobj.c: ok(!GetDeviceCaps(hgdiobj_event->hdc, TECHNOLOGY),
"GetDeviceCaps(TECHNOLOGY) should fail\n");
| dlls/gdi/tests/gdiobj.c: ret = GetDeviceCaps(hgdiobj_event.hdc, TECHNOLOGY);
| dlls/gdi/tests/gdiobj.c: ok(ret == DT_RASDISPLAY,
"GetDeviceCaps(TECHNOLOGY) should return DT_RASDISPLAY not %d\n", ret);
| dlls/gdi/tests/metafile.c: ok(GetDeviceCaps(hdcMetafile, TECHNOLOGY) ==
DT_RASDISPLAY,
| dlls/gdi/tests/metafile.c: "GetDeviceCaps(TECHNOLOGY) has to return
DT_RASDISPLAY for a display based EMF\n");
| dlls/gdi/tests/metafile.c: caps = GetDeviceCaps (hdcMetafile, TECHNOLOGY);
| dlls/gdi/tests/metafile.c: "GetDeviceCaps: TECHNOLOGY=%d !=
DT_METAFILE.\n", caps);
| dlls/gdi/tests/metafile.c: x0 = MulDiv(0, GetDeviceCaps(hdc,
HORZSIZE) * 100, GetDeviceCaps(hdc, HORZRES));
| dlls/gdi/tests/metafile.c: y0 = MulDiv(0, GetDeviceCaps(hdc,
VERTSIZE) * 100, GetDeviceCaps(hdc, VERTRES));
| dlls/gdi/tests/metafile.c: x1 = MulDiv(10, GetDeviceCaps(hdc,
HORZSIZE) * 100, GetDeviceCaps(hdc, HORZRES));
| dlls/gdi/tests/metafile.c: y1 = MulDiv(10, GetDeviceCaps(hdc,
VERTSIZE) * 100, GetDeviceCaps(hdc, VERTRES));
| dlls/gdi/tests/bitmap.c: screen_depth = GetDeviceCaps(hdc, BITSPIXEL);
| dlls/gdi/tests/bitmap.c: screen_depth = GetDeviceCaps(hdc, BITSPIXEL) *
GetDeviceCaps(hdc, PLANES);
| dlls/user/tests/sysparams.c: dpi = GetDeviceCaps( hdc, LOGPIXELSY);
| dlls/user/tests/text.c: lf.lfHeight = -MulDiv(9, GetDeviceCaps(hdc,
Of course, it's easiest to start by compiling simple Windows app which doesn't
work under Wine.
Then transform it to Wine test.
Then compile in windows.
Then make it compile using Wine.
IMHO wine-devel@ list will help you in any case. Feel free, thanks. :-)
Good luck.
[1] http://www.winehq.org/site/docs/winedev-guide/testing-windows
[2] http://www.winehq.org/site/docs/winedev-guide/testing-what
[3] http://www.winehq.org/site/docs/winedev-guide/testing-test
--
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=1638
jeff(a)taupro.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeff(a)taupro.com
------- Additional Comments From jeff(a)taupro.com 2005-09-11 02:57 -------
This bug is keeping a popular program called "3D Home Architect" by Broderbund
from running, as of 09-Nov-2005. In particular the call to RMCreate(), for
"retained mode".
--
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=3738
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|julliard(a)winehq.com |wine-bugs(a)winehq.org
------- Additional Comments From julliard(a)winehq.com 2005-09-11 02:42 -------
I don't think the patch is related to the problem. It probably just hides it
because it prevents opengl from being unloaded.
--
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=3773
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-09-11 02:36 -------
| The version of linux that I was using was version fedora core 4.
| Wine version 0.9
BTW, did you install from an RPM? It seems to me the debug info is missing:
|Backtrace:
|=>1 0x2c5147bc in msxml3 (+0x47bc) (0x7fcb573c)
| 2 0x678a0f18
|?Load@CXTPDockingPaneLayout@@QAEHV?$CStringT@GV?$StrTraitMFC_DLL@GV?$ChTraitsCRT@G@ATL@@@@@ATL@@@Z+0xaa8
in xtp8510libu (0x7dc80330)
|
|0x2c5147bc: movl 0x0(%edx),%ecx
If this is a case, I'd advise to try cvs version of Wine [1] and to compile it
by yourself [2]. :-P
Wine can be cleanly thrown away from a system using "sudo make uninstall; rm -rf
~/.wine" then. :-)
[1] http://www.winehq.org/site/cvs
[2] http://www.winehq.org/site/docs/wineusr-guide/installing-wine-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=3786
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-09-11 02:22 -------
| Now if we install over a previous installation where SIP lines are installed
| the application crashes on the first run automatically started by the
| installation. It does not crash when run otherwise after this.
Doesn't happens on my box. :-/
| =>1 0xb7fbd77b _dl_catch_error+0x6b in ld-linux.so.2 (0x7da66d3c)
| 2 0xb7f4bfa2 __GI___libc_dlopen_mode+0x52 in libc.so.6 (0x7da66d6c)
| 3 0xb7f28215 __nss_lookup_function+0x1f5 in libc.so.6 (0x7da66dc4)
| 4 0xb7f27ee3 __nss_next+0x53 in libc.so.6 (0x7da66de0)
| 5 0xb7f2c67f __new_gethostbyname_r+0x13f in libc.so.6 (0x7da66e28)
| 6 0x7f64ad00 WS_gethostbyname+0xb0 in ws2_32 (0x7da66efc)
IMHO that can possibly be a bug in you system setup or in your libc. What
distro and version is installed on your box?
In any case I'd apply following patchy:
--- dlls/winsock/socket.c 5 Nov 2005 10:43:27 -0000 1.193
+++ dlls/winsock/socket.c 9 Nov 2005 08:19:16 -0000
@@ -2747,6 +2747,7 @@ struct WS_hostent* WINAPI WS_gethostbyna
int locerr = ENOBUFS;
#endif
char buf[100];
+ TRACE("retrieving host information for a \"%s\"\n", name);
if( !name) {
name = buf;
if( gethostname( buf, 100) == -1) {
and would give the installer a crash test with +winsock debug flags set:
$ WINEDEBUG=+winsock wine .../ivmsetup.exe
Put output as a separate attachment, please.
--
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=3787
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Contect popup for help file |Contect popup for help file
|not working |not working
------- Additional Comments From infyquest(a)gmail.com 2005-09-11 01:17 -------
that functionality has not been developed yet
--
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=3787
Summary: Contect popup for help file not working
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: craig(a)nch.com.au
The api call
WinHelp(hwndDlg, "ivm.hlp", HELP_CONTEXTPOPUP, 199);
does not work. On the debug console we get the message
fixme:winhelp.MACRO_PopupContext("ivm.hlp", 199)
--
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=3782
------- Additional Comments From infyquest(a)gmail.com 2005-08-11 23:06 -------
this has been added in latest cvs as per microsoft spec's
CLST - Pacific SA Standard 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=3773
------- Additional Comments From infyquest(a)gmail.com 2005-08-11 22:57 -------
copy MSVCP71D.dll to your system32 directory, if not present download and copy it.
This might reduce some errors
--
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=3778
------- Additional Comments From willie(a)froq.net 2005-08-11 22:19 -------
Oops, sorry, maybe instant zen also has another problem, so it might not be
the perfect testcase. It wants 32bit depth _and_ framebuffer alpha support,
according to the popup. I guess they mean SB_PIXEL_ALPHA, part of
SHADEBLENDCAPS in GetDeviceCaps for x11drv. SHADEBLENDCAPS seems to be
completely missing currently:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdi/devcon…
I would add them myself, seems to be gruntwork, but there are numbers in the
header file behind all other capabilities - I don't know what they mean, or
what the correct values for those caps would be...
--
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=3738
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |julliard(a)winehq.com
------- Additional Comments From fenix(a)club-internet.fr 2005-08-11 19:42 -------
Hi Alexandre,
you are responsible of the suspected patch,
good luck :)
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=2257
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From fenix(a)club-internet.fr 2005-08-11 19:36 -------
This crash occured
on call of GetCurrentDirectoryA here:
char* _getcwd(char * buf, int size)
{
char dir[MAX_PATH];
int dir_len = GetCurrentDirectoryA(MAX_PATH,dir);
...
Because msvcrt.dll.so don't have been loaded using wine dll loader who
resolver import tables. In you case the import table is unitialised so it crsh
when you call imported call GetCurrentDirectoryA
Please use winelib and LoadLibrary if you want to do dynamic loading of
wine libraries.
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.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2951, which changed state.
Bug 2951 Summary: Second Life fails to launch (GL context problem?)
http://bugs.winehq.org/show_bug.cgi?id=2951
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |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=3785
Summary: freemem.exe: err:local:LOCAL_GetBlock not enough space
in GDI heap 10c7 for 65452 bytes
Product: Wine
Version: 0.9
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
I tested latest version of wine 0.9. Freemem seems to work somehow, but endles
flow of these messages is printed on a display. I suspect some kind of memory
leak or something like this.
Please get freemem.exe from here:
http://bugs.winehq.org/show_bug.cgi?id=18
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 65452 bytes
--
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=3784
------- Additional Comments From alex(a)thehandofagony.com 2005-08-11 15:03 -------
It works, but the maximize problem and console output is still the same. The
most annoying thing about the maximization is that the windows does not return
to their normal sizes when they are restored, and some have their tops outside
the screen.
--
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=3784
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-08-11 14:51 -------
try if adding the key Managed=N under HKCU/Software/Wine/X11 Driver could solve this
--
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=3775
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From fenix(a)club-internet.fr 2005-08-11 14:48 -------
It's not a wine problem.
composite extension on recent Xorg builds use partial-HW acceleration
(specialy on nvidia drivers) who impact a lot if you are using it while
playing OpenGL (GLX rendering path is partially disabled to reinject OpenGL
surface content to composite)
It's a Xorg architecture problem and it will be resolved in future (and
already planned) Xorg evolutions
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=3784
Summary: Malfunctioning fullscreen in Heroes of Might and Magic
II
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When activating the fullscreen mode in Heroes of Might and Magic II, the KDE
panel at the bottom of the screen is still displayed, and all open windows are
maximized. I have experienced similar issues with Worms 2 earlier.
The following output is given on the console
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd817b0)->(0x20022,0000
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd817b0)->(0x20022,00000008)
I am using CVS because the game just started working (Bug 3128).
--
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=3128
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2005-08-11 14:32 -------
It works!
Issues still remain, but it is playable.
A fantastic 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=3783
Summary: Allow colour registry keys to be overridden by X
resources
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ross(a)burtonini.com
If Wine read a few X resources at startup, say Wine.ButtonFace etc, and if
present set the relevant registry key /Control Panel/Colours/ButtonFace, then
users could easily edit .Xresources to change the look of Wine just like they do
with other X applications.
The nice side-effect of this is that under Gnome/KDE it would be possible to
automatically set the X resources based on the current theme, so applications
visually blend in automatically.
--
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=3782
Summary: Adding CLST time zone
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el.croata(a)gmail.com
In the 0.9 version wine keeps complaining about:
fixme:ntdll:TIME_GetTZAsStr Can't match system time zone name "CLST", bias=180
and dst=1 to an entry in TZ_INFO. Please add appropriate entry to TZ_INFO and
submit as patch to wine-patches
CLST is the chilean summer time. Internationally it should be GMT-3. So the bias
looks fine
Thanx!
--
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=824
------- Additional Comments From infyquest(a)gmail.com 2005-08-11 09:36 -------
the patch is invalid, does not work properly
--
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=3781
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=3780
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=3197
------- Additional Comments From gnb10(a)gnb10.uklinux.net 2005-08-11 06:05 -------
Using a clean install of Wine CVS on 2005/11/07 with all default setting (no
native DLLs) it goes a lot better: the install proceeds to the end, adds the
desktop icon and then hangs. But pretty much everything gets installed (one
DLL seemed to be missing, I'll try to repeat that if I get time). This is
major progress.
--
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=3781
Summary: iRiver caption editor: Main window layout severely
broken
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrol(a)sinus.cz
Freely available program ( http://www.iriveramerica.com/download/ce.zip )
cannot be used because its window layout is severely broken. Various elements
of the window (buttons, edit boxes, sliders etc) are misplaced, incorrectly
sized and they are obscuring each other. Some of them are placed out of the
window, causing both horizontal and vertical scrollbars to appear, which
shouldn't be there. The window is not resizable (which is OK). Tested on CVS
from 2005/08/11 with a fresh user's .wine directory.
--
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=824
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-08-11 03:50 -------
Looking at the current source, the patch has never been applied.
Is this patch correct ?
--
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=1434
Bug 1434 depends on bug 2035, which changed state.
Bug 2035 Summary: winealsa does not work in CVS as of 2/17/2003
http://bugs.winehq.org/show_bug.cgi?id=2035
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |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=2035
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-08-11 03:27 -------
I am closing this one as it works perfectly except for some occassional 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=3573
------- Additional Comments From Speeddymon(a)gmail.com 2005-08-11 03:19 -------
ya i see it after the fixed fixed (yes i said it twice on purpose) slackware x11
package.. so this needs to be worked around in 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=3573
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-08-11 03:16 -------
So can this be fixed in Wine or has it to be reported to x.org ?
--
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=1432
Bug 1432 depends on bug 2683, which changed state.
Bug 2683 Summary: crash in olepicture loading in Revelation
http://bugs.winehq.org/show_bug.cgi?id=2683
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |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=2683
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-08-11 02:44 -------
my patch has been applied.
--
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=3573
------- Additional Comments From marcus(a)jet.franken.de 2005-08-11 02:32 -------
i see the same on SUSE after the xorg update.
the problem is that WinRAR creates a 36000x16 pixel DIB / X11 pixmap (likely
to run a sideways scroller).
The X security fix no longer allows pixmaps > 32768 -> breakage.
--
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=3573
------- Additional Comments From Speeddymon(a)gmail.com 2005-08-11 01:51 -------
Of course, after double checking the security updates for slack 10.2, and
verifying the date of release, i realized there was an Xorg update, and that lo
and behold, the xorg that came with slack 10.2 breaks wine.. Downloading the
update now, will install and report back in a few.
--
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=2919
------- Additional Comments From bigblackpapa(a)hotmail.com 2005-07-11 23:47 -------
I switch to Gentoo and Wine work better than ever... I can play Riven as I was
on Windoze or MacOS... I don't thing I will install Mandrake again so I can't
help you anymore with this bug.
Thanks for your help!
Wine is wonderfull!
Bbp
--
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=3315
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-07-11 23:41 -------
I am closing this as patch has been commited
--
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=3780
Summary: Lego Star Wars demo installer fails
Product: Wine
Version: unspecified
Platform: PC
URL: http://ftp.eidosinteractive.com/pub/demos/legostarwars/L
SWdemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)aulick.net
Demo self-extracting archive unpacks itself, then runs some stuff via MSI which
fails, pops up a dialog announcing failure, then the "Install completed" screen
again anouncing failure, can "finish" without crashing.
Console log follows:
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:shell:SHAutoComplete SHAutoComplete stub
fixme:exec:SHELL_execute flags ignored: 0x00000580
fixme:msi:MsiGetProductInfoW L"{F7D1D93A-B17A-41F8-9070-0B2A544C6165}"
L"PackageCode" 0x7fdf0ba0 0x7fb1d774
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\RarSFX0\\ISScript1050.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFiles"
fixme:msi:ACTION_InstallFiles Write DiskPrompt
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:deformat_component component key L"IDriverT.exe"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveFolders"fixme:msi:msi_unimplemented_action_stub InstallServices -> 1
ignored L"ServiceInstall" table values
fixme:msi:MsiGetProductInfoW L"{F7D1D93A-B17A-41F8-9070-0B2A544C6165}"
L"InstallSource" 0x7d476f60 0x7fb1de4c
fixme:msi:MSI_DatabaseApplyTransformW should apply transform
L"C:\\windows\\temp\\RarSFX0\\1033.mst"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"ValidateProductID"
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{9c5ba03f-c36f-458f-94a6-2aebda2ebb64}
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7d28ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0003ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7cf4ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fe5ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7cf4ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fe7ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fe7ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7cf2ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0000ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7beeffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7ff0ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7cf4ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fe7ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7cf2ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fe7ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7bebffff
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{9c5ba03f-c36f-458f-94a6-2aebda2ebb64}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040111err:ole:CoMarshalInterface Failed to marshal the interface
{9c5ba03f-c36f-458f-94a6-2aebda2ebb64}, 80040111
fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x400000)
fixme:ole:CoCreateInstance no classfactory created for CLSID
{064cb054-2518-474e-b2e8-200049528c42}, hres is 0x80004002
fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x400000)
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 00430000
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0005ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 0006ffff
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x4003 -> 0xb) 7fb1ffff
fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x400000)
err:advapi:service_control_dispatcher failed to create pipe, error = 0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{064cb054-2518-474e-b2e8-200049528c42}, hres is 0x80004002
fixme:atl:AtlModuleInit SEMI-STUB (0x40eb40 0x40c040 0x400000)
err:advapi:service_control_dispatcher failed to create pipe, error = 0
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2e00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2e00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2e00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2e00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:dispatch_rpc no apartment found for ipid
{ffffffff-ffff-ffff-2e00-00000c000000}
err:rpc:I_RpcReceive we got fault packet with status 6be
--
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=3777
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=3776
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=3755
------- Additional Comments From pebl(a)math.ku.dk 2005-07-11 19:42 -------
Ok, not what I intended with this bug report, but the patch is correct. I
objected to that 76.76(76) was the "GL_VERSION", but I can see now that this
information is actually not about the opengl version supported, but the driver
version. I got me confused about the "GL_VERSION", should it say
"GL_DRIVER_VERSION"? oh well.
--
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=3755
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-07-11 18:25 -------
Fix Sent to wine-patches
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=3755
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From fenix(a)club-internet.fr 2005-07-11 18:24 -------
Fix Sent to wine-patches
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=3128
------- Additional Comments From titan.costa(a)wanadoo.fr 2005-07-11 15:20 -------
Patch is commited. Could you try current 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=3779
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-07-11 15:06 -------
Created an attachment (id=1318)
--> (http://bugs.winehq.org/attachment.cgi?id=1318&action=view)
Ghost recon with corrected colours
This screen shot was taken after I corrected on of the colours, everything
seems to be ok colourwise but there are some problems with the shadows.
--
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=3779
Summary: Colours and textures in Ghost recon are incorrect
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver_stieber(a)yahoo.co.uk
Hello, Oliver!
The demo runs, though enemies and comrades are somewhat color-screwed... not
to forget it is awfully slow, as if not accelerated at all, though dri is
available (see screenshot at
http://www.students.uni-marburg.de/~Klossa/grdemo-wine0.9.png) />
Tweaking the graphics settings (smooth persons, compress textures etc) doesn't
change a thing. With lowest settings, it is almost playable.
Keep up the great work!
--
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=3778
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |willie(a)froq.net
------- Additional Comments From willie(a)froq.net 2005-07-11 10:13 -------
I found another, rather small application that shows the same 32bit
requirement. The demo "instant zen" by Synesthetics:
http://www.pouet.net/prod.php?which=18359
--
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=3778
Summary: morrowind faild to detect graphics correctly
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver_stieber(a)yahoo.co.uk
On start up Morriwind fails to detect stencil support properly and enabling
support for 16 bit graphics causes Morrowind to report that the desktop should
be in 32bit mode.
--
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=3777
Summary: Calling closesocket() will not eject any accept()s
waiting in blocking mode...
Product: Wine
Version: CVS
Platform: Other
URL: http://www.emtec.com/macrophone
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.goemmel(a)compulab.de
Our IP application MacroPhone run into the problem, that it will not close
under Wine. Looking into it it looks like doing a closesocket() command on a
socket will not eject any pending accepts() in blocking mode. So cause of our
application is waiting for the accept threads to end with a infinite
semaphore, the programs don't close.
Any help is appreciated
Thanks
Markus
--
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=3776
Summary: Restoring a hidden window will not work...
Product: Wine
Version: CVS
Platform: Other
URL: http://www.emtec.com/mailbell
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.goemmel(a)compulab.de
If an application (like Mailbell, see URL link) will be minimized to the
systray (which means it has a systray icon and it hides the program window
when the minimized button is pressed instead of minimizing it), in native
windows only a systray icon keep left. In KDE the application is still
available in the program bar (which is ok). But clicking to the program bar
(to restore the application) will cause in a complete hang.
I think it's not necessary or useful to remove the program bar entry, but
clicking on it should do something useful (maybe sending a WM_RESTORE or
WM_SHOW) instead of stopping the whole thing.
Let me know if I can help in any way...
Markus
--
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=3476
a_villacis(a)palosanto.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From a_villacis(a)palosanto.com 2005-07-11 09:12 -------
Either this bug was improperly closed (by me), or the bug was reintroduced. Bug
still exists as of CVS 2005-11-04.
--
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=2658
------- Additional Comments From molle.bestefich(a)gmail.com 2005-07-11 08:12 -------
Just had a brief chat with Javi S. Pedro (reporter of this bug).
It wasn't clear from his original description which version of Wine he
previously used to test Trillian.
He seems to remember using the version recommended by WineTools, which currently
is 20041019.
Looking at the source code of 20041019 ("svn blame -r17705
svn://wine-svn.troy.rollo.name/wine/wine/trunk/windows/winpos.c") shows that the
lines which my patch fixes also exist there, and has in fact been in place since
at least 1998.
Regression testing could be done to find if there's a better way to fix the
splash screen problem than with the patch I posted earlier, but the effort might
be fruitless. Alexandre Julliard did a rewrite of the windowing system about
that time, so a lot of things are bound to interact in a very different way than
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=3427
------- Additional Comments From t.artem(a)mailcity.com 2005-07-11 06:47 -------
I would like to reopen this bug because for me fonts are not antialiased both in
Wine 20050930 and Wine 0.9. All previous releases worked just fine :( I even
changed HKCU\Control Panel\Desktop\FontSmoothing to 1 with no success
--
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=2658
molle.bestefich(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|err:clipping:CLIPPING_Update|Trillian loops infinitely in
|GCRegion hVisRgn is zero. |splash screen
|Please report this. |
------- Additional Comments From molle.bestefich(a)gmail.com 2005-07-11 06:20 -------
Lo and behold, I managed to get Trillian to work past the splash
screen. A bit early for a christmas miracle, but there it is :-).
This is, as far as I know, the first time anyone has gotten Trillian
to run with Wine CVS HEAD since late 2004. That's about two years.
It also marks another historic event: This is the first time in my
life that I've ever rejoiced upon hearing one of those lame
application startup sounds ;-).
This is the diff against wine 0.9 which makes it possible:
Index: dlls/user/winpos.c
===================================================================
--- dlls/user/winpos.c (revision 23257)
+++ dlls/user/winpos.c (working copy)
@@ -808,9 +808,14 @@
MinMax.ptMaxTrackSize.y = max( MinMax.ptMaxTrackSize.y,
MinMax.ptMinTrackSize.y );
+ return;
+ // commenting next line out WILL fix Trillian.
if (maxSize) *maxSize = MinMax.ptMaxSize;
+ // commenting next line out doesn't fix.
if (maxPos) *maxPos = MinMax.ptMaxPosition;
+ // commenting next line out WILL fix Trillian.
if (minTrack) *minTrack = MinMax.ptMinTrackSize;
+ // commenting next line out doesn't fix.
if (maxTrack) *maxTrack = MinMax.ptMaxTrackSize;
}
The patch should be self explanatory.
It just returns a bit earlier in WINPOS_GetMinMaxInfo, which seems to be where
things get screwed up.
I don't think this issue explicitly has anything to do with alpha transparency,
as was earlier indicated.
The two error messages from the original issue description:
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 28 bytes
also does not appear in Wine 0.9, but the splash screen jerkiness does (without
above 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=3653
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 05:37 -------
Created an attachment (id=1316)
--> (http://bugs.winehq.org/attachment.cgi?id=1316&action=view)
snapshot of the intro
Hi , the attached snapshot is a snapshot of the intro with the d3d8
patch.Thanks for the great work Oliver! I think this was already discussed on
the devel-mailing list, but it looks a littl bit blurred. However, i'm not able
atm to test how it looks on windows. still can't get into the main menu because
of sound errors.
--
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=3774
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 02:37 -------
aaargh, sorry all complete nonsens. Sorry about that, i haven't woken up yet!
The assertion is of course correct. using extra traces i can see that
DDRAW_width_bpp_to_pitch is first called with bpp=24 and the second time with
bpp=0. So should figure out why that happens.
--
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=3775
Summary: StarCraft runs slow when composite enabled on x.org
7.0.0 rc1
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reub2000(a)earthlink.net
StarCraft runs slow with the X.org compostite extension enabled on X.Org 7.0.0
RC1. StarCraft runs fine when I disable composite.
Specs:
Gentoo x86
nVidia driver 1.0.7676 (GeForce 6800GT)
linux-2.6.14-ck3
X.org 7.0.0 RC1
Wine 0.9
--
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=3774
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 02:20 -------
And on second thought, i'd guess that the assertion is actually wrong, using an
extra trace you can see bpp=8, shouldn't the check be assert(bpp = 0); instead of
assert(bpp != 0);? (maybe i'm way off, as i'm not expert on this!)
--
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=3774
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-07-11 02:13 -------
Well, by just commenting out line 706 in dlls/ddraw/main.c i can play a
mpeg-file, but the colors are bleu. I'd say start looking with WINEDEBUG=+ddraw .
--
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=3774
Summary: VLC installs and runs, but cannot play files
Product: Wine
Version: CVS
Platform: PC
URL: http://videolan.org/vlc
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
Well with wine-cvs as of 20 mins ago (roughly 1am CST 11.7.2005) I can install
and run VLC (formerly VideoLAN Client) media player, and I can pick a file to
play, but once I the player goes to render the video, it dies with an assertion
failure. I searched the bugdb for open and closed bugs that contained the word
vlc anywhere in the bug, but nothing came up, so here I am reporting it. Output
is next.. Let me know what traces are needed to get at least get the assertion
fixed, and we will worry about rendering after that is fixed. P.S. before I
post the output, I should mention I have not regression tested this, as I have
not tried this program before now on wine. If needed I can revert back a week
at a time over the last 2 years to see if this version would have ever worked in
the past and we can do a diff comparison, but not right now.. Keep me posted.
Dustin
--
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=3772
------- Additional Comments From plinich(a)cse.unsw.edu.au 2005-07-11 01:11 -------
The Linux host usually runs headless, but I managed to get
it running VESA, 8-bit, 800x600 on a handy monitor. Run directly
on the Linux box like this the text problem with wine/notepad
does not occur.
--
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=3773
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|RenderMonkey doesn't work |RenderMonkey doesn't work
|very well in wine. |very well in wine.
------- Additional Comments From truiken(a)gmail.com 2005-07-11 00:46 -------
Could you please provide more information for this bug? Wine version, console
output, expected results, actual results, etc.
--
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=3773
Summary: RenderMonkey doesn't work very well in wine.
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip(a)digitalinfinity.biz
Hi I've tried to install RenderMonkey in wine and it doesn't seem to work very
well. It generates XML parsing errors.
--
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=3772
------- Additional Comments From truiken(a)gmail.com 2005-07-11 00:34 -------
Does the problem occurr if you run it directly on the linux machine?
--
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=3772
Summary: Text doesn't display in menus and popup boxes
Product: Wine
Version: 0.9
Platform: Other
URL: http://www.cse.unsw.edu.au/~plinich/wine-notepad.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plinich(a)cse.unsw.edu.au
The URL points to a screen snapshot PNG inage showing the
problem, namely that applications such as notepad appear
with no text in the menubar, and also sometimes without
text in popup boxes. The snapshot shows notepad (the one
which comes with wine) and its "Info..." box.
I am running wine on a 500MHz dual-processor Intel box, with the
display on a Macintosh G4 alptop (running OS X 10.3.9) via SSH.
You can see the commands I ran in the window behind the notepad
window in the screen snapshot.
The Macintosh (the display) is called "g4". The Linux box (where
wine runs) is called "ptang".
The Linux system is running Fedora Core 4, fully patched, with wine
installed from the winehq RPM:
[master@ptang ~]$ uname -a
Linux ptang.cse.unsw.edu.au 2.6.13-1.1532_FC4smp #1 SMP Thu Oct 20 01:51:51 EDT
2005 i686 i686 i386 GNU/Linux
[master@ptang ~]$ rpm -qa | fgrep wine
wine-0.9-1fc4winehq
[master@ptang ~]$
The problem is easily reproducible.
--
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=3747
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=3749
tony_lambregts(a)telusplanet.net 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=3767
------- Additional Comments From postmaster(a)pcos.dyndns.org 2005-06-11 20:49 -------
After taking close to 4 hours to compile...
IT DIDN'T WORK!
Does anyone have any other suggestions?
It still complains about no administrative rights.
Thanks,
Tim
--
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=2161
------- Additional Comments From willie(a)froq.net 2005-06-11 20:33 -------
I think that switch was for cards that had ASIO hardwired or something. Don't
know why the JACK devs removed that, guess it wasn't needed anymore, but
that's unrelated to Wine anyway...
--
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=3455
tony_lambregts(a)telusplanet.net 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=3756
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 on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3766
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=3110
oliver_stieber(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |oliver_stieber(a)yahoo.co.uk
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=3110
------- Additional Comments From oliver_stieber(a)yahoo.co.uk 2005-06-11 19:44 -------
Ok, I think I've found the problem.
I've sent in and attached a patch '[wined3d] prevent outof range lookup in
DrawStridedSlow - 2' that should fix 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=3769
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=3768
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=3761
------- Additional Comments From willie(a)froq.net 2005-06-11 18:53 -------
The ATI_texture_float extension is not available on Nvidia cards/ with Nvidia
drivers, and it's not approved by the OpenGL ARB. There's ARB_texture_float
(based on ATI_texture_float, just slightly different), but I don't know about
driver/ hardware support (my Nvidia Quadro FX3000 with 1.0.8xxx beta drivers
doesn't support ARB_texture_float).
http://oss.sgi.com/projects/ogl-sample/registry/ARB/texture_float.txt
--
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=3771
Summary: Grim Fandango sound buffer underruns (+ crashes)
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darkvater(a)operamail.com
Specs:
AMD 1.3GHz with 1024MB SDRAM, SUSE9.3, NVidia FX5600, 7676 drivers.
During gameplay I get a LOT of fixme/warning messages such as:
err:dsound:DSOUND_MixOne underrun on sound buffer 0x40434cf0
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=18432 < p
rimary_done=19600)
Usually the game also crashes randomly when too many of these pile up (I think
that's when it happens), and also on game-exit. Running a winedgb on the
process gives me:
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=18432 <
primary_done=19600)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x404142d8
err:dsound:DSOUND_MixOne underrun on sound buffer 0x404142d8
First chance exception: page fault on read access to 0x458cfd2c in 32-bit code
(0x00473c87).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:00473c87 ESP:406cfd50 EBP:00000001 EFLAGS:00010206( - 00 - RIP1)
EAX:46fecbcd EBX:458d082e ECX:00000000 EDX:0000000a
ESI:0000000a EDI:458cfd2c
Stack dump:
0x406cfd50: 469d564c 45031c1c 00001464 469d751c
0x406cfd60: 00473a6e 00474c03 458d003c 46fec8c4
0x406cfd70: 00001987 469d7528 0048674d 469d751c
0x406cfd80: 45031c1c 469d564c 469d5538 008a4540
0x406cfd90: 00000000 004aa2bd 469d751c 469d5538
0x406cfda0: 469d552c 00000000 468a2428 004aa5c8
Backtrace:
=>1 0x00473c87 in grimfandango (+0x73c87) (0x00000001)
2 0x00000000 (0x00000000)
0x00473c87: movb 0x0(%edi),%dl
Wine-dbg>
When I am quitting the game manually; eg no crashes wine crashes nonetheless
giving:
err:dsound:DSOUND_MixOne underrun on sound buffer 0x4040f8a0
First chance exception: page fault on read access to 0x00000008 in 32-bit code
(0x417db951).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:417db951 ESP:406cf69c EBP:406cf6ec EFLAGS:00010246( - 00 -RIZP1)
EAX:00000000 EBX:417f36ac ECX:00000000 EDX:403fe820
ESI:00000030 EDI:00000003
Stack dump:
0x406cf69c: 401a0513 40360000 00000000 41836ba4
0x406cf6ac: 00000000 41836ba4 00000000 417d118e
0x406cf6bc: 417d0f4a 41818cbb 40360000 00000002
0x406cf6cc: 403fe838 00000001 008476f4 403fe650
0x406cf6dc: 00000001 00000001 00000030 00000003
0x406cf6ec: 00000000 004c0fe8 403fe820 00000000
Backtrace:
=>1 0x417db951 in dsound (+0x1b951) (0x406cf6ec)
2 0x004c0fe8 in grimfandango (+0xc0fe8) (0x00000000)
0x417db951: movl 0x8(%eax),%edi
Wine-dbg>
And that's all. I am running in software mode because 3D accelerated OpenGL is
just slow as hell. Probably:
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_MONOENABLE
(0000000b) value : 00000000 !
Warning : application does direct locking of ZBuffer - expect slowdowns on many
GL implementations :-)
has something to do with it. I tried running with sound turned off (winecfg)
but then I can't even start GrimFandango. In the console I get:
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC: can
't handle right now.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403e74f0)->(0x1005c,00000051)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403e74f0)->(0x1005c,00000011)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403e74f0)->(0x1005c,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403e74f0)->(0x1005c,00000011)
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
16
and the game pops up: "Please make sure you are not running any other DirectX
apps that make exclusive control of your hardware".
So I'm kinda dead here. Cedega has the same problems; only there 3D seems a
tiny bit faster.
--
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=3767
------- Additional Comments From postmaster(a)pcos.dyndns.org 2005-06-11 17:06 -------
There is no SetLastError in SetThreadToken.
/*************************************************************************
* SetThreadToken [ADVAPI32.@]
*
* Assigns an 'impersonation token' to a thread so it can assume the
* security privileges of another thread or process. Can also remove
* a previously assigned token.
*
* PARAMS
* thread [O] Handle to thread to set the token for
* token [I] Token to set
*
* RETURNS
* Success: TRUE. The threads access token is set to token
* Failure: FALSE.
*
* NOTES
* Only supported on NT or higher. On Win9X this function does nothing.
* See SetTokenInformation.
*/
BOOL WINAPI SetThreadToken(PHANDLE thread, HANDLE token)
{
# return set_ntstatus( NtSetInformationThread( thread ? *thread :
GetCurrentThread(),
# ThreadImpersonationToken,
&token, sizeof token ));
return true;
}
I changed it to this, will that do what you want it to do?
Thanks,
Tim
--
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=3763
------- Additional Comments From jay(a)mytuxserv.com 2005-06-11 17:02 -------
Okay, well I got Steam working again and installed TFC no problems, was playing
as well.
But as soon as I completely Exit/Close Steam, I have to keep trying or reboot to
get it working 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=3767
------- Additional Comments From postmaster(a)pcos.dyndns.org 2005-06-11 16:36 -------
Unfortunately not; that is what I have been running.
I am now in the process of modifying the source RPM; I will let you know what
happens!
--
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=3770
Summary: Regular hiccups while playing Warcraft 3.
Product: Wine
Version: 0.9
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z77y16(a)hotmail.com
I have played Warcraft 3 in Wine quite a lot around a year ago and reinstalled
it recently. It no longer works as well as it was around 20031212. There are
frequent short pauses during game, leaving the game playable but not quite as
enjoyable as it should.
Reproducing the problem is easy. Run the game with -opengl and start a custom
game. Short pauses will be experienced throughout the game, for example when you
try to select your workers for the first time, click on a building, etc.
Disabling sound does not help.
I am running Wine 0.9 on Fedora Core 4, stock kernel kernel-2.6.13-1.1532_FC4,
nvidia 1.0-7676 with a GeForce 2 MX400. I have confirmed the problem exists
since wine-20050310 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=3765
peregrinitalia(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From peregrinitalia(a)hotmail.com 2005-06-11 16:27 -------
This is not a bug,but done on purpose. Uncheck the checkbox Enable
double desktop buffering, and you can change the screendepth. Please try, and
consider closing this bug afterwards
--
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=3767
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-06-11 16:15 -------
btw, does native advpack change anything?
--
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=3765
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-06-11 16:13 -------
Hi Luis. This is not a bug,but done on purpose. Uncheck the checkbox Enable double
desktop buffering, and you can change the screendepth. Please try, and consider
closing this bug afterwards
--
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.