http://bugs.winehq.org/show_bug.cgi?id=32564
Bug #: 32564
Summary: Visual Studio 2010 (10.0) Express Edition needs
atl100.dll.AtlAxDialogBoxW
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
found while investigating bug 32562
After clicking "OK" in project creation wizard nothing happens and the
following is shown in console:
--- snip ---
0009:trace:seh:raise_exception code=80000100 flags=1 addr=0x7b83aa77
ip=7b83aa77 tid=0009
0009:trace:seh:raise_exception info[0]=7ec005c0
0009:trace:seh:raise_exception info[1]=7ec0065d
wine: Call from 0x7b83aa77 to unimplemented function
atl100.dll.AtlAxDialogBoxW, aborting
0009:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c
code=80000100 flags=1
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/c0456aea76bcd8ce77d7c91dfc95a5ff…
--- snip ---
21 35 stub AtlAxDialogBoxW
22 36 stub AtlAxDialogBoxA
--- snip ---
Prerequisite: 'winetricks -q dotnet20 dotnet40 windowscodecs corefonts'
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=35084
Bug #: 35084
Summary: Visual Studio 2010 installer fails to install in
64-bit Windows XP WINEPREFIX (claims "Windows XP x64
Service Pack 2 is required")
Product: Wine
Version: 1.7.7
Platform: x86-64
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,
as the summary says.
The installer prerequisite log "dd_depcheck_VC_EXP_100.txt" is pretty verbose,
no need for Wine trace log:
--- snip ---
...
[12/08/13,20:06:38] Windows XP x64 Service Pack 2 is required ==
[12/08/13,20:06:38] This component uses the FileRegVerCheck version check
method. It will compare a given version against the version of a regkey on your
machine.
[12/08/13,20:06:38] Registry key being interrogated:
HKLM,System\CurrentControlSet\Control\Windows; Value: CSDVersion; Version: 512.
[12/08/13,20:06:38] Version on user's machine: 256
[12/08/13,20:06:38] Version to be installed: 512
[12/08/13,20:06:38] Windows XP x64 Service Pack 2 is required == Component to
be installed.
--- snip ---
Setting CSDVersion to 512 in 64-bit prefix allows the installer go further.
Wine uses "Service Pack 3" for 32-bit "Windows XP" setting (=latest).
There is no SP3 for the 64-bit version of Windows XP. XP2 is indeed the latest.
For consistency it would make sense that Wine uses SP2 for 64-bit XP,
indicating highest SP level.
$ sha1sum vc_web.exe
c2d61a5424aa474a169e59199aa2158a858833f6 vc_web.exe
$ du -sh vc_web.exe
3.2M vc_web.exe
$ wine --version
wine-1.7.8-128-g37460b6
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=38528
Bug ID: 38528
Summary: The installer of Visual Studio 2013 (12.0) does not
work reliable
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Stefan.Leichter(a)camLine.com
Distribution: Debian
The installer of Visual Studio 2013 does not work reliable for me. My feeling
is that the load / resource consumption of the system is the factor that makes
the difference. When the load on the system increases the chances for a
successful install are better. If the installer does not work, i start the
Eclipse IDE, than it works most of the time.
Steps for the installation:
0. rm -rf ~/.wine
1. winetricks -q corefonts dotnet45
2. set version to Windows 8.1 via winecfg
3. wine reg add 'HKLM\Software\Microsoft\Internet Explorer' /v 'svcVersion' /t
REG_SZ /d '10.0.9200.16384'
4. wine winexpress_full.exe
--
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=31322
Bug #: 31322
Summary: Remote Tools for Visual Studio 2012 RC for Windows on
ARM (WoA) crashes because TPIDRURW (user TLS register)
TEB value is not preserved by kernel
Product: Wine
Version: 1.5.9
Platform: arm
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,
split off from bug 31308 (see there for details).
TPIDRURW (user TLS register) TEB value is not preserved by kernel (currently
either reset to zero or left with same values across context switches).
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=37915
Bug ID: 37915
Summary: IsWow64Process fix(es) required: 32bit UPlay games do
not launch in a 64Bit prefix when Wine is set to
Vista/Win7
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
While the recent commit
http://source.winehq.org/git/wine.git/commitdiff/bfd088dbc6b4f397d9adfbc11a…
now allows Uplay to launch 64-bit games in a 64-bit prefix when Windows 7 is
selected (and probably Vista and 8), it doesn't help with launching 32-bit
games.
Since #33776 was closed without covering this situation, I'm opening this bug
to cover that use-case here.
Attachment 50492 from #33776
(https://bugs.winehq.org/attachment.cgi?id=50492&action=diff) solves this for
me, but seems to be a work in progress based on what the author has said there.
This issue is also perhaps not specific to Uplay, although I don't know of any
other application affected by the bugs in the existing implementation at this
time (hence the title).
--
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.