http://bugs.winehq.org/show_bug.cgi?id=27133
Summary: WiX 3.5 generates broken MSI files when 2 files of
identical size are added to the same installer
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam(a)robots.org.uk
Created an attachment (id=34643)
--> (http://bugs.winehq.org/attachment.cgi?id=34643)
test case
The attached test case will generate an installer that installs two files to
'ProgramFilesFolder\duplicate file test'.
when run on Windows, the installer works fine. When run under Wine, the
installer installs the contents of file1.txt into file2.txt.
This only happens with Wix 3.5. This version added a feature called "smart
cabbing" that detects duplicate files in an installer and only embeds one copy.
This may be going haywire when run under Wine.
To run the test case, you will need Mono
<http://ftp.novell.com/pub/mono/archive/2.10.2/windows-installer/5/mono-2.10…>
and WiX 3.5 <http://wix.codeplex.com/releases/view/60102#DownloadId=204417>.
You
will need to put WiX's tools in Wine's PATH, or modify build.sh to give the
full path to the WiX tools when it invokes light and candle.
--
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=21259
Summary: Visual C++ 2005 Trial build hangs on first run after a
reboot
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=25560)
--> (http://bugs.winehq.org/attachment.cgi?id=25560)
Shell script to download an example project, install Visual C++ 2005 trial, and
build the project.
Visual C++ can build projects from the commandline with
devenv projectname.sln /build Debug
but oddly, the first time you try this on Wine, it hangs.
^C and rerunning fixes it. After the ^C, you can see
mspdbsrv.exe -start -spawn
running, so evidently the first run spawned the
pdb service but then stumbled trying to connect to it;
the second run connected fine.
I'll attach a canned script that reproduces the problem from scratch.
--
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=34045
Bug #: 34045
Summary: Gray Matter demo needs .NET Framework and DirectX for
launching
Product: Wine
Version: 1.6-rc5
Platform: x86
URL: http://www.fileplanet.com/217641/210000/fileinfo/Gray-
Matter-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45246
--> http://bugs.winehq.org/attachment.cgi?id=45246
config-log
Demo installs .NET Framework. No version showing. At the end of installation
has failed with that. I did installation manually from winetricks ver. 2.0 and
run config.exe
(see config log and pic)
I can't change the settings because of text in drop-down menus is missing.
Installation of Directx is solving this only partially.
--
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=33421
Bug #: 33421
Summary: Cypress PSoCCreator Installer fails with "You have
insufficient privileges to run CyInstaller..."
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: terry(a)maximatcher.com
Classification: Unclassified
wine-1.5.28-114-g60faef8
PSoCCreatorSetup_2.2_cp5.exe
wine runs the extractor, starts the PSoCCreator InstallShield Wizard, then
throws the error window with "You have insufficient privileges to run
CyInstaller. Please contact you(sic) administrator. CyInstaller will now exit"
--
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=48256
Bug ID: 48256
Summary: pwsh.exe (powershell) crashes after 20~50 sec:
System.EntryPointNotFoundException: Unable to find an
entry point named 'FreeAddrInfoEx' in DLL
'ws2_32.dll'.
Product: Wine
Version: 4.21
Hardware: x86
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v6.1.6/PowerShell-6.1.6-win-x64.zip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
See below. Just start pswh.exe and wait a while (or type anything)
I don`t know if FreeAddrInfoEx is exactly same as FreeAddrInfoExW so if it can
just be forwarded, so if anyone who knows more about winsock could fix this bug
that would be nice (note: FreeAddrInfoEx entry is present in win7 ws2_32)
Error in console:
An error has occurred that was not properly handled. Additional information is
shown below. The PowerShell process will exit.
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an
entry point named 'FreeAddrInfoEx' in DLL 'ws2_32.dll'.
at Interop.Winsock.FreeAddrInfoEx(AddressInfoEx* pAddrInfo)
at
System.Net.NameResolutionPal.GetAddrInfoExContext.FreeContext(GetAddrInfoExContext*
context)
at System.Net.NameResolutionPal.ProcessResult(SocketError errorCode,
GetAddrInfoExContext* context)
at System.Net.NameResolutionPal.GetAddressInfoExCallback(Int32 error, Int32
bytes, NativeOverlapped* overlapped)
003c:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
003c:fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x00000402,(nil),0x0001,0x00000000,0x1ba0d600,(nil)):
stub
003c:err:eventlog:ReportEventW L"Application: pwsh.exe\nCoreCLR Version:
4.6.28008.1\nDescription: The process was terminated due to an unhandled
exception.\nException Info: System.EntryPointNotFoundException: Unable to find
an entry point named 'FreeAddrInfoEx' in DLL 'ws2_32.dll'.\r\n at
Interop.Winsock.FreeAddrInfoE"...
--
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=41911
Bug ID: 41911
Summary: Studio One 3 fails to launch because of missing
FindNLSStringEx implementation
Product: Wine
Version: 1.9.24
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: meerkatanonymous(a)gmail.com
Distribution: ---
Studio One 3 fails to launch because of this error:
wine: Call from 0x7bc6159c to unimplemented function
KERNEL32.dll.FindNLSStringEx, 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.