http://bugs.winehq.org/show_bug.cgi?id=4414
Summary: Debian -unable to compile Wine if giflib3g-dev is
present
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Debian Sarge machine. After I have installed giflib3g-dev package, I'm no longer
able to compile Wine from sources. When the package is uninstalled, compilation
works again. Tested with Wine 0.9.6, CVS 2006-01-20, CVS 2006-01-01, CVS 2006-08..
Error looks like this:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c
olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function)
olepicture.c:1001: warning: type defaults to `int' in declaration of
`pDGifOpen'olepicture.c: In function `_gif_inputfunc':
olepicture.c:1033: error: structure has no member named `UserData'
olepicture.c: In function `OLEPictureImpl_Load':
olepicture.c:1201: error: called object is not a function
olepicture.c:1231: error: structure has no member named `Function'
make[2]: *** [olepicture.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls'
make: *** [dlls] Error 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=4410
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 03:07 -------
As long as it is not changed in wine you can do it yourself in the registry
(with regedit). HKLM Software\Microsoft\DirectX entry "Version" should contain
"4.09.00.0904" for it to say 9.0c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4384
------- Additional Comments From gotletter(a)gmail.com 2006-25-01 02:55 -------
Renaming Movies dir? Using nocd?
I could not start war3 without both
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:54 -------
Well, I have found that the previous error has been caused by presence of
giflib3g-dev in my Debian Sarge. After removing the package, everything works again.
I'll report this as separate 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=3978
------- Additional Comments From jan.wine(a)zerebecki.de 2006-25-01 02:47 -------
The crash seems to occur in wineoss, did you try to use other audio drivers or
disabled sound?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4369
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 02:24 -------
I suspect that the error has been introduced when I installed giflib3g-dev,
giflib-bin or giftrans library. Probably a whole new issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4412
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2006-25-01 01:35 -------
please mail this patch to wine-patches(a)winehq.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=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:34 -------
Sorry, this has been from script I use for regression testing. Please note that
I'm not a programmer and I don't know the patching parameters, so I needed Your
help anyway :o)
I'll try Your advice. 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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:27 -------
Hi,
this is strange. I get different results depending on compilation procedure.
When I compile the Wine 0.9.6 with standard .configure, make depend, make, make
install, I get compiled Wine, however with bad GIFs.
When compiling by tools/wineinstall, soon the installation stops with this errors:
make[2]: Entering directory `/usr/src/wine-0.9.6/dlls/oleaut32'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_
-DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o olepicture.o olepicture.c
olepicture.c:1001: error: `DGifOpen' undeclared here (not in a function)
olepicture.c:1001: warning: type defaults to `int' in declaration of
`pDGifOpen'olepicture.c: In function `_gif_inputfunc':
olepicture.c:1033: error: structure has no member named `UserData'
olepicture.c: In function `OLEPictureImpl_Load':
olepicture.c:1201: error: called object is not a function
olepicture.c:1231: error: structure has no member named `Function'
make[2]: *** [olepicture.o] Error 1
make[2]: Leaving directory `/usr/src/wine-0.9.6/dlls/oleaut32'
make[1]: *** [oleaut32] Error 2
make[1]: Leaving directory `/usr/src/wine-0.9.6/dlls'
make: *** [dlls] Error 2
I'm going to try older Wine versions which do have the GIF 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=3963
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-25-01 01:23 -------
Wyu do you use -R? That's for reverting patches. I think it should read
patch -Np0 -i patch.diff (0 means remove no leading "dir"s) in the wine directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3963
------- Additional Comments From truiken(a)gmail.com 2006-25-01 01:21 -------
-R means reverse so I don't think you want that. As the error message states,
you used the wrong -p option.
patch -p0 -i nameofpatch.diff
You have to run the command from within the wine directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:19 -------
No, there are no files in fonts directory.
I hope Wine will use all system-wide used fonts, including ttf fonts in
/usr/lib/X11/fonts/TTF (they are of course also defined in /etc/X11/XF86Config-4).
Is that wrong? It has worked ever before VFP9.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3963
------- Additional Comments From tuharsky(a)misbb.sk 2006-25-01 01:14 -------
Hallo,
I get an error
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: dlls/kernel/volume.c
|===================================================================
|RCS file: /home/wine/wine/dlls/kernel/volume.c,v
|retrieving revision 1.36
|diff -p -u -r1.36 volume.c
|--- dlls/kernel/volume.c 28 Nov 2005 20:10:40 -0000 1.36
|+++ dlls/kernel/volume.c 24 Jan 2006 22:04:55 -0000
--------------------------
File to patch:
The command I have used:
patch -Rp1 -i "/usr/src/patches/myodbc.py"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4355
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
Status|ASSIGNED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-25-01 00:54 -------
Assigning to myself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1674
Bug 1674 depends on bug 1954, which changed state.
Bug 1954 Summary: SHFileOperation doesn't create subdirectories (it should)
http://bugs.winehq.org/show_bug.cgi?id=1954
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Status|ASSIGNED |NEW
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4378
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 23:13 -------
Strange. It's reading few pieces of itself (at the most end of the log). And
then exits.
Could you try with native msvcrt.dll?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2895
------- Additional Comments From userwaldo(a)theeggbeater.net 2006-24-01 22:37 -------
I'm getting the same error message "Unload the debugger and try again." with
wine 0.9.5. I would try the nocd patch, but I can't find it. Can someone point
me to this patch?
Also I've seen other people weems to be able to get this working in older
versions of wine, wonder a patch is needed 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=4413
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:36 -------
wow i feel retarded for not noticing that myself ... e-mail sent !
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4413
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 21:34 -------
Doh! spelling error... wine-patches(a)winehq.org of course.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4413
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:28 -------
seems the wine-patches list is down atm ... guess i'll try again later
Mail delivery failed: returning message to sender
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
wine-patchs(a)winehq.org
SMTP error from remote mailer after end of data:
host localhost.localdomain [127.0.0.1]: 550 5.1.0 unknown user
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4412
------- Additional Comments From vapier(a)gentoo.org 2006-24-01 21:12 -------
no, it isnt a Gentoo specific issue
however, you would only see the bug if you built everything with
-fstack-protector (which is the default on Gentoo hardened systems)
go into the loader directory and try to compile everything in there with
'-fstack-protector' ... it should error during the final link because ssp
symbols were not found (which is because wine-preloader does not link against
system libc or system ldso)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4412
------- Additional Comments From mike(a)codeweavers.com 2006-24-01 20:22 -------
Two things:
Looks like it would be better to fix the reason it fails with -fstack-protector.
I'm gcc built from the gcc 4.1 branch, and Wine built with that gcc
4.1-branch-ish works with no problem for me. Perhaps this is a problem with Gentoo?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4412
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:12 -------
Patches tend to bitrot here. Please submit it to wine-patchs(a)winehq.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=4413
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:11 -------
Patches tend to bitrot here. Please submit it to wine-patchs(a)winehq.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=4411
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 20:04 -------
I was just cleaning up the database in those cases (they had no app name thats
why I deleted them)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4413
Summary: have winegcc pass -m32/-m64 along to the linker
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
when you compile with -m32/-m64, winegcc will strip these flags out ... but they
are needed as raw linker flags as well
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4412
Summary: disable stack protector on the wine loader
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
we've been using this in Gentoo for quite some time but i havent sent it
upstream as ssp support in gcc used to be a Gentoo-only feature ... but with
newer versions of gcc (namely gcc-4.1+), ssp support has been added officially
so this patch will detect if the compiler supports the -fno-stack-protector flag
and if it does, automatically build the loader with it (as building the loader
with -fstack-protector will fail)
the patch is based on code found in glibc's configure script
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4411
Summary: "Submitted version deleted" message should include name
of and link to app
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
All messages sent by the app db to maintainers/reviewers
should include the name of and URL of the affected
application. For instance, right now when a version is deleted,
a cryptic message is sent which doesn't say what app
it was! Here's an example of the uninformative message
currently sent:
-- snip --
Subject: [AppDB] Submitted version deleted
From: AppDB <appdb(a)winehq.org>
Submitted version deleted
-------------------------------------------------------
The version you submitted ( 4) has been deleted.Reason given:
-- snip --
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
------- Additional Comments From wine.dev(a)web.de 2006-24-01 16:55 -------
Hi.
What comes in my mind:
Are there any files in the "fonts"-Dir in the simulated C-Drive
(c:\windows\fonts) ?
When there is any file in this Folder, all Linux-Fonts are ignored
You can Install the common Windows-Fonts in wine from
http://corefonts.sf.net
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4397
------- Additional Comments From wine.dev(a)web.de 2006-24-01 16:42 -------
Hi.
I do not think, that the crash comes from winspool.
> fixme:winspool:WINSPOOL_EnumPrinters We don't handle PRINTER_ENUM_CONNECTIONS
The Programm want's to enumerate all Local and Network Printers and
wine support only Printers that are local to wine (visible by CUPS / LPR)
> wine: Unhandled page fault on read access to 0x00000240 at address
This look like:
1. The Programm ask for a pointer to a structure and wine returns NULL
2. The Programm does not check the Result and Read a value.
The wired thing is, that the stack and almost all registers are 0
Please run:
WINEDEBUG="+relay,+seh" wine 2>logfile.txt sigaowin.exe
and attach the last 1000 before the crash as file to this Bug.
Is there a Demo-Version available?
Please create an Entry in the Application-Database for this Programm.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From calpatersonpublic(a)gmail.com 2006-24-01 15:53 -------
I think I may be experiencing a different bug from the one in this report.
Perhaps I have the same issue as "Comment #28 From Gregor Muench 2006-01-22
07:39" in that I cannot use Alsa. Anyone agree? If so, I'll go ahead and make
a new report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4410
Summary: DirectX 9.0c
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: timo(a)2idioten.de
It would be really great if you could imply the latest version of directx (9.0c)
in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4409
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.evernote.com/en/
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=4408
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.evernote.com/en/
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=4378
------- Additional Comments From alex(a)thehandofagony.com 2006-24-01 13:28 -------
Created an attachment (id=1758)
--> (http://bugs.winehq.org/attachment.cgi?id=1758&action=view)
Console output with +all
I thought the UNCONFIRMED status was there so a moderator or similar could
confirm it, since the default status changed to NEW for me, but I'll be sure
use UNCONFIRMED in later bugs.
WINEDEBUG=+all does give output, but that seems to be the usual stuff that gets
printed no matter what the application does.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4409
Summary: Screen corruption in Evernote
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Peter.Bienstman(a)UGent.be
* Evernote 1.1 (freely downloadable from
http://www.evernote.com/en/)
* native riched20.dll
* The shaded border around the main window + the scrollbar are not drawn, but
are transparent instead
* Some pictures pasted in the notes do not show up, but are blank (Not sure if
this a display problem or not, though)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4408
Summary: Evernote hangs when opening a new database
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Peter.Bienstman(a)UGent.be
* Evernote 1.1 (freely downloadable from
http://www.evernote.com/en/)
* native riched20.dll
* When trying to load an existing database, the program hangs after pressing
OK in the fileselector.
* Copying the existing database to the location of the default database works,
i.e. when the program starts, this database loads OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3899
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Summary|Evernote problems |Evernote doesn't install
------- Additional Comments From tony.lambregts(a)gmail.com 2006-24-01 10:55 -------
Patch in CVS
Please start a new bug report for hangs when you try to open an existing note
database
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4384
------- Additional Comments From b.buschinski(a)web.de 2006-24-01 10:54 -------
doh!
I have tested wc3 tft 1.18a, same result
but I know it worked well :|
2.6.15 kernel problem?
2.3.6 glibc(with nptl) 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=3899
Peter.Bienstman(a)UGent.be changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Evernote doesn't install |Evernote problems
------- Additional Comments From Peter.Bienstman(a)UGent.be 2006-24-01 10:44 -------
I tried the patch. I get Evernote to install and run, but I the program just
hangs when I try to open an existing note database...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
Summary: Printing only lines, not letters in ISS @VFP9
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
Hallo,
We have an ISS application here that runs our whole office (150 computers). We
move part of them to linux, our goal is 50%.
Application is based on VFP and connects to Oracle DB using ODBC client 10. It
is even listed in AppDB.
Before, the app has been working quite well on VFP7. Now the ISS app has moved
to VFP9 and vendor has also changed the printing module.
After workarounded (not fixed jet) issues surrounding bug 4268, we are able to
print somewhat. However, the only output are (probably) correctly painted lines.
There are no letters on paper.
It looks like wineps issue. Might be, that application is using its own (or VFP9
based) postscript generator, and it misses fonts information somehow.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4404
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://sourceforge.net/proje
| |ct/showfiles.php?group_id=57
| |796
Keywords| |download, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4403
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-24-01 07:53 -------
Both "bad" GIF's and "good" BMP's are 16colour, some GIF's are 128 or 256colour.
It dosen't seem matter.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4387
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-24-01 07:51 -------
This might be helpful:
The "Tomb Raider II" demo from tr2_demo_level1.exe from "Tob Raider Chronicles"
doesn't have this problem. It runs quite well except some unimportant sound
clicks. tr2_demo_level2.exe from the same page gives the same error than I
always get with the full game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4406
Summary: ole:OLEFontImpl_GetIDsOfNames is a stub
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing PDFCreator-0_9_0_AFPLGhostscript:
(wine cvs from 23.Jan.06)
message from wine when starting wine "PDFCreator.exe":
fixme:ole:OleLoadPictureEx
(0x79702b6c,21638,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x7b90f978),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x79702b6c,0,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=16,y=16,f=0,0x7bcaba00),
partially implemented.
(the last line is repeated 20 times with different Values for the last Parameter)
Problems starts here:
fixme:ole:OLEFontImpl_GetIDsOfNames
(0x7bcad7e0,{00000000-0000-0000-0000-000000000000},0x7b90f51c,1,0409,0x7b90f520),
stub!
The last Failure is catched by PDFCreator:
Error-Nr. 445 (Object doen't support this action)
Module: modMain
Procedure: SetFont
Line: 50220
When you Press "Repeat Command", the fixme and the error comes again.
When you Press "Next Command", the fixme and error comes again 3 Times with
different Parameter in the fixme
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4386
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-24-01 07:48 -------
If I haven't done a mistake using the compiled version of wine the patch doesn't
help for the mouse problem (shows no effect at all). But I found an additional
information which might be useful: The problem only takes place if the
game-setup is switched to windowed mode (instead of fullscreen), the window
manager doesn't play a role. If windowed mode is switched off the game switches
to fullscreen and the mouse works (not very well it is still much too fast, but
can be moved out of the focus)
Rem: I downloaded the tar-ball for 0.9.6, extracted it, applied the patch and
compiled it. Then I started "~/path-to-extracted-tarball/wine application.exe"
Should this ignore the (unpached) 0.9.6 which is installed on my system?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
tuharsky(a)misbb.sk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|regression -bitmap and |regression -GIFs corrupted
|grahics corrupted in ISS |in ISS @VFP9
|@VFP9 |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4405
Summary: combo box text not selected when getting the focus
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raimonds.praude(a)sets.lv
When moving the focus to the edit field of a modifiable combo box (e.g., by TAB
key, or changing the focus to it programmatically), the content is not selected.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-24-01 07:22 -------
Vitaliy:
as far as I can examine, the presence or no-presence of giflib has NO efect on
this bug.
More to say: If the Giflib was such vital for WINE's function, the Wine should
have complained loudly about it's absence. The .configure messages have
questionable value; one can hardly decide, which messages are vital and which
are just "self-talk" of script.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3826
------- Additional Comments From m.goemmel(a)compulab.de 2006-24-01 07:19 -------
I've an application here which produces the bug with the latest CVS version.
The application is freely available here:
http://www.astroworld.de. Click on download and then select "AW 2001 v.6.2.
(english)" and press "Download Demo". After installation and starting,
simply select a Horoscope from the dialog which opened automatically and you
will see the fault.
Is the mentioned fix already officially in CVS, or can I try it to see if it
also helps for this application?
Regards
Markus
m.goemmel(a)compulab.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=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-24-01 07:19 -------
I looked at the images and it is even more interesting:
Even many of GIF's seem to have transparent background. All BMP's too. Only a
few GIF's have really white background.
So, why the WXP displays ALL GIF's with white background? Shouldn't WXP have
some problems with GIF's background too?
And the BMP's have all transparent background, correctly displayed both in Wine
and WXP.
Why all of that?
Because this might be one of the possibilities, where the problem lays: that WXP
and Wine have some common problem with handling GIF's background, where WXP
handles it at least to the extent of displaying GIF correctly, but with white
background, whereas Wine fails completely on displaying the GIF.
This is pure speculation and can be totally misleading. The Wine might have the
GIF handling broken completely; might even FAIL TO NOTICE THAT THE IMAGE IS GIF.
I need some instructions about what to do to provide more detailed information
about real source of the GIF 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=1536
------- Additional Comments From novaki(a)agmen-software.com 2006-24-01 06:50 -------
I just upgraded to wine 0.9.6 (Debian package version 0.9.6-1). I still have the
same problem as in comment 12.
Wine detects estonian layout instead of hungarian (hu layout). As a result i
have oacute displayed when pressing eacute, aacute, udoublecute or uacute.
I agree with Boris in comment 5, this is a major bug. Since hu_qwerty (which
layout works with wine) is removed from my distribution I'm unable to use
windows applications in Linux.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4404
Summary: msi: No Information-Window, when the Installation-
Package was not found
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
I started the command in a different Directory.
Message from wine:
fixme:msi:MsiInstallProductW L"PDFCreator-0_9_0_AFPLGhostscript_32bit.msi" (null)
err:msi:copy_package_to_temp failed to copy package to temp path
L"C:\\tmp\\MSI323.tmp"
fixme:msi:MSI_OpenDatabaseW open failed r = 80030002!
XP:
A Window named "Windows Installer" is opened with the text:
"Diese Installationspaket konnte nicht geöffnet werden.
Stellen Sie sicher, dass das Paket existiert und dass Sie
darauf zugreifen können. Oder lassen Sie den Hersteller
der Anwendung überprüfen, ob es sich um ein gültiges
Windows Installer-Paket handelt"
this is something like:
"This Installation-Package could not be opened.
Make sure, that the Package exist and you have
access. Or let the Vendor of
the Application check, that this is a valid
Windows Installer Package"
(I have no english installer here atm.)
--
By by ...
... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From magnus(a)hacka.net 2006-24-01 06:37 -------
More information from Valve about the update 22/23rd in the Steam Platform,
wich were when the bug appeared:
----
That update didn't change the usage of the Winsock API. Could you tell
me what call is happening during the freeze period? I could track that
back to the code that is making to call to determine what changed.
----
Can someone with debugging knowlege follow up on this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4391
------- Additional Comments From rush(a)u.one.pl 2006-24-01 06:37 -------
No, it is still the same. I also made sure that I'm running the native dll by
renaming /usr/lib/msvcrt.so.dll. Also I noticed that it doesn't completely lose
all events cause during the block I was loading some rockets and releasing the
key was reported to UT, however I may be wrong on this one, it happened very
quickly. The bug is somehow affected by the game settings cause on a fresh
installation and standard config of UT it tend to happen much sooner. If you
think that it can also happen in the real Win32 environment, it can't, cause
I've been playing UT on Windows for a long time and none such thing occured.
There is also nothing interesting in the log ... unfortunately
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From magnus(a)hacka.net 2006-24-01 06:33 -------
I see. I missunderstond what you ment with console :-)
I will try and confirm this as soon as I get home from 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=4403
Summary: msi-page "Change current destination folder" without
content
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
Start install, "Next"
Accept License, "Next"
Press "Browse"
Message from wine:
fixme:msi:msi_dialog_pathedit_control not implemented properly
err:msi:msi_dialog_create_controls no handler for element type L"DirectoryList"
err:msi:msi_dialog_create_controls no handler for element type L"DirectoryCombo"
- Content of Folder name is "APPDIR"
- No Directory-Listing
- No Dropdown near "Look in"
Message from wine when pressing the Button for "Up One Level":
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"DirectoryListUp" arg(L"0")
Message from wine then pressing the Button for "Create A New Folder":
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"DirectoryListNew" arg(L"0")
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4402
Summary: msi-page "Disk Space Requirements" without content
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
Start install, "Next"
Accept License, "Next"
Press "Disk Usage"
Message from wine:
err:msi:msi_dialog_create_controls no handler for element type L"VolumeCostList"
- There is no Volume-List
- You can activate the Window "Choose Destination Location"
Same pages on XP:
- Volume-List visible
- When you try to activate the Window "Choose Destination Location",
you get a sound and the Window "Disk Space Requirements" is reactivated again
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4401
Summary: msi(visual) No Group-Box around "Destination Folder"
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
Start the Install, "Next"
Accept the License, "Next"
Message from wine:
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:msi_dialog_create_controls no handler for element type L"GroupBox"
The Text for the Destination is on his own.
Same Page on XP:
There is a Group-Box around the Destination with
the Label "Destination Folder"
BTW: Above the Buttons, there is a seperator-Line on XP, but missing on wine
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4294
------- Additional Comments From tuharsky(a)misbb.sk 2006-24-01 05:13 -------
Well, confirmed. They all ARE gif's that are corrupted. BMP's are OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4400
Summary: No Item selected during "Licence Agreement"
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
Start the Installation.
Press "Next" to view the License.
"I accept the terms in the License Agreement" has Focus (visible), but no Item
is selected. Select an Item, press "Back" and then "Next": Again no Item selected.
Same Page on XP:
Item "I do not accept the terms in the License Agreement" has Focus (invisible,
but react on cursor-up) and is selected. Select an Item, press "Back" and then
"Next": The previous selected Item is still selected.
Selection of Text from the License-Agreement is different as Text-selection on
XP, but I think, this is Richedit - related.
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4399
Summary: msi(visual): window is always reopened at 0,0
Product: Wine
Version: CVS
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2549
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Found while testing "wine msiexec PDFCreator-0_9_0_AFPLGhostscript_32bit.msi":
fixme:msi:MsiInstallProductW L"PDFCreator-0_9_0_AFPLGhostscript_32bit.msi" (null)
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
The Window from msiexec is always at the left, top corner (XP: centered).
When I move the Window and press "Next", the Window is closed and
reopened at 0,0 (XP: Window stay active and position does not change).
When i press "Cancel", the Requester "Are you sure.." is also located at 0,0
(XP: centered)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4387
------- Additional Comments From tbretz(a)astro.uni-wuerzburg.de 2006-24-01 03:59 -------
I also tried "warn+all" but it doesn't give any further information. I'll try
the demo this evening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4398
Summary: Installshield problem with a game demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.clubic.com/demo-jeux-video-1721-0-devinez-
qui.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Hello,
when one tries to install the game, to click on "Suivant" to copy the files,
installshield stops with a OLE error (see the attached log file).
I tried with a fresh install of wine (cvs version dated of 24/01/2006)
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4396
tobi(a)die-loews.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|floating MFC-ToolBars get |floating MFC-ToolBars get
|managed & and can't be re- |managed and can't be re-
|docked |docked
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4397
------- Additional Comments From cristianocinotti(a)tin.it 2006-24-01 03:18 -------
O.S. Linux Slackware 10
Application crashed is Sigaowin.exe written in Delphi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4396
Summary: floating MFC-ToolBars get managed & and can't be re-
docked
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobi(a)die-loews.de
Hi,
I'm running an MDI-app build with MFC in managed mode. When I float a toolbar,
the MiniFrameWnd gets managed, looks a bit ugly and can't be re-docked in the
apps mainframe. (This happens with the app both built in MS VS 6 and VS.net.)
I think managing of MFC-Toolbars can be prevented by swapping the lines
/* windows with caption are managed */
if ((style & WS_CAPTION) == WS_CAPTION) return TRUE;
/* tool windows are not managed */
if (ex_style & WS_EX_TOOLWINDOW) return FALSE;
in windows.c, line 78-81 to
/* tool windows are not managed */
if (ex_style & WS_EX_TOOLWINDOW) return FALSE;
/* windows with caption are managed */
if ((style & WS_CAPTION) == WS_CAPTION) return TRUE;
because MFC sets the exstyle WS_EX_TOOLWINDOW AND the style WS_CAPTION for
MiniFrameWnds.
I don't no if any other app relys on the actual sequence in is_window_managed.
thanks,
Tobias
PS: Everything works fine with e.g. Excel 2000, as Excel seems to draw the
caption of floating toolbars by itself and does not use the WS_CAPTION style.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4382
------- Additional Comments From ns(a)1en.de 2006-24-01 02:03 -------
> ------- Additional Comment #3 From Tony Lambregts 2006-01-23 13:21 -------
> Please to not Paste logs into bug reports - Use the "Create a New Attachement"
link
Sorry about that, bug-page confused me first, I did not found it.
> Could you please add an entry for this application.
The only thing I really want is to find bugs in wine. An entry in a db for
proprietary software seems to me like supporting it. I don't want that.
But a way to run it without to be forced to run windows would be nice.
I thought the difference of:
wine-0.9 (running):
fixme:ole:OLEPictureImpl_Load Stat failed with hres 80004001
and:
wine-0.9.6 (crashing, probably from 0.9.1 to 0.9.6):
fixme:ole:OLEPictureImpl_Load Unknown magic 0400, 2475 read bytes:
6c 74 00 00 00 00 00 00 00 04
52 e3 0b 91 8f ce 11 9d e3 00
aa 00 4b b8 51 6c 74 00 00 00
00 00 00 00 04 52 e3 0b 91 8f
ce 11 9d e3 00 aa 00 4b b8 51
gives a starting point.
If not I fear thats all I could 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=4051
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:43 -------
These crashes are all related to the arts initialization.
Patch is committed into cvs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4391
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-24-01 00:39 -------
Try if using native msvcrt changes anything.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4344
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-programs |wine-gui
Ever Confirmed| |1
Platform|Other |PC
Version|20050725 |CVS
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:29 -------
Confirming the bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4344
------- Additional Comments From vitaliy(a)kievinfo.com 2006-24-01 00:27 -------
Created an attachment (id=1752)
--> (http://bugs.winehq.org/attachment.cgi?id=1752&action=view)
Hack to fix the crash and expose the problem
This is not a real patch but rather a test to show where the problem is.
And the problem is the header controls not calling application to get the text
if it's LPSTR_TEXTCALLBACKW.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4395
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:23 -------
Please search bugs before submitting exact dups.
*** This bug has been marked as a duplicate of 4180 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4180
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mmai1879(a)bigpond.net.au
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:23 -------
*** Bug 4395 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=1074
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mtb0101(a)yahoo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:22 -------
*** Bug 4394 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=4394
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 23:22 -------
Please read the manual page on propper cd-rom setup. Also read aditional
instuctions for your game in appDB.
*** This bug has been marked as a duplicate of 1074 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4395
Summary: Font spacing too wide when entering serial key for
Autocad 2000
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mmai1879(a)bigpond.net.au
When installing Autocad 2000 through wine all works fine until the form where
the serial key must be entered. The number is entered as three digits followed
by a dash, then eight digits. The font used in wine does not allow enough room
for the first number to be entered, so only two digits will fit. It is the font
spacing that appears to be the problem, rather than the digits being too large.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4394
Summary: No Cd Detection
Product: Wine
Version: 0.9.1.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mtb0101(a)yahoo.com
Listen, im sorry if i have not submitted this right but it is my first time
doing this; anyway, i am new to using wine so dont know what im doing, but it
seems that my wine will not recodnize the cd after i install the program.--i
installed diablo 2 expansion using wine as well as starcraft, both loaded up and
i thaught it was working, then on the "autorun setup screen" the one that says
"play game" i click "play game" and it gives me this exact message: [Diablo II
was unable to detect a disc in your cdrom drive. Please make sure your Diablo II
Expansion Disc is in your CD-ROM drive, the click on "Retry"] Once again i am
sorry if i have done this wrong and please dont hold it against me
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4344
------- Additional Comments From vitaliy(a)kievinfo.com 2006-23-01 21:05 -------
Please please don't use stripped binaries. Or install debug packages too.
And PLEASE DON'T PASTE THIS CRASH DUMPS, ATTACH THEM!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From conole(a)comcast.net 2006-23-01 20:58 -------
I originally discovered switching to a virtual console (IE: CTRL+ALT+F1 for
instance) and back to X will bring CS:CZ back to life. Also, I've confirmed that
upgrading to kernel 2.6.15.1 (vanilla found on kernel.org) stopped all freezes
(I was able to play for 20 minutes straight, no freezing/crashing, and even with
sound!).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4343
------- Additional Comments From djrpublic(a)cfl.rr.com 2006-23-01 20:10 -------
Removed .wine folder
Using Synaptic I updated to Wine 0.9.6
Ran winecfg to generate .wine and select Windoze 98 operating system
* * * * * * * * * * * * * * * * * * * * * * * *
Installed PAF5.2 - a message I've not seen mentioned elsewhere is that an error
window pops up complaining that Wordpad can't be found to display the "readme"
* * * * * * * * * * * * * * * * * * * * * * * *
Ran PAF5 - all text missing but looks good enough to proceed further
* * * * * * * * * * * * * * * * * * * * * * * *
Copied all fonts from my laptop's Win98SE to ~/.wine/drive_c/windows/fonts
Copied stdole32.tlb and usp10.dll to both ~/.wine/drive_c/windows/system and
system32 folders
Ran winecfg and made library override for these 2 files
* * * * * * * * * * * * * * * * * * * * * * * *
Ran PAF5:
1 - Looks fine - text everywhere as it should be, tabs and everything! Window
sizes as mentioned before but I think the fonts display better
2 - was able to load an existing database, windows had text, folder search for
file worked
3 - on exit pop-up suggesting a file back-up, had text, 'No' button worked
* * * * * * * * * * * * * * * * * * * * * * * *
= Ran PAF to review terminal messages:
david@CPQ1265:~$ wine ~/.wine/drive_c/"Program Files/FamilySearch/Paf5/pstart.exe"
david@CPQ1265:~$ fixme:ole:CoRegisterMessageFilter stub
fixme:htmlhelp:HtmlHelpW HH case HH_INITIALIZE not handled.
= to here from just starting PAF5
= clicked 'Add Individual' toolbar button
= the correct window opens - I can add a name Try /This/ - can select male sex -
can add a birthdate - when adding a place of birth the focus jumps to the date
field on typing the 4th character of the place name, character is not displayed,
the date field is blanked.
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_SETTEXTMODE: stub
fixme:richedit:RichEditANSIWndProc EM_SETTYPOGRAPHYOPTIONS: stub
fixme:richedit:RichEditANSIWndProc EM_SETEDITSTYLE: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
= There may well be extra messages here because I reselected the date and began
the place again
= The name, date and 3 characters of the place are properly displayed in family
view on saving
= exit program
fixme:htmlhelp:HtmlHelpW HH case HH_CLOSE_ALL not handled.
fixme:htmlhelp:HtmlHelpW HH case HH_UNINITIALIZE not handled.
fixme:ole:CoRegisterMessageFilter stub
david@CPQ1265:~$
Doesn't work yet but there is definite progress here! ;-)
I'm going to update 4344 also
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.