http://bugs.winehq.org/show_bug.cgi?id=3987
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2005-02-12 20:47 -------
All it needs is msvcp60.dll you can even make a symlink from msvcp70.dll that is
included with package.
But for some reason it's not included.
Also it will not work with Steam (for some other reason).
So I would say it's won't fix... as there are nothing to fix really.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3935
------- Additional Comments From michael.s.gilbert(a)gmail.com 2005-02-12 19:57 -------
i can confirm that this bug on my Debian Etch system with wine 0.9.2. things
were fine with 0.9.1. running firefox from www.mozilla.com or steam from
www.steampowered.com, i get the
fixme:winsock:convert_af_w2u unhandled Windows address family 0
fixme:winsock:convert_proto_w2u unhandled Windows socket protocol 0
error messages and no internet connectivity. thanks for your hard work.
mike
--
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=2648
------- Additional Comments From charles.childers(a)gmail.com 2005-02-12 19:22 -------
The problem still exists in the latest version of wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3696
------- Additional Comments From michael.s.gilbert(a)gmail.com 2005-02-12 19:18 -------
i shall describe the best way to get around this issue. wait until the steam
installation hangs at 26%, then type
$ killall -9 wine-preloader ; wineboot
you can type this directly in the same console that you launched wine because it
has spawned the 'wine-preloader' process in a new thread. every time that the
installer hangs at 26%, rinse and repeat (press the keyboard up arrow, then
press enter). the following errors indicates that something has gone wrong
err:seh:setup_exception stack overflow <n> bytes in thread 000e eip 00488494
esp 7d7fd000 stack 0x7d7fc000-0x7d8fc000
where <n> seems to take on different values (0, 16, 24, 28). when you see this
error, you should feel free to issue the above command. when you get the
following error on the console, you are good to go, the steam installer will
start at 28% and go to completion
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable
to dispatch exception.
a word of advice: be patient. sometimes this works on the first or second try.
sometimes it takes 20 or more.
good luck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3713
------- Additional Comments From junlingma(a)hotmail.com 2005-02-12 19:16 -------
Tim Martin's patch also fixed the Mathematica display problem:
Without the patch, when running Mathematica 4.1, wine complains about the
following.
err:dc:CreateDCW no device found for L"\\\\.\\DISPLAY1"
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=0
With the Tim Martin's patch Mathematica runs perfectly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3696
------- Additional Comments From michael.s.gilbert(a)gmail.com 2005-02-12 18:40 -------
i can also get around this bug by doing wineboot' after the 'wine-preloader'
process completes over and over again until installation finally picks up at 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=3987
Summary: Mozilla ActiveX Control asks wine user for windows
mozilla libs
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.s.gilbert(a)gmail.com
The newest versions of wine ask the user if they would like to install the
mozilla activex control when an application makes calls to ie, which is a good
thing. However, during the installation, the installer asks the user where the
"Mozilla layout libraries" are. This is very confusing for joe user. I mean
what is a layout library anyway, and how would i find this? I think it means
that i should have the windows version of mozilla already installed, and i
should direct the installer to one of the directories in that installation, but
which one, i don't know.
I can select "z:\usr\bin" where the Linux binary is located, but this doesn't
work, so I know that my choice was wrong. But what is the right choice?
Anyway, I think that the Mozilla Control installation should always proceed
without any user intervention. Most users will want this without a doubt, and
those that click "no" will wonder why their application does not work. Could
the mozilla control be included as a part of the wine core so that everything
just works? This is all free software, so it should be doable, right?
Thanks for all your hard work on wine. This would be a nice feature that would
benefit a lot of applications like steam.
Regards,
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=3975
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine.dev(a)web.de
------- Additional Comments From wine.dev(a)web.de 2005-02-12 16:23 -------
We check for "FILE:" and handle that in winspool, but the current printing is
done in the 16-Bit-way of Wwin3.x.
WINEDEBUG"+winspool" does not help for this Problem, we need "+print" to get
more informations.
see: "dlls/gdi/printdrv.c"
We need to check, why the Functions from GDI are used and not the Functions from
"winspool.drv" (or whatever driver is defined for that printer).
--
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=3985
------- Additional Comments From vitaliy(a)kievinfo.com 2005-02-12 15:27 -------
Hmm still no back trace. Ok I want to see WINEDEBUG=+loaddll,+seh trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3985
------- Additional Comments From olger901(a)gmail.com 2005-02-12 15:23 -------
Ok I attached the document, unforunately I do not have any backtrace information
(don't know exactly what you mean either), this is all wine gives, me, this is
with the game need for speed underground.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.