http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #33 from jvlad <dmda(a)yandex.ru> 2009-10-03 01:54:44 ---
> Apps should not save the pointer returned by getenv().
Maybe you're right. But I didn't find any documents specifying how long such
pointers can be used. Seems MSVCRT leaves all previously allocated environment
blocks intact, so the pointers can be used for whole the process lifetime.
If you take a look at the php.exe sources (that's the application I talked
about from the beginning of this issue), you'll find that they are calling
getenv and keep the pointers for relatively short period - the startup. It
reads all the values keeping the pointers, adds new values, then uses them all
See init_request_info() in cgi_main.c:
static void init_request_info(TSRMLS_D)
{
char *env_script_filename = sapi_cgibin_getenv("SCRIPT_FILENAME",0
TSRMLS_CC);
char *env_path_translated = sapi_cgibin_getenv("PATH_TRANSLATED",0
TSRMLS_CC);
^^^^^^^^^ reads the pointers
if (env_path_translated) {
_sapi_cgibin_putenv("ORIG_PATH_TRANSLATED",env_path_translated
TSRMLS_CC);
}
if (env_path_info) {
_sapi_cgibin_putenv("ORIG_PATH_INFO",env_path_info TSRMLS_CC);
}
if (env_script_name) {
_sapi_cgibin_putenv("ORIG_SCRIPT_NAME",env_script_name
TSRMLS_CC);
}
if (env_script_filename) {
_sapi_cgibin_putenv("ORIG_SCRIPT_FILENAME",env_script_filename
TSRMLS_CC);
}
^^^^^^^^^^^^^^^^^^^^
updates the environment
if (script_path_translated && stat( script_path_translated, &st )
== -1 ) {
^^^^^^^^^^^^^^^^^^
then uses the pointers
And it all works fine under windows.
It this is a "bug" in MSVCRT that it preserves old block intact after it
allocates new buffer for the environment, this bug should be reproduced in wine
(IMHO).
(Still it's my assumption that MSVCRT works this way and does not free the
blocks, I didn't try to neither reengineer it nor learn its sources)
--
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=16228
Summary: Cannot get a script function from within a comment node.
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=17474)
--> (http://bugs.winehq.org/attachment.cgi?id=17474)
Test case
<html>
<head>
<title></title>
</head>
<script id="sc" type="text/javascript">
<!--
function Testing() { }
// -->
</script>
<body onload="Testing()">
</body>
</html>
With the above html code, we cannot call the function "Testing" directly from
code.
Test case provided.
--
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=20243
Summary: $ wine CallofDuty2Patchv1_3.exe fails
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vytautas1987(a)yahoo.com
$ wine CallofDuty2Patchv1_3.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:advapi:LookupAccountNameW (null) L"vytautas" (nil) 0x32bd54 (nil)
0x32bd58 0x32bd4c - stub
fixme:advapi:LookupAccountNameW (null) L"vytautas" 0x137a40 0x32bd54 0x137618
0x32bd58 0x32bd4c - stub
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"#Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
--
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=15132
Summary: Installshield crashes with an error
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: darthvim(a)gmx.net
Created an attachment (id=15843)
--> (http://bugs.winehq.org/attachment.cgi?id=15843)
console log of the error
Hi, i tried different cd's from me with different programms...
older ones installed with WINE perfectly but newer ones with installshield are
crashing with an error, the same thing happens when running this crashing setup
with REACTOS - but reactos says the same error and says what it is failing.
the referenced memmory couldn't be read at 0x3547897ff - i beleive it's the
same for wine (reactos and wine share some developers ...)
i hope it can be fixed soon :)
--
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=5764
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Severity|major |normal
--- Comment #30 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 21:39:11 ---
Should be fixed by 4ae16e37eec8e7398ffc2b68170b5dfffd80b369.
--
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=15236
Summary: Money Manager: Cannot run app a second time without
killing winedvm.exe
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dave(a)maxcel.co.uk
Re: moneysoft Money Manager Windows98 program installed under Wine, which works
well. On opening, the program automatically opens the last data file used in
the previous run. On the first instance of run from boot, the program runs
correctly, but if it is closed and later re-opened without re-booting the
computer, it cannot access its data file because it says it is already in use.
Each time the program is run it creates a process 'winedvm.exe' which sleeps
when the program is closed, therefore it does not release the data file. To run
the program more than once during any work session, any existing instances of
winedvm.exe have to first be killed.
--
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=7548
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-02 21:31:42 ---
closing abandoned.
--
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=15385
Summary: Pretty Soldier Wars A.D. 2048: crashes when run
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bauhmothswill(a)hotmail.com
Created an attachment (id=16234)
--> (http://bugs.winehq.org/attachment.cgi?id=16234)
wine output of the crash
Wine crashes when I try to run the game.
This game can be easily found in the common places (like 500MB). No demo
avaliable (it's a hentai game).
--
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=15438
Summary: Visual BasicCcomboBox error
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ptrkis9(a)gmail.com
Created an attachment (id=16304)
--> (http://bugs.winehq.org/attachment.cgi?id=16304)
+relay and +loaddll log
I am trying to run an Applications under Wine developed under MS Visual Basic
6.0 SP6 .
I realised, some controls belonging to MS Forms2.0 Controls doesn't run (
example Combo Box ),
until others ( example List box ) doe's run fine.
The details:
1. Wine Version 1.1.5
2. Ubuntu Hardy 8.0.4
3. Ubuntu downloaded by Ubuntu application Ad/Remove service.
4. Running in XP environment.
5. Steps to reproduce the bug:
- Open New Standatd EXE project in VB 6.0 SP6
- Project/Components Microsoft Forms 2.0 Object Library
- Put on the form opened a ComboBox control. You neadn't add any code.
- Save ComboBox_test project
- Create Setup package for ComboBox_test by Package and Deployement
wizard ( in AdIns )
- Configure and run Setup in wine 1.1.5
- Configure and run the ComboBox_test.
You have error message: Failed to load control "ComboBox".
- You can do the same by ListBox. It doe's run fine.
6. Attachement:
+relay and +loaddll log
--
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.