http://bugs.winehq.org/show_bug.cgi?id=16697
Summary: HyperChem 8.0.x's licensing system fails to properly
generate a 'locking code,' preventing program usage
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://www.hyper.com/Download/tabid/357/Default.aspx
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
HyperChem 8.0.6 Evaluation requires the user to enter a provided license code
in order to generate a locking code, which is sent via email to the authors for
a trial license key. However, a proper locking code (0-0) isn't generated, thus
prohibiting program usage.
Reproduce:
1. Download HyperChem 8.0.6.
2. Copy mfc40.dll from a Windows installation.
3. Launch the setup and pick "standalone," then "software-license."
4. Use the serial number provided on their website.
5. Launch chem.exe; it will ask you to launch the activator, which generates a
locking code of 0-0.
--
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=20776
Summary: 3DMark Vantage: your graphics card doesn't support
DirectX 10
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.futuremark.com/benchmarks/3dmarkvantage/dow
nload/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Now that bug 18852 is fixed, 3DMark Vantage runs, but when starting the
benchmark it says: your graphics card doesn't support DirectX 10
fixme:dxgi:dxgi_device_init Ignoring adapter type.
fixme:d3d10core:d3d10_device_CreateQuery iface 0x1779dc, desc 0x33a1f4, query
0x33a358 stub!
To install:
sh winetricks win2k vcrun2005sp1
sh winetricks vista
wine 3dmark_vantage_v101_0906a.exe
--
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=20110
Summary: Visual C++ 2005 Express SP1 install fails
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://download.microsoft.com/download/7/7/3/7737290f-
98e8-45bf-9075-85cc6ae34bf1/VS80sp1-KB926748-X86-INTL.
exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Bug 19502 is about Visual C++ 2005 SP1 [not express] install failing.
Since the express apps are easier to download and install, I figured
it was worth having a separate bug. If the problem turns out to
be the same, we'll merge the bugs.)
http://download.microsoft.com/download/7/7/3/7737290f-98e8-45bf-9075-85cc6a…
(sha1sum 8b9a0172efad64774aa122f29e093ad2043b308d)
fails to install. To reproduce:
wget http://winezeug.googlecode.com/svn/trunk/winetricks
sh winetricks -q vc2005express
sh winetricks vc2005expresssp1
It crashes soon after
trace:msi:MsiGetFileVersionW
L"C:\\windows\\Microsoft.NET\\Framework\\URTInstallPath\\al.exe" (nil) 0 (nil)
0
in msi's find_published_source() on the line
mi->volume_label = msi_realloc(mi->volume_label, ++volumesz * sizeof(WCHAR));
because mi->volume_label was NULL, and evidently realloc doesn't alloc in that
case. If you change that to read
sizeof(WCHAR));
mi->volume_label = mi->volume_label ? msi_realloc(mi->volume_label,
++volumesz * sizeof(WCHAR)) : msi_alloc(++volumesz * sizeof(WCHAR));
it gets very slightly farther and fails with
err:msi:ACTION_InstallFiles compressed file wasn't extracted
(L"C:\\windows\\Microsoft.NET\\Framework\\URTInstallPath\\al.exe")
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1603
Calling MSI for now, might be something else.
--
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=27067
Summary: Drake of the 99 Dragons needs
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@st
d@@V?$allocator@D@2@@std@@AAEX_N@Z
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Unhandled exception: unimplemented function
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@
called in 32-bit code (0x7b839282).
qdvd needs to be registered in order bypass the crash when the movies play but
they don't show.
with msvcp60 it works.
--
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=27303
Summary: QQMusic2011 installer needs atl80.dll
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1. Download QQmusic installer
$ wget http://dl_dir.qq.com/music/clntupate/QQMusic2011.exe
2. install vcrun6, works around http://bugs.winehq.org/show_bug.cgi?id=27067 (
Drake of the 99 Dragons needs
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z
)
$ winetricks -q vcrun6
3. install QQMusic2011
$ wine QQMusic2011.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.ATL" (8.0.50727.4053)
err:module:import_dll Library ATL80.DLL (which is needed by L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusicCvtData.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusicCvtData.exe" failed, status c0000135
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.ATL" (8.0.50727.4053)
err:module:import_dll Library ATL80.DLL (which is needed by L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusicCvtData.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Tencent\\QQMusic\\QQMusicCvtData.exe" failed, status c0000135
err:ole:CoGetClassObject class {1dabf8d5-8430-4985-9b7f-a30e53d709b3} not
registered
err:ole:CoGetClassObject class {1dabf8d5-8430-4985-9b7f-a30e53d709b3} not
registered
err:ole:create_server class {1dabf8d5-8430-4985-9b7f-a30e53d709b3} not
registered
See attachment for full log.
Is there any way to work around? register a native atl80.dll will cause run
time error r6034, is that a bug?
Thanks!
--
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=27304
Summary: QQMusic2011
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34923)
--> (http://bugs.winehq.org/attachment.cgi?id=34923)
Log: start QQMusic
1. Download QQmusic installer
$ wget http://dl_dir.qq.com/music/clntupate/QQMusic2011.exe
2. install vcrun6, works around http://bugs.winehq.org/show_bug.cgi?id=27067 (
Drake of the 99 Dragons needs
msvcp60.dll.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z
)
$ winetricks -q vcrun6
3. install QQMusic2011
$ wine QQMusic2011.exe
4. set msvcrt overriding to "builtin", works around winetricks Issue 81:
QQmusic call unimplemented function msvcrt.dll._snwprintf_s if native vcrun6 is
installed by winetricks
5. start QQMusic:
$ cd ~/.wine/drive_c/Program Files/Tencent/QQMusic
$ wine QQMusic.exe
After a while an error message dialog says QQMusic has to close, see attachment
for full log.
There is a bug about QQMusic installer: Bug 27303 - QQMusic2011 installer needs
atl80.dll
--
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=27575
Summary: QQMusic installer needs
msvcp60.dll.??9std@@YA_NABV?$basic_string@DU?$char_tra
its@D@std@@V?$allocator@D@2@@0@PBD@Z
Product: Wine
Version: 1.3.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
1 Download installer of QQMusic from:
http://dl_dir.qq.com/music/clntupate/QQMusic2011.exe
2. start with wine
$ wine QQMusic2011.exe
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
wine: Call from 0x7b839c02 to unimplemented function
msvcp60.dll.??9std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z,
aborting
wine: Unimplemented function
msvcp60.dll.??9std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
called at address 0x7b839c02 (thread 0009), starting debugger...
Unhandled exception: unimplemented function
msvcp60.dll.??9std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@PBD@Z
called in 32-bit code (0x7b839c02).
--
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=19581
Summary: Visual Studio 2005: "cl : Command line error D8022 :
cannot open 'foo.rsp' "
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install Visual Studio 2005 trial
Try to create new project, notice the dialog doesn't work usably
winetricks ie6
Create new project again using existing .c file
Try to compile
Get error
cl : Command line error D8022 : cannot open 'foo.rsp'
ls -l foo.rsp shows it was created with unix permissions 000!
chmod doesn't help, the next build uses a new random foo filename.
--
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=19502
Summary: Visual Studio 2005 SP1 install seems to fail
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
ID=bb4a75ab-e2d4-4c96-b39d-37baf6b5b1dc
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
First install visual studio 2005 (I used the 90 day trial, but the 180 day team
trial will do, too) doing
sh winetricks -q vcrun6 dotnet20 msxml6
first as described in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4494
Then download SP1 VS80sp1-KB926601-X86-ENU.exe from
http://www.microsoft.com/downloads/details.aspx?FamilyID=bb4a75ab-e2d4-4c96…
It puts up an extracting dialog, thinks a while, then seems to abort with
the dialog
"To install this product, please run Setup.exe. For other installation
options, see the Installation section of ReadMe.htm."
which is funny considering there's no setup.exe (the .exe contains an .msp,
no setup.exe).
Since this is an .msp patch, I wouldn't be surprised if this
were caused by a bug in our msi implementation.
There are quite a few err's and warn's:
$ grep err: log3 | sort | uniq -c
1 err:msi:ACTION_CallDllFunction failed to load dll
L"C:\\windows\\temp\\msi1718.tmp"
1 err:msi:ACTION_CallDllFunction failed to load dll
L"C:\\windows\\temp\\msi171c.tmp"
18957 err:msidb:msi_table_load_transform insert row failed
313 err:msidb:msi_table_load_transform no matching row to transform
1 err:msi:ITERATE_Actions Execution halted, action
L"CA_LaunchCondition_4.3643236F_FC70_11D3_A536_0090278A1BB8" returned 1627
$ grep warn: log3 | sort | uniq -c
7 warn:msidb:read_stream_data open stream failed r = 80030002 - empty
table?
4 warn:msidb:STREAMS_set_row failed to write stream data: 1627
3 warn:msidb:TABLE_CreateView table not found
1 warn:msidb:WHERE_VerifyCondition Couldn't find column L"To"
4 warn:msidb:write_stream_data open stream failed r = 80030005
--
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=27987
Summary: vc2005trial install failed: err:msi:ITERATE_Actions
Execution halted
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35823)
--> (http://bugs.winehq.org/attachment.cgi?id=35823)
Log: install vc2005 trial
$ wine --version
wine-1.3.25-406-g89dcf22
$ winetricks -q vc2005trial
At the end of the installation, a message box says:
""" Microsoft Visual Studio 2005 Team Suite - ENU has encountered a problem
during setup.
Setuo did not complete correctly. """
Below is some of the log:
---
err:msi:ITERATE_Actions Execution halted, action
L"CA_RollbackHelpTransaction.3643236F_FC70_11D3_A536_0090278A1BB8" returned
1603
---
vc2005trial install completed, but installed file
/home/fracting/.local/share/wineprefixes/vc2005trial/dosdevices/c:/Program
Files/Microsoft Visual Studio 8/Common7/IDE/devenv.exe not found
---
full log is attached.
--
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.