http://bugs.winehq.org/show_bug.cgi?id=7764
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.32.
Summary|Hallmark Card Studio 2005 |Hallmark Card Studio 2005
|Demo doesn't install |Demo doesn't install
|properly |properly (installer needs
| |VBScript engine ->
| |IActiveScript)
--- Comment #10 from Anastasius Focht <focht(a)gmx.net> 2011-07-03 08:26:16 CDT ---
Hello,
there was a time when MS JET was part of MDAC install which brought in all
needed dependencies (e.g. Jet Sort Library).
See: http://msdn.microsoft.com/en-us/library/ms810823.aspx
To install/deploy MS Jet 4.0 SPx, MDAC 2.x component _is_ an install
requirement (mswstr10.dll is contained within jetfiles.cab).
The installer checks this.
--- snip ---
...
0051:trace:msi:ScriptThread custom action (51) started
0051:trace:msi:ACTION_CallScript function (null), script
L"Session.Property(\"INSTALL_MDAC\")=\"0\"\r\nSession.Property(\"OS_NOTSUPPORTED\")=\"0\"\r\n\r\n'Minimum
Required Configuration for MDAC 2.7 install\r\n'98 with Y2K update2 and IE
4.01SP2 or later\r\n'98 SE\r\n'Me\r\n'NT4 SP5(or greater) and IE 4.01 SP2 or
later\r\n'2K\r\n\r\n\r\nDim vVerNT, vVer9x, v"...
0051:trace:msi:alloc_msihandle 0x165c70 -> 1
...
0051:fixme:vbscript:VBScriptFactory_CreateInstance ((nil)
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} 0x95de950)
0051:fixme:ole:CoCreateInstance no instance created for interface
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} of class
{b54f3741-5b07-11cf-a4b0-00aa004a55e8}, hres is 0x80004002
0051:Ret ole32.CoCreateInstance() retval=80004002 ret=707b343b
0051:err:msi:call_script Could not instantiate class for Windows Script
0051:trace:msi:AutomationObject_Release (0xc96110/0xc96110)
...
0051:trace:msi:ACTION_CallScript script returned 0
0051:trace:msi:MsiCloseHandle 1
0051:trace:msi:ScriptThread custom action (51) returned 0
0051:trace:msi:MsiCloseAllHandles
...
0026:trace:msi:MSI_EvaluateConditionW 0 <- L"
($MDAC27.C9C35FC7_5AEE_4C1E_8BD2_80ED9FA87FFF = 3) AND (INSTALL_MDAC=1)"
0026:trace:msi:ITERATE_Actions Skipping action:
L"InstallMDAC.C9C35FC7_5AEE_4C1E_8BD2_80ED9FA87FFF" (condition is false)
...
0026:trace:msi:MSI_EvaluateConditionW 1 <- L"(JETVERSIONONSYS < JET_SETUP_VER)
AND ($Jet40Gate.D7C69784_EABE_11D5_A8BE_00B0D0428C0C = 3) And (VersionNT Or
Version9X < 490)"
...
0026:trace:msi:ACTION_PerformUIAction Performing action
(L"LaunchJet40SP6Setup_9XNT_D7C69784_EABE_11D5_A8BE_00B0D0428C0C")
...
0026:trace:msi:ACTION_CustomAction Handling custom action
L"LaunchJet40SP6Setup_9XNT_D7C69784_EABE_11D5_A8BE_00B0D0428C0C" (442
L"Binary_jet40sp6_9xnt.exe" L"/Q:A")
...
--- snip ---
What basically happens is that MS JET40 SP6 gets installed and the required
MDAC 2.7 prerequisite not.
The reason is visible in posted trace log snippet: to determine MDAC install
state, the installer uses VBscript snippet.
Because of non-functional VBScript runtime, the script fails and later leads to
MDAC component not being installed.
When using 'winetricks -q wsh57' the required MDAC install property is set.
Now guess ... the MDAC 2.7 installer claims success but doesn't install
anything ;-)
See: http://msdn.microsoft.com/en-us/library/ms810805.aspx (MDAC 2.7 is part of
Windows XP install).
Winetricks has winver=win2k prerequisite for MDAC installers.
--- snip ---
$ bash winetricks wsh57 win2k
--- snip ---
That still doesn't fix the installer...
Looking further, MDAC 2.7 installer doesn't process install the required
jetfiles.inf/jetfiles.cab (contains mswstr10.dll).
"dasetup.ini" reveals:
--- snip ---
...
[JET_FILES]
Name=Jet Expression Service and String Sorting Libraries
ComponentName=JETES
Catalog=
Dependencies=
InstallType=inf
CabFile=JETFILES.cab
InfFile=JETFILES.inf
InstallSection=DefaultInstall
InstallSection.NT=DefaultInstall.NT
ExtractCab=0
UseRollback=1
RebootAfter=0
ValidOs=7
--- snip ---
At the end of this file comes the solution:
--- snip ---
; ValidOS values
; these can be OR'd together..
; Win95 = 1
; Win98 = 2
; NT4 = 4
; W2K = 8
; Millennium = 16
; Whistler = 32
; All = 4294967295 (0xFFFFFFFF
--- snip ---
So MDAC 2.7 needs to be installed with < Windows 2000 to have missing JET
support files included!
--- snip ---
$ bash winetricks wsh57 nt40
--- snip ---
makes the installer finally work ;-)
I think winetricks needs to be fixed too for old MDAC 2.7 installers (using
"nt40" and not "win2k")
$ sha1sum HallmarkTrialSetup.exe
45fcd71e614491f802a61bb731a02d7d0be92259 HallmarkTrialSetup.exe
$ wine --version
wine-1.3.23-160-g38c13e5
Regards
--
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=24617
Summary: Baldur's Gate (latest patched version) breaks on Wine
1.3.4. Works 100% on 1.3.3
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sarushikaku(a)gmail.com
Running on Arch Linux. Tested by downgrading and upgrading:
Immediately after upgrade:
[aaron@myhost ~]$ wine .wine/drive_c/Program\ Files/Black\ Isle/Baldur\'s\
Gate/baldur.exe
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm":
libmpg123.so.0: cannot open shared object file: No such file or directory
err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm":
libmpg123.so.0: cannot open shared object file: No such file or directory
err:mmdevapi:load_libopenal Couldn't load libopenal.so.1: libopenal.so.1:
cannot open shared object file: No such file or directory
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x8ede914, overlapped 0x8ede918): stub
wine: configuration in '/home/aaron/.wine' has been updated.
fixme:mixer:ALSA_MixerInit No master control found on HDA ATI HDMI, disabling
mixer
wine: Unhandled page fault on write access to 0x00000070 at address 0x7bc46cac
(thread 002b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc46cac
[It doesn't launch at all]
And when downgraded back to 1.3.3 it works normally (which is 100% perfectly).
Please let me know if I can be of more assistance.
--
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=5535
--- Comment #77 from Alex Bradbury <asb(a)asbradbury.org> 2011-07-03 06:32:36 CDT ---
(In reply to comment #76)
> Apologies, the glitches are with opengl, which indeed are present. Also, the
> background below the cursor becomes a black box and leaves a trail, which then
> the game seems to recover from.
It seems likely that bug #22493 for Baldurs Gate 2 describes the same issue
(both games use the same engine and the symptoms are the same).
--
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=5535
--- Comment #76 from Fernando Martins <fernando(a)cmartins.nl> 2011-07-03 06:27:38 CDT ---
Apologies, the glitches are with opengl, which indeed are present. Also, the
background below the cursor becomes a black box and leaves a trail, which then
the game seems to recover from.
--
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=5535
--- Comment #75 from Fernando Martins <fernando(a)cmartins.nl> 2011-07-03 06:20:11 CDT ---
In wine 1.3.23, it worked with VideoMemroySize=16 AND Windows version = NT 4.0.
I did not see the graphical glitches in the last screenshot of the attachments.
32 MB memory did not work; version=Windows 98 and 16MB does not work.
Stefan, I would suggest to check the issue with Alexandre and if indeed there
is no possibility to fix it, then close with WON'T FIX.
--
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=4268
Fernando Martins <fernando(a)cmartins.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fernando(a)cmartins.nl
--- Comment #83 from Fernando Martins <fernando(a)cmartins.nl> 2011-07-03 05:27:33 CDT ---
The bug reporter stated (#81) that they could not test anymore this bug because
of bug http://bugs.winehq.org/show_bug.cgi?id=6789 (I found it through AppDB,
reported for the same application) which has been closed as abandoned (by the
same bug reporter). I would thus suggest to also close this one as 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=5991
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|bunglehead(a)gmail.com |
--
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=13422
Summary: Age of Conan patcher doesn't draw anything
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The patch program for Age of Conan does not draw anything in it's main window;
it's just an empty Window frame containing a part of your desktop/running apps.
The following message is repeated over and over
fixme:xrender:X11DRV_AlphaBlend not a dibsection
In the beginning there is also a mention of an UpdateLayeredWindow stub.
I'll try to gather some more info.
--
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=15376
Summary: Lexware: Fehler bei Selbstregistrierung
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koesterreich(a)gmx.net
Created an attachment (id=16225)
--> (http://bugs.winehq.org/attachment.cgi?id=16225)
screenshot of error-message
At the end of the installation an error-dialog comes up, saying "Die folgenden
Dateien wurden nicht selbstregistriert bzw. ihre Registrierung wurde nicht
aufgehoben"
("The following files were not self-registered resp. their registration was not
dismissed").
Then a list of the files follows and after each file "Modul nicht gefunden"
("Module not found").
List of files:
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\AxBhPage.ocx
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\AxDefPage.ocx
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\AxReisePage.ocx
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\AxUsrMgrDlg.ocx
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\BHKtoUI10.dll
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\LXBStaetteDlg.dll
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\lxframe.dll
C:\Programme\Lexware\Lexware professional\Gemeinsame
Dateien\Framework\LxMper10.dll
And more files
--
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.