http://bugs.winehq.org/show_bug.cgi?id=6826
Summary: Registry Locale Value is no longer created with new
.wine
Product: Wine
Version: CVS
Platform: PC
URL: http://www.eve-online.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
in HKEY_CURRENT_USER\Control Panel\International\
"Locale" value is no longer created as of:
2b01f6e07cb6821bd94f58703331ac778f8b0ab7 is first bad commit
commit 2b01f6e07cb6821bd94f58703331ac778f8b0ab7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Nov 16 22:11:58 2006 +0100
kernel32: Use the appropriate Unix locale for GetLocaleInfo when a default
LCID is used.
For instance LOCALE_SDATE is looked up in the lcid corresponding to
LC_TIME, LOCALE_IDIGITS in the LC_NUMERIC lcid, etc.
this causes a regression with a fresh .wine and EVE Online
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6823
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-dplay
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-12 10:00 -------
looks like direct play bug at first glance
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6799
------- Additional Comments From truiken(a)gmail.com 2006-04-12 04:13 -------
That's not how Wine's bugzilla and appdb work. There are plenty of apps in the
appdb that are not fixed completely. We link to the bugs from the appdb, which
is why we're asking you to create and appdb entry. It's a part of the
development process.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6602
------- Additional Comments From janis.mey(a)gmail.com 2006-04-12 03:48 -------
Created an attachment (id=4246)
--> (http://bugs.winehq.org/attachment.cgi?id=4246&action=view)
directinput_undo.patch
Try to run this before sarting ryzom. Works for me with Wine 0.9.25:
# Left Shift/Ctrl/Alt / Right Shift/Ctrl/Alt
SETREPEAT="50 37 64 62 109 113"
for k in $SETREPEAT; do
xset r $k
done
as from 0.9.18 of Wine there was a patch to the direct inputdriver that
invalidates the fix, the attached patch should undo 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=6799
------- Additional Comments From epistemepromeneur(a)free.fr 2006-04-12 03:44 -------
in reply to Tony
i will add an entry in the appdb when this app will work well. That is not the
case!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5534
------- Additional Comments From blin(a)gmx.net 2006-04-12 03:24 -------
I have submitted some fixes for the SO_DONTLINGER and the SO_MAX_MSG_SIZE
sockopts. Also, there was a fix to closesocket() that seems to make dplay apps
terminate correctly. Now the only think that keeps the Wine desktop window open
is dplaysvr.exe, whcih doesn't seem to terminate. Closing the window helps, though.
Also, it seems like dplaysvr.exe keeps running on native, too.
Once the patches are in git, I figure this bug can be closed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6825
------- Additional Comments From mook.moz+sites.org.winehq.bugs(a)gmail.com 2006-04-12 02:37 -------
Created an attachment (id=4245)
--> (http://bugs.winehq.org/attachment.cgi?id=4245&action=view)
test case (run on Windows machine, not under wine)
Sorry, I do not know the g++ equivalent of #pragma comment lib, so when using
wineg++ I assume you'd need to use -lntdll -limagehlp or something.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6825
Summary: imagehlp.ImageDirectoryEntryToData needs to clear out
param when entry not found
Product: Wine
Version: 0.9.26.
Platform: PC
URL: http://source.winehq.org/source/dlls/imagehlp/imagehlp.s
pec?v=wine-0.9.26#L16
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mook.moz+sites.org.winehq.bugs(a)gmail.com
>From testing, it appears that imagehlp.ImageDirectoryEntryToData sets the out
param (PULONG Size) to zero when the image directory entry is not found (returns
NULL). However, the ntdll equivalent (RtlImageDirectoryEntryToData) does _not_
do this (it leaves the out param untouched when returning NULL).
Current, as of wine 0.9.26, the imagehlp function is just being forwarded to
ntdll. I guess this needs to change a bit to have a little wrapper function
_just_ to fix this instead...
Will attach a small test case that should demonstrate this when run on a Windows
machine (tested with Windows XP, SP2)
I'm hitting this when trying to use rebase.exe from Microsoft Visual Studio
2003. I'm sure, of course, I'll encounter other problems too :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-12 00:58 -------
Hi, Detlef.
Thank You for Your interest. I cannot test it for several months. There is a bug
that crashes the app (6789). I don't know exactly when it has been introduced,
and have problems with git regression testing.
--
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=6799
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-12 00:02 -------
Please add an entry for this progrma in the appdb.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6793
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=6743
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-12 20:20 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6592
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-12 20:04 -------
Please add an entry for this version in the AppDB (and 2007 too James...)
http://appdb.winehq.org/appview.php?iAppId=1496
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6824
Summary: lego star wars 2 demo won't launch
Product: Wine
Version: CVS
Platform: PC
URL: http://www.lucasarts.com/games/legostarwarsii/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I try to launch Lego Star Wars a message box pops up informing me I am
missing pixel shaders v 1.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=4949
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-12 18:38 -------
Resolving FIXED. Please look at bug 1986 for invisible cursor problem, There is
a patch you might like to try.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6822
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-12 18:27 -------
You using old 2.4 kernel. It's not supported.
*** This bug has been marked as a duplicate of 5826 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5826
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |contardm(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-12 18:27 -------
*** Bug 6822 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=6823
Summary: Grand Touring errors with D3D and DDRAW initialisation
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darryl(a)jamyskis.net
The game bombs out during the DirectX initialisation stage with the amusing but
uninformative error message "stuff it". WINE produces the error log attached
with 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=6822
Summary: failed creation of configuration directory
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contardm(a)gmail.com
I've downloaded the Slackware 11.0 package for 0.9.26 version and installed in a
full Slackware installation.
Since the first time I launched wine I got an error in creation the
configuration directory.
wineprefixcreate failed while creating '/home/[username]/.wine'
The error is returned with "wine" or "winecfg"
I couldn't find a resolution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6288
elton(a)schiert.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Baldur's Gate II - Crash |Baldur's Gate II v26499 -
|during character generation |Crash during character
| |generation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From wine.dev(a)web.de 2006-03-12 13:01 -------
Hi Peto.
Did you still have Problems with the leading Space in a recent wine version?
- with comdlg32.dll from wine?
- with comdlg32.dll from windows?
--
By by ... Detlef
--
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=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-03-12 12:51 -------
I have been told that noexec is not currently supported by freebsd.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-03-12 12:07 -------
I should also mention bug #5008, which was found after the regression testing
was able to knock out the initial bug from #4541. The higher numbered bug is
still listed as "unconfirmed", as it was a different problem than that which was
resolved in the earlier.
This current bug may or may not be related to #5008. As we are several releases
more recent now, and I am trying different applications at this time, I felt a
new bug may be warranted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-03-12 12:04 -------
I'm not real familiar with the wine-preloader. Has it worked in FreeBSD in the
past? I would be willing to work on regression testing if we can isolate a
release in which the wine-preloader worked in FreeBSD.
Could the wine-preloader problem in FreeBSD be related to tape.dll? I had
previously helped with regression testing (see bug #4541) and we found that
there was something going on in the code for tape.dll that screwed things up
pretty well for BSD systems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6812
------- Additional Comments From thunderbird2k(a)gmx.net 2006-03-12 06:06 -------
Indeed the program fails to find a pixel format but I don't think this is the
real reason for the program not to work. As after the 'failed' call it checks
for iPixelFormat 1 which always exists.
The program calls wglGetCurrentContext a number of times without explicitly
creating a wgl context before calling it. Is the program in question by chance
using glut? I have seen similar issues in programs which use glut.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3215
------- Additional Comments From hans(a)it.vu.nl 2006-03-12 05:59 -------
The patch has a bug, GetVolumeNameForVolumeMountPoint wants
the buffer size in characters, not bytes. I'll sent an updated patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3215
------- Additional Comments From petr.dlouhy(a)email.cz 2006-03-12 05:07 -------
Hello, what is with this bug? It seems, like it was almost solved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6661
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-misc |wine-richedit
Ever Confirmed| |1
Keywords| |download
Summary|World Of Warcraft: EULA is |World Of Warcraft installer:
|invisible |EULA is shown as wired Chars
------- Additional Comments From jan.wine(a)zerebecki.de 2006-03-12 04:37 -------
I think this works with native riched.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6821
------- Additional Comments From akihana(a)gmail.com 2006-03-12 01:47 -------
Forgot to mention:
I'm using the latest non-beta nvidia-x86 driver release, 1.0.9629. These same
artifacts appear to be present both with and without GLSL enabled. I've tested
this with many of the recent 0.9.2x wine releases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6821
Summary: Graphical artifacts in HL2:EP1
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akihana(a)gmail.com
Look over the EP1 screenshots for some good examples. Something is wrong that
is at least partially related to monitors. Reflections appear in the sky where
there should be none. Random geometric areas (various shaped elongated
triangles, squares, etc) are blocked out when viewing many scenes from certain
angles.
I've tried disabling monitors ingame, and this did help, but it isn't the only
problem as the artifacts never completely disappear. Sometimes it is as simple
as the health and power meters disappearing while other times almost the entire
screen is totally covered in artifacts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6744
------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-12 00:02 -------
I think this should be fixed in current GIT.
--
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=6820
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Installation fails for Grand|Installation fails for Grand
|Theft Auto in FreeBSD 6.0 |Theft Auto in FreeBSD 6.0
|wine 0.9.26 |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-12 23:55 -------
Unless some one fixes wine-preloader, Wine will not work on FreeBSD. Just
disabling it is not an option. Also you still did not fix the problem addressed
in bug 6622.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4241 is|0 |1
obsolete| |
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 23:32 -------
Created an attachment (id=4243)
--> (http://bugs.winehq.org/attachment.cgi?id=4243&action=view)
Another failed attempt to install GTA
This was after deleting the .wine directory that had previously included a mix
of dlls from wine and windows. This directory has only wine dlls in
windows/system32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 23:31 -------
As noted in comment #6, I removed the native windows dlls and still had the same
problem. Indeed, the problem existed prior to my copying them over. I
apologize for not being aware that windows dlls would automatically cause a
problem to be considered invalid.
I have since deleted my .wine directory and tried again. The latest attachment
has the log of this attempt to install grand theft auto under wine in freebsd.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6363
greg87(a)online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From greg87(a)online.de 2006-02-12 19:37 -------
I got it now with nfshp2, it seems to be really d3d related; means with stefands
patch it starts, without not
I think the nocd crack really wants to let the app crash, to trick the copy
protection. Strange thing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6523
------- Additional Comments From flaskis(a)gmail.com 2006-02-12 19:03 -------
fontforge is installed ... still no text ingame :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-12 18:30 -------
See bug 6622 for "noexec". Looks like the same problem to me.
Also please remove your ~/.wine directory. And do not copy any native dlls from
windows. We do not support such configurations and treating such bugs as 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=6820
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Installation fails for Grant|Installation fails for Grand
|Theft Auto in FreeBSD 6.0 |Theft Auto in FreeBSD 6.0
|wine 0.9.26 |wine 0.9.26
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 17:29 -------
I just noticed that I typo'd the name. Should be "Grand Theft Auto", not "Grant
Theft Auto"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6782
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 17:23 -------
Created an attachment (id=4242)
--> (http://bugs.winehq.org/attachment.cgi?id=4242&action=view)
Results of trying to start the installed FireFox 1.5
I was able to install Firefox 1.5 on my setup with FreeBSD 6.0 and wine 0.9.26.
However, this is the result of trying to executre it. I also have a core dump
that I have not attached due to its size (24mb).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 17:07 -------
Would noexec=off be the same as mounting all filesystems as 'exec'? If I
understand the noexec parameter correctly, it allows you to set a rule that
files from a certain filesystem cannot be executed.
Or are these two different 'noexec' parameters?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6819
------- Additional Comments From ale.bol(a)tiscali.it 2006-02-12 17:05 -------
Well,
this is a part of my lspci:
00:00.0 Host bridge: ATI Technologies Inc R200 AGP Bridge [Mobility Radeon 7000
IGP] (rev 05)
The card is marked as R200, may the lspci be incorrect?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From truiken(a)gmail.com 2006-02-12 16:57 -------
I don't know if it's the same for FreeBSD as it is for linux, but in linux you
add noexec=off to the boot loaders kernel parameters.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 16:54 -------
I am not familiar with the noexec option, but from what I found it seems to be
enabled by default. I did a google search through winehq.org, and found people
recommending it at various times to be turned off, but I'm not sure how to do it.
Please let me know how to do this if you think it would be useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4241|Output from trying to run |Output from trying to
description|without windows dlls present|install without windows dlls
| |present
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 16:41 -------
The windows dlls do not at all invalidate the problem. The problem
existed prior to copying the windows dlls in there. I get a slightly longer
error output if I remove the same dlls from 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=6820
parsonsl(a)upstate.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4240 is|0 |1
obsolete| |
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 16:40 -------
Created an attachment (id=4241)
--> (http://bugs.winehq.org/attachment.cgi?id=4241&action=view)
Output from trying to run without windows dlls present
With the windows dlls not present in ~/.wine/drive_c/windows/system32, the
result is essentially the same. The diff between this log and the previous
shows which dlls I used from windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 16:35 -------
Actually, the windows dlls do not at all invalidate the problem. The problem
existed prior to copying the windows dlls in there. I get a slightly longer
error output if I remove the same dlls from 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=6820
------- Additional Comments From parsonsl(a)upstate.edu 2006-02-12 16:33 -------
So far, I have not succeeded in installing and running any 32 bit applications
with this combination of wine and FreeBSD. 16bit applications that do not
require installation do run, such as notepad. I have attempted the installation
of other applications as well, such as Mozilla Firefox 1.5, but have not
resulted in anything that I can actually run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6820
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-02-12 16:25 -------
Invalid. Don't copy windows dlls into 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=6820
Summary: Installation fails for Grant Theft Auto in FreeBSD 6.0
wine 0.9.26
Product: Wine
Version: 0.9.26.
Platform: PC
URL: http://www.rockstargames.com/classics/gta.html
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: parsonsl(a)upstate.edu
Installation of the free version of Grand Theft Auto is not possible in FreeBSD
6.0 with wine 0.9.26. Crash report is attached from attempting to install.
Several windows dlls were copied from windows/system32 to
~/.wine/drive_c/windows/system32, which did resolve some of the original errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6199
------- Additional Comments From tomek(a)xiaoka.com 2006-02-12 14:47 -------
Gadu-Gadu uses embedded Internet Explorer for controls rendering.
You need to have Internet Explorer installed under WINE for Gadu-Gadu to work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4949
------- Additional Comments From greg87(a)online.de 2006-02-12 14:14 -------
Just tested with full version of Armada 2 1.1. No crash anymore game starts just
fine. However the mouse cursor is not visible. So gaming is impossible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5935
------- Additional Comments From cbtxo(a)nerdshack.com 2006-02-12 13:57 -------
ACK. Treeview & resizing windows are also affected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6819
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-12 13:49 -------
http://en.wikipedia.org/wiki/Radeon_R100
The Radeon 7000 IGP is described as a mobile verion of Radeon 7000. So they are
both rv100's. It appears no rv100's are supported by the game as they have no
T&L, which is a game req...
I'm not saying give up, I said try the latest mesa CVS, which I know has fixes
specific to WoW, for the login screen. And I also said that this cannot be a
Wine bug. BTW, you provide no Wine crash proof.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6819
ale.bol(a)tiscali.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From ale.bol(a)tiscali.it 2006-02-12 12:16 -------
Well, this card is not a 7000, but a 7000igp.
Under windows it is possible to play the game comfortable at 800*600.
Now, what should I do? Give 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=6819
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-12 11:38 -------
http://www.blizzard.com/support/wow/?id=aww0830p
Radeon 7000 listed unsupported.
It may be possible to get it to work using opengl mode, but this is beyond the
scope of wine, and definately not a wine 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=6819
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-12 11:33 -------
Try again with mesa cvs. Are you sure the radeon 7000 meets system requirements?
It doesn't have T&L which is a game req. Well mesa might emulate T&L but it will
be even slower.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6819
Summary: World of warcraft crashes with ati 700igp
Product: Wine
Version: 0.9.26.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ale.bol(a)tiscali.it
Hi everybody,
I have a toshiba sa60-122 with an ATI 7000igp and 512MB of DDR.
The system is running Ubuntu 6.10 with the default driver ati. The direct
rendering is working, but when entering WOW the login screen doesn't show the
statues, only a vortex, same when selecting the characters. When trying to start
the game after loading everything it crashes without entering the world. Using
opengl mode makes impossible to reach the login window, the game crashes before!
This problem appears when trying to launch the game also with wine 0.9.25. I
installed both 0.9.25 and 0.9.26 from ubuntu package.
These are the errors:
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
Mesa 6.5.1 implementation error: User called no-op dispatch function (an
unsupported extension function?)
Please report at bugzilla.freedesktop.org
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26852)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26828)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26820)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26812)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26796)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26788)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26788)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26780)
fixme:win:EnumDisplayDevicesW ((null),0,0x34e4f8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x34e550,0x00000000), stub!
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=7036 <
primary_done=15228)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6996 <
primary_done=15188)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6988 <
primary_done=15180)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6988 <
primary_done=15180)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6980 <
primary_done=15172)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6972 <
primary_done=15164)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6964 <
primary_done=15156)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6956 <
primary_done=15148)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6948 <
primary_done=15140)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6940 <
primary_done=15132)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6940 <
primary_done=15132)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6932 <
primary_done=15124)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6924 <
primary_done=15116)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6916 <
primary_done=15108)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6908 <
primary_done=15100)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6900 <
primary_done=15092)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6892 <
primary_done=15084)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6892 <
primary_done=15084)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6884 <
primary_done=15076)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6876 <
primary_done=15068)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6876 <
primary_done=15068)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6868 <
primary_done=15060)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6860 <
primary_done=15052)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6852 <
primary_done=15044)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6844 <
primary_done=15036)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6836 <
primary_done=15028)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6828 <
primary_done=15020)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6820 <
primary_done=15012)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6812 <
primary_done=15004)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6804 <
primary_done=14996)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=6804 <
primary_done=14996)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=10468 <
primary_done=14564)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x216b08
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=9564 <
primary_done=11816)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=9540 <
primary_done=11792)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26852)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26828)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26820)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26812)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26804)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26796)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26788)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26780)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26772)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26764)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26756)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26756)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26756)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26748)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26740)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26732)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26724)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26716)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26708)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26700)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26692)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26692)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=26684)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=25556)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=23428)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28408)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28376)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28368)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28360)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28352)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=16384 <
primary_done=28352)
fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x197f38) Unhandled query type 9
fixme:d3d:IWineD3DDeviceImpl_CreateQuery (0x197f38) Unhandled query type 9
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2398
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pdahorek(a)seznam.cz
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-12 08:47 -------
*** Bug 6817 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6817
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-12 08:47 -------
Another case of openGL in child windows.
*** This bug has been marked as a duplicate of 2398 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6818
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Component|wine-gui |wine-comctl32
------- Additional Comments From vitaliy(a)kievinfo.com 2006-02-12 08:43 -------
Probably somehow using the wrong image index. Or images shifted in our imagelist.
Can you please do regression testing? To narrow it down you can test only
dlls/comctl32
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6818
Summary: 40tude Dialog: plus sign looks wrong
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juraj5(a)gmail.com
This is a regression from 0.9.25 to 0.9.26. The plus sign which is used for
expanding threads in 40tude Dialog look wrong, but the minus ones are okay. I'm
using Ubuntu Dapper 6.06 on i386 PC, fully updated. In 0.9.24 and 0.9.25 that
particular bug was not present.
I'll upload a screenshot of the issue on 0.9.26 and how it should look (0.9.24).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6817
Summary: Menus in Anim8or dissapears, they appear only for a
while when I change windowŽs size
Product: Wine
Version: 0.9.26.
Platform: PC
URL: http://anim8or.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pdahorek(a)seznam.cz
It looks in Windows good, with menus. But in linux(SlackWare and Slax) using the
newest version of Wine some menus and bars growing black. They appear when I
change size of windows(redraw it) or something like that. 3D acceleration and
all other functions work well. You can find this program on page
http://anim8or.com. Thank you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5972
brebs(a)sent.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |brebs(a)sent.com
--
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=6099
------- Additional Comments From eric.pouech(a)wanadoo.fr 2006-02-12 03:58 -------
for Zuma: (native) MapAndLoad seems to map somehow the unitialized parts of the
image, which is not what we're currently do (but the algorithm isn't that clear)
I'd suggest closing this bug and opening a new one for Zuma.
--
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=6816
------- Additional Comments From jroth(a)hughesxerographic.com 2006-01-12 15:33 -------
The program is for Xerox employees only. I only have a CD version of it. But it
is GSN 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=6078
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-01-12 14:32 -------
Could someone help me out with this: from MSDN i read:
UINT_PTR SHAppBarMessage(DWORD dwMessage,PAPPBARDATA pData);
Parameters: dwMessage
This parameter can be one of the following values:
ABM_NEW: Registers a new appbar and specifies the message identifier that the
system should use to send notification messages to the appbar.
Furthermore there is on msdn for the APPBARDATA Structure:
Member uCallbackMessage:
Application-defined message identifier. The application uses the specified
identifier for notification messages that it sends to the appbar identified by
the hWnd member. This member is used when sending the ABM_NEW message.
Now in wine i see this implementation:
case ABM_NEW:
/* cbSize, hWnd, and uCallbackMessage are used. All other ignored */
SetWindowPos(data->hWnd,HWND_TOP,0,0,0,0,SWP_SHOWWINDOW|SWP_NOMOVE|SWP_NOSIZE);
return TRUE;
And that's it. I don't understand how this corresponds to the above description
on MSDN, but maybe i'm too noobish. Could someone explain?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6814
------- Additional Comments From thestig(a)google.com 2006-01-12 13:25 -------
I can reproduce the bug on wine 0.9.24.
On windows, the test program returns: 31, 31, 32.
Ya sure, I'll add a test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6814
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thestig(a)google.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From truiken(a)gmail.com 2006-01-12 13:20 -------
Lei, can you add this test to the Wine test suite please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6816
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
------- Additional Comments From thestig(a)google.com 2006-01-12 12:17 -------
Can you tell us what "xerox application" you are referring to? Is there a link
to its website where we can download 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=6815
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-01-12 12:09 -------
That is intended behavior. Wine has "preloader" that allocates all the memory
Wine might need for itself. This is in a way to guarantee that all OS libraries
will be loaded into 3rd GB.
Because all Windows programs are not movable Wine needs to have first 2GB of
address space to itself. Also there are few system structures that have to be
allocated at exact address. Also some of Wine "dlls" needs to reside at the same
place, that is close to Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3075
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
Summary|Civ III Setup.exe fails with|Civ III Setup.exe (and
|Error installing |others) fails with Error
|iKernel.exe: (0x1400) |installing iKernel.exe:
| |(0x1400)
------- Additional Comments From tony.lambregts(a)gmail.com 2006-01-12 12:05 -------
Looking at this bug report and comments from the application database this
problem is not 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=4863
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-01-12 11:46 -------
Reported fixed in git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6816
Summary: When I am trying to install a Xerox application, I get
an error that won't let me install
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jroth(a)hughesxerographic.com
I need to get this fixed ASAP as this program uses Windows ONLY to run. I would
like to use Linux because my Windows2k is so slow after installing Ubuntu...
The error I get is:
Invalid directory specified in Launch Application Diretory entry in setup
information file, exiting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6815
Summary: Wine wants to allocate all the memory
Product: Wine
Version: 0.9.22.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukas(a)ksp.sk
I have this line in /etc/security/limits.conf:
"@users hard as 600000"
Every user can allocate only 600MB of memory (of about 1GB). With this option
set, wine exits with:
"wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: failed to map segment
from shared object: Cannot allocate memory"
When I delete the line from /etc/security/limits.conf or set the limit to
higher value, everything works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4863
------- Additional Comments From sebern(a)web.de 2006-01-12 09:58 -------
Just check the current GIT and it's working now, icons are colored again.
There was a change in dib.c (see below GIT vs 0.9.26) which did the trick. I
apply the patch to 0.9.26 source, compile it and copy wineX11.drv.co into the
0.9.26 installation.
With upcoming 0.9.27 the problem should be solved.
--- dib.c 2006-11-24 17:18:04.000000000 +0100
+++ dlls-winex11.drv-dib.c 2006-12-01 16:34:22.000000000 +0100
@@ -312,7 +312,7 @@ static int *X11DRV_DIB_GenColorMap( X11D
}
else
for (i = start; i < end; i++, rgb++)
- colorMapping[i] = X11DRV_PALETTE_ToPhysical( physDev,
RGB(rgb->rgbRed,
+ colorMapping[i] = X11DRV_PALETTE_ToPhysical( NULL,
RGB(rgb->rgbRed,
rgb->rgbGreen,
rgb->rgbBlue));
}
@@ -336,7 +336,7 @@ static int *X11DRV_DIB_GenColorMap( X11D
}
else
for (i = start; i < end; i++, rgb++)
- colorMapping[i] = X11DRV_PALETTE_ToPhysical( physDev,
RGB(rgb->rgbtRed,
+ colorMapping[i] = X11DRV_PALETTE_ToPhysical( NULL,
RGB(rgb->rgbtRed,
rgb->rgbtGreen,
rgb->rgbtBlue));
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6078
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-shell32
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-01-12 06:58 -------
That second bug i mentioned in the comment above is a bug in shell32. The
following hack makes icq's login window come up fine, and it's usable (as i
don't have account i couldn't test further). So for now there are two bugs in
urlmon and shell32.
Hack:
diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c
index 0c0c3b8..45c0ac7 100644
--- a/dlls/shell32/shell32_main.c
+++ b/dlls/shell32/shell32_main.c
@@ -865,7 +865,7 @@ UINT WINAPI SHAppBarMessage(DWORD msg, P
return TRUE;
case ABM_NEW:
/* cbSize, hWnd, and uCallbackMessage are used. All other ignored */
-
SetWindowPos(data->hWnd,HWND_TOP,0,0,0,0,SWP_SHOWWINDOW|SWP_NOMOVE|SWP_NOSIZE);
+
//SetWindowPos(data->hWnd,HWND_TOP,0,0,0,0,SWP_SHOWWINDOW|SWP_NOMOVE|SWP_NOSIZE);
return TRUE;
case ABM_QUERYPOS:
GetWindowRect(data->hWnd, &(data->rc));
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6814
------- Additional Comments From sulio(a)vt.demosten.com 2006-01-12 04:37 -------
I'm using Wine 0.9.22 on Kubuntu 6.10
I've checked that selecting text using
logCtrl->SetSel(len, len);
(see my previous code)
also crash WINE.
I believe in any case (even with invalid data) WINE shound't crash, just ignore
the call as Windows 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=6814
Summary: Selecting text with EM_EXSETSEL and RICHEDIT
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sulio(a)vt.demosten.com
I often use EM_EXSETSEL to select the end of the text and then replace the
selection in order to achieve clear text appending. Here is my code (MFC but I
believe the idea is clear):
int len = logCtrl->GetWindowTextLength();
logCtrl->SetSel(len, -1); // here comes the problem WINE crash
logCtrl->ReplaceSel(text);
The control is RICHEDIT and WINE gives me:
run.c:193: ME_RunOfsFromCharOfs: Assertion `nCharOfs >= nParaOfs' failed.
wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger...
According to MSDN:
The CHARRANGE structure specifies a range of characters in a rich edit control.
This structure is used with the EM_EXGETSEL and EM_EXSETSEL messages.
If the cpMin and cpMax members are equal, the range is empty. The range includes
everything if cpMin is 0 and cpMax is —1.
They don't say -1 is always "the end" but that's how MS code works.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6813
------- Additional Comments From mike(a)codeweavers.com 2006-01-12 00:32 -------
It will make this problem easier for somebody to solve if you could provide a
test case or a program that displays the problem. It's unlikely somebody will
spend the time to work on your problem if they cannot easily reproduce 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=6813
Summary: RichEdit:Performance issue in opening large files
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renu.rajput(a)gmail.com
There is a performance issue in CRichEditCtrl under Wine. The application
reads data from a *.dat file and displays it in the CRichEdit editor. When I
try to open large data files, it takes a lot of time(around 4-5 minutes) to
open the 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=6812
Summary: opengl in qt window does not display
Product: Wine
Version: 0.9.26.
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreasplesch(a)netscape.net
I want to run a large, commercial, qt-based 3d app (gocad, earthdecision.com)
under wine. It starts up fine and display its main window with menus and
toolbars. However, the 3d viewing area is never updated, no objects are
displayed. The app doesn't crash and everything else seems to work.
Other windowed 3d apps like mview ( http://mview.sourceforge.net/ ) or
fullscreen apps like glview ( http://www.realtech-vr.com/glview/ ) work on my
installation.
I compared +opengl,+d3d,+wgl debug output from mview and gocad (attached). It
appears that gocad wants first a stereo capable display:
trace:wgl:dump_PIXELFORMATDESCRIPTOR - dwFlags : PFD_DOUBLEBUFFER
PFD_DRAW_TO_WINDOW PFD_STEREO PFD_SUPPORT_OPENGL
...
trace:wgl:ConvertPixelFormatWGLtoGLX Number of offscreen formats: 60; returning
index: 2
trace:wgl:X11DRV_ChoosePixelFormat stereo mismatch
trace:wgl:X11DRV_ChoosePixelFormat No matching mode was found returning 0
and then looks for a non stereo display
trace:wgl:dump_PIXELFORMATDESCRIPTOR - dwFlags : PFD_DOUBLEBUFFER
PFD_DRAW_TO_WINDOW PFD_SUPPORT_OPENGL
However, there is no matching X11DRV_ChoosePixelFormat following that. In any
case the full debug, without the fixme: lines and truncated after it seems to
starts draw things is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6420
nick.andrik(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.22. |0.9.26.
------- Additional Comments From nick.andrik(a)gmail.com 2006-30-11 20:06 -------
>From version 0.9.24 (i think) the problem occurs a bit later (when it actually
connects to the other player).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6796
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-30-11 19:51 -------
Reported 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=6796
------- Additional Comments From andreasplesch(a)netscape.net 2006-30-11 19:47 -------
It turns out that there was a startup dialog hidden behind the main
window. I could finally access it with keyboard shortcuts while in the
virtual desktop.
For me this particular issue is solved. I may file a new bug for the 3d non-view.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6716
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-comctl32
------- Additional Comments From truiken(a)gmail.com 2006-30-11 16:39 -------
Correcting component then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6716
------- Additional Comments From petr.dlouhy(a)email.cz 2006-30-11 16:25 -------
I just tryed IDOS with native comctl32.dll, and everithing worked perfectly. It
means, that the bug is probably in native comctl32 implementation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6805
------- Additional Comments From petr.dlouhy(a)email.cz 2006-30-11 16:19 -------
I just tryed IDOS with native comctl32.dll, and everithing worked perfectly. It
means, that the bug is probably in native comctl32 implementation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6099
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-11 15:28 -------
Here's another application with same error: "Could not MapandLoad" :
http://www.astatix.com/zuma.exe
Unfortunately the patch from comment #6 doesn't fix this one. It crashes with
the patch applied. If necessary i can attach the crash log. The app runs fine
with native imegehlp.dll
--
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=6810
------- Additional Comments From martin(a)gamesplace.info 2006-30-11 15:18 -------
I think that the required resolution is in my xorg.conf, xrandr shows all
resolution of which I ever heard off.
Furthermore, Sacred Demo also crashes in Wine's window mode.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5439
------- Additional Comments From maynoth(a)alltel.net 2006-30-11 13:54 -------
switching to powermode, then windowed mode(instead of tabbed) fixes a lot of
visual bugs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5163
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |a.l.w.kuijper(a)rug.nl
------- Additional Comments From truiken(a)gmail.com 2006-30-11 12:35 -------
*** Bug 6809 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=6809
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-30-11 12:35 -------
Duplicate.
*** This bug has been marked as a duplicate of 5163 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6811
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-x11driver
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6810
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-11 11:49 -------
Please make sure you have required resolutions configured in xorg.conf. To check
run `xrandr`.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6811
Summary: Wine runs only once per X session with Xinerama and
Nvidia drivers
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpievila(a)cc.hut.fi
When running Xinerama with Nvidia drivers, wine runs only once per X session.
Any subsequent attempts will output:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 145 (NV-GLX)
Minor opcode of failed request: 4 ()
Resource id in failed request: 0x20e
Serial number of failed request: 19
Current serial number in output stream: 19
This doesn't seem to require 3d. I've been testing with winecfg and even that
runs only once before I need to restart X.
Also this problem does not occur if I disable the other monitor and run X with a
single head.
Have been testing with multiple wine versions (now running wine-0.9.26 from deb)
and multiple Nvidia driver versions (now running 1.0.8776-2) using Debian unstable.
Also I am not sure on which component to file this bug under. Please change, if
not valid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4561
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-11 11:39 -------
*** Bug 6808 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=6808
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-11 11:39 -------
Oh this is a duplicate.
*** This bug has been marked as a duplicate of 4561 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6808
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|emanuel.quass(a)gmx.de |
Severity|blocker |major
Component|wine-atl |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2006-30-11 11:35 -------
Not a blocker.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6743
jon1jone(a)us.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jon1jone(a)us.ibm.com 2006-30-11 11:26 -------
Thanks Robert! I logged in using my password. I then checked my location
preferences. Server location was listed as SERVER/COMPANY. I changed this to
SERVER.COMPANY.COM and everything works fine. There are some window formatting
issues at the top of the inbox in Notes but it is not a big deal and doesn't
appear to affect functionality.
This bug can be closed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6743
------- Additional Comments From robert.t.lindsay(a)gmail.com 2006-30-11 10:51 -------
I had the same bug - it was due to netbios being used by 7.0.2. If you can
bring up NOTES disconnected (as an island) you can uncheck the LAN0 connection
specification for office or whatever mode you are trying to use. you can then
turn that mode back on using the drop down list on the lower right hand side
of the NOTES window. As long as its TCP/IP it work fine
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-30-11 09:56 -------
Cool, cheers Juan.
Have forwarded the patch, will see how it goes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
------- Additional Comments From juan_lang(a)yahoo.com 2006-30-11 09:26 -------
That's a good point, maybe you shouldn't make that assumption. Go ahead and
forward this to wine-patches; hope it gets in!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6810
Summary: Sacred Demo does not start
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
The Sacred Demo does not start. When starting Sacred.exe, at first the Sacred
loading screen appears. A little bit later, the screen closes and Wine generates
a backtrace which I am going to attach.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6809
Summary: Crashes on Office XP 2002 Pro installation Wine 0.9.26
Product: Wine
Version: 20050930
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.l.w.kuijper(a)rug.nl
Simply started CD install of MS and ran the command Wine SETUPPRO.exe. I went
through the install wizard, entered serial, entered name, choose a standard
setup, acknowledged EULA. Eventually, the Wizard ended and the installation
process started. At this moment, the installer crashed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3711
------- Additional Comments From dump(a)tzib.net 2006-30-11 08:41 -------
same issue with SAFlashplayer.exe (version 7)
if you use wine SAFlashplayer /open animatioN.swf
err:wininet:HTTP_HttpOpenRequestW Unable to escape string!(L"/open
animation.swf") (-2147467261)
wine: Unhandled page fault on write access to 0x00000008 at address 0x7e8b6976
(thread 0013), starting debugger...
Modules:
Cannot get info on module while no process is loaded
Threads:
process tid prio (all id:s are in hex)
00000010
00000012 0
00000011 0
0000000e (D) (null)
00000013 0
0000000f 0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
------- Additional Comments From charles(a)diagnos.co.uk 2006-30-11 06:02 -------
Hi Juan,
can you assume that memcmp always returns either -1, 0 or +1 ? The
documentation just states what the sign of the returned value will be, though
you're right that the glibc version seems to always returns these values.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6559
------- Additional Comments From petr.dlouhy(a)email.cz 2006-30-11 05:00 -------
Which font? It means, that every wine font?
Try to remove your ~/.wine and execute winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6250
------- Additional Comments From nospam(a)thenerdshow.com 2006-30-11 04:36 -------
Those of you who would be happy with any kind of cursor at all will be happy to
know that you can force wine to use the standard X11 cursor with a simple hack.
This prevents wine from hiding the cursor.
Once the real solution is in place, you will no longer need this cheap hack.
diff --git a/dlls/winex11.drv/mouse.c b/dlls/winex11.drv/mouse.c
index 5ac714c..07cb0b1 100644
--- a/dlls/winex11.drv/mouse.c
+++ b/dlls/winex11.drv/mouse.c
@@ -642,6 +642,8 @@ static Cursor create_cursor( Display *di
*/
void X11DRV_SetCursor( CURSORICONINFO *lpCursor )
{
+ if (!lpCursor) return; /* Hack: prevent cursor from ever going away (Dark Age
of Camelot) */
+ /* Somebody come up with a better solution, please. */
Cursor cursor;
if (root_window != DefaultRootWindow(gdi_display))
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6797
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-30-11 03:02 -------
As mentioned before the first bug is in shlwapi and is a regession. It's caused
by: http://www.winehq.org/pipermail/wine-cvs/2006-July/024857.html
Steps to check: just simply revert the patch above, and run the application with
native urlmon only: it comes up fine now. I'll attach a +shell log hereafter
made with the reverted patch. Added author of patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6806
------- Additional Comments From maynoth(a)alltel.net 2006-30-11 02:11 -------
thanks again for looking into this... do you know what is causing the crash?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6806
maynoth(a)alltel.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4231|script output |relay script output
description| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6808
Summary: winecfg crashes when Display is on a ATI-fglrx
controlled graphic card
Product: Wine
Version: 0.9.26.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuel.quass(a)gmx.de
CC: emanuel.quass(a)gmx.de
I have wine 0.9.26 on a HP nw8240 Laptop running suse-10 with all patches and
the ati-fglrx closed source module version 8.31.5.
If I start winecfg (same with notepad) it crashes (DISPLAY 0)
If I start winecfg (same with notepad)and set the DISPLAY to a remote computer
using ssh ( wich is not having an ATI-Card) wine is running fine!
I tried all versions from 0.9.15 to 0.9.25 downloaded from winehq.org none of
them worked. running winecfg always ended with a crash.
Last Version I tried was 0.9.26 but it was compiled by me.
Kernel-Version is from SuSE:
Linux version 2.6.13-15.12-smp (geeko@buildhost) (gcc version 4.0.2 20050901
(prerelease) (SUSE Linux)) #1 SMP Thu Aug 24 11:23:58 UTC 2006
If you need furter information, please let me know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4561
emanuel.quass(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emanuel.quass(a)gmx.de
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6761
------- Additional Comments From cheaterjs(a)gmx.de 2006-30-11 00:16 -------
Workaround for chemsketch crash: Disable builtin msxml.dll in winecfg.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6807
Summary: Sunbird crashes on first run
Product: Wine
Version: 0.9.26.
Platform: All
URL: http://appdb.winehq.org/appview.php?iVersionId=6183
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)codeweavers.com
Sunbird crashes the very first time your run it. You can make it happen again
by deleting
~/.wine/drive_c/windows/profiles/`id -nu`/Application\ Data/Mozilla
The crash appears to be a corruption of Xlib's memory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6613
------- Additional Comments From mike(a)codeweavers.com 2006-29-11 21:24 -------
Alexandre discovered that the installer wants . and .. to be returned as the
first two entries from FindFirstFile.
Using ext3 directory hashing (tune2fs -O dir_index) make dirents() return . and
.. in a different order, thus trouble. A workaround would be to turn off ext3
directory hashing.
Thanks to those that helped triage 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=6806
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-atl |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 19:24 -------
Run your program and attach /tmp/relay.txt to this bug report.
WINEDEBUG=+tid,+seh,+relay wine Shareaza.exe &> /tmp/relay.log && grep -A 20 -B
300 "seh:" /tmp/relay.log > /tmp/relay.txt
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6806
Summary: Shareaza 2.3.0.0 Installs but crashes when loading
Product: Wine
Version: 0.9.26.
Platform: PC
URL: http://www.shareaza.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maynoth(a)alltel.net
Shareaza 2.2.1.0 installs and works fine (assuming IE 6.0 is installed)
Shareaza 2.2.3.0 installs but crashes when trying to load it.
I am not sure what the cause is but I have included terminal output of the crash
here:
http://forums.shareaza.com/showthread.php?s=&threadid=51340
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6780
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-29-11 18:59 -------
Invalid then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6647
imaxfun(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From imaxfun(a)gmail.com 2006-29-11 18:45 -------
The latest conformance test runs perfectly with Wine 0.9.26. So, this bug seems
to have been fixed.
I change this to fixed now. If need arises, it can be reopened then.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6780
------- Additional Comments From imaxfun(a)gmail.com 2006-29-11 18:40 -------
I didn't use the GIT version but the one from SourceForge. I did try to install
the latest GIT, but I think it didn't work as expected and I didn't have time to
fight with it. It is a possible cause, but I really cannot tell.
Now I upgraded normally to 0.9.26 through Synaptic, and everything works
perfect, however.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6592
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|M$ Streets and Trips 2003 |MS Streets and Trips 2003
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6761
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 17:22 -------
Jan, please open separate bugs for separate problems! Do not pile more and more
problem into the same bug report. For now you have:
1. Chemsketch crashes (this bug, related to unimplemented functionality in msxml)
2. Icons are black (try with wine-0.9.26. open separate bug if problem still there)
3. Formulas are not displayed properly (missing MS core fonts - not even a bug)
Anything else I missed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6734
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6639
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6592
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3335
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-ole
Summary|iTunes does not install |iTunes6 does not install
------- Additional Comments From truiken(a)gmail.com 2006-29-11 16:23 -------
I'm making this bug report about the iTunes 6 installer. Another bug needs to
be opened for iTunes 7. The endless looping when installing quicktime bug has
been fixed by Mike, and another patch I sent in recently gets the installer even
further. This is now a bug in ole:
err:ntdll:RtlpWaitForCriticalSection section 0x7e5c2880 "rpc_server.c:
server_cs" wait timed out in thread 0026, blocked by 0023, retrying (60 sec)
err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr 0x7bc2efe0
err:rpc:RPCRT4_OpenBinding receive failed
err:ole:ifproxy_get_public_ref IRemUnknown_RemAddRef returned with 0x800706c0,
hrref = 0x00000000
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800706c0
err:ole:CoGetClassObject no class object {4f5e3a76-f453-4882-ab42-7224f3310de7}
could be created for context 0x4
err:ole:xCall RpcChannelBuffer SendReceive failed, 800706c0
err:ole:ifproxy_release_public_refs IRemUnknown_RemRelease failed with error
0x800706c0
GUID {4F5E3A76-F453-4882-AB42-7224F3310DE7} is:
InstallShield InstallDriver
ISInstallDriver.InstallDriver.11
--
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=6805
------- Additional Comments From petr.dlouhy(a)email.cz 2006-29-11 16:22 -------
It seems, that all three crashes are caused by same bug, because in all three
cases crash on same unhandled page fault on the same address:
wine: Unhandled page fault on read access to 0x0000001c at address 0x41c576
(thread 001e), starting debugger...
I tried to find out more about the bug. It seems, that is caused by too deep
recursion of SendMessage calls in application. I think this, because
retval=0000000 in the last SendMessage is caused by this (I tried to put debug
messages to code of user32/message.c/call_window_proc function)
0009:Call user32.SendMessageA(00010092,0000101f,00000000,00000000) ret=004564ca
0009:Ret user32.SendMessageA() retval=00000000 ret=004564ca
I think, that the application is doing the code of List-View component, when
bug occurs.
I don't know, how to find out, why is this recursion called so deep (probably
infinitely).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6805
Summary: IDOS crash on unhandled page fault, when is executed in
managed mode
Product: Wine
Version: CVS
Platform: PC
URL: http://www.chaps.cz
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
IDOS, version 1.17 crash, when is executed in window manager controled mode.
It also crash, when is executed when it was previously closed as maximalized
(value is saved in registry), or when some buttons from the upper bar are
pressed (see picture at http://appdb.winehq.org/appview.php?iVersionId=6328).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6804
Summary: can't use ohe free
Product: Wine
Version: 0.9.26.
Platform: PC
URL: http://www.mon-ohe.com/Logiciel/TelechargerFree.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: humufr(a)yahoo.fr
Hi,
the installation of ohe free is working (after I had some dll) but the
software can't start. I would like to put this software on my wife's desktop.
She is trying to use linux and this is one software she missed since.
Thanks for wine,
N.
this is the error message I obtain in the console:
fixme:ole:CoRegisterMessageFilter message filter has been registered, but will
not be used
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not
registered
err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not
registered
err:ole:CoGetClassObject no class object
{2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for context 0x3
err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not
registered
err:ole:CoGetClassObject no class object
{c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object
{00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
err:ole:CoGetClassObject class {00000514-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:create_server class {00000514-0000-0010-8000-00aa006d2ea4} not
registered
err:ole:CoGetClassObject no class object
{00000514-0000-0010-8000-00aa006d2ea4} could be created for context 0x5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5605
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 15:42 -------
Installs fine for me now with curent git. Also ratDVD an BYOND installers work
fine now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6424
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 15:27 -------
Installs fine now with current git. So looks like someone fixed it. nice
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6761
------- Additional Comments From jan.sekal(a)gmail.com 2006-29-11 15:01 -------
Hi,
after installing MS office truetype fonts i found out, that chemsketch is usable
for formulas creating. One menu does not work (acd/labs) and one button bar as well.
I documented it with one screenshot, i hope i will succeed in attaching it 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=6794
------- Additional Comments From juan_lang(a)yahoo.com 2006-29-11 14:48 -------
The hack certainly isn't correct; 0 is NIM_ADD, used to add icons to the system
tray. I'm not sure why it's expected to fail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6795
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.skype.com |http://download.skype.com/Sk
| |ypeSetup-Beta.exe
Severity|major |normal
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-shdocvw
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 14:17 -------
Confirming. Looks like a bug in shdocvw. Starts fine for me using native shdocvw
and shlwapi.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6766
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-29-11 14:05 -------
| If I press the reset power button on the case, the system reboots, but doesn't
| get beyond POST again. Only after the second time of pressing the reset button
| my system boots up properly.
Michael, I agree with folk on Wine having no way to control the POST process and
such. I'd blame overheated CPU, malfunctioning ATX power supply or at least RAM
bit rotting...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6794
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.skype.com |http://download.skype.com/Sk
| |ypeSetup-Beta.exe
Severity|major |normal
Status|UNCONFIRMED |NEW
Component|wine-binary |wine-shell32
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 13:55 -------
added direct downloadlink
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6794
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 13:52 -------
Created an attachment (id=4226)
--> (http://bugs.winehq.org/attachment.cgi?id=4226&action=view)
+relay,+seh log, last 100 lines
I can confirm the bug. The following hack "fixes" the bug:
diff --git a/dlls/shell32/systray.c b/dlls/shell32/systray.c
index 119f17f..488367f 100644
--- a/dlls/shell32/systray.c
+++ b/dlls/shell32/systray.c
@@ -81,7 +81,7 @@ BOOL WINAPI Shell_NotifyIconW(DWORD dwMe
COPYDATASTRUCT cds;
TRACE("dwMessage = %d\n", dwMessage);
-
+if(!dwMessage) return FALSE;
tray = FindWindowExW(0, NULL, classname, NULL);
if (!tray) return FALSE;
I'm not familiar with the code , so dunno if it's correct. At least it shows
that it's likely a bug in Shell_NotifyIconW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5351
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johan.martenson(a)gmail.com
------- Additional Comments From truiken(a)gmail.com 2006-29-11 13:49 -------
*** Bug 6803 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=6803
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-msi |wine-misc
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-29-11 13:49 -------
Duplicate...and it's not msi.
*** This bug has been marked as a duplicate of 5351 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6803
Summary: Windows PowerShell 1.0 won't install
Product: Wine
Version: 0.9.26.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.martenson(a)gmail.com
The PowerShell can be downloaded from this horribly long URL:
http://www.microsoft.com/windowsserver2003/technologies/management/powershe…
The installer starts and immediately shows an error dialog: "Unable to find a
volume for file extraction. Please verify that you have proper permissions."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6802
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |normal
Status|UNCONFIRMED |RESOLVED
Component|website-bugs |wine-misc
Priority|P1 |P2
Product|WineHQ Apps Database |Wine
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 13:29 -------
Not website bug. Please don't use references to other sites. Write bug
description here. Don't paste any debug logs, attach them instead. Please read
the terminal output yourself first and follow the instructions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3477
martin(a)gamesplace.info changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin(a)gamesplace.info
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6802
Summary: Can't start World of Warcraft
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://pastebin.com/835562
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spam(a)ramvi.no
Using the newest wine version, I can't start World of Warcraft (newest version).
See URL for card, driver and wine-report.
ramvi@ramvi:~$ wine --version
wine-0.9.26
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1410
------- Additional Comments From rethnor(a)gmail.com 2006-29-11 12:22 -------
I noticed somethign when I was playing everquest, well attempting to. This,
Everquest has this jittery mouse won't move from center bug as well. However if
you loadup everquest and go under options a new screen opens up, this appears to
be an external application from the game it's self. When this window is open and
has focus the cursor can move around the window just fine, but when the cursor
strays from that window it is forced into the center of the screen. This makes
me believe the problem with this but is that the main window size is registered
as 0x0 pixels, so any mouse movement causes it to center.
I know this is pretty layman way to put it, I'm not familiar with debugging
wine, but I'm about to learn some.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6700
nick.andrik(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.25. |0.9.26.
------- Additional Comments From nick.andrik(a)gmail.com 2006-29-11 11:50 -------
I don't know if it helps but the program stops using the cpu when minimized but
not when is hidden before other windows
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4850
jbdubbs(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jbdubbs(a)gmail.com 2006-29-11 11:37 -------
Fixed 0.9.26
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6795
------- Additional Comments From jbdubbs(a)gmail.com 2006-29-11 11:28 -------
Different error:
OLE Error 80040152
Console output:
err:ole:get_inproc_class_object couldn't load in-process dll L"shdocvw.dll"
err:ole:create_server class {8856f961-340a-11d0-a96b-00c04fd705a2} not registered
err:ole:CoGetClassObject no class object {8856f961-340a-11d0-a96b-00c04fd705a2}
could be created for context 0x5
fixme:win:FlashWindowEx 0x33f03c
fixme:win:FlashWindowEx 0x33f03c
fixme:winmm:MMDRV_Exit Closing while ll-driver open
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Same error occurs if I disable the libraries altogether. I've placed them in
.wine/drive_c/windows/system and chmod 777 just in case.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
------- Additional Comments From juan_lang(a)yahoo.com 2006-29-11 11:27 -------
Hi Charles, that's definitely an improvement, and I think it might fly. You can
shorten the code by observing that the return value from memcmp + 1 is the
correct return value in most cases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6679
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 11:04 -------
"native" here means "from windows". "builtin" means "Wine's own".
What you listed _is_ native dll. And please read user manual. Having Wine's
"fake c:" in a publicly accessible place is wrong.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6801
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |minor
Summary|gpstrack help f1 displays |gpstrack help windows are
|empty windows |empty
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 10:45 -------
You can read help online or with other tools this can not be a blocker.
Please don't paste any logs as comments, attach them instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6799
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Component|wine-misc |wine-ole
------- Additional Comments From vitaliy(a)kievinfo.com 2006-29-11 10:41 -------
Please don't touch Severity. Blocker means "Wine doesn't even compile".
Please don't paste logs, attach them instead.
Try native dcom98. It seems your program using OLEPicture that is not well
implemented in Wine yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6547
chriswhite(a)gentoo.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chriswhite(a)gentoo.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6547
------- Additional Comments From chriswhite(a)gentoo.org 2006-29-11 09:39 -------
I got this in a wine-git I pulled on November 26th. Seems to be isolated to
Japanese IM's as stated before. Setting XMODIFIERS to an empty value (export
XMODIFIERS="") appears to temporarily fix this for applications.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6743
------- Additional Comments From jon1jone(a)us.ibm.com 2006-29-11 09:27 -------
Created an attachment (id=4223)
--> (http://bugs.winehq.org/attachment.cgi?id=4223&action=view)
winedbg bt all output from nlnotes.exe with all dependencies and wine 0.9.26
from source
After additional research, I thought it might be a dependency problem. I
removed the previous wine package and directory, installed all the wine
dependcies, and installed 0.9.26 from source. Notes installed fine but once I
exited I could not access Notes again. I have attached the latest backtrace
capture. Another interesting problem is that usually I can kill notes with a
^C in the terminal I started it from. This time I had to kill the process
manually.
user@Linux:~$ wine .wine/drive_c/Program\ Files/lotus/notes/nlnotes.exe
libGL warning: 3D driver claims to not support visual 0x4b
libGL warning: 3D driver claims to not support visual 0x4b
fixme:ole:CoRegisterMessageFilter message filter has been registered, but will
not be used
libGL warning: 3D driver claims to not support visual 0x4b
11/29/2006 10:03:41 AM Created new log file as C:\Program
Files\lotus\notes\data\log.nsf
11/29/2006 10:03:41 AM Lotus Notes client started
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
fixme:process:IsWow64Process (0xffffffff 0x33a5e4) stub!
libGL warning: 3D driver claims to not support visual 0x4b
fixme:process:IsWow64Process (0xffffffff 0x34cd14) stub!
fixme:process:IsWow64Process (0xffffffff 0x33d16c) stub!
err:win:DefWindowProcW called for other process window 0x10020
err:win:DefWindowProcW called for other process window 0x10020
err:win:DefWindowProcW called for other process window 0x10020
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2700
mark(a)zoofaeth.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mark(a)zoofaeth.de
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6791
------- Additional Comments From geisj(a)pagestation.com 2006-29-11 07:45 -------
After doing the following commands:
yum install glibc.i386
yum install glibc-devel.i386
I was able to start the compile with:
export CC="gcc -m32"
./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --with-x
make
However now I am getting this error:
----------------------
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x24): In function
`gluNewNurbsRenderer':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x41): In function
`gluNewNurbsRenderer':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x91): In function
`gluDeleteNurbsRenderer':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.text+0x103): In function
`gluDeleteNurbsTessellatorEXT':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glinterface.o)(.eh_frame+0x12): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(glrenderer.o)(.gnu.linkonce.r._ZTI8GLUnurbs+0x0):
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/X11R6/lib/libGLU.a(glrenderer.o)(.eh_frame+0x12): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0xd7): In function
`OpenGLSurfaceEvaluator::OpenGLSurfaceEvaluator()':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x247): In function
`OpenGLSurfaceEvaluator::OpenGLSurfaceEvaluator()':
: undefined reference to `operator new(unsigned int)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x3d2): In function
`OpenGLSurfaceEvaluator::~OpenGLSurfaceEvaluator()':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.text+0x40e): In function
`OpenGLSurfaceEvaluator::~OpenGLSurfaceEvaluator()':
: undefined reference to `operator delete(void*)'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.gnu.linkonce.r._ZTI22OpenGLSurfaceEvaluator+0x0):
undefined reference to `vtable for __cxxabiv1::__si_class_type_info'
/usr/X11R6/lib/libGLU.a(glsurfeval.o)(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
/usr/X11R6/lib/libGLU.a(insurfeval.o)(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
-----------------------------
What is missing now?
THanks
Jerry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3909
------- Additional Comments From rob(a)codeweavers.com 2006-29-11 07:22 -------
Like Dan said, try using builtin ole dlls (or remove ~/.wine and don't install
DCOM). I don't really want to work around bugs in Microsoft's DLLs when we
should have perfectly good replacements that don't have these bugs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6764
------- Additional Comments From rob(a)codeweavers.com 2006-29-11 07:18 -------
We don't support marshaling of IRunningObjectTable yet. This depends on having
autogenerated proxy/stub.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6744
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-files
--
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=6741
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-msxml
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6797
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-29-11 06:16 -------
i forgot to mention: this is partly a regression: in wine-0.9.17 you only need
to override urlmon. I'll see if i time to do regression test to track down the
regression in shlwapi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6801
Summary: gpstrack help f1 displays empty windows
Product: Wine
Version: 0.9.25.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
MANDRIVA 2007
Gpstrack 2006 at http://www.gpstrack.com/
when i click on ?/help F1
a window opens with buttons: previous, next, print but an empty index and
nothing displayed in the right window.
Gecko engine has been installed at the first use of the help
when i close the help window
i have or not an error message window:
unable to html help or the topic you requested does not exist
*****************************************************************************
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:htmlhelp:HtmlHelpW Not all HH cases handled correctly
fixme:ole:OleCreate
{8856f961-340a-11d0-a96b-00c04fd705a2}
{00000112-0000-0000-c000-000000000046} semi-stub!
fixme:shdocvw:PersistStorage_InitNew (0x2e32278)->(0x7cf09dd8)
fixme:shdocvw:WebBrowser_QueryInterface
(0x2e32278)->({0000011e-0000-0000-c000-000000000046} 0x34f280) interface not
supported
fixme:shdocvw:OleObject_SetHostNames (0x2e32278)->(L"Host Name", (null))
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not
registered
err:ole:CoGetClassObject no class object
{4955dd33-b159-11d0-8fcf-00aa006bcc59} could be created for context 0x1
fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x2e32314)->((null) 1 0x34f00c
(nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x2e32314)->((null) 25 2 0x34f020
(nil))
fixme:shdocvw:ClOleCommandTarget_Exec (0x2e32314)->((null) 26 2 0x34f020
(nil))
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-709
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef78 0x34efc0 (nil)
0x34ef88)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5512
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef48 0x34ef88 (nil)
0x34ef58)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5501
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef78 0x34efc0 (nil)
0x34ef88)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5512
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef48 0x34ef88 (nil)
0x34ef58)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5502
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef78 0x34efc0 (nil)
0x34ef88)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5513
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef78 0x34efc0 (nil)
0x34ef88)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-726
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34ef78 0x34efc0 (nil)
0x34ef88)
fixme:shdocvw:ClientSite_GetContainer (0x2e32314)->(0x34f050)
fixme:shdocvw:ClOleCommandTarget_Exec
(0x2e32314)->({000214d1-0000-0000-c000-000000000046} 37 0 0x34f170 (nil))
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5502
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34f038 0x34f160 (nil)
0x34f048)
fixme:shdocvw:ClDispatch_Invoke (0x2e32314)->(-5501
{00000000-0000-0000-0000-000000000000} 2048 0002 0x34f038 0x34f150 (nil)
0x34f048)
fixme:shdocvw:HttpNegotiate_BeginningTransaction (0x2e32778)->(L"" L"" 0
0x34f184)
fixme:shdocvw:BindStatusCallback_GetBindInfo (0x2e32778)->(0x34f188 0x34f0ac)
fixme:mshtml:nsChannel_GetName default action not implemented
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
fixme:mshtml:BSCServiceProvider_QueryService
(0x2ffcea8)->({79eac9e4-baf9-11ce-8c82-00aa004ba90b}
{79eac9e4-baf9-11ce-8c82-00aa004ba90b} 0x2ffe128)
fixme:shdocvw:ClOleCommandTarget_Exec (0x2e32314)->((null) 29 2 0x34f1f0
(nil))
fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x2e32314)
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
then iclose the help window
fixme:shdocvw:OleObject_Close (0x2e32278)->(1)
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
fixme:ole:OLEPictureImpl_Render type 0 not implemented
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6236
------- Additional Comments From ravinderonline(a)yahoo.com 2006-29-11 05:26 -------
Created an attachment (id=4222)
--> (http://bugs.winehq.org/attachment.cgi?id=4222&action=view)
Font issue faced in RHEL 3 (7), not in RHEL 4
I am facing a font problem with RHEL3 update7. I have installed wine 0.9.23
from rpm. In case of RHEL4 fonts are being used from /usr/share/wine/fonts/
that are already packaged with rpm. But in case of RHEL3 this folder isnt being
used. Although i have added the entry in config file and used ttmkfdir for
creating the .scale and .dir files. When i put the tahoma.ttf like font in
either /usr/share/wine/fonts or .wine/drive_c/windows/fonts/ it start behaving
normally.
On the other side incase of RHEL4 sserife.fon available under
/usr/share/wine/fonts is responsible for my application to look properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6799
epistemepromeneur(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |blocker
------- Additional Comments From epistemepromeneur(a)free.fr 2006-29-11 05:19 -------
the uri of my scanner:
hpaio:/usb/HP_Laserjet_1220?serial=00CNCK053755
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6679
------- Additional Comments From dfelinto(a)gmail.com 2006-29-11 04:35 -------
Vitaly, you don't understand (sorry my english, maybe that is the cause).
I remove the native dll from system32 folder, and override with the original
msvcrt.dll.
When I "ls -l /usr/local/wine/windows/system32/msvcrt":
-rw-r--r-- 1 dfelinto dfelinto 266293 1999-01-04 22:00 msvcrt.dll
Then, if I change the configuration (without overriding any dll) the AUTOCAD
doesn't crash anymore. Please try this, just "say" to wine you are using native
msvcrt.dll, but in fact don't override dll.
Sorry if I'm wrong. Later I will try to uninstall wine, and reinstall, to check
if this is a "native dll cache" 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=6613
------- Additional Comments From dystopianray(a)gmail.com 2006-29-11 04:07 -------
Still hangs here on 32-bit and 64-bit Gentoo systems:
gcc 4.1.1 (Gentoo 4.1.1-r1)
2.6.18-gentoo-r3 #1 PREEMPT
wine 0.9.26
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6515
------- Additional Comments From michael.teske(a)swissrisk.com 2006-29-11 03:53 -------
Yes, the output is while creating a popup window with two parts, one with the
data so far (not editable, but with much data) and one empty editable one where
one can add text.
Somehow it gets the windows wrong. This might be a strange program bug (it
definitely works on native windows!) or maybe some call _returns_ a different
editor than on native windows and this is how the wrong one is used.
Unfortunately the program can not be downloaded (even if it would be, you'd need
a server to properly test it).
If you need me to test anything, I'll do 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=6613
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-29-11 03:52 -------
It hangs for me with:
Ubuntu Edgy/P4 SMP
2.6.17-10-generic #2 SMP
gcc version 4.1.2 20060928
Maybe related to gcc version ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.