https://bugs.winehq.org/show_bug.cgi?id=35891
Bug ID: 35891
Summary: sdb2xml and native setupapi override crash on
unimplemented function apphelp.dll.SdbInitDatabase
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
encountered by Austin's tests with native overrides
(https://bugs.winehq.org/show_bug.cgi?id=26016#c20):
--- quote ---
and crashes with:
wine: Call from 0x7b83a82e to unimplemented function
apphelp.dll.SdbInitDatabase, aborting
if I stub that, it gets further, to SCECLI.dll.SceSetupMoveSecurityFile. That
function doesn't appear to be documented, howver, so I didn't try to do
anything with it. (that's for ie7)
xmllite installs with no issues with native setupapi after SdbInitDatabase was
stubbed. Running it now in a loop.
--- quote ---
I found another interesting tool which makes use of Application Compatibility
Database API's too: 'sdb2xml'
MSDN: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2xml.aspx
$ sha1sum sdb2xml.exe
9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe
28K sdb2xml.exe
$ wine --version
wine-1.7.15-112-g2aad5d7
Regards
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38017
Bug ID: 38017
Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented
function apphelp.dll.SdbGetFirstChild
Product: Wine
Version: 1.7.35
Hardware: x86
URL: http://blogs.msdn.com/b/heaths/archive/2007/11/02/sdb2
xml.aspx
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: austinenglish(a)gmail.com, focht(a)gmx.net
Depends on: 35893
Distribution: ---
Followup to bug 35893
Created a dummy file:
--- snip ---
$ touch foo.sdb
--- snip ---
Run the app:
--- snip ---
$ wine ./sdb2xml.exe foo.sdb
fixme:apphelp:SdbOpenDatabase stub: L"foo.sdb" 00000000
<?xml version="1.0" encoding="IBM437" standalone="yes"?>
<SDB xmlns:xs="http://www.w3.org/2001/XMLSchema" path="foo.sdb"wine: Call from
0x7b83957c to unimplemented function apphelp.dll.SdbGetFirstChild, aborting
--
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.
https://bugs.winehq.org/show_bug.cgi?id=35893
Bug ID: 35893
Summary: sdb2xml (.NET 2.0 app) crashes on unimplemented
function apphelp.dll.SdbOpenDatabase
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet20' (Mono might work too, couldn't test)
Created a dummy file:
--- snip ---
$ touch foo.sdb
--- snip ---
Run the app:
--- snip ---
$ wine ./sdb2xml.exe foo.sdb
fixme:thread:SetThreadStackGuarantee (0x33fc28): stub
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
wine: Call from 0x7b83abc3 to unimplemented function
apphelp.dll.SdbOpenDatabase, aborting
Error: External component has thrown an exception.
fixme:process:FlushProcessWriteBuffers : stub
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb432457%28v=vs.85%29.aspx
--- quote ---
PDB WINAPI SdbOpenDatabase(
_In_ LPCTSTR pwszPath,
_In_ PATH_TYPE eType
);
Parameters
pwszPath [in]
The database path. This parameter cannot be NULL.
eType [in]
The path type. See PATH_TYPE for a list of values.
--- quote ---
There is no ANSI version here, LPCTSTR will be always mapped to LPCWSTR.
Interestingly there seem to be two API functions essentially doing the same:
SdbOpenDatabase -> Windows Vista+, returns 'PDB'
SdbInitDatabase -> Windows XP+, returns 'HSDB'
$ sha1sum sdb2xml.exe
9808bc17a7ea4f43ecdcb11f4e18204805246dbd sdb2xml.exe
$ du -sh sdb2xml.exe
28K sdb2xml.exe
$ wine --version
wine-1.7.15-112-g2aad5d7
Regards
--
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=27944
Summary: DVR CMS SW freezes
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maurelioc(a)astrotec.com.br
The SW attached is a CMS for controlling and viewing images on a DVR (Digital
Video Recording). This type of equipment is very common now in video
surveillance.
The DVRs maybe operated/viewed from a SW in cellular phones, Internet Explorer
with an activex loaded from the DVR and from installable SW called CMS for
Windows OS.
I would apreciate if someone could make it run on Wine.
It installs without error , but when trying to execute the SW freezes.
I can make available a DVR with cameras connected to internet to make tests.
There are other packages to convert videos, play videos , install activex etc.
All chinese made and with minimum documentation. I may send if needed or asked.
Thanks.
Marco Aurelio
--
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=34910
Bug #: 34910
Summary: WinLaunch 0.4.6.1 (OSX Style free Launcher) complains
about missing "%USERPROFILE%\\Application
Data\\Microsoft\\Windows\\Themes\\" directory
Product: Wine
Version: 1.7.6
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says.
Prerequisite: 'winetricks -q dotnet40'
On startup the app displays a message box, stating:
"The directory name C:\\users\\focht\\Application
Data\\Microsoft\\Windows\\Themes\\ is invalid."
It's not serious because you can dismiss the dialog and the app continues to
load.
It seems the folder is present by default within user profile:
http://answers.microsoft.com/en-us/windows/forum/windows_xp-files/all-progr…
--- snip ---
C:\Documents and Settings\Administrator\
..\Desktop
..\Favorites
..\My Documents
..\Start Menu
..\Application Data\Identities
..\Application Data\Identities\{098F3D97-B586-4AAD-812D-38C050112199}
..\Application Data\Microsoft\Internet Explorer
..\Application Data\Microsoft\Media Player
..\Application Data\Microsoft\Windows
..\Application Data\Microsoft\Windows\Themes
..\Application Data\Microsoft\Windows\Themes\Custom.theme
--- snip ---
You can work around by creating the directory:
--- snip ---
$ wine cmd.exe /c mkdir "%USERPROFILE%\\Application
Data\\Microsoft\\Windows\\Themes"
--- snip ---
$ sha1sum WinLaunch.zip
5d79fb1d160354a04548fc7bba1a78012800c59c WinLaunch.zip
$ du -sh WinLaunch.zip
20M WinLaunch.zip
$ wine --version
wine-1.7.6-225-g8c8d5a0
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.
https://bugs.winehq.org/show_bug.cgi?id=38207
Bug ID: 38207
Summary: Unreal Tournament 3 uninstaller fails when invoking
from 'wine uninstaller' (removes wrong entries)
Product: Wine
Version: 1.7.38
Hardware: x86
URL: http://www.gamershell.com/download_21427.shtml
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 51002
--> https://bugs.winehq.org/attachment.cgi?id=51002
terminal output
Steps to reproduce the problem with UT 3 Beta Demo:
1. download and install UT 3 Beta Demo (link provided in URL, installation
takes some time, also installs Physx).
2. when installation is finished close the installer and launch 'wine
uninstaller'
3. for me there are 4 entries in the uninstaller: Ageia Physx, UT 3 Demo, Wine
Gecko and Wine Mono.
4. click on the UT 3 demo entry and select remove-> Gecko is removed instead of
the game.
click on the game entry again and select <Remove> -> Ageia Physx is removed
repeat the same..this time Wine Mono is removed.
Only the game remains in the list and it can be removed finally.
The same problem in Wine 1.4/1.6/1.7.38
wine-1.7.38-34-g11b4200
Fedora 21
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37494
Bug ID: 37494
Summary: Quicken 2014 - Crashes when application starts up
(after working around Promon Shield)
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
Steps to reproduce:
Install dotnet40 (via winetricks).
Afterwards run the Quicken 2014 main installer. Starting the application will
fail with "Quicken 2014 konnte nicht gestartet werden! (Fehler: 0x0000054f)".
That is caused by Promon Shield SDK (bug 37449, bug 37487, bug 37488, ...) and
very difficult to solve, so we disable it for now. Just append
--- snip ---
[DEBUG]
PROMONSHIELD=0
--- snip ---
at the end of (put in your $WINEPREFIX)
$WINEPREFIX/drive_c/users/Public/Application\
Data/Lexware/Quicken/2014/QUICKEN.INI
And the main application (QwStart.exe) will start. After clicking away the
first messagebox (which just says that the application will only run for a
limited time) a short sound plays, and another message box pops up saying
"Allgemeiner Fehler" (= general error). Then the whole application crashes
(including the wine debugger).
Last lines from the terminal output:
--- snip ---
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"LxContextHelpSrv20" (10.0.0.0)
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f548, 0x33f5b8 0x33f550
fixme:advapi:GetCurrentHwProfileA (0x33a3e4) semi-stub
fixme:thread:GetThreadPreferredUILanguages 52, 0x33dae4, 0x33db54 0x33daec
fixme:thread:GetThreadPreferredUILanguages 52, 0x33db58, 0x33dbc8 0x33db60
fixme:thread:SetThreadStackGuarantee (0x33e3ec): stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"DotNetConnect"
fixme:thread:GetThreadPreferredUILanguages 52, 0x33ceb8, 0x33cf28 0x33cec0
fixme:shell:URL_ParseUrl failed to parse L"Lexware.Quicken.DotNetControls"
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
multi-threaded to apartment threaded
fixme:thread:GetThreadPreferredUILanguages 52, 0x33e44c, 0x33e4bc 0x33e454
fixme:msxml:domdoc_get_parseError (0x164718)->(0x33ebc8): creating a dummy
parseError
wine: Unhandled exception 0xc015000f in thread 2a at address 0x7bc42362 (thread
002a), starting debugger...
Can't attach process 0029: error 5
--- snip ---
Installing msxml3 via winetricks doesn't help.
$ du -sh Quicken_2014tb.exe
319M Quicken_2014tb.exe
$ sha1sum Quicken_2014tb.exe
2374d907e2ee568f1f93dba48afd602723dcad6f Quicken_2014tb.exe
$ git describe
wine-1.7.30
--
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=9628
Summary: msiexec command line parsing incorrect
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.ht
ml
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
In bug 9615, the reporter mentioned running the setup program to install the
game does not work.
When running SetupMenu.exe, press the "Install RPG Maker XP" button should
launch the installer. In Wine 0.9.33, pressing that button runs:
msiexec /i c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
In Wine 0.9.34, pressing that button runs:
msiexec c:\path\to\RPG Maker XP\Setup2\RPGXP_102a.msi
The regression is caused by:
commit 54c7b7e81b5542f015dc6e71fc6030ba3919f5d3
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Thu Mar 22 08:20:16 2007 -0500
Revert 7c35db07c35db0... msiexec: Use CommandLineToArgvW instead of
process_args to reduce code duplication.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22658
Summary: Movie Magic Screenwriter 2000 crashes when selecting
Program Options
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=27882)
--> (http://bugs.winehq.org/attachment.cgi?id=27882)
Movie Magic Screenwriter 2000 crash in wine-1.1.44-104-g25d8616
I'm setting the Wine version to 1.1.39 because that's where the regression test
identified the bad patch, but the bug is still present in today's git
(wine-1.1.44-104-g25d8616).
Movie Magic Screenwriter 2000 now crashes when selecting Program Options from
the File menu.
Regression test results:
0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725 is first bad commit
commit 0e0b704f5b48d1c0bba1f1e0b1e37fd77839c725
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 8 17:44:23 2010 +0100
user32: Do not load 16-bit user.exe by default.
:040000 040000 efe35dc6ec566d8677b01e142290dde76d0d73c6
e0a08872768ea3f142cd2d1fedeb8dafa167c05b M dlls
The same patch was identified in bugs 21825 and 21946; both of those bugs were
closed as fixed by commit f3696e489b8b33011b5a32acf330f0684b6d151a.
Reverting the patch identified by the regression test gets rid of the crash,
but the Program Options box still doesn't appear. Instead, the app throws up a
warning that resources are dangerously low and telling me to close some
programs and possibly reboot. So something else is also going on, but I'm
afraid I don't know how to proceed from here to track it down. I'm happy to run
more tests if someone can tell me what to do.
--
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=12297
Summary: Movie Magic Screenwriter 6: Initialization Error
requiring installation of a device driver
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: silverscreenwriter(a)gmail.com
Created an attachment (id=11744)
--> (http://bugs.winehq.org/attachment.cgi?id=11744)
Command line error output
I'm running Fedora Core 8. Kernel is 2.6.24.3-50.
I used Add/Remove Software to install Wine 0.9.56.
I then installed, without issue, Movie Magic Screenwriter 6.0. The program's
start-up icon was copied to my desktop.
When I click on the icon, I get the following message:
Initialization Error: "This software requires installation of device driver
TPkd and a reboot before running. Please reboot or reinstall the software."
The above-mentioned driver is installed at
~/.wine/drive_c/windows/system32/drivers/TPkd.sys
A reinstall and/or reboot has no affect.
When I run it from the command line, there is error output, which I have
attached as a plain text file named "WineError.txt". The first line of the
file displays the command entered to start the program.
If you should need any additional information, please contact me via e-mail.
- Harvey
--
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=32454
Bug #: 32454
Summary: Wine: Johnson Controls Example Visual Basic App fails
at Soap login
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spkellco(a)gmail.com
Classification: Unclassified
Created attachment 42814
--> http://bugs.winehq.org/attachment.cgi?id=42814
VB Source and Binary for MetasysSampleApp.exe
MetasysSampleApp.exe works perfectly under Windows 7 but fail after Login
attempt with the following error. Source and Binary attached.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {88d969c1-f192-11d4-a65f-0040963251e5}
could be created for context 0x1
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0004,0xc0000010,(nil),0x0001,0x00000000,0x32be4c,(nil)):
stub
err:eventlog:ReportEventW L"Loading of the WSDL file failed"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"MSSOAP"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0003,0xc0000010,(nil),0x0001,0x00000000,0x32beb8,(nil)):
stub
err:eventlog:ReportEventW L"An unanticipated error occurred during the
processing of this request."
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--
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=35024
Bug #: 35024
Summary: FEAR Combat (SEC2) installer doesn't display cd
key/serial field
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
reported in WineHQ forums: http://forum.winehq.org/viewtopic.php?f=8&t=20420
This is not a dupe of bug 20456 ("FEAR's installer will not let me enter the
serial number due to wrong font").
The field is not displayed at all.
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=35551
Bug ID: 35551
Summary: RSASecurid: Wine crashed when opening SecurID.exe of
RSA token software
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcirt
Assignee: wine-bugs(a)winehq.org
Reporter: prakashgnana85(a)gmail.com
Classification: Unclassified
Created attachment 47472
--> http://bugs.winehq.org/attachment.cgi?id=47472
Attachment contains the crash details of RSA SecurID.exe execution
While starting the RSA client for soft token generation, wine gets crashed. I
used wine 1.7.8 and command wine SecurID.exe to invoke it . The same is working
in Ubuntu and not Fedora. Could you please help me fix this. Please let me know
if any more information required.
Download site for RSA:
http://india.emc.com/security/rsa-securid/rsa-securid-software-authenticato…
Under DOWNLOADS -> FOR END USERS: -> 32-bit Desktop Application with Note: This
is available as a 32-bit Application only.
I have attached crash report as well.
Thanks
Gnanaprakasam
--
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=35145
Bug ID: 35145
Summary: RSA SecurID software token doesn't run
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dopey(a)moonteeth.com
Classification: Unclassified
Created attachment 46887
--> http://bugs.winehq.org/attachment.cgi?id=46887
backtrace generated by crossover 13.0.1
I've been using wine (specifically with crossover) to run the RSA SecurID
software token software and with crossover 13.0 and higher it will no longer
run. I'll attach the backtrace.
I installed it with the Fedora version of wine (wine-1.7.5) and it also stopped
working. I couldn't figure out how to properly generate a backtrace to compare
to the crossover backtrace so if the crossover one isn't good enough, please
let me know and I'll work on getting one from "stock" wine.
--
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=35122
Bug ID: 35122
Summary: NVIDIA CUDA Toolkit v5.5 installer fails, claiming "An
unknown error has occurred." (failure to return 'url'
property from DOMDocument)
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
The installer is wrapped. Let it unpack first and then CTRL+C when the error
dialog box is shown for easier reproducing.
Run the extracted main installer.
Relevant part of trace log:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/NVIDIA/CUDA
$ WINEDEBUG=+tid,+seh,+relay,+msxml wine ./setup.exe >>log2.txt 2>&1
...
002f:trace:msxml:domdoc_load (0x13b250)->({VT_BSTR:
L"C:\\NVIDIA\\CUDA\\setup.CFG"})
...
002f:trace:msxml:create_moniker_from_url L"C:\\NVIDIA\\CUDA\\setup.CFG"
...
002f:trace:msxml:domdoc_load ret (0)
...
002f:trace:msxml:domdoc_setProperty (0x13b250)->(L"SelectionLanguage" {VT_BSTR:
L"XPath"})
...
002f:trace:msxml:domdoc_get_documentElement (0x13b250)->(0x33f814)
...
<unrelated domdoc stuff>
...
002f:trace:msxml:domelem_get_ownerDocument (0x143c10)->(0x33f394)
002f:Call ntdll.RtlAllocateHeap(00110000,00000000,000000b8) ret=7e21f12f
002f:Ret ntdll.RtlAllocateHeap() retval=00145a00 ret=7e21f12f
002f:trace:msxml:xmldoc_add_refs (0x7cadb248)->(12)
002f:trace:msxml:get_domdoc_from_xmldoc returning iface 0x145a1c
002f:trace:msxml:domdoc_get_url (0x145a00)->(0x33f390)
002f:Call ntdll.RtlAllocateHeap(00110000,00000000,00000028) ret=101e2d58
002f:Ret ntdll.RtlAllocateHeap() retval=00145ac0 ret=101e2d58
002f:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033f33c)
ret=101e6a02
002f:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83a8ef
ip=7b83a8ef tid=002f
002f:trace:seh:raise_exception info[0]=19930520
002f:trace:seh:raise_exception info[1]=0033f358
002f:trace:seh:raise_exception info[2]=102bc340
002f:trace:seh:raise_exception eax=7b826921 ebx=7b8ba000 ecx=19930520
edx=0033f284 esi=0033f328 edi=0033f2f0
002f:trace:seh:raise_exception ebp=0033f2c8 esp=0033f264 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283
...
002f:Call user32.MessageBoxW(00000000,00135288 L"An unknown error has
occurred.",001297e8 L"NVIDIA Install",00010010) ret=004015e9
--- snip ---
The problem seems to be that Wine's msxml fails to return 'url' property for
the DOMDocument. It returns S_FALSE, leaving the out parameter with NULL.
The installer checks the out param != NULL and throws exception.
I'd expect something like 'file:///C:/NVIDIA/CUDA/setup.CFG' (see
create_moniker_from_url).
'winetricks msxml3' obviously works around (until the installer runs into next
Wine bug).
Regards
--
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=34983
Bug #: 34983
Summary: Fellowship One Check-In Application needs
IBackgroundCopyJob::SetDescription method
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says...
Prerequisite: 'winetricks -q dotnet20' in clean 32-bit WINEPREFIX (Mono might
work too)
Trace log doesn't really give it away but running the .NET app with managed
debugger does ...
--- snip ---
$ pwd
$ /home/focht/.wine/drive_c/Program Files/Fellowship Technologies/Fellowship
One Check-in 2.5
$ wine ./AppStart.exe
...
000b:fixme:qmgr:BITS_IBackgroundCopyJob_SetDescription Not implemented
(2a.37): C++ EH exception - code e06d7363 (first chance)
(2a.37): CLR exception - code e0434f4d (first chance)
...
OS Thread Id: 0x37 (4)
ESP EIP
03ade188 7b83a8ef [ComPlusMethodFrameStandaloneCleanup: 03ade188]
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob.SetDescription(System.String)
03ade198 038b68ff
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.CreateCopyJob(Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager
ByRef,
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob
ByRef, System.Guid ByRef, System.String, System.String)
03ade1f0 038b6217
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.Download(System.String,
System.String, System.TimeSpan)
03ade25c 038b47f7
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.IsServerManifestDownloaded()
03ade2a8 038b4050
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.RunDownloader()
03ade2d4 793d7a7b
System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
03ade2dc 793683dd
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object)
03ade2f4 793d7b5c System.Threading.ThreadHelper.ThreadStart()
03ade518 79e88f63 [GCFrame: 03ade518]
...
[BITSDownloader.CreateCopyJob] :
The BITS downloader experienced an unexpected error. It may have been
asked to check job status for a job ID that no longer exists,
or a job that was canceled. The jobID was
'8fe9ce5b-4708-466f-944c-9576252dfb18', the job name was 'Updater job.', and
the description was 'Updater: Download the Server XML File.'.
ERROR: The method or operation is not implemented.
STACK: at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob.SetDescription(String
Val)
at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.CreateCopyJob(IBackgroundCopyManager&
copyManager, IBackgroundCopyJob& copyJob, Guid& jobID, String jobNameKey,
String jobDescriptionKey)
...
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/53e25cb4f60bd2d760a9b2fe8b83de37…
--- snip ---
324 static HRESULT WINAPI BITS_IBackgroundCopyJob_SetDescription(
325 IBackgroundCopyJob2 *iface,
326 LPCWSTR Val)
327 {
328 FIXME("Not implemented\n");
329 return E_NOTIMPL;
330 }
--- snip ---
$ sha1sum fellowshiponecheckin2_5.msi
f038d88910bf3bc108901ff3768f92eb2cc58791 fellowshiponecheckin2_5.msi
$ du -sh fellowshiponecheckin2_5.msi
508K fellowshiponecheckin2_5.msi
$ wine --version
wine-1.7.7-119-g3197262
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=34988
Bug #: 34988
Summary: Fellowship One Check-In Application v2.5 needs
IBackgroundCopyManager::GetJob method
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: qmgr
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says...
Prerequisite: 'winetricks -q dotnet20' in clean 32-bit WINEPREFIX (Mono might
work too)
Additionally: http://bugs.winehq.org/attachment.cgi?id=46619 from bug 34983
(implements IBackgroundCopyJob::SetDescription method)
--- snip ---
$ pwd
$ /home/focht/.wine/drive_c/Program Files/Fellowship Technologies/Fellowship
One Check-in 2.5
$ wine ./AppStart.exe
...
000b:fixme:qmgr:BITS_IBackgroundCopyManager_GetJob Not implemented
...
(2b.34): C++ EH exception - code e06d7363 (first chance)
(2b.34): CLR exception - code e0434f4d (first chance)
OS Thread Id: 0x34 (4)
ESP EIP
03ade184 7b83a8ef [ComPlusMethodFrameGeneric: 03ade184]
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager.GetJob(System.Guid
ByRef,
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob
ByRef)
03ade198 038ba4be
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.GetJobStatus(System.Guid)
03ade208 038ba1f9
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.CheckDownloadCompleteOrError()
03ade260 038b9e62
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.IsPollerIntervalElapsed()
03ade2a8 038b40e3
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.RunDownloader()
03ade2d4 793d7a7b
System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
03ade2dc 793683dd
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object)
03ade2f4 793d7b5c System.Threading.ThreadHelper.ThreadStart()
03ade518 79e88f63 [GCFrame: 03ade518]
[BITSDownloader.GetJobStatus] :
The BITS downloader experienced an unexpected error. It may have been
asked to check job status for a job ID that no longer exists,
or a job that was canceled. The jobID was
'6007e058-335b-41b7-a829-9d17c8b08bd7', the job name was '', and the
description was ''.
ERROR: The method or operation is not implemented.
STACK: at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyManager.GetJob(Guid&
jobID, IBackgroundCopyJob& ppJob)
at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.GetJobStatus(Guid
jobId)
...
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/a7449dbf598c009f4af62c04969dff0f…
--- snip ---
76 static HRESULT WINAPI
BITS_IBackgroundCopyManager_GetJob(IBackgroundCopyManager *iface,
77 REFGUID jobID, IBackgroundCopyJob **ppJob)
78 {
79 FIXME("Not implemented\n");
80 return E_NOTIMPL;
81 }
--- snip ---
$ sha1sum fellowshiponecheckin2_5.msi
f038d88910bf3bc108901ff3768f92eb2cc58791 fellowshiponecheckin2_5.msi
$ du -sh fellowshiponecheckin2_5.msi
508K fellowshiponecheckin2_5.msi
$ wine --version
wine-1.7.7-119-g3197262
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=25746
Summary: Drag & Drop not functioning with Format Factory
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Reece.vanburen(a)gmail.com
Drag & Drop feature not functioning with Format Factory, otherwise the app is
running well.
--
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=29556
Bug #: 29556
Summary: Tiny slider indicators in Audacity
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://audacity.googlecode.com/files/audacity-win-unic
ode-1.3.14.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Regression SHA1: 8a947065dc6cee4f53371346c5a49c63187c62ba
Created attachment 38291
--> http://bugs.winehq.org/attachment.cgi?id=38291
Good and bad screenshots
In Audacity, the slider indicators on some of the effect dialogs are much
smaller than they are on Windows. This is a regression:
8a947065dc6cee4f53371346c5a49c63187c62ba is the first bad commit
commit 8a947065dc6cee4f53371346c5a49c63187c62ba
Author: Bellengé Maxime <maxime.bellenge(a)gmail.com>
Date: Wed Jul 20 14:58:29 2011 +0200
comctl32: Don't reset trackbar thumb on a WM_SIZE message.
:040000 040000 6e5202265372678b3c2589688d8208f67283986a
a402ebe6f1f236d7f7356c679b9254181ec3e57d M dlls
Reverting the patch restored the expected display. No relevant terminal output.
Steps to reproduce:
1. Open an audio file
2. Go to effect -> change speed
--
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.
https://bugs.winehq.org/show_bug.cgi?id=38354
Bug ID: 38354
Summary: Audacity 2.1.0 can't find function in its included
msvcr120
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dgerard(a)gmail.com
Distribution: ---
Created attachment 51198
--> https://bugs.winehq.org/attachment.cgi?id=51198
full command line log from attempting to run Audacity 2.1.0
Audacity 2.1.0 for Windows installs under Wine, but cannot launch. Relevant
lines from command line (after running wine audacity.exe inside the Audacity
directory):
wine: Call from 0x7b83b6ae to unimplemented function msvcr120.dll._except1,
aborting
wine: Unimplemented function msvcr120.dll._except1 called at address 0x7b83b6ae
(thread 0009), starting debugger...
msvcr120.dll is in fact packaged with Audacity, and I've confirmed it's got the
same md5sum as the version with the official Microsoft vcredist_x86.exe.
I am using the Ubuntu Wine PPA version 1.7.38, under Xubuntu 14.04 amd64.
--
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=33582
Bug #: 33582
Summary: Audacity 2.0.3 Unhandled exception; assertion failed
in 32-bit code (0xf7714425)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcgraw5058(a)bellsouth.net
Classification: Unclassified
Created attachment 44460
--> http://bugs.winehq.org/attachment.cgi?id=44460
Backtrace details for Audacity 2.0.3 crash.
Audacity stopped working with recent build(s) of wine. Program crashes and
displays error dialog with details.
System Info:
Wine build: wine-1.5.29
Platform: i386 (WOW64)
Host system: Linux
Host version: 3.5.0-17-generic
--
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=27258
Summary: audacity 1.3.12 run time error r6034
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=34860)
--> (http://bugs.winehq.org/attachment.cgi?id=34860)
Log: audacity runtime error r6034
http://sourceforge.net/projects/audacity/files/audacity-beta/1.3.13/audacit…
$ sha1sum audacity-win-1.3.13.exe
25178e7320ba9f93961fe666dadbc609bc3ed909 audacity-win-1.3.13.exe
audacity is open source, code is available at http://audacity.sourceforge.net/
install audacity and start with wine, then a message box says r6034.
winetricks vcrun2005 works around 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.