http://bugs.winehq.org/show_bug.cgi?id=33320
Bug #: 33320
Summary: WinRT/ARM port of Audacity needs
msvcp110.dll.??0id@locale@std@@QAA@I@Z
Product: Wine
Version: 1.5.27
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine ./Audacity.exe
wine: Call from 0x403a4164 to unimplemented function
msvcp110.dll.??0id@locale@std@@QAA@I@Z, aborting
err:module:attach_process_dlls "wxbase28u_vc_custom.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\linaro\\wine-apps\\audacity\\Audacity\\Audacity.exe" failed, status
80000100
--- snip ---
I found a nice online demangler that supports both, g++ and msvc++ demangling
scheme: http://slush.warosu.org/c++filtjs/
??0id@locale@std@@QAA@I@Z -> public: __cdecl std::locale::id::id(unsigned int)
>From C++ standard documentation:
--- quote ---
The id class provides facets with an index used to identify them. Every facet
class must define a public static member locale::id, or be derived from a facet
that provides this member, otherwise the facet cannot be used in a locale. The
locale::id ensures that each class type gets a unique identifier.
--- quote ---
I'm a bit curious why Microsoft's std::locale::id class has an explicit
constructor with init? value.
The id needs to be unique for each kind of facet.
Nathan C. Myers article about standard C++ locale implementation at
http://www.cantrip.org/locale.html states that constructor based initialization
for std::locale::id is not advised:
--- quote ---
Recall that each facet type contains a static member of type locale::id. Thus,
there is one static instance per facet type. The default constructor id()
(carefully) does not initialize the member index_. Because "static
constructors" are called at times that are (for most practical purposes)
random, they may be called after the value has already been used, so it is
essential that initialization not depend on a constructor. The members of each
static instance are reliably set to zero by the program loader, and remain zero
until they are set to something else.
...
The [locale template] constructor begins by copying the implementation vector
from other, which increments all the facet reference counts. Then it sets
Facet::id.index_ to assign the facet an identity if it has none yet, and (if
necessary) grows the new vector to fit. Finally, it installs the new facet,
being careful to keep the reference counts right. Thus, the id::index_ member
is zero until it is actually used, and it is considered used only when a locale
object exists which contains the facet that owns it.
--- quote ---
So it seems Microsoft moves in mysterious ways as always ;-)
$ wine --version
wine-1.5.27-123-g2c2cf10
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=33196
Bug #: 33196
Summary: Multiple applications ported to WinRT/ARM require
MSVCP110.dll (Audacity)
Product: Wine
Version: 1.5.25
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine ./Audacity.exe
err:module:import_dll Library MSVCP110.dll (which is needed by
L"Z:\\home\\linaro\\wine-apps\\audacity\\Audacity\\wxbase28u_vc_custom.dll")
not found
...
--- snip ---
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=22124
Summary: BartPE: crashes when trying to make "Build"
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lxandr(a)ua.fm
Created an attachment (id=26980)
--> (http://bugs.winehq.org/attachment.cgi?id=26980)
terminal output
I launch "pebuilder.exe", everything goes fine. But when I press "Build" button
after a few seconds (screenshot1) application crashes (screenshot2).
Looks like there are some issues with registry creation, .inf files parsing
functions, etc.
Tested and didn't worked in any of these combinations: pebuilder 3.1.10a,
3.1.10; building PE from windows 2003 sp2, windows xp sp3.
Wine is installed from http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu
repository.
A few Wine updates earlier the problem still existed.
BartPE can be downloaded from here:
http://www.nu2.nu/pebuilder/#download
--
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=28729
Bug #: 28729
Summary: EasyBCD: bcdedit complains about lack of privileges
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrea.lazzarotto(a)gmail.com
Classification: Unclassified
I tried to use two softwares which make use of bcdedit.exe. Those are:
EasyBCD - http://neosmart.net/dl.php?id=1 (free non-commercial version)
Sardu - http://www.sarducd.it/
Both of them use bcdedit.exe in order to open bcd files, such as those present
on Windows Recovery discs. In both cases I get the same error message, which
should be this:
"Privilege not held"
(my system is in Italian so I'm not sure about the exact words)
Of course Wine doesn't have a BCD file, but EasyBCD asks me if I want to open
one and when I point it to the location I get the error.
--
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=29529
Bug #: 29529
Summary: Magical Jelly Bean Keyfinder: Cannot load Hive, says
"path not found".
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply run Magical Jelly Bean keyfinder in Wine 1.3.35 (or any version before
that, I'm pretty sure), and try to load a hive (A hive is a binary file that
Windows uses to store registry keys, as opposed to a text file such as a *.reg
file containing registry keys in ASCII text.). It won't work. This is using
Magical Jelly Bean Keyfinder version 2.0.8.
Click on tools, and then go to "Load Hive..." An error message pops up saying
"Can't load registry hive from: ...
Path not found"
No terminal output.
The goal is to get Keyfinder to load /WINDOWS/System32/config/SOFTWARE.
Note: when you tell it to load a hive, it automatically appends
system32\config\software to the path you give. So if you tell it to load
~\windows\system32\config, it will look for
~\windows\system32\config\system32\config\software (which doesn't exist, or at
least shouldn't).
I have tried copying the config folder to the desktop and renaming everything
in the path to be all lowercase (the error message prints the path in all
lowercase, so I thought that might help it.), doesn't help.
Cheers,
Jake
--
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=29461
Bug #: 29461
Summary: BurnPlot fails to start without native oleaut32
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://download.imgburn.com/BurnPlot_1.0.1.5.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
I guess this should be separate from the wshom issue in bug 28605...
BurnPlot fails to start after using 'winetricks vb6run wsh57' to get msvbvm60
and work around the aforementioned bug. It pops up an error dialog which says:
Run-time error '438':
Object doesn't support this property or method
Workaround: winetricks native_oleaut32
Terminal output is seven lines of:
fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for
{33ad4ed2-6699-11cf-b70c-00aa0060d393}
--
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=34902
Bug #: 34902
Summary: Ableton Live 9 Suite v9.0.x (64-bit) crashes on
startup, needs msvcr90.dll._vsprintf_l
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
reported in forum.
--- snip ---
$ pwd
/home/focht/.wine/drive_c/users/Public/Application Data/Ableton/Live 9
Suite/Program
$ file *.{dll,exe}
Ableton Live Engine.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
VideoExportMMF.dll: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
Ableton Live 9 Suite.exe: PE32+ executable (GUI) x86-64, for MS Windows
InstallHelper.exe: PE32+ executable (console) x86-64, for MS Windows
$ wine ./Ableton\ Live\ 9\ Suite.exe
...
fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0x23f060 1 C) semi-stub
wine: Call from 0x7b849f8f to unimplemented function msvcr90.dll._vsprintf_l,
aborting
fixme:seh:__CxxFrameHandler 0x23f430 23f930 0x23e6b0 0x23eb80: not implemented
fixme:seh:__CxxFrameHandler 0x23f430 23fa40 0x23e6b0 0x23eb80: not implemented
wine: Unimplemented function msvcr90.dll._vsprintf_l called at address
0x7b849f8f (thread 0024), starting debugger...
...
Modules:
Module Address Debug info Name (100 modules)
PE 400000- 67f2000 Export ableton live 9 suite
PE 5d360000- 5d36d000 Deferred mfc90enu
PE 78e10000- 792f9000 Export mfc90u
ELF 7b800000- 7bc82000 Dwarf kernel32<elf>
\-PE 7b820000- 7bc82000 \ kernel32
ELF 7be00000- 7c103000 Dwarf <wine-loader>
...
Threads:
process tid prio (all id:s are in hex)
...
00000023 (D) C:\users\Public\Application Data\Ableton\Live 9
Suite\Program\Ableton Live 9 Suite.exe
00000024 0 <==
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/3bb2c11757156223be0f8a22f3b377b0…
--- snip ---
1116 @ stub _vsprintf_l
--- snip ---
$ sha1sum Setup.msi
7285fbd9c8db10ac25eb996578448dcae2b2fb73 Setup.msi
$ du -sh Setup.msi
676M Setup.msi
$ wine --version
wine-1.7.6-202-gc7274f1
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=34064
Bug #: 34064
Summary: Adobe CS4 installer fails
Product: Wine
Version: 1.6-rc5
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45280
--> http://bugs.winehq.org/attachment.cgi?id=45280
wine-1.6-rc5 console output
Working around Bug 18070, the installer for Adobe CS4 fails.
It used to work but due to Bug 34063 a bisect would take about a month. I will
update when it is complete.
"winetricks ie6" appears to take the installer further (both the application
and Wine logs are larger) but the same failure occurs: failed to install
Photoshop CS4 (and another component).
--
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.