http://bugs.winehq.org/show_bug.cgi?id=15379
Summary: Microsoft Remote Desktop Client does not install.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philipp.loens(a)gmail.com
Hello,
I have installed the version 1.1.5 over
Code:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O
/etc/apt/sources.list.d/winehq.list
on my Ubuntu Hardy (8.04).
I would like to use the Windows Remote Desktop Protocol (6.0.2600.0).
But I can not find the mstsc.exe (from den appDB
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4527) and i if
install the client it says that the client is already installed is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7581
Aric Stewart <aric(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aric(a)codeweavers.com
--- Comment #8 from Aric Stewart <aric(a)codeweavers.com> 2008-09-24 08:45:49 ---
Just submitted a patch to correct this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3548
Fabian Köster <koesterreich(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |koesterreich(a)gmx.net
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15383
Summary: Lexware: Installed MDAC 2.8 is sometimes not recognized
by installer
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koesterreich(a)gmx.net
Created an attachment (id=16232)
--> (http://bugs.winehq.org/attachment.cgi?id=16232)
screenshot
I installed MDAC 2.8 and other libraries using winetricks version 20080825.
Sometimes the Lexware-Installer does not recognize that it is installed (See
appended screenshot)
Running winetricks mdac28 again seems to solve the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #22 from Dan Kegel <dank(a)kegel.com> 2008-09-23 11:45:34 ---
"I commented out HTTP_ and got php-cgi.exe to work under wine. "
Thanks, that was the crucial bit of information. (Repeating
your statements about persistence was not useful, you have
already said that thousands of time.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15389
Summary: Massive drawing slowdown
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piernik(a)gmail.com
CC: dmitry(a)codeweavers.com
Since the following commit schematic drawing in Protel 99 SE is orders of
magnitude slower than before (now it's hardly usable):
commit 21cdaeea4bfa05859bb89dd27e3477e0cb07bb92
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Thu Aug 21 15:02:15 2008 +0900
gdi32: Replace DC transform by font scaling for bitmap fonts.
Problem persists in 1.1.5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #21 from jvlad <dmda(a)yandex.ru> 2008-09-23 09:53:14 ---
from the CGI perspectives, there are some crusial variables to have a CGI
process started correctly, while the other variables are informative only. Feel
free to comment out all variables with HTTP_ and SERVER_ in their names.
I commented out HTTP_ and got php-cgi.exe to work under wine.
Still, it does not really matter which particular variable you comment out. You
can for example comment out HTTP_AGENT and re-introduce the same value under
HTTP_GENTA name and get the same effect.
Php-cgi.exe relies on persistence of the values retuened by getenv.
It first fetches some values, then changes the others and expect the first ones
to remain the same and it works this way under Windows while under Wine the
values are changed.
Check init_request_info() in sapi\cgi\cgi_main.c (see php source tree)
In short, it first reads SCRIPT_FILENAME and PATH_TRANSLATED and keeps the
pointers to the values returned by getenv(), then adds new variables, such as
ORIG_PATH_INFO, then runs the script file. To do this it takes the file name
from SCRIPT_FILENAME saved at the 1st step.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #20 from Dan Kegel <dank(a)kegel.com> 2008-09-23 09:14:41 ---
Which environment variables should I comment out in that
script to make php.exe successfully run?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #19 from jvlad <dmda(a)yandex.ru> 2008-09-23 09:13:22 ---
no, I did not say that the problem is caused by the big number of the
environment variables and honestly there is absolutely no theory in my
bugreport. I checked php code with debugger and found the origin of the problem
then filed the bug.
Once again, the problem is caused by getenv(). Value returned by this function
may change after some memory/or/evironment related functions like putenv/malloc
are called. In other words, value returned by getevn() is not persistent.
Although, with smaller number of environment variables, the values returned by
getenv() are persistent (not changed upon putenv/malloc calls) and php-cgi will
start to work. Feel free to comment out all HTTP_* variables and you'll see it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #18 from Dan Kegel <dank(a)kegel.com> 2008-09-23 08:59:33 ---
jvlad, you said the problem was because of too many environment
variables. Have you verified this by removing some environment
variables and seeing that the app now works? Otherwise we'll
have to discard your theory as unproven and look for the real cause.
It would be nice if your theory was true, so please supply
a script that demonstrates it is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.