http://bugs.winehq.org/show_bug.cgi?id=3885
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-23-11 12:22 -------
Just before the crash it says
err:d3d:IDirect3DDevice8Impl_ActiveRender cannot get valides GLXFBConfig for
(20,D3DFMT_R8G8B8)/(71,D3DFMT_D32)
i guess that format isn't fully supported yet.
I changed line 4698 in dlls/d3d8/device.c from
} else {
into
} else {ret = D3D_OK;
and now it starts the second mark. I ran it three times , 2 times it completed
and it got into the 3rd mark (with some graphical glitches) and one time it crashed.
Will test a bit further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3912
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
------- Additional Comments From burnus(a)gmx.de 2005-23-11 11:03 -------
Please send the patch to wine-patches@,
see http://www.winehq.org/site/sending_patches for details.
> +++ /home/syncad/winedata/wine/include/wingdi.h (revision 31711)
The diff should be relative to the wine directory as cvs diff -u should spit
out, this contains a superfluous /home/syncad/winedata/wine. Is this against the
current CVS?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |djankov(a)syncad.com
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 10:59 -------
Please send your patches to wine-patches(a)winehq.org (see:
http://www.winehq.org/site/sending_patches)
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3912
Summary: incorrect RGBQUAD struct declaration causes link error
Product: Wine
Version: 0.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djankov(a)syncad.com
In wingdi.h struct RGBQUAD is declared incorrectly, the declaration should be
exact as in wingdi.h on Windows. The current declaration causes a link error
when linking against code compiled against Windows-compatible RGBQUAD
declaration, such as FreeImage library. The struct should have
struct tagRGBQUAD { ... } RGBQUAD;
like on Windows, but in Wine it is missing the tag part.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3883
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-23-11 10:10 -------
Hi, i get a crash in msvcrt when trying to run the app:
=>1 0x7f6dc506 cxx_frame_handler+0x34a(exc_context=0x7fc7f5fc,
dispatch=0x7fc7f584, descr=0x7b3d48, nested_frame=0x0, nested_trylevel=0x0,
context=0x7fc7f1c0) [/LFS/winecvs/wine/dlls/msvcrt/cppexcept.c:305] in msvcrt
(0x7f6dc506) etc.
When i run with native msvcrt i can get it up. It takes about 5 secs to get the
splash screen; then about 3 secs to get the GUI. I don't know if you have a real
slow computer or if the app behaves differently at your's. (I have an AMD-64,
1800 Mhz). (maybe you could try if changing msvcrt to native speeds things up)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3911
Summary: Augmented open-file dialog: widgets jump
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
I have an open-file dialog with an extra checkbox "Show info" (dialog size with
border: 498 x 340 pixel); if I click on it, the dialog expands (492 x 390) and
shows a label ("Comment:") and a read-only editfield.
The problem is: all widgets starting from "Filename" are shifted above, the
file-name field is hard to find (overdrawn by the widget which shows the list
files).
Clicking again on "Show info" to disable it, the dialog shrinks (492 x 304) and
that "show info" checkbox is almost completely cut off at the bottom. (Don't
know whether it should be higher up or whether the dialog window should be taller.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3411
------- Additional Comments From ivg2(a)cornell.edu 2005-23-11 09:02 -------
I can no longer reproduce the bug - Oliver please confirm.
I'm excited... now if the cursor could be made visible, maybe this demo would be
playable?
err:d3d:IWineD3DDeviceImpl_SetCursorProperties (0x7ff4e3d8) :
surface(0x7642f9d0) has an invalid size
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1355
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 06:51 -------
Please reopen with more details if you still encounter this bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2264
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-23-11 06:42 -------
Please reopen with more informations (exact locale used, results with notepad)
if you still encounter this bug.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3355
------- Additional Comments From wm161(a)wm161.net 2005-23-11 06:08 -------
I get the same thing, but this is with 0.9.1 using fedora RPM packages, and I
get that crash on startup of any wine programs. I haven't been able to change
the driver, as I can't find a configuration file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3132
------- Additional Comments From wine(a)wine.lka.org.lu 2005-23-11 05:56 -------
Installshield starts, machine becomes *very* slow, and then it complains that
I don't have the right version of Notes (which is expected, I think, as it is
already upgraded to the most recent version: 6.5.4... So we'll have to wait
for the 6.5.5 upgrade to come out in order to fully test the procedure...)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3906
------- Additional Comments From willie(a)froq.net 2005-23-11 05:38 -------
It's not evdev related (I expected it might be, given that VMWare has issues
with evdev as well). So I hacked IDirectInputDevice2AImpl_QueryInterface to
return something but E_FAIL (to see if the problem really is there), which
leads to a crash in libc.so.6 later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3131
------- Additional Comments From wine(a)wine.lka.org.lu 2005-23-11 05:36 -------
Nope. Without removing usp10.dll, it (0.9.2) still aborts with the following
messages:
fixme:uniscribe:ScriptGetProperties 0x61beeb70,0x61beeb44
fixme:uniscribe:ScriptRecordDigitSubstitution 1024,0x61beeb38
wine: Call from 0x7fcdbd80 to unimplemented function
usp10.dll.ScriptCacheGetHeight, aborting
...
When removing usp10.dll it succeeds, as did 0.9.1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3789
roli8200(a)yahoo.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Corel Draw 9 startup crashes|Corel Draw 9 startup crashes
|again using cvs version |again using cvs version
------- Additional Comments From roli8200(a)yahoo.de 2005-23-11 05:12 -------
Hello
Hey guys the error is already there. Even with wine 0.9.2. CAN PLEASE SOMEBODY
CHECK THE WRONG CHECK-IN between wine-0.9 and wine-0.9.1!!!
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3131
------- Additional Comments From infyquest(a)gmail.com 2005-23-11 05:09 -------
there is a stubbed implementation for a specific function in usp10.dll.so in 0.9.2
so it might work in 0.9.2, if not please try to add a stubbed implementation of
the failing function to wine ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3897
------- Additional Comments From ldrolez(a)linbox.com 2005-23-11 04:54 -------
Here is the pascal source code of innosetup which prints the error:
{ Update the resources }
H := BeginUpdateResource(PChar(FileName), False);
if H = 0 then
ErrorWithLastError('BeginUpdateResource failed (1)');
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From marcus(a)jet.franken.de 2005-23-11 00:48 -------
can you perhaps create WINEDEBUG=+relay,+comm log?
it might be very long, so perhaps put it compressed on a website
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3881
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-23-11 00:05 -------
fixed in cvs and 0.9.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
------- Additional Comments From infyquest(a)gmail.com 2005-22-11 23:52 -------
I have tested it on winxp, its the same as in wine.
Now wine is trying to emulate win2k behavior by default.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3701
cihan(a)uq.edu.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cihan(a)uq.edu.au
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 23:20 -------
Same problem here with Office 2003 Pro installer.
I couldn't get any trace/debug output that looks useful.
I would say this is an MSI issue...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3459
------- Additional Comments From Speeddymon(a)gmail.com 2005-22-11 21:39 -------
Ok, thanks for confirming this with every release, but it really isnt
necessary.. Although, I would recommend at least putting a note on here every
now and then checking the status of the bug to see if anyone has worked on it
lately.. Surprisingly, nobody has looked at this one or 3797, which appear to
be related. I'll post a note on the devel list to see if I can get someone to
look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-22-11 21:37 -------
Here is the information Cihan requested:
$ uname -a
Linux ethereal.localdomain 2.6.14-1.1637_1.rhfc4.cubbi_swsusp2 #1 Thu Nov 10
17:01:49 CET 2005 i686 i686 i386 GNU/Linux
$ cat /etc/redhat-release
Fedora Core release 4 (Stentz)
Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3797
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|3459 |
OtherBugsDependingO| |3459
nThis| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-22-11 21:37 -------
Hmmm.. I'm surprised nobody has lokoed at this one. Ill link in another bug
related to this one, and ask if someone can take a look.. Maybe since we can get
source, this can be fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-22-11 21:34 -------
Oops, I should have perhaps added LC_ALL=en_US to the command-line to by-pass
the Turkish locale. AFAICT, this does not affect ~99% of what is in the log.
Feel free to ask for another attachment if you found otherwise.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3901
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2858
------- Additional Comments From gamehead20(a)yahoo.com 2005-22-11 19:00 -------
*** Bug 3861 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
gamehead20(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From gamehead20(a)yahoo.com 2005-22-11 19:00 -------
*** This bug has been marked as a duplicate of 2858 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
gamehead20(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 18:22 -------
This should probably go into a new bug report but:
I just downloaded and installed the latest CVS and tried the Powerpoint viewer
and it gives me a black screen as well when loading a presentation.
Context menu and mouse clicks work (ie. I can advance the slides without seeing
them and also quit the program).
In Windows 98 mode I get an error:
err:dc:CreateDCW no device found for L"\\\\.\\DISPLAY1"
In Windows 2000 mode I get no errors but:
fixme:win:EnumDisplayDevicesW ((null),0,0x4067ece4,0x00000000), stub! (3x)
I recall that there were issues with DISPLAY1 vs. DISPLAY or similar.
Any suggestions?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3861
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:14 -------
*** This bug has been marked as a duplicate of 2858 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2858
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gamehead20(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:14 -------
*** Bug 3861 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3874
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 18:08 -------
winaspi looks really outdated. Some things don't work anymore the way they did
few years back.
winaspi should use ioctls where possible, instead of reading/writing from/to
/dev/sg? device.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From cihan(a)uq.edu.au 2005-22-11 17:58 -------
This is rather strange, from the debug log one can see that it is using the
same handle 0x8c everywhere.
But the thing that looks suspicious is:
trace:comm:COMM_WaitCommEventService TIOCGICOUNT err Geçersiz argüman
Which means 'TIOCGICOUNT err invalid argument'. This causes the CheckEvents to
return a value of 0 everywhere. What platform/distro are you using?
The polling code is written by Uwe Bonnes, maybe he can give some advice?
Cheers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 15:15 -------
two purposes:
- initial setup of the fakewindows environment (~/.wine/)
or in this case:
- upgrade the registry to the current WINE level (integrate new registry
entries)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 15:09 -------
Yes, this fixed it. Thanks for the hint.
Just out of curiosity: what does wineprefixcreate do ;-) ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 14:29 -------
can you run "wineprefixcreate" once ... and try again?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3304
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 14:28 -------
now it already crashes when i click on the [File] menu. :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 14:04 -------
Correction: actually there is one thing (apart from killing wine) that will
get the situation unstuck: a right click or a middle click. This brings up a
dialog box "PowerPoint Viewer found an error that it cannot correct. Please
exit and restart PowerPoint Viewer". Clicking OK on this dialog box allows to
view the presentation normally (... even without restarting it, despite what
the dialog box claims...)
The right click only works if not preceded by a left click.
The bug has been existing under this form (black screen) since
wine-20050930-SuSELinux93.i586.rpm.
Before (up to wine-20050830-SuSELinux93.i586.rpm), there was no black screen,
but the "PowerPoint Viewer found an error..." dialog box was visible
immediately.
The first version where the error dialog box appeared was
wine-20050111-SuSELinux92.i586.rpm. The last version without any error was
wine-20041201-SuSELinux92.i586.rpm.
In wine-20050111-SuSELinux92.i586.rpm, the following messages are printed to
stderr on startup:
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80070057
fixme:ole:CoRegisterClassObject CoMarshalInterface failed, 80070057!
Then after clicking ok:
fixme:heap:RtlCompactHeap stub
Version 0.9.1 prints the following errors on startup:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000131-0000-0000-c000-000000000046}
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{00000001-0000-0000-c000-000000000046}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{00000001-0000-0000-c000-000000000046}, 80040155
fixme:ole:CoRegisterClassObject CoMarshalInterface failed, 80040155!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3304
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 13:55 -------
I did some tests with past wine versions found on sourceforge:
- wine-20050211-SuSELinux92.i586.rpm was the last one where printing still
worked
- wine-20050310-SuSELinux92.i586.rpm was the first one where it was broken
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3458
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |REMIND
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:45 -------
The bug has gone since I have changed Windows version to Windows 98. It looks
like under "Windows 2000" version wine cannot use a codepage different than the
default locale (ru_RU) codepage.
In the same window this application should show Arial font using CP1251 codepage
(as translated from ru_RU), English codepage and translation sings/characters in
another yet unknown to me codepage. Under "Windows 98" version everything works
fine but under "Windows 2000" version transcription characters are shown wrong
possibly in CP1251 codepage.
The solution in my case is to set "Windows 98" Wine version when running this
particular application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3805
t.artem(a)mailcity.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:26 -------
This bug is invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3805
------- Additional Comments From t.artem(a)mailcity.com 2005-22-11 13:24 -------
I invalidate this bug because I have found out that fonts are actually
antialised usually in size less then 8 and more than 13.
In Wine releases prior to 20050930 fonts of any faimily and any size were
antialiased but this beahaviour has changed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3910
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3910
Summary: PortAudio error at Unable to open streams: Illegal error
number
Product: Wine
Version: 0.9.1.
Platform: PC
URL: http://www.asteriskguru.com/tools/idefisk_beta.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wedge2k(a)gmail.com
When I launch the application, it gives the following error messages:
sanders@d-lnx005:~/Downloads/idefisk125$ wine idefisk.exe
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoCreateInstance no classfactory created for CLSID {88d969c0-f192-
11d4-a65f-0040963251e5}, hres is 0x80040154
PortAudio error at Unable to open streams: Illegal error number.
err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not
registered
fixme:ole:CoCreateInstance no classfactory created for CLSID {88d969c0-f192-
11d4-a65f-0040963251e5}, hres is 0x80040154
sanders@d-lnx005:~/Downloads/idefisk125$ wine --version
Wine 0.9.1
When i go to use the app it gives: iaxclient audio: Can't open Audio Device.
Looked around couldnt find a fix so it might just be something with wine.
I duplicate it each time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3900
------- Additional Comments From vitaliy(a)kievinfo.com 2005-22-11 13:00 -------
Could you make a patch and send it to wine-patches(a)winehq.org? (unified format)
Thank you in advance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3258
------- Additional Comments From arno(a)teigseth.no 2005-22-11 11:36 -------
I have the same problem with 2004 ed. I have tried File-Quit and it seems to
kill the process nicely in many cases, while shutting down the program by
closing the X window (x in upper right corner) makes the process continue
running (a "wine-preloader" process). But I haven't been able to reproduce
this behaviour in 100% of the cases.
Arno
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://web.hibo.no/~mva/getb
| |uzz.php
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3907
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3858
jwhite(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Picasa doesn't autodetect |Picasa doesn't autodetect
|images on the fly |images on the fly (inotify
| |issue)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 10:28 -------
How can I use "standard windows api" to get a list of all windows (or
buttons), including their labels? Is there any documentation out there?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3845
------- Additional Comments From pkk(a)spth.de 2005-22-11 08:12 -------
You sure you need that raw port access?
OK, I found out how to run it without root: I removed the port ranges and
created /dev/parport0. Now I can use my program as a normal user.
However, there is still the original problem: It is slow. Both wineserver and
wine-preloader use about 50% of the CPU.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3871
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-22-11 06:17 -------
fixed by alexandre in CVS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3362
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dmitry(a)codeweavers.com
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3898
------- Additional Comments From magnus(a)hacka.net 2005-22-11 02:18 -------
This bug (?) should be very simple to replicate. It would be nice if someone
could give it a try.
1) Press the key bound to your console, generally §/œ.
1B) If you're having problem getting the console at all, launch CS via this
simple script, it toggles console mode on.
-------snip--------
#!/bin/bash
cd ~/.wine/drive_c/Valve/Steam/
wine Steam.exe -console -fullscreen -applaunch 10 &
-------snip--------
The console will popup the once the game is launched. Type:
bind key toggleconsole
Where key is "any key".
2) Type: cl_netgraph 1
3) Start game and observe FPS-rate at the lower-right corner of the screen.
4) Press: ALT+TAB, then re-enter the game window and then check FPS-rate once
again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3880
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-22-11 01:16 -------
It displays russian text here as well, and LC_ALL is not set and LANG is
en_US.UTF-8, so has nothin to do with setting the russian locale i guess
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3903
------- Additional Comments From wine(a)wine.lka.org.lu 2005-22-11 01:01 -------
FWIW, it used to work until version 20041201 at least
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:39 -------
Are you using stock linux kernel? Do you have prelink enabled?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3839
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:30 -------
Ok first of all, remove your ~/.wine dir. Second, don't use winetools or any
other automated ways to _screw_ your wine setup. Then try again. And please
don't use "all" native dlls - that doesn't help, but make things worse.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3845
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:27 -------
You sure you need that raw port access? Wine has some known bugs that might
destroy your MBR if you have write access to /dev/hda.
So it's really not good to run it as root!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
------- Additional Comments From winehq(a)paniq.org 2005-21-11 23:24 -------
i should add that with styles enabled, the application is stalling no matter
what i do. resizes take up to 3-4 seconds a step.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3868
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:23 -------
Nothing critical about it. It does not work on wine at present. Try earlier
versions of iTunes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3880
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:14 -------
What are LC_ALL and LANG are set to?
Have you installed it with russion locale?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3908
Summary: Jeskola Buzz got awfully slow at certain points
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)paniq.org
The free music sequencer Jeskola Buzz got amazingly slow at certain locations.
The application freezes vis and audio for (up to) 1-2 seconds when
muting/unmuting machines or editing the sequencer view, also the change of MDI
frames is now perceptable (it was almost invisible before). The stalls increase
with cpu load caused by audio mixing. I am using the JACK output driver.
The app is quite unuseable in the state it is now, and its almost the only app I
use.
This used to be much faster. Is it my fault?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Priority|P2 |P4
------- Additional Comments From vitaliy(a)kievinfo.com 2005-21-11 23:05 -------
There is no more X windows for child Wine windows. You should use standard
windows api for this type of stuff.
Dialogs chage often and I don't think any one can guarantee you tab order there
either.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3873
infyquest(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From infyquest(a)gmail.com 2005-21-11 22:54 -------
the fix has been commited to cvs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3883
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-11 21:20 -------
Unfortunately changing the dll override did nothing.. Any other ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3856
------- Additional Comments From mike(a)codeweavers.com 2005-21-11 20:29 -------
If I open up the import screen, then click "Select Device", and there's no D:, I
can add a d: that will show up when I click again on "Select Device" as follows:
cd ~/.wine/dosdevices
ln -s /cdrom/ d:
So if we can detect a new storage device has been mounted (possibly using dbus),
creating a drive that Picasa can see is easy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3895
dnewcomb(a)triad.rr.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dnewcomb(a)triad.rr.com 2005-21-11 19:56 -------
cvs update 11/21/2005 7:30PM EST fixed problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3875
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ventrilo.com/down
| |load.php
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://bugs.winehq.org/attac
| |hment.cgi?id=1382&action=vie
| |w
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3881
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3887
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3051
------- Additional Comments From yoeyd(a)yahoo.com 2005-21-11 18:49 -------
Changing to use native worked, but now there the issue is:
wine: Call from 0x9c1d971c to unimplemented function usp10.dll.ScriptCacheGetHei
ght, aborting
Removing /usr/local/lib/wine/usp10.dll.so worked around that problem.
This is while trying to run Lotus Notes 6.5 under FreeBSD 6.0-RELEASE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3907
Summary: Crash in extFloodFill after a resize event.
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
PROBLEM:
extFloodFill crashes.
It can work, but as soon as the window is resized, it will crash every time.
I isolated the problem from the canvas sample code of Smartwin++.
OS is Xandros.
OUTPUT OF PROGRAM:
wine canvas.exe.so
fixme:system:SystemParametersInfoW Unimplemented action: 4159 (SPI_SETUIEFFECTS)
extFloodFill( 190, 5 ... ) done.
extFloodFill( 190, 5 ... ) done.
[I resized the window horizontally at this point]
extFloodFill( 188, 5 ... )X Error of failed request: BadMatch (invalid
parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 266
Current serial number in output stream: 266
Note that the "done" did not appear on the third call to extFloodFill, but the
crash info did. The code area that crashed is:
std::cout << "extFloodFill( " << x4 << ", " << y + 5 << " ... )";
c.extFloodFill( x4, y + 5, color, false );
std::cout << " done." << std::endl;
The canvas class's implementation of extFlodFill is just a wrapper around the
WIN32 gdi call:
bool Canvas::extFloodFill( int x, int y, COLORREF color, bool fillTilColorFound )
{
return ::ExtFloodFill( itsHdc, x, y, color,
fillTilColorFound?FLOODFILLBORDER:FLOODFILLSURFACE ) != FALSE;
}
So it will fill while we find the color. FLOODFILLSURFACE
COMPLETE SOURCE OF PROGRAM:
/* A demonstration of the use of SmartWin::PaintCanvas and UpdateCanvas.
*/
#include "SmartWin.h"
using namespace SmartWin;
#include <iostream>
class CanvasWidget
: public WidgetFactory< WidgetWindow, CanvasWidget >
{
//WidgetMenuPtr ptrSysMenu;
WidgetMenuPtr ptrMainMenu;
public:
void init( )
{
createWindow( );
setText( _T("Crash while doing extFloodFill after resize.") );
onSized( &CanvasWidget::isResized );
thecolor = 0x0000FFFF; // Defaulting to yellow...
onPainting( &CanvasWidget::painting );
updateWidget();
}
private:
COLORREF thecolor;
COLORREF RandColor()
{
return( RGB( rand()%255, rand()%255, rand()%255 ) );
}
void painting( SmartWin::Canvas & c )
{
// rc.pos is the upper left point, rc.size is the lower right point.
SmartWin::Rectangle rc( getClientAreaSize() );
// Divide the dimensions into halves, quarters and eighths
int x1= rc.size.x, x2= x1/2, x4= x2/2, x8= x4/2,
y1= rc.size.y, y2= y1/2, y4= y2/2, y8= y4/2;
// Use this color until pen and brush goes out of scope.
SmartWin::Pen pen( c, thecolor );
SmartWin::Brush brush( c, thecolor );
// Use the existing background for text
c.setBkColor( c.getPixel( 0,y2 ) );
// Do a number of Graphics operations, and show the calls
int items=2;
int spacing = 10;
int yinc = ( y1 -( items * spacing ) ) / items;
int x = 0;
int y = 0;
// Draw the same triangle, and then fill it with our color.
c.line( 0, y, x2, y );
c.lineTo( x4, y + yinc );
c.lineTo( 0, y );
COLORREF color = c.getPixel( x4, y+5);
c.extTextOut( _T(" c.extFloodFill( x4, y+5, color, false );"), x2, y );
std::cout << "extFloodFill( " << x4 << ", " << y + 5 << " ... )";
c.extFloodFill( x4, y + 5, color, false ); // Fill while we find the color.
FLOODFILLSURFACE
std::cout << " done." << std::endl;
y += yinc + spacing;
}
// There are new dimensions to the window because the user resized the window.
void isResized( const SmartWin::WidgetSizedEventResult & sz )
{
updateWidget();
}
};
// Application entry point just like all other SmartWin applications...
int SmartWinMain( Application & app )
{
CanvasWidget * cw = new CanvasWidget(); cw->init();
return( app.run() );
}
________________________________
HOW TO BUILD IT:
See bug ID 3900
and just replace Main.cpp with the above source.
Or build the the Canvas sample.
best regards,
Andrew Webb
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2045
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:19 -------
By experience Seems related as dsound dead locks
we already have a lot of bug reports about that
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3676
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-x11driver
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:09 -------
Can you retry with current cvs
should be fixed
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1940
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-ddraw
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 18:06 -------
Can you try attached patch ?
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3906
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2131
Keywords| |download
------- Additional Comments From willie(a)froq.net 2005-21-11 17:57 -------
A demo is available for download at
ftp://ftp.sierra.com/pub/vug/evil_genius/demos/evilgenius_demo_en.exe
Oliver Stieber said it worked for him, so I'd guess it's either
amd64-specific, or Wine's DInput has a problem with my hardware. Something
like that happened when Wine got tablet support, wintab detected the Nvidia X
Control Extension as a buttonless tablet and crashed. My input devices:
- Razer Diamondback USB mouse, 9 buttons, using the X.org evdev driver
- Wacom Intuos2 USB tablet, using Linuxwacom drivers (three 'virtual' devices)
- Sun Type6 USB keyboard, using X.org kbd driver
- Sony PS2 gamepad, connected via an USB adapter
- Belkin Nostromo N52 USB pad using the X.org evdev driver
- Nvidia X Control Extension ('virtual' device)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3903
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-11 17:51 -------
Is this really a regression? You imply that it used to work...
*** This bug has been marked as a duplicate of 3304 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3304
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)wine.lka.org.lu
------- Additional Comments From tony.lambregts(a)gmail.com 2005-21-11 17:51 -------
*** Bug 3903 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=3906
Summary: DInput related crash in Evil Genius
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: willie(a)froq.net
The game Evil Genius crashes on start. I'm quite sure it's DInput related,
here are the last few lines of a +seh,+tid,+dinput trace:
--- 8< ---
0009:trace:dinput:DirectInputCreateEx (0x400000,0800,
{bf798030-483a-4da2-aa99-5d64ed369700},0x5c76e3e8,(nil))
0009:fixme:dinput:IDirectInputAImpl_GetDeviceStatus
(0x5a1df300)->({6f1d2b60-d5a0-11cf-bfc7-444553540000}): stub
0009:trace:dinput:IDirectInputAImpl_CreateDevice (this=0x5a1df300,
{6f1d2b60-d5a0-11cf-bfc7-444553540000},0x55bdfb50,(nil))
0009:trace:dinput:mousedev_create_deviceA Creating a Mouse device (0x5a1df318)
0009:trace:dinput:IDirectInputDevice2AImpl_QueryInterface (this=0x5a1df318,
{54d41080-dc15-4833-a41b-748f73a38179},0x5c57493c)
0009:trace:dinput:IDirectInputDevice2AImpl_QueryInterface Unsupported
interface !
0009:trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=0x571e4bd8
0009:trace:seh:__regs_RtlRaiseException info[0]=00000000
0009:trace:seh:__regs_RtlRaiseException info[1]=73656d61
0009:trace:seh:__regs_RtlRaiseException eax=73656d61 ebx=100a2200
ecx=00030022 edx=10132788 esi=5c574938 edi=5c57493c
0009:trace:seh:__regs_RtlRaiseException ebp=5c76e3d4 esp=55bdfb24 cs=0023
ds=002b es=002b fs=1007 gs=0063 flags=00010246
wine: Unhandled page fault on read access to 0x73656d61 at address 0x571e4bd8
(thread 0009), starting debugger...
0009:trace:seh:start_debugger Starting debugger "winedbg --auto 8 448"
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x73656d61 in 32-bit code
(0x571e4bd8).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0063
EIP:571e4bd8 ESP:55bdfb24 EBP:5c76e3d4 EFLAGS:00010246( - 00 -RIZP1)
EAX:73656d61 EBX:100a2200 ECX:00030022 EDX:10132788
ESI:5c574938 EDI:5c57493c
Stack dump:
0x55bdfb24: 00000005 10095080 5c76e3d4 00000000
0x55bdfb34: 55bdfb48 10095080 5c76e3d4 00000000
0x55bdfb44: 100950ae 571e32a1 5c76e3d4 5a1df318
0x55bdfb54: 10095080 5c76e81c 100a7b80 00000000
0x55bdfb64: 00000000 55bdfc8c 7800ad72 57530000
0x55bdfb74: 00000000 00000440 00000000 0000043c
0200: sel=1007 base=5556c000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x571e4bd8 ??0TAllJoysticks@@QAE@ABVTInput@@@Z+0xb78 in elibinput-release
(0x571e4bd8)
2 0x00000000 (0x00000000)
3 0x00030022 (0x00030022)
4 0x00000003 (0x00000003)
5 0x00000000 (0x00000000)
0x571e4bd8 ??0TAllJoysticks@@QAE@ABVTInput@@@Z+0xb78 in elibinput-release:
movl 0x0(%eax),%edx
--- >8 ---
This was with Wine 20051121 CVS, running on gentoo/ amd64. The system actually
has a joystick connected (PS2 pad via USB, in case it matters), but I also
tried to run the game with the pad disconnected and joydev removed, same
results.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2907
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|fenix(a)club-internet.fr |ivanleo(a)gmail.com
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 17:40 -------
For you ivan :)
More safedisc Copy Protection tests for you
Regards,
Raphael
PS: have you worked on it ? what is the current status ?
--
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=3875
------- Additional Comments From cjdahlin(a)ncsu.edu 2005-21-11 17:30 -------
Yes. I definitely cannot hear my mp3 player, nor sound with mplayer while
ventrilo is running. Meanwhile I can run several copies of either of these
native linux programs and the audio will simply mix.
The error I get from Music Player is 'ALSA device "default" is already in use by
another program'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3905
Summary: Microsoft Powerpoint viewer only shows black screen
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wine.lka.org.lu
Microsoft Powerpoint viewer only shows black screen, with no way of quitting
it, short of killing wine-preloader from another session.
The mouse cursor still moves, but no other input is taken into account
(neither keyboard shortcuts nor clicks)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
wine(a)wine.lka.org.lu changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3904
Summary: Difficulty to use wine within automated tools
Product: Wine
Version: 0.9.1.
Platform: Other
URL: http://www.office2pdf.lll.lu
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wine.lka.org.lu
Up until wine-20041201-0.1, wine used to include button labels in the X
properties of its windows. For instance, an OK button would be recognizable by
its name "OK" in the xwininfo -root -tree output.
This was handy for tools that automatically drive windows applications running
within wine. No need to do any bitmap matching, just looking at the button
labels via xwininfo was enough.
However, recent wine version use empty names for almost all its windows.
Another annoying thing is that between each version, keyboard shortcuts or
tabbing order within the various dialog boxes (such as print) are shuffled
around, which makes it necessary to change office2pdf whenever a new wine
version comes out (or alternatively: to recommend a really old version...).
Would it be possible to stick to some consistency here?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1314
------- Additional Comments From wine(a)wine.lka.org.lu 2005-21-11 16:30 -------
The problem still happens with 0.9.1, tested with Microsoft's XL Viewer.
I get a huge postscript file including definitions for standard fonts.
However, oddly enough, strace shows that now wine doesn't even try to open the
ppd file...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3007
------- Additional Comments From vic.demuth(a)btinternet.com 2005-21-11 15:00 -------
Further information for you. It would seem that when run as root, then wine
performs more or less as expected, but when run as user then the fault
described happens. I have checked permissions of the ntdll.dll.so file and it
is readable by everyone. I have also added myself to the following groups:-
root, wheel, nobody, users and mem. All to no avail.
Anyone any more ideas?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3899
------- Additional Comments From Peter.Bienstman(a)UGent.be 2005-21-11 14:47 -------
That gets the installer along a bit further.
The install shield wizard extracts some stuff, but then there's a dialog box
'The InstallShield Engine (iKernel.exe) could not be launched. (0x800040155)'
The console shows
>wine EverNote_1.1.0.150.exe
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {00000131-0000-0000-c000-000000000046}, error 0x80040155
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3902
Summary: Unnormal slowness in Heroes 4 (X11DRV_BitBlt?)
Product: Wine
Version: 0.9.1.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The game 'Heroes of Might and Magic IV' runs unbearably slow, even though I have
a more than adequate computer. I get the following error message on the console
repeatedly:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3901
Summary: Rayman 3 Hoodlum Havoc installer can't copy files
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpakkane(a)yahoo.com
I tried to install Rayman 3 using Wine (it uses Installshield). The installer
starts up fine, then aborts saying some generic error message. Basically it
fills up with this kind of lines:
err:msi:ACTION_InstallFiles Unable to copy file
(L"Z:\\media\\cdrom\\PROGRA~1\\Ubi Soft\\Rayman3\\MSVCRTD.DLL" -> L"c:\\Program
Files\\Ubi Soft\\Rayman3\\MSVCRTD.DLL") (error 3)
Bug is probably caused by the fact that the app harcodes some path elements with
their DOS names (like PROGRA~1 above). If I copy the CD to hard drive and rename
the directories to their DOS names, I get the following error:
err:msi:ACTION_InstallFiles Unable to copy file
(L"Z:\\home\\jpakkane\\raymantest\\PROGRA~1\\Ubi Soft\\Rayman3\\MSVCRTD.DLL" ->
L"c:\\Program Files\\Ubi Soft\\Rayman3\\MSVCRTD.DLL") (error 5)
(the error code changes from 3 to 5)
Closing the installer after this seems to work fine, but wine-preloader
processes remain, and must be killed with 'killall -9 wine-preloader'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3900
Summary: The macro DateTime_SetMonthCalColor is not defined.
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew7webb(a)comcast.net
#define DateTime_SetMonthCalColor(hdp, iColor, clr) SNDMSG(hdp, DTM_SETMCCOLOR,
iColor, clr)
should be added to commctrl.h around line 4773, with the rest of the DateTime
macros.
PROBLEM CAUSED: Any source which has DateTime_SetMonthCalColor will fail to
compile. SmartWin's tests use this function or macro.
SmartWin++ ( http://sourceforge.net/projects/smartwin/ ) is a C++ GUI library
that uses WIN32, and thus should be able to be ported using Winelib. We have
had some success in getting most of the sample code running, but some tests
fail. I'm working through the problems slowly and will be reporting WINELIB
problem as they are precisely identified.
FIX TESTED ?: Yes, I inserted this line in commctrl.h on my local machine, did
a make wine & make install, and it fixed the problem.
HOW TO REPRODUCE THE PROBLEM AND CHECK THE FIX:
Fetch the latest SmartWin++ source using cvs with:
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/smartwin checkout SmartWin
Remove the two places where the code provides its own DateTime_SetMonthCalColor
in WindowsHeader.h and Widget.cpp so you can see the problem.
cd SmartWin/source
make -f Makefile.wine (And the libsmartwin.a library should be put into ../lib)
cd ../tests/WidgetDateTimePicker
make -f Makefile.wine run (And the sample program should start running.)
The Calendar's month should have a purple background, and a red title. (I
know, its a bit ugly)
best regards,
Andrew Webb, andrew7webb(a)comcast.net
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-11 10:52 -------
As reported by someone on the development list, this gets you a tiny bit further:
get d3dx9_25.dll and d3dx9_24.dll into system32 and run
wine BF2 +fullscreen 0
Now pops up messagebox:
Text: Failed to set technique DrawShadowMapNV in effect Shaders/StaticMesh
technique not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3899
------- Additional Comments From marcus(a)jet.franken.de 2005-21-11 09:57 -------
please run once: "wineprefixcreate"
and then try the install againb.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3899
Summary: Evernote doesn't install
Product: Wine
Version: 0.9.1.
Platform: PC
URL: http://www.evernote.com/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Peter.Bienstman(a)UGent.be
I'm trying to get Evernote 1.1 (freely downloadable from
http://www.evernote.com/en/) to run under Wine 0.9.1 using Gentoo.
It doesn't install:
>wine EverNote_1.1.0.150.exe
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
{00000131-0000-0000-c000-000000000046}
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {00000131-0000-0000-c000-000000000046}, error 0x80040155
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x80040155
Peter
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3354
aric(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |aric(a)codeweavers.com
Status|REOPENED |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=3891
------- Additional Comments From phil(a)mail.ru 2005-21-11 09:24 -------
I have a similar problem with IBM Translation Manager. Thanks to the author of
the bugzilla entry, I tried to monitor /proc/$PID/fd directory. Every time the
main application window is redisplayed, Wine opens 20 more fd's in /proc/$PID/
fd, which all point to files like "/tmp/.wine-1002/server-fe04-4a52/anonmap.
ly9ShJ" which are actually deleted. I'll try to dig more into 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=3853
------- Additional Comments From willie(a)froq.net 2005-21-11 09:16 -------
It is a bug in winemp3, no doubt about it. I switched to the Radium Fraunhofer
MP3 codec, now it works just fine. I tried to locate the MP3 in the game data
files, to see if there's something unusual with the encoding, but I'm afraid I
couldn't find any MP3s - the in-game music is stored in WAVs...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|oliver_stieber(a)yahoo.co.uk |
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-11 07:06 -------
It was with the beta patch; i think i tried it about 8 times now, and about 4
times my computer got locked up, 3 times i got the screwed up menu and one time
splintercell popped up a messagebox about a page fault. On second tought I don't
think this is a good app to test your patch with as it crashes in a very
unpredictable way, and it suffers a lot of sound errors, which of course could
also be related to locking my computer up. Think i'll just wait till the dsound
stuff gets a little stabilized. BTW intro plays well so at least that is fixed.
Thanks
--
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=3108
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|GTA: San Andreas cannot |GTA: San Andreas cannot
|install in Managed mode |install in Managed mode
|(hidden message box) |(hidden message box) [ USER
| |]
------- Additional Comments From ivg2(a)cornell.edu 2005-21-11 06:51 -------
Reconfirming bug on CVS, Nov 21st.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 oliver_stieber(a)yahoo.co.uk 2005-21-11 06:15 -------
Can I have some extra info guys.
Louis,
Is that with the new 'beta - 1' patchd or the old 'alpha' patch?
joaopa,
Which bug is reproduceable, the menu bug or the Format 22 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=3653
------- Additional Comments From jeremielapuree(a)yahoo.fr 2005-21-11 05:32 -------
Hi,
I have the same problem
Wine bugs are reproducable :)
Joaopa
--
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=3898
Summary: Counter-Strike 1.6 performance issue
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus(a)hacka.net
When alt+tab'ing out of Counter-Strike and returning to the game, FPS rate make
a large constant FPS drop. For me: from constantly being 92-100 to constantly
being 25-30 (even after map-change and change of server). The problem is
resolved by restarting Counter-Strike. No error messages is found at the
terminal.
I'm running Ubuntu Linux 5.10 (Breezy Badger), Nvidia Geforce 6800 GT (Nvidia
driver), Soundblaster Audigy 2 ZS (ALSA).
Try to replicate the problem by entering console-mode in CS, and then typing:
cl_netgraph 1 or 3. This will enable display of FPS in-game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3262
------- Additional Comments From ivg2(a)cornell.edu 2005-21-11 04:37 -------
Status update: no longer crashes. Now it complains about invalid return code
during install:
....
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad494,0x7fcad498), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad504,0x7fcad508), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad3d4,0x7fcad3d8), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad494,0x7fcad498), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad504,0x7fcad508), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad3d4,0x7fcad3d8), stub!
fixme:ole:VARIANT_UserFree handle unknown complex type
fixme:ole:RpcChannelBuffer_GetDestCtx (0x7fcad494,0x7fcad498), stub!
fixme:rpc:RpcRevertToSelfEx (0x7e8b26d8): stub
err:msi:process_action_return_value Invalid Return Code 4522060
err:msi:ITERATE_Actions Execution halted, action L"OnGeneratingMSIScript"
returned 1603
fixme:ole:RpcChannelBuffer_GetDestCtx (0x58e3d180,0x58e3d184), stub!
fixme:ole:RpcChannelBuffer_GetDestCtx (0x58e3d0e0,0x58e3d0e4), stub!
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
fixme:ole:_copy_arg Should not use VariantChangeType here. (conversion from 0x3
-> 0xb) 00490000
--
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=3897
------- Additional Comments From ldrolez(a)linbox.com 2005-21-11 04:11 -------
If I set it to win98, I get the following message because Innosetup knows that
BeginUpdateResource does not exist on w98.
Parsing [Setup] section, line 37
Error on line 37 in C:\Program Files\Inno Setup 4\ocs\Setup\setup.iss: The
[Setup] section directive "SetupIconFile" may not be used when compiling on
Windows 95/98/Me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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-21-11 03:52 -------
Created an attachment (id=1388)
--> (http://bugs.winehq.org/attachment.cgi?id=1388&action=view)
main menu
Lesson 1: winebugs are never reproducable.... :)
It doesn't lock up now, and the intro plays quite fast with vertex shader
enabled...
However the menu is screwed up. See attached screenshot. I'll test further to
see if this is reproducable.
--
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=3897
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-21-11 03:43 -------
And what happens if you set Wine version to win98?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver_stieber(a)yahoo.co.uk
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-21-11 03:42 -------
Hi, i tried the newest d3d8 patch. Intro still plays.Funnily enough the intro
plays much faster if i set vertex shader to none.
With current cvs i was always able to get into the main menu by adding this
line to dlls/dsound/mixer.c:
line 671 change from { to {return 0; (otherwise splintercell locks up because
of dsound errors)
Then i could use the menu , and try to start the game (which failed)
After applying the d3d8 patch my computer locks up while entering the menu and i
have to reboot. I'll post the last lines before the lockup in a next message ,
as i forgot what they were and i'll trry in a minute.
--
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=3897
Summary: BeginUpdateResource failed
Product: Wine
Version: 0.9.1.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ldrolez(a)linbox.com
I cannot run the InnoSetup compiler on Wine 0.9.1 because it seems that
BeginUpdateResource failed is not implemented in the wine api.
BeginUpdateResource does not exists for win9x, and appeared in NT, 2k...
Is there a chance to see BeginUpdateResource implemented soon ?
Cheers,
Ludo.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3615
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |oliver_stieber(a)yahoo.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From fenix(a)club-internet.fr 2005-21-11 02:42 -------
Oliver i have tested this game.
We have another game who use GL calls on different threads
(it calls SetViewport on a different thread [0x0b] than the thread used to
init render and create textures [0x09])
Here are the revelant log (attachment log2.tgz)
And the used patch for thread info
(i think we should commit it to cvs code no ?)
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=3883
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-21-11 02:07 -------
Dustin may you try this override in XP mode:
WINEDLLOVERRIDES='PciBus.sys=""' ?
Nota Bene: Do we need metabug to collect every NtOsKrnl.exe 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=3896
Summary: Impssible to play sound with ALSA server after emulation
checked
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Hi,
I I check the emulation case in winecfg with ALSA server
and then I uncheck the case, Alsa does not play sound any more.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3615
------- Additional Comments From jeremielapuree(a)yahoo.fr 2005-20-11 23:09 -------
Hi,
unfortunately, there is no progress. I have the same errors.
Best regards
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3895
Summary: Wine not building on Ubuntu Breezy ( 5.10)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dnewcomb(a)triad.rr.com
Wine compilation fails for cvs pull 11/20/2005 9:00 PM EST with the following
error using wineinstall tool
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+
-Wdeclaration-after-statement -Wpointer-arith -g -O2 -o value.o value.c
value.c: In function ‘bv2str’:
value.c:123: error: dereferencing pointer to incomplete type
value.c:128: error: dereferencing pointer to incomplete type
make[2]: *** [value.o] Error 1
make[2]: Leaving directory `/home/dnewcomb/wine/dlls/wldap32'
make[1]: *** [wldap32] Error 2
make[1]: Leaving directory `/home/dnewcomb/wine/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-20-11 21:40 -------
Created an attachment (id=1384)
--> (http://bugs.winehq.org/attachment.cgi?id=1384&action=view)
WINEDEBUG=+comm wine BelkinNavSys.exe 2> comm.log
Please find the debug output you requested in the attachment. I quit the
program the normal way when it reached to about 260 file descriptors. There is
quite a bit of redundancy in the log. You will see what I mean when you unzip
it.
Thank you,
Alaeddin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From z77y16(a)hotmail.com 2005-20-11 19:29 -------
Tried modes: win2000, winme, win98, win95, nt40. They all behave the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
z77y16(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regular hiccups while |Warcraft 3 has bad
|playing Warcraft 3. |performance on Fedora Core
| |4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3770
------- Additional Comments From z77y16(a)hotmail.com 2005-20-11 19:12 -------
I have reinstalled RedHat9 on a free partition to compare Warcraft performance
with Fedora Core4. Warcraft plays very smoothly on RH9. I tested wine 0.9.1. I
used nvidia driver 1.0-7676.
I have recompiled kernel 2.6.14.2 on my FC4 install. I enabled CONFIG_PREEMPT=y,
CONFIG_HZ_1000=y, CONFIG_HZ=1000 thinking it would help. It did not.
Disabling sound does not solve this problem.
Maybe I'll try a 2.4 kernel on FC4 and see what happens.
It may be more of a problem with FC4 than Wine. I'll report that on fedora list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3875
------- Additional Comments From cjdahlin(a)ncsu.edu 2005-20-11 14:42 -------
I'll grab it sometime this week and let you know if I still have an 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=3888
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-20-11 14:27 -------
Created an attachment (id=1383)
--> (http://bugs.winehq.org/attachment.cgi?id=1383&action=view)
Print dialog with abnormal range
Using a text based program then printing range is 1 to 1 or 1 to how many
pages.
When I tried several programs that print a section of a non-text form the
printer dialog box shows maximum word value but only one page will be printed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3888
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-20-11 14:08 -------
i do not understand the problem...
is the different ranges shown between those 2 programs the problem?
and if yes, 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.
http://bugs.winehq.org/show_bug.cgi?id=3893
Summary: Fritz 5.32 Menu (BMP pictures)
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francois.pinon(a)caramail.com
Using Fritz 5.32 with wine (and ubuntu breezy), I can't see the BMP pictures
(it's the menu at the bottom of the window).
Fritz 5.32 is free and you can obtain it here :
http://www.pcgo.de/aktuell/ausgabe0103/fritz.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3892
------- Additional Comments From magnus(a)hacka.net 2005-20-11 12:45 -------
The problem is not 100% consistent. Sometimes I can play the game for hours
without any problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3892
Summary: Counter-Strike 1.6 Crash
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: magnus(a)hacka.net
When playing the game for 1-2 minutes the game crashes and the OS runs out of
system time. I can hear the CPU fan goes wild, so I suppose CPU is at 100%. The
OS comes to a total system freeze, this sometimes requeres a cold power reset,
sometimes it can be solved by restarting X.org.
This problem occured yesterday the 19th. I haven't made any changes to my
system, but I suspect that Steam might have send out and update.
I run Wine 0.9.1, Ubuntu Linux 5.10 (Breezy Badger), SB Audigy 2 ZS
(ALSA) and Nvidia GeForce 6800 GT.
CS crashed with this output.
------------snip---------------
err:dscapture:widDsCreate DirectSoundCapture flag not set
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
fixme:font:load_VDMX Failed to retrieve vTable
fixme:wave:DSD_CreateSecondaryBuffer
(0x77726980,0x76b04efc,180e0,0,0x77697f5c,0x753ed17c,0x77697f38): stub
err:dscapture:widDsCreate DirectSoundCapture flag not set
This sound card's driver does not support direct access
The (slower) DirectSound HEL mode will be used instead.
fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported
err:dsound:DSOUND_MixOne underrun on sound buffer 0x77697f10
fixme:nls:MultiByteToWideChar MB_USEGLYPHCHARS not supported
fixme:wave:DSD_CreateSecondaryBuffer
(0x77726980,0x7fb1e6d0,28,0,0x7775db54,0x7772440c,0x7775db30): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x77726980,0x7fb1e6d0,28,0,0x7775db54,0x753a2094,0x7775db30): stub
fixme:wave:DSD_CreateSecondaryBuffer
(0x77726980,0x76a73afc,180e0,0,0x77697f5c,0x753ea21c,0x77697f38): stub
fixme:dbghelp:sffip_cb NIY on 'u:\p4clients\rel_beta\Projects
\GazelleProto\Client\Engine\VC70_Release_Static\SteamEngine.pdb'
fixme:dbghelp:sffip_cb NIY on 'U:\hl1_cldll\GoldSrc\filesystem
\FileSystem_Stdio\Release_STEAM\FileSystem_Steam.pdb'
fixme:dbghelp:sffip_cb NIY on 'msvcp60.pdb'
fixme:dbghelp:sffip_cb NIY on 'c:\steam3_rel_client\bin\ClientRelease
\steamclient.pdb'
fixme:dbghelp:sffip_cb NIY on 'c:\steam3_rel_client\bin\Release
\vstdlib_s.pdb'
fixme:dbghelp:sffip_cb NIY on 'c:\steam3_rel_client\bin\Release
\tier0_s.pdb'
fixme:dbghelp:sffip_cb NIY on 'u:\p4clients\taylor_valve_cser
\ThirdPartyCode\DebugNet\Release\BugslayerUtil.pdb'
fixme:dbghelp:sffip_cb NIY on 'f:\vs70builds\9064\vc\self\bin\x86
\msvcr70.pdb'
wine: Call from 0x7fcc15d0 to unimplemented function
dbghelp.dll.StackWalk64, aborting
File c:\valve\steam\steamapps\magnus@example.com\counter-strike\cstrike
\demoheader.dmf was never closed
fixme:winmm:MMDRV_Exit Closing while ll-driver open
err:region:CombineRgn Invalid rgn=0x1dc
------------snip---------------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
------- Additional Comments From pgr(a)arcelectronicsinc.com 2005-20-11 11:36 -------
16 bit Delphi 1 Test exe with source linked to bug 3881
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-20-11 11:33 -------
This proc/xx/fd output means there is a fd leak somewhere.
can you run with WINEDEBUG=+comm wine xxx.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=3870
tedhansen(a)sasktel.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tedhansen(a)sasktel.net 2005-20-11 11:33 -------
OK, my fault. I have a Debian system & Debian provides opengl32.dll &
glu32.dll as part of a separate pkg libwine-gl.
Marking this bug as resolved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
------- Additional Comments From alaeddinaydiner(a)yahoo.com 2005-20-11 11:26 -------
It is probably true that wine developers did not make the mistake of trivially
forgetting to close file descriptors, but the application might be reopening the
com device repeatedly without closing it.
Thus, when a com device is reopened, the fix might be to close earlier file
descriptors to it by the same thread/process, if there are any. It looks like
windows closes com devices when they are reopened as well.
Alaeddin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3891
Summary: Wine runs out of file descriptors no matter what ulimit
-n is set to
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alaeddinaydiner(a)yahoo.com
Hello,
This problem actually should not be that difficult to fix if wine can simply
properly close the (pipe?) file descriptors it used. Let me elaborate...
I have managed to run the Belkin GPS Navigator under wine without any _real_
problems after I connect to the GPS using hcitool and rfcomm, both being
Bluetooth commands.
The problem is that it stops running after a while. My setup is such that com8
under ~/.wine/dosdevices points to /dev/rfcomm0. Wine stops with a "too many
file descriptors" error in the wine client. The problem turned out to be not
that there are so many files that need to be opened but that wine repeatedly
opens /dev/rfcomm0, which is easy to see under /proc/wine_client_pid/fd. Here is
a snapshot after I set ulimit to 20000!
lrwx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5609 -> /dev/rfcomm0
lr-x------ 1 alaeddin alaeddin 64 Kas 20 09:07 5610 -> pipe:[234038]
l-wx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5611 -> pipe:[234037]
lrwx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5612 -> /dev/rfcomm0
lr-x------ 1 alaeddin alaeddin 64 Kas 20 09:07 5613 -> pipe:[234039]
l-wx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5614 -> pipe:[234039]
lrwx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5350 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5351 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Kas 20 09:07 5352 -> /dev/rfcomm0
Here is what happens after a while when the above pipes die or are not used and
the wine client keeps opening new ones:
$ls -alt | head
total 5981
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5932 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5933 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5934 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5935 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5936 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5937 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5938 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5939 -> /dev/rfcomm0
lrwx------ 1 alaeddin alaeddin 64 Nov 20 09:08 5940 -> /dev/rfcomm0
Could wine make sure that pipes/file descriptors to com devices are closed
properly after they are opened?
Thanks for the great software!
Alaeddin awaiting wine to crash soon. :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |oliver_stieber(a)yahoo.co.uk
------- Additional Comments From fenix(a)club-internet.fr 2005-20-11 10:38 -------
For you, as you already have worked on it
Good Job
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=3885
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Component|wine-directx |wine-binary
------- Additional Comments From fenix(a)club-internet.fr 2005-20-11 10:34 -------
Classic problem of C++ Exceptions who is not well supported by wine
msvcrt implementation.
We need to fix it (many delphi apps have the same problem when using
exceptions). Passing it as major
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=3886
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fenix(a)club-internet.fr
AssignedTo|wine-bugs(a)winehq.org |oliver_stieber(a)yahoo.co.uk
Component|wine-directx |wine-directx-d3d
------- Additional Comments From fenix(a)club-internet.fr 2005-20-11 10:26 -------
Hi,
can you provide full Game "FTL" error. It seems truncated.
Oliver, i affect it to you (no time for now sorry)
Here english transaltion of the interesting game French error message:
FTL: Fatal error: Cannot set display mode!
FTL: GfxAPI error:
FTL: (Direct3D) driver not compatible with DirectX 9.0 (no support
for stream offset and <clipped>)
Seems a missing support on GetDeviceCaps
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=3889
------- Additional Comments From b.buschinski(a)web.de 2005-20-11 09:55 -------
a friend of mine was too lazy to report it itself
but he has the same problem
his MBR always crash if the use wincfg and use auto detect devices
with wine 0.9.1 and the newest cvs
he use gentoo
and his user neither have special privilegies, he didnt even try it as root
I use gentoo too, but I dont have this problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3890
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-20-11 06:41 -------
use a newer version of WINE (0.9.1 or so), i have fixed this specific problem
in IKEA Kitchen Planner.
it will however crash differnetly once you try 3D rendering. :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-20-11 04:09 -------
Created an attachment (id=1380)
--> (http://bugs.winehq.org/attachment.cgi?id=1380&action=view)
+relay,+seh;
I left out the kernel32 and ntdll calls as they didn't seem to be really
important. Just before the crash there are a of winmm calls like
000c:Ret winmm.waveOutGetPosition() retval=00000000 ret=7f5d8265
000c:Call winmm.waveOutGetPosition(00008000,7c9f2a58,0000000c) ret=7f5d8265
000c:Call winealsa.drv.wodMessage(00000000,0000000d,00000001,7c9f2a58,0000000c)
ret=7f7dcc72
000c:Ret winealsa.drv.wodMessage() retval=00000000 ret=7f7dcc72
but changing audio settings didn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://http://www.eagames.co|http://www.eagames.com/offic
|m/official/battlefield/battl|ial/battlefield/battlefield2
|efield2/us/home.jsp |/us/home.jsp
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-20-11 04:04 -------
As stated alread the demo seems to behave really the same . It can be downloaded
from http://www.gamersnet.nl/demos/download.php?id=612
After putting d3dx9_25.dll in ~/.wine/drive_c/windows/system32 it spits out
_a_lot_ of fixme's, the last ones are:
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7ff412a8)->(207,2) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7ff412a8)->(208,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7ff412a8)->(209,1) unrecognized
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent at
the moment!
fixme:d3d:debug_d3dformat Unrecognized 1178752590 D3DFORMAT!
fixme:d3d:D3DFmtGetBpp Unhandled fmt(1178752590,unrecognized)
fixme:d3d:debug_d3dformat Unrecognized 1178752590 D3DFORMAT!
fixme:d3d:D3DFmt2GLFmt Unhandled fmt(1178752590,unrecognized)
fixme:d3d:debug_d3dformat Unrecognized 1178752590 D3DFORMAT!
fixme:d3d:D3DFmt2GLIntFmt Unhandled fmt(1178752590,unrecognized)
fixme:d3d:debug_d3dformat Unrecognized 1178752590 D3DFORMAT!
fixme:d3d:D3DFmt2GLType Unhandled fmt(1178752590,unrecognized)
fixme:d3d:debug_d3dformat Unrecognized 1178752590 D3DFORMAT!
fixme:d3d:D3DFmtGetBpp Unhandled fmt(1178752590,unrecognized)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Creating a surface with a POOL of
DEFAULT with Locable true, that doesn't specify DYNAMIC usage.
wine: Unhandled exception 0x80000003 at address 0x7c166121 (thread 0009),
starting debugger...
WineDbg starting on pid 0x8
In 32 bit mode.
fixme:dbghelp:sffip_cb NIY on 'c:\dice\Projects\BF2Branches\BF2Demo\bin\RendDX9.pdb'
0x7c166122 deinitDll+0x672 in renddx9: movl $0x7306b,0x00000000
etcetera
I'll attach a debugtrace hereafter
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
------- Additional Comments From infyquest(a)gmail.com 2005-20-11 03:43 -------
if you can attach a sample program(exe) with/without src, we can test it on
various windows versions
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3873
------- Additional Comments From hans(a)it.vu.nl 2005-20-11 02:57 -------
I forgot to mention it, but did you run ./configure before starting
a new compile? Otherwise the headers will not be detected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
------- Additional Comments From alexanderwstanley(a)gmail.com 2005-20-11 02:43 -------
alex@steak ~ $ msiexec /mnt/cdrom1/DawnOfWar.msi
err:msi:msi_dialog_oncommand button click from nowhere
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Unable to ready media
err:msi:ITERATE_Actions Execution halted due to error (1627)
err:msi:ITERATE_Actions Execution halted due to error (1627)
alex@steak ~ $
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3889
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From Speeddymon(a)gmail.com 2005-20-11 01:29 -------
Please join the wine-devel list, and post more detailed info there, so we can
try to deduce what caused this. I use wine 0.9.1 and CVS on slackware 10.2 on a
regular basis and have no problems.
Resolving..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3889
Summary: MBR WAS DESTROYED!!!
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seorge(a)gmail.com
I'm using wine 0.9.1 on Slackware 10.2.
I've tried to setup disks in winecfg and when later I've tried to reboot my
PC, I've noticed that my MBR is destroyed. Luckily I was able to boot with
grub-floppy and then restore the MBR. I've used Wine as a regular user without
root privilegies. I think this is a very dangerous bug and should be fixed
immediately.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3888
Summary: print page range defaults to 1 to 65535 pages on
graphical applications
Product: Wine
Version: CVS
Platform: PC
URL: http://skymap.com/smp_eval.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Using LT spice switcher cad or skymap pro 11 demo the print range Pages from 1
to 65535.
Printing all or 1 to 65535 seems not to cause any problem.
HP laser jet 4L using webmin into cups.
With foxfire or notepad the range is Page from 1 to 1 on the print dialog.
Note. On skymap the main window hides the 15 day limit dialog which you have to
hit ok on to get it to start,
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3853
------- Additional Comments From willie(a)froq.net 2005-19-11 18:12 -------
After removing the whole "if(osize < 4608)" check from winemp3/interface.c,
the music works - sort of. It doesn't 'hang' anymore, but there are still
noticeable glitches (sounds like underruns - but there are no fixmes, so I
think the problem still comes from the codec itself). An added trace shows the
osize (whatever that's supposed to be) to be 2916, but changing the check to
"if(osize < 2816)" didn't fix the bug, the osize became 612...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3873
------- Additional Comments From hys545(a)dreamwiz.com 2005-19-11 17:41 -------
I install openldap-devel-2.1.25-10hs.i386.rpm
same 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=3887
jpakkane(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3880
jpakkane(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3886
jpakkane(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3886
Summary: Serious Sam II demo fails to set graphics mode
Product: Wine
Version: CVS
Platform: PC
URL: http://files.seriouszone.com/download.php?fileid=1068
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpakkane(a)yahoo.com
After installing Serios Sam II downloadable demo (as described in bug 3794) it
fails to launch. It changes the screen resolution to 1024x768 and prints an
error dialog (in French, even though my locale is definitely not French) about
failing to set DirectX 9 or somesuch. Wine prints the following error log:
------
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
epoll_ctl: Operation not permitted
err:x11drv:X11DRV_CreateWindow invalid window width -96
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent at
the moment!
fixme:d3d:IWineD3DDeviceImpl_GetSwapChain (0x7fde95b8) Unable to find swapchain 0
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7fde95b8) : stub,
emulating 64Mib for now, returning 64Mib
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(161,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(162,-1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(163,0) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(164,1065353216) not
handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(165,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(172,3) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(173,1) not handled yet
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(174,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(175,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(178,1065353216)
unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(179,1065353216)
unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(176,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(180,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(181,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(182,1065353216)
unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(183,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(184,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(185,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(186,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(187,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(188,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(189,8) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(190,15) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(191,15) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(192,15) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(193,-1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(194,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(195,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(198,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(199,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(200,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(201,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(202,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(203,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(204,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(205,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(206,0) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(207,2) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(208,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(209,1) unrecognized
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x7fde95b8)->(174,0) unrecognized
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent at
the moment!
FTL: Fatal error: Cannot set display mode!
FTL: GfxAPI error:
FTL: (Direct3D) Le pilote n'est pas compatible DirectX 9.0 (support manquant
pour stream offset et s
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3885
Summary: 3DMark 2001 SE Dies into debugger while running
benchmarks
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
While running the benchmarks in 3DMark 2001 SE, mark #1 runs fine, but mark 2
spits out an app error, shown in attachment 1 for this bug
After clicking ok to close that dialog box, the program dies into the debugger.
Console output is provided in attachment 2 for 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=3884
------- Additional Comments From Speeddymon(a)gmail.com 2005-19-11 13:07 -------
Any WINEDBG= flags would be helpful here. 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=3884
Summary: 3DMark 2001 SE dies into debugger when trying to display
about screen
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
Once the app finally loads (see bug 3883 for that), if you try to go into the
about screen, it dies into the debugger.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3883
Summary: 3DMark 2001 SE takes a while to load up
Product: Wine
Version: CVS
Platform: PC
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Speeddymon(a)gmail.com
When I attempt to run 3DMark 2001 SE, the following errors print on console, and
then nothing happens, no GUI, nothing..
err:module:import_dll Library ntoskrnl.exe (which is needed by L"C:\\Program
Files\\MadOnion.com\\3DMark2001 SE\\PciBus.sys") not found
err:module:import_dll Library HAL.dll (which is needed by L"C:\\Program
Files\\MadOnion.com\\3DMark2001 SE\\PciBus.sys") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\MadOnion.com\\3DMark2001 SE\\PciBus.sys" failed, status c0000135
After about 30-45 seconds, the splash finally loads, and then the GUI pops up.
Between the time that the error above prints, and the time the slpash loads,
several OLE errors appear, and then several bitblt, ddraw, and win fixme's appear.
I saw another bug saying HAL.dll should be able to easily stub implement, same
for ntoskrnl.exe, but I dunno if that would do anything for the load time..
When changing winver to win98 for this program, the following happens:
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pcibus.vxd". Try setting Windows
version to 'nt40' or 'win31'.
[-snip ole errors-]
fixme:setupapi:SetupDiGetClassDevsW ({72631e54-78a4-11d0-bcf7-00aa00b7b32a}): stub
and then after about 90 seconds, the app finally loads.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3882
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance, 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=3882
Summary: Common dialong controls File open File save the filter
option undocumented function. Does not work with more
then one type of file.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
In window 95 (only version handy) the filter select if set to two data types like
"*.c *.h" works but fails on wine.
Resarching the win 3.1 API info included in Delhi 1 it requires a ";" between
types. But tests of the file filter on Win 95 seem to suggest that space and
semicolon are treated the same.
The common dialogs test program is located in wine/programs/cmdlgtst/cmdlgtst.c
This adding the two test cases
static const char ofn_filepat[] = "All Files (*.*)\0*.*\0\
Only Text Files (*.txt)\0*.txt\0\
Text and ini Files (*.c *.h)\0*.c *.h\0\
Text and ini Files (*.c;*.h)\0*.c;*.h\0";
I don't have any windows newer the 98se to test further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3881
Summary: Font select on 16 bits hangs
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: pgr(a)arcelectronicsinc.com
With a 16 bit delphi 1 application calling the font select shows the dialog but
only fills in the font field. The dialog will not close with cancel or Ok.
There is a test for it included in wine tests but it is compiled as a 32
application. I can supply a delphi 1 application that shows this problem and
several other cosmetic problems with the common controls.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3172
sebern(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From sebern(a)web.de 2005-19-11 10:32 -------
Just try version 0.9.1 and the problem doesn't occur any longer.
Window can now be closed / open without any problems.
Whatever is different in this version, hope the problem will not in again in
0.9.2 or later.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1701
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-19-11 10:14 -------
ok, can confirm when using wine <-> wine connection.
I can control notepad.exe from remote, but I cannot type into the notepad
window.
While I see the other non-WINE X windows I cannot control them (likely because
we just can't do this at all.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1701
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From marcus(a)jet.franken.de 2005-19-11 10:00 -------
reporter contacted us and says it is not fix.
I can't seem to be able to setup this correctly :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3528
------- Additional Comments From jpakkane(a)yahoo.com 2005-19-11 09:31 -------
I created bug 3880 for tracking the russian error text 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=3880
Summary: Serious Sam First Encounter demo prints russian error
messages
Product: Wine
Version: CVS
Platform: PC
URL: http://files.seriouszone.com/catdisplay.php?catid=36
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpakkane(a)yahoo.com
This bug was originally a subissue of bug 3528.
When running Serious Sam FE demo, it prints all log messages and user
notifications in russian, even on non-russian locales. The result is garbled text.
Workaround: remove 1_00c_Sounds_demo_* and 1_00c_Texts_demo_* files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3875
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-multimedia
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2981
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-dinput
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-dsound
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3712
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver_stieber(a)yahoo.co.uk
Component|wine-directx |wine-directx-d3d
------- Additional Comments From fenix(a)club-internet.fr 2005-19-11 08:15 -------
Can you provide more informations:
- your HW config (graphic card)
- your SW config (graphic card driver version, x version)
and some logs (keep only interesting, and compress):
WINEDEBUG="+d3d,+d3d_shader,+d3d_caps" wine <your game.exe>
Thx
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.