http://bugs.winehq.org/show_bug.cgi?id=33140
Bug #: 33140
Summary: Photos opened in Nikon Capture NX 2.4 have inverted
red and blue channel for displaying.
Product: Wine
Version: 1.5.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noxx(a)free.fr
Classification: Unclassified
Created attachment 43839
--> http://bugs.winehq.org/attachment.cgi?id=43839
Screenshot with inverted red/blue opened photo and properly displayed
thumbnails (on the left)
When I open a photo (NEF or JPG) in Capture NX 2.4, the picture looks great,
except the blue and the red channels are inverted (see attachement).
The rest seems to work good enough to be used everyday (including the
thumbnails and UI, that are displayed with the right colors).
Working on this photo and saving it give a file with right colors (if not
opened in Capture NX and Wine of course).
Originals files have been tested with others softwares (Showfoto, aftershot
pro...) to be sure the matter doesn't come from file.
The install of Capture NX 2 was done as following :
- Forced 32 bits prefix (I'm on Ubuntu 64 bits)
- Regedit before install :
HKEY_CURRENT_USER\Software\Wine\X11 Driver\ClientSideWithRender=N
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\OnlyUseLatestCLR=dword:00000001
- winetricks dotnet20sp2 dotnet40 gdiplus mfc40 mfc42 vcrun2010
- install the demo version (entering serial key also work)
I use Ubuntu 12.10 64bit and have an AMD graphic card with catalyst driver.
Tell if you need any other info about this bug or my config.
I hope I fill the bug righty as the wiki.winehq.org is down actually
--
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=12414
Summary: Nikon Capture NX does not start
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sciamano(a)iwcdesign.com
Created an attachment (id=11932)
--> (http://bugs.winehq.org/attachment.cgi?id=11932)
Terminal output of the errors Nikon Capture NX 1.3 gives when launched
Running Kubuntu Linux Gutsy Gibbon (7.10) on a Pentium4 2.4GHz and 2Gb of RAM.
Nikon Capture 1.3 installs correctly but won't start.
Terminal log 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.
https://bugs.winehq.org/show_bug.cgi?id=49896
Bug ID: 49896
Summary: Desktop Goose 0.3 crashes attempting to load an
assembly
Product: Wine
Version: 5.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gerbilsoft(a)gerbilsoft.com
Distribution: ---
Created attachment 68252
--> https://bugs.winehq.org/attachment.cgi?id=68252
DesktopGoose v0.3 backtrace
Desktop Goose v0.3 crashes on startup while attempting to load an assembly.
https://samperson.itch.io/desktop-goose
Using wine-staging 5.17 and wine-mono 5.1.0.
--
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=50279
Bug ID: 50279
Summary: Registration free COM
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bvandermerwe(a)kbcat.com
Distribution: ---
Created attachment 68829
--> https://bugs.winehq.org/attachment.cgi?id=68829
Appx.exe.manifest
At first I thought wine does not support registration free COM, but according
to bug 25340 it does, and should be working. However, it does not work in some
situations.
Consider a 32 bit Windows application (composed of one small EXE and many
linked DLLs), which has the attached manifest file embedded via:
mt.exe /manifest Appx.exe.manifest /outputresource:Appx.exe;#1
Now in the 32 bit application you have this C++ code:
hr = ::CoCreateInstance(CLSID_KCUnitop, NULL, CLSCTX_INPROC_SERVER,
IID_IKCUnitopSimulation, (void**)&m_pKCHunitopSimulation);
Then it fails saying the component is not registered. CLSID_KCUnitop comes
from:
MIDL_DEFINE_GUID(CLSID,
CLSID_KCUnitop,0xC4203DFD,0x03FA,0x11D3,0x9B,0xC7,0x00,0x50,0x04,0x09,0xFB,0x41);
This corresponds to the second comclass entry in the manifest file:
<file name="kcunitop.dll">
<comClass clsid="{27345ECA-2B0E-11D3-BF76-0090271CC18F}"
threadingModel="Apartment"/>
<comClass clsid="{C4203DFD-03FA-11D3-9BC7-00500409FB41}"
threadingModel="Apartment"/>
</file>
Registering the dll first using 'regsvr32 kcunitop.dll' does work around the
issue.
Sadly, I cannot provide the entire application. Perhaps the person who works on
this component can read through this and go "Ah we need to check for more than
one comClass entry" or "Oh you have curly brackets which we need to ignore" or
"Ah the #1 is causing it to not find the manifest" or "The leading 0 is
causing isses". (one can hope :-) )
I tried wine 5.0 onwards through 6.0 and the behavior is the same in all of
them.
--
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=50426
Bug ID: 50426
Summary: error: redefinition of typedef ‘NDIS_STATUS’
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ndis.sys
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 69044
--> https://bugs.winehq.org/attachment.cgi?id=69044
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
applying patches:
https://bugs.winehq.org/show_bug.cgi?id=47907#c12https://bugs.winehq.org/show_bug.cgi?id=50423#c1
config line:
configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --with-x
--libdir=/usr/lib32 CFLAGS="-O2 -march=i686 -mtune=i686"
Compiling wine-6.0-rc4 fails with:
error: redefinition of typedef ‘NDIS_STATUS’
error: previous declaration of ‘NDIS_STATUS’ was here
error: redefinition of typedef ‘PNDIS_STATUS’
error: previous declaration of ‘PNDIS_STATUS’ was here
--
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=50463
Bug ID: 50463
Summary: winetricks dotnet30sp1 fails to install XpsFilt.dll
Product: Wine
Version: 6.0-rc5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Followup to bug 49831.
winetricks -q dotnet30sp1 now finishes, but this dll no longer gets installed
(it does get installed with wine-5.0):
warning: dotnet30sp1 install completed, but installed file
/home/austin/.wine/dosdevices/c:/windows/system32/XpsFilt.dll not found
I'm not sure what commit broke it, since the ntdll PE conversion broke things
for a while, and the wintrust regression from 49831 really blur things.
--
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=32099
Bug #: 32099
Summary: Adventure Game Studio 3.2 Crashes on start with C++
Runtime Error
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Classification: Unclassified
Created attachment 42318
--> http://bugs.winehq.org/attachment.cgi?id=42318
error message
Adventure Game Studio 3.2 Crashes on start with C++ Runtime Error. It shows the
same error dialogue box (see screenshot) twice then hangs with this in the
terminal:
err:module:find_forwarded_export module not found for forward
'msvcm80.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ'
used by L"C:\\windows\\system32\\msvcm90.dll"
err:module:find_forwarded_export module not found for forward
'msvcm80.?RegisterModuleUninitializer@<CrtImplementationDetails>@@YAXP$AAVEventHandler@System@@@Z'
used by L"C:\\windows\\system32\\msvcm90.dll"
wine: Call from 0x7bc4c1f0 to unimplemented function
msvcm90.dll.?DoDllLanguageSupportValidation@<CrtImplementationDetails>@@YAXXZ,
aborting
err:seh:setup_exception_record stack overflow 1900 bytes in thread 0009 eip
7bc554d3 esp 00230bc4 stack 0x230000-0x231000-0x330000
Adventure Game Studio 3.2 can be downloaded from:
http://www.adventuregamestudio.co.uk/AGS.aspx
--
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=36473
Bug ID: 36473
Summary: SketchUp Make 2014: welcome dialog opens some web
content in external browser
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ryan(a)nardis.ca
Ubuntu 14.04, Wine version 1.7.18 and wine-gecko version 2.24 from the
ubuntu-wine PPA.
Starting SketchUp Make 2014 for the first or second time, I should see the
first-time welcome page [1] embedded in the Welcome dialog. Instead, two
instances of my native (Linux) browser open to that page, and the embedded
content is from a local source [2].
[1] http://help.sketchup.com/en/in-product/2014/make/ww/initial
[2]
file:///C:/Program%20/Files/SketchUp/SketchUp%202014/Resources/en-US/welcomescreen/learntabmakeevalinitialrun.html
On subsequent runs (starting from the third) the content changes depending on
how much time remains on the evaluation license, but the behaviour is the same.
Starting SketchUp with more than half the evaluation time remaining, I get two
instances of [3] in my native browser, and [4] in the embed.
[3] http://help.sketchup.com/en/in-product/2014/make/ww/first-half
[4]
file:///C:/Program%20Files/SketchUp/SketchUp%202014/Resources/en-US/welcomescreen/learntabmakeevalfirsthalf.html
Installing ie7 or ie8 via winetricks and overriding only urlmon makes it work
properly, so setting component to urlmon.
--
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.