http://bugs.winehq.org/show_bug.cgi?id=1964
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:20 -------
Yeah right it works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1941
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:18 -------
This works on current 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=824
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:16 -------
Is this fixed in current Wine ?
Please report back so that we can close 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=1830
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:15 -------
Can you please try with current Wine version and report back ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1821
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:14 -------
Any update on this using current Wine ?
Can you post a new screenshot and the console output if any ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1811
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:13 -------
What about current Wine version does it work now ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3480
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 17:08 -------
Patch sent to wine-patches(a)winehq.org.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3479
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |cmorgan(a)alum.wpi.edu
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2880
------- Additional Comments From lamber45(a)cse.msu.edu 2005-03-10 16:56 -------
With Wine-20050930 on a clean (drive_c) install of Cygwin-1.5.18-1, I get
similar behavior still. Now the messages are as follows:
$ wine ./ls.exe
fixme:ntdll:NtSetInformationToken 0x3c 4 0x61154988 44
fixme:ntdll:NtSetInformationToken 0x3c 6 0x7b2bfa18 4
16 [main] ? 8 cygheap_user::init: SetTokenInformation (TokenDefaultDacl),
Win32 error 1
fixme:ntdll:NtSetSecurityObject 0x30 0x00000004 0x7b2bf5fc
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser ((nil)):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x94):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0xbc):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x94):stub returning FALSE
fixme:advapi:ImpersonateLoggedOnUser (0x94):stub returning FALSE
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
At this point Wine hangs, and I have to 'kill -9' the 'wine-preloader' process
in order to get my console back.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1403
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 16:48 -------
Can you please report back using current Wine ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3480
Summary: building wine on linux with `./configure --without-x`
fails
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
if you try to build wine on linux after passing the '--without-x' option to
configure, the build will fail with this:
make[2]: *** No rule to make target `../../dlls/ddraw/tests/ddraw_test.exe.so',
needed by `ddraw_test.exe.so'. Stop.
make[2]: Leaving directory
`/var/tmp/portage/wine-20050725-r1/work/wine-20050725/programs/winetest'
this is because the programs/winetest/Makefile.in always requires ddraw_test.exe
even if dlls/ddraw/tests/Makefile.in has it disabled via XFILES
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3479
Summary: Unable to become a maintainer
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/appview.php?versionId=2114
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ketche(a)exoss.net
I am unable to become a maintainer for Ultima Online:Age of Shadows. I get this
error when clicking on the "Become a Maintainer" button: "You are already a
maintainer of this app!". I first encountered this error about... 2-3 weeks ago.
I probably should have notified y'all sooner but I was a bit lazy. :P
-- Ketche
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1521
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 16:36 -------
It seems to work for most people nowadays:
http://appdb.winehq.org/appview.php?appId=227
Please try again using current Wine and reopen the bug if it still fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2891
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-03-10 16:26 -------
Ok , that quick hack is bogus; the best i can come up with now is:
--- dlls/x11drv/window.c 2005-08-22 09:14:21.000000000 +0000
+++ dlls/x11drv/window.c 2005-10-04 23:22:29.000000000 +0000
@@ -120,12 +120,8 @@
* Fill the window attributes structure for an X window.
*/
static int get_window_attributes( struct x11drv_win_data *data,
XSetWindowAttributes *attr )
-{
- if (!data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
- {
- data->managed = TRUE;
- SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
- }
+{if(!using_wine_desktop && is_window_managed( data->hwnd ))
+ SetPropA( data->hwnd, managed_prop, (HANDLE)1 );
attr->override_redirect = !data->managed;
attr->colormap = X11DRV_PALETTE_PaletteXColormap;
attr->save_under = ((GetClassLongW( data->hwnd, GCL_STYLE ) &
CS_SAVEBITS) != 0);
This fixes the problem, but i don't know if it breaks other apps. Funnily enough
it also seems to fix a bug in another pokerclient bug 2418. Anyway, i did a
regression test and the patch that causes the "broken tooltips" is
http://cvs.winehq.org/patch.py?id=15839
Maybe someone more familiar with the code could have a look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=972
------- Additional Comments From jack(a)itma.pwr.wroc.pl 2005-03-10 16:17 -------
Andriy, link that you provided is to 1.1.4.4, not 1.1.2, version and it doesn't
install for me because it needs .net available. Is it the case for 1.1.2? Where
can I download 1.1.2 version from?
Philippe, could you give more details how to reproduce this crash? DWG viewer
works fine for me.
I'll send a stub for URLDownloadToCacheFile. It's quite easy to add a hackish
implementation of it, but before adding it to CVS I'd like to know that it fixes
any app. Otherwise I'll implement it correctly when other parts of urlmon.dll
will be good enough.
--
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=1158
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2005-03-10 16:14 -------
Refiling the description:
Hebrew menus typically have their role reversed. Regular menus appear on the
right, while help menus appear on the left. This is probably a fairly easy bug
to solve - just check context and replace the "help" flag of menus.
--
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=1163
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2005-03-10 16:09 -------
Hmm. Yes, it's a todo, but that's no reason for it not to have a descriptive
description.
Lets say that HELLO is a logical order string that needs to be reorderd to
OLLEH. Now let's say that we want the "E" to be the accelerator key. We write
(logical order) H&ELLO. Ideally, this will be reordered to OLL_E_H, with the
underscore under the "E". Today, the & gets reordered along with the string,
which results in "OLLE&H", and the underscore under the "H".
Shachar
--
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=3478
ns03ja(a)brocku.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ns03ja(a)brocku.ca 2005-03-10 16:00 -------
Running wineprefixcreate fixed the problem, but with a small caveat, I had to
start with a fresh fake c drive first, without doing this, running
wineprefixcreate did not help. Otherwise, this fixes the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2108
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:51 -------
still there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3478
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:37 -------
run "wineprefixcreate" once to update your registry to the newest wine.inf
level. THis will fix this problem (some classes not registred).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1982
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:36 -------
mark invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3045
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:35 -------
try with newer WINE.
installshield works now in most cases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2082
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://appdb.winehq.org/appv|http://appdb.winehq.org/appv
|iew.php?appId=73 |iew.php?versionId=3498
Component|wine-directx |wine-x11driver
Keywords| |download
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-03-10 15:34 -------
Changing URL to a specific version of the app.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2929
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:31 -------
likely fixed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1939
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:30 -------
abandoned ... if it still happens, please reopen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3478
Summary: 3DMark 2001 fails to install (InstallShield cannot be
launched)
Product: Wine
Version: 20050930
Platform: PC
URL: http://wiki.winehq.org/BenchMark
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
Summary
After starting the installer for 3DMark 2001 and clicking next, the installer
extracts a few files, brings up another window (which does not get painted,
yet, see below) which then hangs for approximately 10 seconds, then displays
the following error message: "The InstallShield Engine (iKernel.exe) could not
be launched (0x80004002)". At this point, the first window is initially
painted and wine also spits out the following:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000001-0000-0000-c000-000000000046}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80040155
After dismissing the error message, the installer terminates itself.
Steps to reproduce
1. Run the 3DMark 2001 installer
2. Hit next
Notes
I attempted to install/run 3DMark 2001 as it was implied as working since it
was present in the noted Wiki entry, however, I did not meet with success. All
files used can be found linked from the Wiki entry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2870
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:25 -------
please try again. likely 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=1106
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dpaun(a)rogers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1104
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dpaun(a)rogers.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2696
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:16 -------
i sometimes see no text printed by remote sshs either.
xrender not transparent?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2009
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:13 -------
abandoned
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2746
Bug 2746 depends on bug 2009, which changed state.
Bug 2009 Summary: Franklin Planner Software fails with "fixme:ole:CoRegisterMessageFilter stub"
http://bugs.winehq.org/show_bug.cgi?id=2009
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2863
------- Additional Comments From kdekorte(a)yahoo.com 2005-03-10 15:11 -------
I installed WINE 20050930 and set usp10 to Windows only and set the version of
Wine to Windows 98 and I don't have the crash.
I'm guessing something is wrong with either the theme code or in the NT layer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Quoting Wine Bugs:
>
> http://bugs.winehq.org/show_bug.cgi?id=1944
>
>
> ------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:50 -------
> any news here?
Well, now after reading the comments others had sent I can
only say it cannot have been due to using Xorg instead of
XFree86. I was using at XFree86 at the time.
Since then I have given up both experimenting with wine and
using XFree86 because Xorg seems to have much better support
for DRI/DRM on FreeBSD.
Cheers,
// jau
.--- ..- -.- -.- .- .- .-.-.- ..- -.- -.- --- -. . -.
/ Jukka A. Ukkonen, Mawit Ltd, Finland
/__ M.Sc. (sw-eng & cs) (Phone) +358-500-606-671
/ Internet: Jukka.Ukkonen(a)Mawit.Com (Home) +358-9-6215-280
/ Internet: ukkonen(a)nic.funet.fi
v Internet: jau(a)iki.fi
.--- .- ..- ...-.- .. -.- .. .-.-.- ..-. ..
+ + + + My opinions are mine and mine alone, not my employers. + + + +
http://bugs.winehq.org/show_bug.cgi?id=2863
------- Additional Comments From kdekorte(a)yahoo.com 2005-03-10 15:06 -------
Ok, I spent about 5 hours doing regression testing and I found the CVS commit
that crashes Lotus Notes 6.51
http://www.winehq.org/hypermail/wine-cvs/2005/08/0324.html
Yup, all it does is change the default version, but if I pull this patch out
Notes runs fine
Regression test
Date result
2005-07-25 save attachment ok
2005-08-01 save attachment ok
2005-08-08 save attachment ok
2005-08-15 save attachment ok
2005-08-22 save attachment crashes
2005-08-19 save attachment crashes
2005-08-17 save attachment crashes
2005-08-16 save attachment crashes
2005-08-15 12:00 CDT save attachment crashes
2005-08-15 5:00 CDT save attachment ok
2005-08-15 5:30 CDT save attachment ok
2005-08-15 9:50 CDT save attachment ok
2005-08-15 9:51 CDT save attachment ok
2005-08-15 9:53 CDT save attachment crashes
What is funny about this patch is not only does Notes crash, but the fonts on
the screen change their look. So something else is going on here, but I just
don't have anymore time to trace it down.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2746
Bug 2746 depends on bug 1180, which changed state.
Bug 1180 Summary: Recording an Excel 2000 Macro crashes Excel
http://bugs.winehq.org/show_bug.cgi?id=1180
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |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=1180
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:01 -------
marking fixed now. please retest and if still appears , reopen
--
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=1713
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-richedit
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 15:00 -------
with the newer richedit it is also broken.
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from
0x3 -> 0x13) 00ffff00
fixme:richedit:IRichEditOle_fnInPlaceDeactivate stub 0x55935de0
fixme:richedit:ME_StreamOutFlush Invalid returned written size *pcb:
0xdeadbeef (-559038737) instead of 0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
------- Additional Comments From phil(a)ldex.terica.net 2005-03-10 14:54 -------
James, believe me that I understood what you were saying and I am aware of the
shortage of manpower. I'm not (hopefully) ranting. I suppose my key reasoning in
this is :
You have a shortage of manpower, but breaking things will create additional
work. Breakage is sometimes required, but contributors perhaps need to reduce
the impact of major changes by allowing the older system to be used for a while
whereever possible. This 'safety net' approach would probably ease the load on
contributors until such time as fixes are available for the new code and also
allow users to continue to use the latest and greatest Wine releases.
I remain a (slightly frustrated, I admit) Wine fan. I admire the work that has
gone into it, but issues like this that are unfixed for as long as this can
dampen the enthusiasm a little from time to time ;)
Phil.
--
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=3428
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 14:49 -------
Yes, I get exactly the same results as you, if I have set up no printers.
So, have you set up any printers in Fedora?
If not, does it work if you do?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=660
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:49 -------
abandoned
--
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=656
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:48 -------
no feedback
--
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=2376
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:48 -------
appears fixed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3118
------- Additional Comments From aneurin.price(a)gmail.com 2005-03-10 14:47 -------
How can this bug be duplicated/tested? I've never had this problem with StarCraft.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1236
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:39 -------
likely still open.
--
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=2373
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:34 -------
we did some fixes for those problems. please try the newest wine, likely
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=1610
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:32 -------
i submitted a patch fixing this message. (removing it, since it is not really
useful for the casual user)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2325
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:21 -------
likely fixed now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1816
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:20 -------
portions 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=1874
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 14:03 -------
is fixed now, judging the code.
--
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=2432
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|New wine build 20040813 will|Wine CVS will not install
|not install InstMsiA.exe |InstMsiA.exe from Microsoft.
|from Microsoft. |
Version|20040813 |CVS
------- Additional Comments From truiken(a)gmail.com 2005-03-10 13:52 -------
Running InstMsiA.exe with CVS wine, version set to win98, and msi,msiexec.exe=n,
I get the following MessageBox error:
"The Installer has insufficient privileges to modify this file:
C:\Config.Msi\70b.rbf"
"Windows Installer Setup failed."
The console output is:
fixme:ole:ITypeInfo_fnRelease destroy child objects
...
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
fixme:powermgnt:SetThreadExecutionState (0x80000001): stub, harmless.
fixme:storage:StgCreateDocfile Transacted mode not implemented.
fixme:storage:StorageImpl_Commit (1): stub!
fixme:storage:StorageImpl_Commit (1): stub!
fixme:powermgnt:SetThreadExecutionState (0x80000000): stub, harmless.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2127
------- Additional Comments From julliard(a)winehq.com 2005-03-10 13:47 -------
I just committed a patch that should fix part of the race condition. Could you
please try latest CVS to see if it makes any difference for 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=1842
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 13:46 -------
can you perhaps try again with a newer 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=3085
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 13:43 -------
Google earth installs fine on 20050930 (with different error messages) -- see
bug 3439 and bug 3329
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1857
------- Additional Comments From kyrsjo(a)solution-forge.net 2005-03-10 13:37 -------
Problem is, i don't have wine installed anymore, nor the binary, and the world
has moved on since fc1 :) So sorry, i can't test this any better than you can.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1769
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 13:35 -------
fixed now I think
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1822
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 13:35 -------
fixed now I guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3477
Summary: Simpsons Hit & run - Direct3D and input issues
Product: Wine
Version: CVS
Platform: Other
URL: http://www.hitandrungame.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: BFeely(a)aol.com
I installed The Simpsons Hit & run on my WINE compilation (CVS 2005-10-01) and
I had nothing but trouble running it.
I am using Fedora Core 4 and kernel 2.6.13-mm1, and I have an NVIDIA GeforceFX
5200 card with the latest drivers. The Simpsons Hit & Run requires Direct3D8
for video.
First, the game started in a window. Then, the intro videos were choppy. The
game would not respond to keystrokes so I had to wait for the menu to appear
before attempting to continue. The menu screen was extremely slow (probably a
couple of frames a second) and the mouse pointer was just a white square. (the
mouse was the only input that worked) Here's where things get weird. When I
click on New Game, the game gives an error saying that the XBOX controller is
disconnected and to connect it. (There must not be much difference between
XBOX and Windows versions :P)
PS: The installer works fine but the uninstaller gives an error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
Summary: Treeview control has invalid update region when built by
COMCTL32.OCX
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: a_villacis(a)palosanto.com
When COMCTL32.OCX (ships with MS VisualBasic 5) builds a TreeView control, the
control is not repainted correctly: only the very first item is repainted,
instead of the entire tree. This happens regardless of the expanded status of
the treeview.
After some digging in the treeview control, I saw that the code in the control
tries to save some drawing by querying the update region of the control window.
When the WM_PAINT message indicates a non-null HDC in wParam, the code fetches
the update region for the control window. If I understand the intent of the
code correctly, the WM_PAINT message can be sent to the control with an wParam
of the HDC of an offscreen bitmap, in order to draw the tree into it. When the
update region of the control is NULL, the code fetches the BITMAP structure of
the target HDC in order to clip the drawing to the dimensions of the target
bitmap.
The problem is that, in the case of the treeview managed by COMCTL32.OCX, for
some as yet undiscovered reason, the control *always* has a null update region,
except for the very first rendering (which is overwritten by a second rendering
with the problematic null region). No matter how the window is uncovered, the
update region remains null. Therefore, the control believes that the target is
an offscreen bitmap, even for the rendering to the screen. It then fetches the
default bitmap selected, which is an 1x1 dummy bitmap, gets a 1x1 target region,
and believes that only 1 pixel should be updated. Only the very first item gets
redrawn because of this.
The following patch works around this issue. However, this is not a proper fix,
because the control window should have been properly invalidated in the first
place, and the control should therefore have a proper update region. I am not
really sure whether the root cause is in the treeview code or in the region
updating code. I am inclined to the former, because the same treeview control
seems to work correctly in regedit.exe:
--- wine-20050930-cvs/dlls/comctl32/treeview.c 2005-09-12 17:34:07.000000000 -0500
+++ wine-20050930-cvs-patch/dlls/comctl32/treeview.c 2005-10-02
22:08:08.000000000 -0500
@@ -2790,6 +2790,8 @@
RECT rect = *rc;
TREEVIEW_ITEM *wineItem;
+ TRACE("refreshing on (%ld,%ld)-(%ld,%ld)\n", rect.left, rect.top,
rect.right, rect.bottom);
+
if (infoPtr->clientHeight == 0 || infoPtr->clientWidth == 0)
{
TRACE("empty window\n");
@@ -2859,6 +2861,12 @@
rc.left = 0; rc.top = 0;
rc.right = bitmap.bmWidth;
rc.bottom = bitmap.bmHeight;
+ if (bitmap.bmWidth == 1 &&
+ bitmap.bmHeight == 1 &&
+ bitmap.bmWidthBytes == 2) {
+ ERR("failed to recover a valid update region, using
GetClientRect()\n");
+ GetClientRect(infoPtr->hwnd, &rc);
+ }
TREEVIEW_EraseBackground(infoPtr, (HDC)wParam);
}
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1753
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2005-03-10 13:25 -------
Reported 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=2939
------- Additional Comments From luizluca(a)gmail.com 2005-03-10 13:11 -------
See bug 3160 for some description how to reproduce 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=3443
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 13:10 -------
Tested on 2005-930
Needs to run from the install directory.
I can't get the critical section to time out -- some fixes for sound underruns
have gone in since 20050725
Sound is better with ALSA-OSS than ALSA.
$ ~/wine/wine-20050930/wine gr.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x7fd6fde8)->((nil),00000008)
fixme:opengl:wglChoosePixelFormatARB unused pfAttribFList
fixme:wave:DSD_CreateSecondaryBuffer
(0x7fd77b10,0x7fa7ed74,14000,0,0x7fd87fb4,0x7fd880c4,0x7fd87f90): stub
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=2712 <
primary_done=5608)
...
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=3616 <
primary_done=6384)
...
It crashes on exit (ESC), with (if running in a desktop window)
wine: Unhandled exception (thread 0009), starting debugger...
err:dbghelp_msc:codeview_process_info Unknown CODEVIEW signature 00605A4D in
module gr
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2991
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From luizluca(a)gmail.com 2005-03-10 13:07 -------
*** This bug has been marked as a duplicate of 3160 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3160
------- Additional Comments From luizluca(a)gmail.com 2005-03-10 13:07 -------
*** Bug 2991 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=2991
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|DUPLICATE |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2992
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From luizluca(a)gmail.com 2005-03-10 13:04 -------
So, this bug was fixed. I already created another report (bug 3160) for the
problem that still remains.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 2992, which changed state.
Bug 2992 Summary: Commandos failed to dectect directx5
http://bugs.winehq.org/show_bug.cgi?id=2992
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=3428
------- Additional Comments From jdoutt(a)whoi.edu 2005-03-10 13:01 -------
Created an attachment (id=1096)
--> (http://bugs.winehq.org/attachment.cgi?id=1096&action=view)
additional comments on program behavior
Upon startup, a splash screen is immediately displayed.
After a few seconds, a woindow labelled "about Graph Paper Printer" appears
behind the splash screen. It has a box labelled "press any key to close". It
goes away if that box is clicked, and immediately an error box stating "no
printer in your system" appears. Clicking on the "yes" in that box makes it go
away.
Then the main window of the program appears (labelled "Graph paper printer
4.03"), along with several boxes, one on top of the other, stating "access
violation ....". Clicking on the "OK" in these boxes makes them go away, and
one is left with the large window for the main program labelled "Graph paper
printer 4.03".
However, the upper left section on that window, where a picture of the
particular type of graph should be displayed, is blank.
Clicking on a type of graph in the upper right area of the window ("Cartesian
paper" for example) brings up an "access violation" error box. Nothing seems
to produce a sample graph in the upper left.
I'm using a stock Fedora core 3 (updated).
jim
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2102
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:30 -------
no feedback. likely 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=3459
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 12:20 -------
Confirming with 20050930, on Debian testing with xserver-xorg 6.8.2.dfsg.1-7, I get
$
fixme:shell:SHAutoComplete SHAutoComplete stub
err:rebar:REBAR_AdjustBands Phase 1 failed, x=692, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=692, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=40, maxx=-4, start=1, end=1
err:rebar:REBAR_AdjustBands Phase 1 failed, x=692, maxx=-4, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=40, maxx=-4, start=1, end=1
err:rebar:REBAR_AdjustBands Phase 1 failed, x=100, maxx=-4, start=2, end=2
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 4808
Current serial number in output stream: 4810
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2099
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:19 -------
can you please try again with a newer WINE version 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=2094
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:17 -------
can you perhaps try again with a newer WINE version?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2093
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:15 -------
can you check again woth newer versions of 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=3475
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:14 -------
which program does that, so we can also 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=2091
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:13 -------
no feedback
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3475
Summary: err:msi:msi_dialog_maskedit_control...
Product: Wine
Version: 20050930
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agbr(a)hotbox.ru
err:msi:msi_dialog_maskedit_control template L"###" is invalid
err:msi:msi_dialog_maskedit_control template L"########" is invalid
err:msi:msi_dialog_maskedit_control template L"??????" is invalid
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3457
richard(a)daijobu.co.uk 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=1753
------- Additional Comments From proski(a)spamcop.net 2005-03-10 12:08 -------
I cannot reporduce the problem anymore. I believe it was 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=2080
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 12:08 -------
can you please try again with a newer version of 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=3465
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 12:07 -------
Confirmed by Christian
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3428
richard(a)daijobu.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download, NoAppDBEntry
------- Additional Comments From richard(a)daijobu.co.uk 2005-03-10 12:04 -------
Confirming on 20050930 with GraphPaper 4.03
Install is fine, but at the end it runs the installed program, and there is a
dialog box hidden behind the splash screen (I am running metacity), asking you
about creating shortcuts. Just hit Enter a couple of times.
The access violation only occurs if there is no printer defined. Otherwise it
seems to run fine.
The "illegal directory name" sounds like notorious bug 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=2078
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 11:53 -------
can you please retest with a newer WINE version? there seems to be no download
for me to try.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2175
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 11:49 -------
we now support our own loader and relocate ourselves somewhere else.
so this is likely fixed. but please retest with newer WINE and reopen if
problem is still there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2891
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-03-10 11:44 -------
A quick hack seems to fix this: in x11drv/window.c change line 124 from
if (!data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
into
if (data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
(and get rid of the next line which makes no sense noiw)
i will investigate this further this evening when i have more time (as this will
probably break other things .... :) )
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3474
Summary: Ragnarok lags when other people around
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pvanguardia(a)yahoo.com
ragnarok in wine works fine except when other people is around it lags bad. it
even get my character killed. im on P4 2.8Ghz, 1 gig of RAM, im on debian sarge
with kernel 2.6.12.5 and my video card is Nvidia GeForce2 MX/AGP/SSE2 any idea why?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.