http://bugs.winehq.org/show_bug.cgi?id=2107
------- Additional Comments From bafraid2b1(a)hotmail.com 2004-29-09 19:38 -------
I've experienced this same problem using wine 20040914, although my install
stalls at 76%.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From mike(a)navi.cx 2004-28-09 10:18 -------
I expect that most parts of Wine do work with -fstack-protector, though I don't
know the details of how that works enough to say (we run on an alternative
stack). Perhaps we should go back to Alexandre and ask for -fno-stack-protector.
I guess we could link without -nodefaultlibs but I'm not keen on that change,
the preloader is quite fragile :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From basic(a)mozdev.org 2004-28-09 09:10 -------
well, I don't really care either way. But the stack-protector issue can be
worked around by either:
1. removed to -nodefaultlibs flag
2. add --fno-stack-protector
Of course the alternative is just to document that wine doesn't do
-fstack-protector at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)navi.cx 2004-27-09 04:53 -------
I'll confirm this for now though I suspect this is still invalid. Until we
figure out what you actually want to achieve with this, I'll keep it open.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From mike(a)navi.cx 2004-27-09 04:46 -------
Well, the preloader is required to get a Win32 compatible address space. It's
not a kernel 2.4/2.6 thing I'm afraid.
The preloader is a rather unique piece of code, you can be assured these options
are specified for a reason. Why do you want to disable it? Changing the options
here provides no additional security whatsoever as the preloader cannot be
exploited via buffer-overflows. You're far more likely to be compromised via the
software you run on it.
There was a discussion about this on wine-devel in the past few days.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2372
------- Additional Comments From wine-bugzilla(a)fedorafaq.org 2004-26-09 13:26 -------
I've seen this, and it seemed to be fixed by using
WINEDLLOVERRIDES="wininet=n,ole32=n,advpack=n"
when doing the install. However, even then I run into an exception when trying
to install, after the CABs are unpacked but before much real installation
actually takes place (around 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=2333
------- Additional Comments From wine-bugzilla(a)fedorafaq.org 2004-26-09 13:21 -------
That's not a bug. Just run wineboot at the command-line.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2320
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lionel.ulmer(a)free.fr
------- Additional Comments From burnus(a)gmx.de 2004-26-09 11:29 -------
Lionel Ulmer:
> Well, you are luckier than me.... I get either an X11 crash using my NVIDIA
> drivers or an X11 error when using Mesa.
> Anyway, the problem is that the application wants to do 'off-screen' rendering
> (ie rendering to a DIB section instead of to a Window). This is not supported
> (yet) in Wine.
I think I found out why you get this crash and I not. I also get (now)a crash if
I install Diamond and then open a file.
If I choose File|New, Tools|Options and disable double buffering -- then I can
open the files and get now either the message box stated above or, more usually,
noting at all is drawn.
> I will see what I can do, but I think it will problematic (as you will have
> all the problems of synchronisations between the X11 Pixmap and the Win32 DIB
> section).
Is there any chance to fix the drawing when doing no double buffering?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 08:41 -------
ok after playing around abit, it seems that the stack protector problem is with
the -nodefaultlibs linker option. Not sure if removing that option would be ok.
Adding -lc -lgcc didn't help. Though after digging through all this, I'm
wondering if it is possible to have configure options to use or not to use the
preloader? I mean, the preloader is only used to make wine portable across 2.4
and 2.6 linux kernels right?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 06:36 -------
ok I see in cvs, the pic problem is "solved", but the stack-protector problem is
not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From basic(a)mozdev.org 2004-26-09 05:23 -------
after digging abit more, I'm not sure if disabling pic/stack-protector is the
correct fix for this one. It seems that the only issue here is that when pic is
turned on, gcc does not allow some registers to be used directly by inline
assembly (see http://bugs.kde.org/show_bug.cgi?id=79696), is there any reason to
use inline assembly rather than syscall ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2498
Summary: Y-Axis mouse movement issues
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aethyr7(a)hotmail.com
When attempting to play AGS based games such as Maniac Mansion Deluxe (
http://people.freenet.de/lucasfangames/maniac/games_eng.htm ) or 5 Days a
Stranger ( http://netmonkey.cellosoft.com/5days/ ), the Y-Axis mouse movement is
not correct, but the X-Axis movement is perfect.
Basically, moving the mouse up or down produces little vertical movement in the
cursor, but occassionally it will jump.
Again, this only occurs along the vertical axis, not the horizontal axis.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2497
Summary: Issue with shlexec.c - Application Association addes "1"
to end of file name
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: traxtopel(a)fastmail.fm
Attempting to launch a file i.e. test.doc to an associated application, in this
case oowriter.exe fails since the file is changed from test.doc to test.doc1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From mike(a)navi.cx 2004-23-09 10:54 -------
Cool, thanks! Can you submit this to wine-patches? That's the usual approach
taken for patches to Wine (we get a lot ...)
Just email it in and it'll be checked into CVS in a few days.
thanks -mike
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
basic(a)mozdev.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #695 is|0 |1
obsolete| |
------- Additional Comments From basic(a)mozdev.org 2004-23-09 10:34 -------
Created an attachment (id=696)
--> (http://bugs.winehq.org/attachment.cgi?id=696&action=view)
patch v3
let's try that again... sorry!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
basic(a)mozdev.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #694 is|0 |1
obsolete| |
------- Additional Comments From basic(a)mozdev.org 2004-23-09 10:21 -------
Created an attachment (id=695)
--> (http://bugs.winehq.org/attachment.cgi?id=695&action=view)
patch v2
oops my bad, uploaded the wrong 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=2490
------- Additional Comments From basic(a)mozdev.org 2004-23-09 09:51 -------
Created an attachment (id=694)
--> (http://bugs.winehq.org/attachment.cgi?id=694&action=view)
patch (disable pie and stack protector for preloader)
here's a patch to add a check in configure for -fno-pie -fno-stack-protector
and use it for the preloader if the can be used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2416
------- Additional Comments From mike(a)navi.cx 2004-23-09 05:30 -------
You can try installing native DCOM, that will probably help. See various FAQs
around the net for how to do this.
However this error will not be fixed anytime soon, it's a *lot* of 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=2496
------- Additional Comments From kroyeren(a)kroyeren.dk 2004-23-09 05:29 -------
Hum... It might be an error in gentoo's ebuild-script. That or it is fixed in
the newest cvs-build
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2496
kroyeren(a)kroyeren.dk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |enhancement
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From mike(a)navi.cx 2004-23-09 05:09 -------
This is not a bug. The preloader cannot be compiled with -fpie or -fstack-protector.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2496
Summary: InstallShield can't detect enough space available to
install
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kroyeren(a)kroyeren.dk
I'm trying to install Black Isle's Icewind Dale II, which uses InstallShield to
install. When I get to the point of choosing where to install, I'm told that
there is not enough space available to install. My main partition is 97Gb with
8.9Gigs free, and I have tried to install it on a smaller partition (7.7Gigs
with all free) problem is the same on both
I'm using wine 20040716 compiled from source on gentoo 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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-22-09 08:51 -------
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=2495
Summary: Broken part of source code
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schultzv(a)starline.ee
gdi/freetype.c, line 2189 - used invalid constant name FT_ENCODING_NONE. Should
be in lower-case. Not critical, but could make difficulties in compilation time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.