http://bugs.winehq.org/show_bug.cgi?id=11610
Summary: Microsoft Virtual Earth 3D beta fails to install
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10817)
--> (http://bugs.winehq.org/attachment.cgi?id=10817)
Backtrace in current git
Microsoft Virtual Earth 3D beta fails to install, because of missing gdiplus
functions:
gdiplus.dll.GdipDrawImageRectI
gdiplus.dll.GdipDrawImageRectRectI
gdiplus.dll.GdipDrawLinesI
winetricks gdiplus works around this, then the installer hangs...Backtrace
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.
http://bugs.winehq.org/show_bug.cgi?id=11517
Summary: Microsoft Virtual Earth 3D beta fails to install
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Microsoft Virtual Earth 3D beta fails to install, there is an OLE error and an
X11 bitmap error in the console
--
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=15070
Summary: HxD cant find Internetupdate
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
URL: http://mh-nexus.de/de/hxd
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=15741)
--> (http://bugs.winehq.org/attachment.cgi?id=15741)
wininet trace
The Function HttpQueryInfoW returns False in Wine with lpdwIndex=1 in XP it
returns True with lpdwIndex=0.
Sample Delphi Code:
HttpQueryInfo(hRequest, HTTP_QUERY_STATUS_CODE, @Result[1], len, dummy)
[len and dummy are 0]
The attachment contains a Trace with WINEDEBUG=wininet and improved
TRACE-Functions by me:
TRACE("(%p, 0x%08x)--> %d with lpdwIndex=%d (Adress) and value=%d\n",
hHttpRequest, dwInfoLevel, dwInfoLevel, lpdwIndex, *lpdwIndex);
--
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=14040
Summary: Microsoft Virtual Earth 3D beta inner installer aborts
when reading registry
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer, patch
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[Copied from
To get past bugs 11517 and 14035, do 'winetricks gdiplus dotnet20'
(though that might not download the right service pack level of .net?)
Then download VirtualEarth3D.msi from
http://go.microsoft.com/fwlink/?LinkId=106129
and install that instead of the outer installer.
+relay,+msi shows that VirtualEarth3D.msi aborts shortly after
checking for a com object
Anastasius Focht wrote:
the cause of the failure is due to unsupported access flags.
0037:Call advapi32.RegCreateKeyExW(80000000,100138e0
L"CLSID\\{0DB074F0-617E-4EE9-912C-2965CF2AA5A4}\\InprocServer32",00000000,00000000,00000000,000f023f,00000000,7de9685c,7de96860)
ret=1000230d
0037:Ret advapi32.RegCreateKeyExW() retval=00000005 ret=1000230d
0xf023f = KEY_ALL_ACCESS (0xF003F) | KEY_WOW64_32KEY (0x0200)
...
dlls/advapi32/registry.c's KEY_ACCESS_MASK check doesn't include WOW64 flags
yet.
Sure enough, fixing that let the installer finish.
There's no .exe, but the app does create a menu entry
which does
wine "C:\Program Files\Internet Explorer\iexplore.exe"
http://go.microsoft.com/fwlink/?LinkId=75722
(This starts the app ok. It immediately complains
that the web browser isn't supported. If you continue,
it complains
System.Configuration.SettingsPropertyNotFoundException: The settings property
'DetailSetting' was not found.
at System.Configuration.SettingsBase.GetPropertyValueByName(String
propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
and lets you continue in 2D mode. But that's for a different bug report.)
--
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=14035
Summary: Microsoft Virtual Earth 3D beta installer fails to
download .net framework
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.microsoft.com/Downloads/details.aspx?FamilyID
=e9298080-50c4-4f2e-9fc4-4009074996ba&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To get past bug 11517, do 'winetricks gdiplus'.
The next problem is it fails downloading .net 2.0 sp1.
The installer offers to show you a log, but can't find the log itself
when you ask; it's really at
~/.wine/dosdevices/c:/windows/temp/VirtualEarth3DInstallLog.txt
and it says
[2008/06/21 12:35:44.709] DownloadManager: HTTP Status String: 'OK' for
'http://go.microsoft.com/fwlink/?LinkId=87970'
[2008/06/21 12:35:44.710] DownloadManager:
HttpQueryInfo(HTTP_QUERY_CONTENT_LENGTH) failed for
'http://go.microsoft.com/fwlink/?LinkId=87970' (System Error Code: 12150
(unknown), WinInet Error Code: 12150 ())
+wininet shows
trace:wininet:HTTP_GetResponseHeaders raw headers: L"HTTP/1.1 200
OK\r\nContent-Length: 24758792\r\nContent-Type:
application/octet-stream\r\nLast-Modified: Thu, 08 Nov 2007 00:36:49
GMT\r\nAccept-Ranges: bytes\r\nETag: \"dfcf19739f21c81:8037\"\r\nServer:
Microsoft-IIS/6.0\r\nX-Powered-By: ASP.NET\r\nDate: Sat, 21 Jun 2008 12:45:10
GMT\r\nConnection: k"...
...
trace:wininet:HttpQueryInfoW Attribute: HTTP_QUERY_CONTENT_LENGTH Modifier:
HTTP_QUERY_FLAG_NUMBER
trace:wininet:HTTP_GetCustomHeaderIndex L"Content-Length"
trace:wininet:HTTP_GetCustomHeaderIndex Return: -1
trace:wininet:HttpQueryInfoW 0 <--
001a:Ret wininet.HttpQueryInfoW() retval=00000000 ret=00404710
So we can't retrieve content-length for some reason, even though we've received
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.
http://bugs.winehq.org/show_bug.cgi?id=29926
Bug #: 29926
Summary: Beach life crashes on initial movie
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: melpomenet2(a)gmail.com
Classification: Unclassified
Created attachment 38944
--> http://bugs.winehq.org/attachment.cgi?id=38944
Wine console output running with vanilla wine.
The game "Beach Life" crashes on the initial movie
(Data/Movies/EidosMovie.mpg).
According to mplayer, the movie codec is MPEG1.
Since the problem seems related to amstream, I tried installing amstream with
winetricks, but still crashes. Attached are logs for running with amstream or
vanilla wine.
--
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=19492
Summary: SketchUp and OpenGL with ATI Video Cards
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuttocacca(a)gmail.com
After several attempts, I suppose there is a big bug with Google SketchUp 6 and
7 and the use of ATI Video Cards driver in Ubuntu 9.04
As ATI drivers (not proprietary) are already installed in Ubuntu 9.04 and is
not possible to use the proprietary driver such as ATI Catalyst and fglrx, it
is impossible to use Google SketchUp 7.
Installation is not a problem, then menus and tools bar are visible and usable
but the working screen is black and nothing appears. The black zone is the 3d
environment which requires the proper drivers and settings.
It's known it is possible to use SketchUp 7 with Invida graphics card but seems
impossible to use with ATI's.
Any ideas how to fix this bug?
--
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=27951
Summary: sketchup8 SELinux error with usr/bin/wine-preloader
mmap_zero
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dennisgdaniels(a)gmail.com
Created an attachment (id=35755)
--> (http://bugs.winehq.org/attachment.cgi?id=35755)
screengrabs of SElinux and S8 error
After install of Sketchup8 I tried to start S8
usr/bin/wine-preloader
mmap_zero error
SElinux error with four options
Here's the video of the bug
http://www.youtube.com/watch?v=wd-8DHOJS5A
--
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=29709
Bug #: 29709
Summary: Atomic Mail Sender 4.25 crashes in Wine every time
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jomahali(a)freenet.de
Classification: Unclassified
Atomic Mail Sender 4.25
Installation was OK without problems
When I open it from wine I get
"Program Error" The program AtomicMailSender.exe has encountered a serious
problem and needs to close. We are sorry....
"Application Error"
Exception EExternalException in module ntdll.dll at 0002E3F8
External Exception C0000025
This happens every time I try to open the application.
It runs without any problems in windows XP for years now
website www.massmailsoftware.com
--
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=22439
Summary: Paint.NET's EULA is garbled with Mono
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27478)
--> (http://bugs.winehq.org/attachment.cgi?id=27478)
Text corruptions in the Paint.NET 2.5 EULA
The EULA for Paint.NET is garbled and partially unreadable when using it with
mono26. It looks like the text is jumbled together and running off the screen.
Seen in Paint.NET versions 3.5.4, 3.31, and 2.5. This doesn't occur in the
latter two if dotnet20 is used instead.
Terminal output varies by version, but 2.5 produces none up to this point, and
the others don't produce any new output at this point.
--
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=22242
Summary: Paint.NET 3.5.4 installer fails with mono
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
The Paint.NET installer fails with mono installed (via winetricks mono26).
The current blocking issue is the lack of ngen.exe. I sent a patch for that:
http://www.winehq.org/pipermail/wine-patches/2010-April/086832.html
After that, it apparently fails due to a FileNotFound error, which I suspect is
caused by a program's inability to detect its own path. We should switch
mscoree.dll to using the mono embedding api rather than calling mono.exe, so
that the GetCommandLine and GetModuleFileName(0) point to the program being
executed.
--
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=28927
Bug #: 28927
Summary: Wabbitcode don't launch
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: poubellepasfraiche(a)gmail.com
Classification: Unclassified
Installing wabbitcode from it's .msi file
(http://wabbit.codeplex.com/releases/view/45275#DownloadId=121815), the
installation works, then I launch the prog using the wine menu (wine -->
programmes --> Revsoft --> Wabbitcode)
It showsthe error "Paramètres non valides" (also in english : invalid
parameters), and then after clicking "ok", shows the error "aucun programme
Windows n'est configuré pour ouvrir ce type de fichier" (in english : "no
windows program is configured to open this type of file").
I've installed the windows version of mono using wine, relaunching the app does
the same.
Don't know how to install mono on ubuntu, but it should be already installed by
default that's why I think it's a wine bug, 'cause it don't detect the default
installed mono and the windows version of mono.
If not, please help me !
--
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=23094
Summary: R6034 runtime error during AVATAR Demo install
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
CC: dank(a)kegel.com
Towards the end of James Camerons AVATAR The Game Demo installation, It
installs the VC Runtime Library. At this point an error pops up stating:
R6034: An application has made an attempt to load the C Runtime library
incorrectly.
It does not effect the game and you are able to run it despite this error. To
get the message to not appear during install doing: winetricks vcrun2005 does
the trick.
The game is downloadable from:
http://www.bigdownload.com/games/james-camerons-avatar-the-game/pc/james-ca…
--
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=27248
Summary: cannot unpack *.crx (extensions or themes) in Chrome
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=34835)
--> (http://bugs.winehq.org/attachment.cgi?id=34835)
log: unpack crx file with chrome
1. Download the Chrome installer from
http://www.google.com/chrome?platform=win&hl=en
2. make sure bug 14864 is fixed, install Chrome:
wine-1.3.20-230-g456e48e
$ wine ChromeSetup.exe
3. start chrome with --no-sandbox
==
without --no-sandbox, chrome can not open any web site. is this a know bug? or
should I submit a separate bug?
==
$ wine chrome.exe --no-sandbox
4. open
https://chrome.google.com/webstore/detail/faamegfkmmdnkpdipihbehibalfjpmpk ,
install the theme package .
then there will be a message box says:
Can not unpack extension. To safely unpack an extension, there must be a path
to your profile directory that starts with a drive letter and does not contain
a junction, mount point, or symlink. No such path exists for your profile.
full log is 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.
http://bugs.winehq.org/show_bug.cgi?id=23999
Summary: EMS SQL Manager 2010 Lite for PostgreSQL crashes after
10 min
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamb(a)info-s.pl
Created an attachment (id=30142)
--> (http://bugs.winehq.org/attachment.cgi?id=30142)
wine output
Wine 1.2
Linux Ubuntu 09.10 or
Linux Ubuntu 10.04
EMS SQLManager Lite for PostgreSQL v.4.7.08, freeware version, downloaded from
http://www.sqlmanager.net/en/products/postgresql/manager/download/5/134
To reproduce bug:
1. Install SQLManager
2. Start application and wait about 10 min
Application works fine. I not found other bugs. But after 10 min wine crashes.
--
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=17289
Summary: Slingplayer 2.0 fails with MSI error -1603: Fatal error
during installation
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://downloads.slingmedia.com/go/slingbox-desktop-us
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19297)
--> (http://bugs.winehq.org/attachment.cgi?id=19297)
"Feature transfer error" screenshot
Slingplayer 2.0 US tries to install the dotnet 2.0 SDK during installation but
fails. Using "winetricks dotnet20" the installation continues slightly further
but exits with error "-1603: Fatal error during installation".
--
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=30899
Bug #: 30899
Summary: SlingPlayer 1.5 UI broken
Product: Wine
Version: 1.5.6
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: minor
Priority: P4
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: madewokherd(a)gmail.com
Classification: Unclassified
Regression SHA1: dc3a08d840186c7692cc3cae45bdd517ab099e07
Created attachment 40512
--> http://bugs.winehq.org/attachment.cgi?id=40512
Corrupt UI in Wine 1.5.6
In Wine 1.5.6 the SlingPlayer UI appears broken (see attached screenshot).
Problem not present in Wine 1.4. This is a regression.
dc3a08d840186c7692cc3cae45bdd517ab099e07 is the first bad commit
commit dc3a08d840186c7692cc3cae45bdd517ab099e07
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue Feb 14 13:50:59 2012 -0600
gdiplus: Rewrite SOFTWARE_GdipFillRegion to call brush_fill_pixels less.
Reverting this commit fixes the problem.
Workaround is native gdiplus.
The only relevant output with built-in gdiplus is:
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
A +gdiplus trace is enormous.
--
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=22713
Summary: it returns error
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.tivibu.com.tr/downloads/Tivibu.exe
OS/Version: Mac OS X 10.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemyildiz(a)estonya.net
Created an attachment (id=28000)
--> (http://bugs.winehq.org/attachment.cgi?id=28000)
log from darwine
the software provided by turkish telecom seems that it doesn't have problem
while installation, it even downloads and installs the silverlight too. but
after executing the program, it returns 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=15655
Summary: Tournament director doesn't start
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.thetournamentdirector.net/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 15654
Created an attachment (id=16714)
--> (http://bugs.winehq.org/attachment.cgi?id=16714)
+relay in git
After bug 15654, Tournament Director still won't run:
Few generic errors, but seems this may be the culprit:
err:ole:CoGetClassObject class {a6b222ab-a5ea-4899-b230-084657eddc7d} not
registered
err:ole:CoGetClassObject no class object {a6b222ab-a5ea-4899-b230-084657eddc7d}
could be created for context 0x1
which is "Browser Thread State"
+relay 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.
http://bugs.winehq.org/show_bug.cgi?id=29600
Bug #: 29600
Summary: IBankWizard.exe doesn't display embed iexplore
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
IBankWizard.exe is the manager program of 95559 online bank (交通银行)
1. Download
https://pbank.95559.com.cn/personbank/download/AssistantDelopy/AssistantIns…
2. Install with Wine
3. Start IBankWizard.exe
$ cd .wine/drive_c/Program\ Files/BOCOM/IBankWizard2011
$ wine IBankWizard.exe
Expect result:
Display a window with some content
Actual result:
Only display a blank frame
Workaround by winetricks ie7
--
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=31674
Bug #: 31674
Summary: Wine 1.5.6 breaks Quicken 99 import of .qif files;
special text character handling problem
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drt781(a)yahoo.com
Classification: Unclassified
Have been using Quicken 99 for years via Wine. Upgraded from OpenSuse 12.1 to
OpenSuse 12.2, and with it Wine 1.5.6 broke import function for .qif files.
When I try to import a local .qif file (containing transactions) the operation
completes "successfully" but resulting table of data is corrupted. Quicken 99
now, newly, incorrectly interprets .qif files. Uses current date for most
transactions (instead of historical), and appears to have mangled, shifted,
and/or truncated fields. Where 2d field frequently was blank, 3d field shifted
into its place in truncated form. None of the fields displayed correctly.
Dollar amounts also incorrect; inaccurate and too large by a factor of x100, as
if Q 99 failed to see decimals, but the cents still are not rounded (as would
be expected if decimal was just dropped) and the amounts are not familar.
Only the imported data is corrupted; pre-existing data ok. Looks like a
possible problem/change in handling special characters in plain text import
files, such as following symbols: ' , and . Possibly also following: * and /
The ^ character separated transactions; may have been read ok. Don't think
that would explain the entire problem, though.
Problem also exists under Wine 1.5.12, not resolved. This will make it much
harder to use Q99.
--
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=29252
Bug #: 29252
Summary: ICBC Internet Banking Assistant ICBCEBankAssist.exe
can't open embed iexplore
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 37828
--> http://bugs.winehq.org/attachment.cgi?id=37828
Log: start ICBC Assistant
wine-1.3.34-39-g95f81d1
1. Download ICBC Internet Banking Assistant installer (
ICBCSetupIntegration.msi ) from
https://mybank.icbc.com.cn/icbc/enperbank/index.jsp
$ wget
http://www.icbc.com.cn/icbc/html/download/EbankToolsSoftware/ICBCSetupInteg…
2. install ICBC Internet Banking Assistant
$ msiexec /i ICBCSetupIntegration.msi
3. Start Internet Banking Assistant
cd to "Program Files/ICBCEbankTools/ICBCSetupIntegration"
$ wine ICBCEBankAssist.exe
4. Click on "One-key Installation for Non-USBKey User"
Expect result:
open a embed iexplore, user can install ActiveX controls from the Assistant
Actual result:
nothing happen
winetricks wininet doesn't work, winetricks ie7 doesn't work
--
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=25579
Summary: Microsoft Flight Simulator X: cannot activate product
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Terminal shows some wininet fixme's:
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
so I tried native wininet, no dice. Next was a winhttp error:
err:winhttp:netconn_secure_connect couldn't verify server certificate (12057)
so 'winetricks winhttp'. Still no luck:
austin@aw21 ~/.wine/drive_c/Program Files/Microsoft Games/Microsoft Flight
Simulator X $ wine fsx.exe
fixme:heap:HeapSetInformation 0x750000 0 0x32f36c 4
fixme:heap:HeapSetInformation 0x110000 0 0x32f368 4
fixme:heap:HeapSetInformation 0x330000 0 0x32f364 4
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
fixme:ras:RasEnumConnectionsW (0x204b90,0x1e1e454,0x1fd2004),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:wintrust:HTTPSCertificateTrust (0x1ef968)
fixme:wintrust:HTTPSFinalProv (0x1ef968)
didn't try beyond that.
--
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=29849
Bug #: 29849
Summary: oleaut32's OLEPictureImpl_Load fails when Stat()
method is missing
Product: Wine
Version: 1.4-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.blumenkrantz(a)gmail.com
Classification: Unclassified
Created attachment 38772
--> http://bugs.winehq.org/attachment.cgi?id=38772
test case
Without a Stat() method, this function should only read the parts of a file
that are needed. Instead, it continues to read and eventually crashes.
Find attached a test case which takes an image file as an argument, then
crashes.
--
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=10249
Summary: Battlefield2/SafeDisc 4.x and Punkbuster services cause
lockup: child processes debugging misconception
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Created an attachment (id=8876)
--> (http://bugs.winehq.org/attachment.cgi?id=8876)
WINEDEBUG=-all,+server,+tid,+loaddll,+seh wine ./BF2.exe +fullscreen 0 +szx 800
+szy 600 &>/tmp/debug_pipe
Hello,
while testing some PunkBuster stuff on popular games, I came across Battlefield
2 which employs SafeDisc 4.x
It seems there is a problem with debuggers in chained child processes.
Consider following scenario:
--- snip process list ---
pid threads parent executable (all id:s are in hex)
0000001b 1 00000008 'PnkBstrA.exe'
0000000c 2 00000008 'explorer.exe'
0000000a 2 00000008 '~e5.0001'
00000008 4 00000000 'BF2.exe'
--- snip process list ---
--- snip thread list ---
process tid prio (all id:s are in hex)
0000001b
0000001c 0
0000000c
00000010 0
0000000d 0
0000000a
00000012 0
0000000b 0
00000008
0000001a 1
00000014 15
00000013 0
00000009 0
--- snip thread list ---
"BF2.exe" = parent (game)
"~e5.0001" = 1st child = SafeDisc 4.x process = "debugger"
"PnkBstrA.exe" = 2nd child = PunkBuster Update Service
The 1st child acts as debugger for the parent "BF2.exe" and receives all debug
events (process, thread creation, dll load/unload...)
There are lots of breakpoint events triggered from parent.
This is part of SafeDisc 4.x and used for on-the-fly decryption of code
sections (child decrypts code of father).
When PunkBuster is initialized (loading of pbcl = client, pbag = agent), the
following services should get started: PnkBstrA.exe, PnkBstrB.exe and finally
the kmode driver PnkBstrK.exe
The service process "PnkBstrA.exe" is started from main process "BF2.exe"
(which is a debuggee itself).
No debug flags (DEBUG_PROCESS | DEBUG_ONLY_THIS_PROCESS) are specified in
process creation flags.
The debugger (child of parent, receives the process creation event) does not
make debugger_attach() to the newly created child process.
The child process seems to inherit the state of being a "debuggee": wine server
-> new_process -> set_process_debugger( process, parent->debugger );
The parent got its process->debugger from debugger_attach().
This leads to a problem in child process startup code:
"dlls/kernel32/process.c:start_process()" checks the PEB->BeingDebugged field
and if set, a system breakpoint is encountered before the entry code is called.
This breakpoint results in debug event - seen by debugger.
Unfortunately this event is _not_ expected by debugger because it didn't expect
another debuggee (child) to be created.
Ok, long story short solution: If you debug a process by attaching to an
already created process, you _must_ treat default debugging flags as if the
process has been created with DEBUG_ONLY_THIS_PROCESS, meaning that all childs
created by debuggee will NOT automagically become debuggees.
Short and (hopefully) acceptable patch snippet:
--- snip ---
diff --git a/server/debugger.c b/server/debugger.c
index a64a17a..c59f3a0 100644
--- a/server/debugger.c
+++ b/server/debugger.c
@@ -444,6 +444,7 @@ static int debugger_attach( struct process *process, struct
thread *debugger )
resume_process( process );
return 0;
}
+ process->create_flags |= DEBUG_ONLY_THIS_PROCESS;
return 1;
error:
--- snip ---
And yes, the patch (snippet) works as intended (tm) ;-)
Attached for sake of completeness is relevant server trace.
Search for "001c:trace:seh:raise_exception code=80000003 flags=0
addr=0x7b870ed8 " to the point where the entry system breakpoint is triggered.
Regards
--
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=20230
Summary: GetThreadTimes() and the Actual and Pseudo Current
Thread Handles
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://rh-software.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
Some time ago I had an issue with SIV being unable to read the thread CPU time
usage when using GetThreadTimes(). I tracked down to the following and then did
a work-a-round.
The "Current Thread" effectively has 2 current thread handles, these are the
actual thread handle and the ~0 pseudo handle as returned by
GetCurrentThread(). When a call is made to GetThreadTimes() this calls
NtQueryInformationThread( ThreadTimes ) which contains the test "if (handle ==
GetCurrentThread())". As a result of this when GetThreadTimes() is called with
the actual thread handle no data is returned.
\WINE-1.1.30\dlls\ntdll\thread.c(1011): if (handle == GetCurrentThread())
I suspect the code should be changed to allow both the pseudo and actual thread
handles to be used as a minimum, better still would, when possible, be to
implement this function for any thread.
While searching the source I also noticed:
NTSTATUS WINAPI NtSetInformationThread( HANDLE handle, THREADINFOCLASS class,
LPCVOID data, ULONG length )
{
NTSTATUS status;
switch(class)
{
case ThreadZeroTlsCell:
if (handle == GetCurrentThread())
And suspect that code would benefit from a similar fix.
--
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=23431
Summary: provide a stub for ntdll.NtSystemDebugControl()
(Ollydbg 2.x)
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.ollydbg.de/version2.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a simple one...
Ollydbg 2.x uses NtSystemDebugControl( DebugSysReadVirtual, ...) to read kernel
memory (driver/OS address space) for informational purposes.
Failure to do so doesn't cause harm.
Although this approach doesn’t require any additional kernel driver (only the
SeDebugPrivilege privilege on the running process) it's only useful for Windows
XP systems. It's disallowed since Windows Vista/Windows 7.
Not really useful in Wine but it obviously needs a stub.
--- snip ---
wine: Call from 0x7bc3d2d0 to unimplemented function
ntdll.dll.NtSystemDebugControl, aborting
First chance exception: unimplemented function ntdll.dll.NtSystemDebugControl
called in 32-bit code (0x7bc3d2d0).
...
=>0 0x7bc3d2d0 __wine_spec_unimplemented_stub+0x50(module="ntdll.dll",
function="NtSystemDebugControl")
[/opt/wine/wine-build/dlls/ntdll/../../../wine-git/dlls/ntdll/exception.c:268]
in ntdll (0x00334434)
1 0x7bc1f895 __wine_stub_NtSystemDebugControl+0x28() in ntdll (0x00334434)
2 0x004467ae in ollydbg (+0x467ad) (0x00334460)
3 0x0044698b in ollydbg (+0x4698a) (0x00334484)
--- snip ---
Dump params and return STATUS_NOT_IMPLEMENTED to keep it running ;-)
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=27222
Summary: dbghelp.dll.SymEnumSourceFilesW needed (ollydbg2)
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
while attaching to a target using JIT (replacing winedbg), the following crash
occurred:
--- snip ---
wine: Call from 0x7b838aa3 to unimplemented function
dbghelp.dll.SymEnumSourceFilesW, aborting
--- snip ---
A stub keeps it from crashing (though it should not be hard to implement a wide
character version).
+tid,+dbghelp:
--- snip ---
...
fixme:dbghelp:SymEnumSourceFilesW 0x58 400000 (null) 0x4c06d8 0x400000: stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68350000 (null) 0x4c06d8 0x68350000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68490000 (null) 0x4c06d8 0x68490000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68530000 (null) 0x4c06d8 0x68530000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 68590000 (null) 0x4c06d8 0x68590000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 685b0000 (null) 0x4c06d8 0x685b0000:
stub!
fixme:dbghelp:SymEnumSourceFilesW 0x58 685f0000 (null) 0x4c06d8 0x685f0000:
stub!
...
--- 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=27802
Summary: ollydbg2 crashes on unimpl
dbghelp.dll.SymEnumSourceLinesW stub
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
ollydbg2 crashes when trying to display source:
--- snip ---
...
wine: Call from 0x7b8384bb to unimplemented function
dbghelp.dll.SymEnumSourceLinesW, aborting
--- snip ---
Stop at process main (dlls along with their debug syms loaded).
"View" -> "Source Files" -> double click any source file
$ wine --version
wine-1.3.24-174-g4b4dd30
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=28075
Summary: total commander ultima prime 5.5 does not start
Product: Wine
Version: 1.3.26
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.suc(a)googlemail.com
Hi,
Total commander ultima prime version 5.5 has been installed but did not
start.
Error: The program TC UP.exe has encountered a serious problem and needs to be
close.
If you can please let me know how to investigate to give you more
information.
Kind Regards,
Martin
--
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=13249
Summary: Putty: Yes/No/Cancel dialog moving with keyboard arrows
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munozferna(a)gmail.com
I was trying to create an automated test for putty, and I noticed that there is
a problem between the Cancel and No button on a Yes/No/Cancel dialog. There
seem to be '2' controls between them when you move through the buttons with the
keyboard arrows. This dialog appears when establishing a connection to a
server, putty asks for a confirmation to accept rsa2 keys. I also noticed that
the OK / Cancel dialog seems to have 'two' more tabs position, so instead of
going to OK when you press arrow key on Cancel, it goes 'nowhere' two times. If
you use the tab key it seems to work fine. I am currently using wine-1.0-rc1.
--
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=16058
Summary: thumbnail view in total commander does not work
correctly
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d-84(a)bk.ru
Created an attachment (id=17284)
--> (http://bugs.winehq.org/attachment.cgi?id=17284)
thumbnail view
thumbnail view in total commander does not work correctly
os is ubuntu 7.10,
wine is 0.9.46-0ubuntu1
total commander is 7.02a and 7.01.
--
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=22676
Summary: The icon of some applications does not show up in the
Gnome panel (affects Total Commander 7.50a, µTorrent
2.0.1)
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27926)
--> (http://bugs.winehq.org/attachment.cgi?id=27926)
Wine apps as they show up in Window List in the Gnome panel
Start Total Commander 7.50a, notice the application appears in the Window List
component of the Gnome panel, but it has no icon. (See screenshot). Same
happens with uTorrent 2.0.1.
Foobar2000 1.0 works fine.
Ubuntu 10.04 64 and Ubuntu 9.10 64.
--
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=25989
Summary: Total Commander: Crashes when clicking the current
directory field is clicked
Product: Wine
Version: 1.3.12
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33128)
--> (http://bugs.winehq.org/attachment.cgi?id=33128)
Console log when I stat TC and click the blank space in the current directory
field
Total Commander shows two panels and each shows, at the top, the current
directory (it shows, for example, "c:\*.*"). Click in that field of the current
panel, in the blank space after the showed path. Notice the application
crashes.
--
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=25893
Summary: shell32:autocomplete test fails under
WINEDEBUG=warn+heap
Product: Wine
Version: 1.3.12
Platform: x86-64
URL: http://test.winehq.org/data/4454770cbcb8948b5545498f89
831bc2d07a4767/wine_ae-ub1004-heap/shell32:autocomplet
e.html
OS/Version: Linux
Status: NEW
Keywords: download, regression, source
Severity: minor
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: arethusa26(a)gmail.com
See
http://test.winehq.org/data/4454770cbcb8948b5545498f89831bc2d07a4767/wine_a…
There's also some valgrind logs that may be useful:
http://austinenglish.com/logs/valgrind/2011-01-25-11.02/vg-shell32_autocomp…
This is a regression, introduced by:
7a6c0d2f466793852d273890c67bc4e1c00cebb5 is the first bad commit
commit 7a6c0d2f466793852d273890c67bc4e1c00cebb5
Author: Andrew Nguyen <anguyen(a)codeweavers.com>
Date: Fri Jan 21 04:56:22 2011 -0600
shell32: Fix initial reference count for a new IAutoComplete instance.
:040000 040000 92481f8501c111a6d221666d4e7d6c701efbd43b
cfdc1adbe3b08e45fd6cb3d877a9d6750fd15570 M dlls
--
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=25987
Summary: Total Commander: Crashes when trying to copy files
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33125)
--> (http://bugs.winehq.org/attachment.cgi?id=33125)
Console log when 7.56a crashes. Nothing was printed after I pressed F5.
Steps to reproduce:
1. Open Total Commander,
2. Press F5, notice the application tries to open some windows and then
crashes.
wine-1.3.12
Total Commander 7.56a, 7.50a
--
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=22693
Summary: Total Commander: Invisible controls in a dialog window
get focus when pressing RIGHT
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27960)
--> (http://bugs.winehq.org/attachment.cgi?id=27960)
Screenshot of dialog window which appears when pressing DEL in Total Commander
- Press DEL to delete a file, notice a dialog window appears asking "Do you
really want to delete ...?", and the Yes button is focused (see attached
screenshot).
- Pressing RIGHT (5 times) produces the following results:
1. The No button is focused
2. None of the buttons is focused!
3. None of the buttons is focused!
4. The Cancel button is focused
5. The Yes button is focused
This behavior is different than on Vista, where pressing RIGHT (3 times)
produces:
1. The No button is focused
2. The Cancel button is focused
3. The Yes button is focused
Some more info:
On Vista, pressing TAB in this context has the same effect as pressing RIGHT.
In Wine, pressing TAB in this context works fine (similar to Vista).
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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=26084
Summary: Total Commander: Incorrect character appears instead
of backslash in the UI
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=33266)
--> (http://bugs.winehq.org/attachment.cgi?id=33266)
Total Commander Operations Queue window showing an incorrect character
Steps to reproduce: press F5 to copy a file, press F2 to queue the operation,
notice a new window appears showing the operations queue, notice it shows a
Y-like character instead of the "\" character. (see the screenshot)
--
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=22845
Summary: Total Commander: Application crashes when trying to
display system information
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28211)
--> (http://bugs.winehq.org/attachment.cgi?id=28211)
Console log (showing that a stack overflow happened)
Start Total Commander, go to menu Commands -> System Information..., notice the
application crashes.
Total Commander 7.50a
Ubuntu 10.04 64
--
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=22264
Summary: Total Commander: Button not drawn properly when the
window is activated and the button was hidden
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Start Total Commander, Ctrl F, left-click on the "New URL..." button, notice a
"ftp" window opens, move it so it partially covers the "New URL..." button you
just pressed (see attached screenshot), press ESC, notice the button is not
drawn correctly (see attached screenshot).
Total Commander 7.50a
--
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=22263
Summary: Total Commander: Main window becomes dead when the FTP
Connect window is open and you switch workspaces
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
- Start an unregistered (shareware) Total Commander: now you have the main
window and the "please register" window.
- Ctrl Alt Right, Ctrl Alt Left: notice the main window is mainly black (see
attached screenshot).
- Close the shareware window by pressing 1, 2 or 3: notice the main TC window
is still unresponsive, and still looks dead.
- Ctrl Alt Right, Ctrl Alt Left: notice the main TC window works properly.
The same happens when the following windows are open (and you switch
workspaces):
- FTP Connect (Ctrl F)
- FTP New Connection (Ctrl N)
- "No files selected!" (in a panel, go over "..", press Enter twice, press F5)
It does NOT happen with:
- File Copy (F5)
The main window should not become unresponsive..
Total Commander 7.50a
--
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=21766
Summary: Total Commander: Right-clicking a file and choosing a
menu item acts as Rename
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=26313)
--> (http://bugs.winehq.org/attachment.cgi?id=26313)
Shows what happens when a menu item is clicked
Right-click a regular file and wait for the menu to show up, then click any of
the following menu items: Cut, Copy, Create Link, Delete, Properties. What it
does is as if the Rename item is clicked.
--
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=22491
Summary: Total Commander: Pressing the "Program information"
button opens multiple windows instead of just one
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27552)
--> (http://bugs.winehq.org/attachment.cgi?id=27552)
useless attachment showing the two help windows and the button which has been
pressed twice
- Start Total Commander 7.50a - NOT REGISTERED, notice the "This program is
Shareware" window.
- Press the "Program information" twice, notice it opens 2 windows showing
"Total Commander Help Index". On XP it opens only one.
--
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=33489
Bug #: 33489
Summary: WinRAR 5.0 beta 1 help causes HH crash
Product: Wine
Version: 1.5.29
Platform: x86
URL: http://www.rarlabs.com/rar/wrar50b1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 44328
--> http://bugs.winehq.org/attachment.cgi?id=44328
`wine start WinRAR.chm` backtrace
That's 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.
http://bugs.winehq.org/show_bug.cgi?id=31922
Bug #: 31922
Summary: Wine 1.4 closes Totalcmd64.exe when viewing image
files via Imagine plugin
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karl.heilen(a)freenet.de
Classification: Unclassified
Created attachment 42028
--> http://bugs.winehq.org/attachment.cgi?id=42028
trace file created by Wine 1.4 before terminating Total Commander 8.01 x64 and
its plugin Imagin 1.08 x64
Environment:
------------
Ubuntu 12.04.1 x64
kernel 3.2.0-31
Wine 1.4 amd64
Total Commander 8.01 x64
Total Commander Plugin "Imagine 1.08 x64"
Steps to reproduce:
-------------------
Viewing any image file, *.jpg or *.png.
Simply selecting random menu items inside the Total Commander lister plugin
will quickly trigger a fatal Wine exception.
Such an exception will not happen if I use
Total Commander 8.01 x32
Total Commander Plugin "Imagine 1.08 x32"
on the same
Ubuntu 12.04.1 x64
kernel 3.2.0-31
Wine 1.4 amd64
environment.
Such an exception will also not happen if I use
Total Commander 8.01 x64
Total Commander Plugin "Imagine 1.08 x64"
Windows 7 SP1 x64
--
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=22440
Summary: Total Commander: The panels showing Brief are not
resized vertically when the application window is
resized vertically
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27481)
--> (http://bugs.winehq.org/attachment.cgi?id=27481)
Screenshot - Brief panel not resized when window is resized vertically
- Press Ctrl F1, notice the panel is in "Brief" mode (and has a horizontal
scrollbar instead of a vertical one).
- Resize the window vertically, make it smaller (or larger - see screenshot),
notice the Brief panel is not resized.
Total Commander 7.50a
--
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=22265
Summary: Total Commander: Application opens a window which
should be visible but is hidden by the current window
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: alexandru.balut(a)gmail.com
1. Click (menu) Commands -> Search, to open the "Find Files" window.
2. Click the "Advanced" tab, click "Date between:".
3. Click the ">>" button to open the "Date:" window. This bit is annoying,
because it's a bit random.. the "Date:" window is normally visible (see
attached screenshot), but sometimes it is hidden.
4. In case it's visible, while it is still open, click the "Find Files" window,
then click ESC.
5. Now, whenever you click the ">>" button, the "Date:" window is opened but it
is hidden. You can also notice that after you click ">>", the "Find Files"
window still appears as focused (even though the hidden "Date:" window has the
focus now), and when you click it, it is (properly) redrawn as not focused.
The "Date:" window should always be visible when opened.
Total Commander 7.50a shareware
System -> Preferences -> Appearance -> Visual Effects -> None
--
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=22333
Summary: Total Commander: Application freezes when the current
directory field is editable, and you right-click a
regular file and click Properties
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27322)
--> (http://bugs.winehq.org/attachment.cgi?id=27322)
Application freezed when clicked properties on a regular file and current
directory field was editable
- Start Total Commander, go to c:\windows\.
- Click the blue bar which shows the path to the current directory, notice it
becomes an edit box and you can edit the current path.
- Right click any regular file, click Properties, notice the application
freezes (see screenshot) and a message about a stack overflow shows up in the
console, for example:
err:seh:setup_exception_record stack overflow 1568 bytes in thread 0020 eip
7bc3ecde esp 00230d10 stack 0x230000-0x231000-0x330000
--
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=22255
Summary: Total Commander: Deleting the 1st or 2nd character in
an edit box deletes the all of them
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Press F5 to copy a file, now you are in an edit box; press Home then press
Delete to delete the 1st character; notice the entire contents of the edit box
disappears. The same happens when you delete the 2nd character. The expected
result is to delete a single character. This does not happen when you delete
other characters.
Total Commander 7.50a
Ubuntu 9.10
--
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=22690
Summary: Total Commander: Cancelling a file copy operation does
not work
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27958)
--> (http://bugs.winehq.org/attachment.cgi?id=27958)
Cancelling a file copy operation in Total Commander 7.50a on Vista
Press F5 to copy a large file (at least 200MB), click the Cancel button. Notice
nothing happens, and the file continues to be copied. On Vista, a dialog window
appears saying "User abort!".
Press F6 to move a large file to a different partition, click the Cancel
button, notice after a while the "User abort!" dialog window appears, at this
point the file is copied but it should not have been copied.
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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=21966
Summary: Total Commander: Application freezes when queue-ing
file copy operations
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Total Commander 7.50a
- Press F5 to copy a (large) file and press F2 to queue the operation,
- Notice problem 1: The window that pops up, showing the queued operations, is
frozen. Thus, it does not show the progress.
- While TC is still copying the file, press F5 to copy a different file and
press F2 to queue the operation.
- Notice problem 2: The main TC window is frozen. After the file copy
operations are finished, the application is again responsive.
--
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=30329
Bug #: 30329
Summary: Total Commander 8.0 64-bits beta installer crashes due
to pointer truncation (image base address > 4 GiB)
Product: Wine
Version: 1.5.1
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,
the extracted installer "INSTALL.EXE" (64 bits PE binary) can be run alone from
"wc0" temp folder.
The installer tries to fill a list box with language strings.
--- snip ---
0026:Starting process L"Z:\\home\\focht\\Downloads\\wc0\\INSTALL.EXE"
(entryproc=0x14000cca0)
...
0026:Call KERNEL32.GetPrivateProfileStringA(140019788 "languages",0022dc90
"18",140019786 "",0022dcf0,00000103,1400226c0
"Z:\\home\\focht\\Downloads\\wc0\\INSTALL.inf") ret=140001c0d
0026:Ret KERNEL32.GetPrivateProfileStringA() retval=00000013 ret=140001c0d
0026:Call KERNEL32.GetLastError() ret=14000e5c0
0026:Ret KERNEL32.GetLastError() retval=00000000 ret=14000e5c0
0026:Call KERNEL32.GetLastError() ret=14000e5c0
0026:Ret KERNEL32.GetLastError() retval=00000000 ret=14000e5c0
0026:Call
user32.SendDlgItemMessageA(0001007e,00000064,00000180,00000000,0022dcf0)
ret=140001cd1
0026:Call window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_ADDSTRING,wp=00000000,lp=0022dcf0)
0026:Ret window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_ADDSTRING,wp=00000000,lp=0022dcf0) retval=00000011
0026:Ret user32.SendDlgItemMessageA() retval=00000011 ret=140001cd1
0026:Call user32.GetDlgItem(0001007e,00000004) ret=140001cfb
0026:Ret user32.GetDlgItem() retval=0001008a ret=140001cfb
0026:Call user32.ShowWindow(0001008a,00000000) ret=140001d06
0026:Call window proc 0x7f45d4b78593
(hwnd=0x1008a,msg=WM_SHOWWINDOW,wp=00000000,lp=00000000)
0026:Ret window proc 0x7f45d4b78593
(hwnd=0x1008a,msg=WM_SHOWWINDOW,wp=00000000,lp=00000000) retval=00000000
0026:Ret user32.ShowWindow() retval=00000001 ret=140001d06
0026:Call
user32.SendDlgItemMessageA(0001007e,00000064,00000181,00000012,40019670)
ret=140001d30
0026:Call window proc 0x7f45d4b788ef
(hwnd=0x10086,msg=LB_INSERTSTRING,wp=00000012,lp=40019670)
0026:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7b8633f9
ip=7b8633f9 tid=0026
0026:trace:seh:raise_exception info[0]=0000000000000000
0026:trace:seh:raise_exception info[1]=0000000040019670
0026:trace:seh:raise_exception rax=0000000000000000 rbx=0000000000000026
rcx=ffffffffffffffff rdx=0000000040019670
0026:trace:seh:raise_exception rsi=0000000000000181 rdi=0000000040019670
rbp=000000000022d2d0 rsp=000000000022d1a0
0026:trace:seh:raise_exception r8=0000000040019670 r9=00000000ffffffff
r10=0000000000000008 r11=000000399ab7c680
0026:trace:seh:raise_exception r12=000000000001f0ac r13=00000001400226c0
r14=0000000000000000 r15=00000001400226c0
--- snip ---
The reason for the crash is a 32 bit pointer truncation -> application bug.
Most likely the original code was Win32 and had been ported to Win64 with some
casts still in there.
(annotated)
--- snip ---
.text:0000000140001D0D movsxd rax, cs:dword_14001F030
.text:0000000140001D14 movsxd r9, r11d ; wParam
.text:0000000140001D17 mov edx, 64h ; nIDDlgItem
.text:0000000140001D1C mov r8d, 181h ; Msg, LB_INSERTSTRING
.text:0000000140001D22 mov rcx, rdi ; hDlg
.text:0000000140001D25 mov [rsp+20h], rax
.text:0000000140001D2A call cs:SendDlgItemMessageA
--- snip ---
The data reference (I only decoded the 32 bits part to show the 32 bit access):
--- snip ---
.data:000000014001F030 dword_14001F030 dd 40019670h
.data:000000014001F034 db 1
.data:000000014001F035 db 0
.data:000000014001F036 db 0
.data:000000014001F037 db 0
--- snip ---
Page fault address: 0000000040019670
If referenced as 64 bits -> 0x140019670 it would be correct:
--- snip ---
.rdata:0000000140019670 db 4Fh ; O
.rdata:0000000140019671 db 74h ; t
.rdata:0000000140019672 db 68h ; h
.rdata:0000000140019673 db 65h ; e
.rdata:0000000140019674 db 72h ; r
.rdata:0000000140019675 db 20h
...
--- snip ---
Using "dumpbin" tool from Visual Studio/Express/SDK on executable gives:
--- snip ---
Dump of file INSTALL.exe
PE signature found
File Type: EXECUTABLE IMAGE
FILE HEADER VALUES
8664 machine (x64)
5 number of sections
4EE124C5 time date stamp Thu Dec 08 21:57:41 2011
0 file pointer to symbol table
0 number of symbols
F0 size of optional header
23 characteristics
Relocations stripped
Executable
Application can handle large (>2GB) addresses
OPTIONAL HEADER VALUES
20B magic # (PE32+)
8.00 linker version
17800 size of code
D800 size of initialized data
0 size of uninitialized data
CCA0 entry point (000000014000CCA0)
1000 base of code
140000000 image base (0000000140000000 to 0000000140028FFF)
1000 section alignment
200 file alignment
4.00 operating system version
0.00 image version
5.02 subsystem version
0 Win32 version
29000 size of image
400 size of headers
303B3 checksum
2 subsystem (Windows GUI)
8000 DLL characteristics
Terminal Server Aware
100000 size of stack reserve
1000 size of stack commit
100000 size of heap reserve
1000 size of heap commit
0 loader flags
10 number of directories
0 [ 0] RVA [size] of Export Directory
1D7D8 [ 64] RVA [size] of Import Directory
26000 [ 23F8] RVA [size] of Resource Directory
24000 [ 10F8] RVA [size] of Exception Directory
22400 [ 1780] RVA [size] of Certificates Directory
0 [ 0] RVA [size] of Base Relocation Directory
0 [ 0] RVA [size] of Debug Directory
0 [ 0] RVA [size] of Architecture Directory
0 [ 0] RVA [size] of Global Pointer Directory
0 [ 0] RVA [size] of Thread Storage Directory
0 [ 0] RVA [size] of Load Configuration Directory
0 [ 0] RVA [size] of Bound Import Directory
19000 [ 5E8] RVA [size] of Import Address Table Directory
0 [ 0] RVA [size] of Delay Import Directory
0 [ 0] RVA [size] of COM Descriptor Directory
0 [ 0] RVA [size] of Reserved Directory
--- snip ---
Section headers:
--- snip ---
SECTION HEADER #1
.text name
176BE virtual size
1000 virtual address (0000000140001000 to 00000001400186BD)
17800 size of raw data
400 file pointer to raw data (00000400 to 00017BFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
60000020 flags
Code
Execute Read
SECTION HEADER #2
.rdata name
5B1C virtual size
19000 virtual address (0000000140019000 to 000000014001EB1B)
5C00 size of raw data
17C00 file pointer to raw data (00017C00 to 0001D7FF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
Section contains the following imports:
KERNEL32.dll
1400190D8 Import Address Table
14001D918 Import Name Table
0 time date stamp
0 Index of first forwarder reference
...
SECTION HEADER #3
.data name
4478 virtual size
1F000 virtual address (000000014001F000 to 0000000140023477)
1600 size of raw data
1D800 file pointer to raw data (0001D800 to 0001EDFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
C0000040 flags
Initialized Data
Read Write
...
SECTION HEADER #4
.pdata name
10F8 virtual size
24000 virtual address (0000000140024000 to 00000001400250F7)
1200 size of raw data
1EE00 file pointer to raw data (0001EE00 to 0001FFFF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
...
SECTION HEADER #5
.rsrc name
23F8 virtual size
26000 virtual address (0000000140026000 to 00000001400283F7)
2400 size of raw data
20000 file pointer to raw data (00020000 to 000223FF)
0 file pointer to relocation table
0 file pointer to line numbers
0 number of relocations
0 number of line numbers
40000040 flags
Initialized Data
Read Only
--- snip ---
The image load base of 0x0000000140000000 (>4 GiB address space) is probably to
catch such 32 vs. 64 bits porting errors.
When pointers are stored as 32 bits they would truncate hence triggering page
fault as seen here.
I've looked into the Total Commander forum
(http://www.ghisler.ch/board/index.php?language=english) but didn't find any
bug reports about installer crashing on Win64 so I assume this installer
somehow runs despite the bug.
Would be nice if someone with Win64 could verify this.
Maybe the loader does something different on Win64?
Even if the bug is invalid it's probably good to have one bug to collect such
misbehaving apps. I suspect there are more apps out there.
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=21395
Summary: Total Commander: When selecting a file by pressing
space, the total size of the selected files is updated
late
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
When using the 'space' key to select files, the total size of the selected
files which appears below the list (see attachment) is not updated immediately.
I need to do something for it to be updated, for example to press 'down'.
(This does not happen when selecting files with right-click, in this case the
total size is updated instantaneously.)
--
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=27578
Summary: Cygwin's wget.exe can't download files
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Install cygwin, add wget package. Then run:
$ wine wget.exe http://www.cygwin.com/setup.exe
Resolving www.cygwin.com (www.cygwin.com)... 209.132.180.131
Connecting to www.cygwin.com (www.cygwin.com)|209.132.180.131|:80... connected.
HTTP request sent, awaiting response... 200 OK
fixme:ntdll:NtQueryVolumeInformationFile 0x160: attribute info not supported
fixme:ntdll:server_ioctl_file Unsupported ioctl 900a8 (device=9 access=0
func=2a method=0)
Length: 562195 (549K) [application/octet-stream]
setup.exe: Input/Output error
Cannot write to `setup.exe' (Input/Output error).
Faking success for attribute info allows it to succeed:
diff --git a/dlls/ntdll/file.c b/dlls/ntdll/file.c
index 4d49956..697793e 100644
--- a/dlls/ntdll/file.c
+++ b/dlls/ntdll/file.c
@@ -2539,7 +2539,8 @@ NTSTATUS WINAPI NtQueryVolumeInformationFile( HANDLE
handle, PIO_STATUS_BLOCK io
}
break;
case FileFsAttributeInformation:
- FIXME( "%p: attribute info not supported\n", handle );
+ FIXME( "%p: attribute info not supported, faking success\n", handle );
+ io->u.Status = STATUS_SUCCESS;
break;
case FileFsControlInformation:
FIXME( "%p: control info not supported\n", handle );
--
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=33279
Bug #: 33279
Summary: Cygwin wants
ntdll.dll.RtlConvertToAutoInheritSecurityObject
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Noticed while running wget.exe (bug 27578).
--
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=16198
Summary: wine uses obsolete version of gecko. (Affects Google
Sketchup, Picasa, and zillions of other apps.)
Product: Wine
Version: 1.1.9
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Wine has not updated its version of gecko in
a long time, despite the many security updates
for gecko that are available. Also, I think
Wine is using a version of gecko that has been
end-of-lifed:
http://www.pcworld.com/businesscenter/article/153015/mozilla_plans_for_fire…
We need to move to a newer version of gecko and
set up procedures for periodically updating
it as security fixes for it are released.
--
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=31593
Bug #: 31593
Summary: Regression from wine 1.5.4; same bug as 24679
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scruffidog(a)gmail.com
Classification: Unclassified
Created attachment 41546
--> http://bugs.winehq.org/attachment.cgi?id=41546
running under winedbg and running the export to jpeg option
This Sketchup bug seem to have been broken after 1.5.4 which was the last
sucessful time I used this feature. The problem summarize is any 2D
export/printing results in a solid black blob in the file.
The versions of the various components are as follows:
Sketchup M3/M4
nvidia drivers 304.32-304.43
xorg 1.12.3-1.12.4
mesa 8.0.4
wine 1.5.12
--
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=18739
Summary: Sketchup Crashes after startup
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danny(a)orionrobots.co.uk
Created an attachment (id=21488)
--> (http://bugs.winehq.org/attachment.cgi?id=21488)
Error Log
THis is after the templates dialog. A brocken HTML help page seems to be
showing - app dies before that can be dismissed.
I am not usinh winetricks.
Wine install from wineHQ deb on Ubuntu Jaunty.
Sketchup 7 installed with HW_OK set to 1.
Nvidia graphics card with Nvidia drivers.
The crash is about a second in, but I am unable to use any controls before
then. The google "bug splat" shows.
Gecko debug symbols have been installed.
--
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=32059
Bug #: 32059
Summary: Broken Google Sketchup, Suspected Graphics related due
to Bunt update
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david.vanderzwart(a)gmail.com
Classification: Unclassified
Hi fixerers,
Auto updated Bunt a few days (October 21-23ish 2012) ago which broke Google
Sketch-up.
Heavy user of SU, after a recent update my screen dropped to a low resolution.
A simple reboot brought it back to normal.
But SU now crashes.
Running Compiz standard desktop, SU has worked for over a year on the system.
Diagnostics:
Reboot brought back normal resolution
Sysinfo reports
Bunt 12.04 32 bit
Benq screen identified, at 1920 x 1200
Nvidia 7600 GS identified
Interestingly when launching SU after the update the program loaded. But the
screen was black. I could see the mouse, which was black with a fine white
outline. When mousing over my standard Bunt menu the mouse went normal and I
was able to shut down the system.
I did this several times, but nothing changed.
I then did the GL regedit fix changing to setting HW_OK 1
This improved slightly, where SU just crashed, so no black screen
Also I edited the snappy instructor
I was impressed and boggled by the crash, so thought I would see if anyone may
know a good way to remedy the fault.
I appreciate I have not offered enough information, please let me know what
information is needed to begin diagnostics.
Regards
Plus46
--
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=12263
Summary: Sketchup Cannot initialize OpenGL - ChoosePixelFormat
fails
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gioloi72(a)gmail.com
Created an attachment (id=11713)
--> (http://bugs.winehq.org/attachment.cgi?id=11713)
the console log of wine 0.9.58 launching sketchup
In Ubuntu 7.10 Gutsy I have updated wine from 0.9.46 (comes with gutsy) to
0.9.58.
In 0.9.46 I was able to run Google Sketchup 6 stable enough to work (only the
toolbars and menus don't refresh correctly).
After the update to 0.9.58 Sketchup no longer runs and I don't get any error
message.
Then in the registry key
HKEY_CURRENT_USER\Software\Google\SketchUp6\GLConfig\Display\HW_OK
changing value from 1 to 0 (It was set to 1 because Sketchup worked with
0.9.46)
cause Sketchup to show a popup window with error "Can't initialize OpenGL:
ChoosePixelFormat fails"
After uninstalling 0.9.58 and reinstalling 0.9.46 Sketchup works again...
Excuse my english
Attached console log
--
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=16511
Summary: Google Sketchup rejects some ruby scripts containing
CRLF
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Oddly, under Wine, the example ruby scripts from
http://sketchup.google.com/download/rubyscripts.html
are rejected by Sketchup unless you remove the CRs,
i.e. run them through dos2unix.
The one-liner "puts 'hello'" program is ok, though. The smallest
script I've created that exibits the problem is a hello, world
app that starts with a ten line comment. This script does not cause
the error when run in Sketchup on MS Windows.
I'll attach the script.
--
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=12136
Summary: Sketchup6: crashes on x86-64 right after startup
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: apersaud(a)lbl.gov
Created an attachment (id=11532)
--> (http://bugs.winehq.org/attachment.cgi?id=11532)
console output from crash
Installed openSUSE wine snapshot 0.9.57.20080320 on x86-64.
Moved .wine to .wineold.
Run "winecfg" to create new clean .wine directory.
Downloaded installer for Sketchup (version 6).
Run installer (worked without problems).
Run Sketchup, wants to install Gecko for html rendering, installs fine.
Some openGL problem(?) comes up, which seems to be fixed once I change the
registry:
HKEY_CURRENT_USER/SOFTWARE/GOOGLE/SKETCHUP6/GLCONFIG/DISPLAY/HW_OK to 0x1 (from
0x0)
If I then restart Sketchup the main window pops up, together with two small
windows (help and some setup window). In the main window the menu bar is
displayed correctly, but the drawing window shows garbage (just white with some
odd lines drawn on it, no coordinate system, etc. which is normally displayed).
The setup window has a "continue" button, once I press it the application shuts
down and a google bug reporting window comes up.
Bug reproduces every time I run Sketchup.
I attached the console output of "wine c:/.../sketchup.exe"
HTH
--
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=15749
Summary: Google Sketchup 6 initial units dialog, can't choose
units
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://sketchup.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When you first start Sketchup, it asks you what units to use.
Sadly, the pulldown list of units is blank, and you can't
click "OK" until you choose units.
Fortunately, you can dismiss that dialog by clicking the go-away X box in the
upper right.
--
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=14044
Summary: Google SketchUp fails to run
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brett.jr.alton(a)gmail.com
After installing Google SketchUp 6.4.112
(http://filehippo.com/download_google_sketchup/) Google SketchUp failed to run.
I've attached the CLI log.
--
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=11219
Summary: SketchUp crashes and cripples whole linux system
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hotmejladress(a)hotmail.com
When trying to save in sketchup, the program crashes. After it crashes, wine
contionues to write very big .dmp files in the wine c:\windows\temp directory.
Theese files are in the order of 1-2 GB! It still autosaves so one can still
try to use sketchup, with occational crashes. But these big files add up,
suddenly u run out of harddrive, wine continues to write in the background
until the computer comes to a standstill. After resetting the computer with the
powerbutton, I had trouble even getting linux to start again, cause the disk
was so full. On the AppDB there is some guy who prevented theese crashes by
commenting out something in the kernel.
--
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=18802
Summary: Google SketchUp on linux FC 10 crashes on 'save' with:
GetFileName95 Flags 0x00800000 not yet implemented
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sparks_330(a)yahoo.com
I searched WineHQ bugzilla and the bug is same as #4071, fixed way back in 2005
with version 0.9.3.
filing a new bug instead of re-opening, because it was way too long ago.
=========================================================
got wine 1.1.15 to run SketchUp on my linux laptop, Toshiba Protege R600 with
FC 10.
had to use env LIBGL_ALWAYS_SOFTWARE=1 to avoid SketchUp crashing upon start,
but I can use it now.
then when i click 'save' the application crashes.
when I turn on debug flags w/ "envenv WINEDEBUG=+channel1,+channel2", start
sketchup again, and click 'save' I see:
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
X Error of failed request: GLXBadContextTag
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 106 (X_GLXSelectBuffer)
Serial number of failed request: 632258
Current serial number in output stream: 632259
--
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=18222
Summary: Google Sketchup 7 Page Faults on Startup
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cov(a)vt.edu
Created an attachment (id=20728)
--> (http://bugs.winehq.org/attachment.cgi?id=20728)
Backtrace
The startup dialog comes and I can choose a template but when I click Start
Using Sketchup I get a page fault and the Google Bugsplat error reporter comes
up.
--
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=17642
Summary: Google Sketchup, Mint Felicia ( in fact Ubuntu 8.10)
Wine 1.1.13
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freerk(a)ostrain.nl
Created an attachment (id=19828)
--> (http://bugs.winehq.org/attachment.cgi?id=19828)
error output of Google Sketch
Installed Google Sketchup, went fine.
Starting the program it showed a correct border and upper menu.
In the midle it showed a crashed screen, and there was an error output wich I
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.
http://bugs.winehq.org/show_bug.cgi?id=21083
Summary: SketchUp was unable to initialize OpenGL,
ChoosePixelFormat failed!
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fester(a)rucls.net
I think Sketchup7.1 was last working under Wine at around 1.1.32 (Karmic).
Since then I've been getting "SketchUp was unable to initialize OpenGL ....
ChoosePixelFormat".
Now I've just tried 1.1.35 and get the same problem. I don't have access to
1.1.32 so I can't do a regression.
--
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=26729
Summary: Google Sketchup Layout crashes on main menu
(GdipGetPathGradientSurroundColorCount and
GdipSetPathGradientSurroundColorsWithCount stubs)
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
now that TIFF encoder is in, the layout app crashes whenever main menu is about
to be displayed.
The reason are gdiplus GdipGetPathGradientSurroundColorCount and
GdipSetPathGradientSurroundColorsWithCount stubs.
Unfortunately this problem isn't really visible due to missing FIXME in
GdipGetPathGradientSurroundColorCount (+relay/+gdiplus will take ages until the
point due to excessive calls).
Fortunately using debugging tools and some nifty exception script that logs
only unmanaged/managed exceptions with backtraces and comes across the
following:
--- snip ---
...
0027:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83863f
ip=7b83863f tid=0027
0027:trace:seh:raise_exception info[0]=80004001
0027:trace:seh:raise_exception eax=7b825a75 ebx=7b88fff4 ecx=80004001
edx=0033d640 esi=0033d6b8 edi=e0434f4d
0027:trace:seh:raise_exception ebp=0033d680 esp=0033d61c cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00000207
(26.27): CLR exception - code e0434f4d (first chance)
OS Thread Id: 0x27 (0)
ESP EIP
0033d708 7b83863f [HelperMethodFrame: 0033d708]
0033d7ac 7ae6cf7e
System.Drawing.Drawing2D.PathGradientBrush._SetSurroundColors(System.Drawing.Color[])
0033d7d4 7ae434b5
System.Drawing.Drawing2D.PathGradientBrush.set_SurroundColors(System.Drawing.Color[])
0033d7d8 096e40de
Infragistics.Win.ShadowManager+Shadow.PaintRightShadow(System.Drawing.Graphics,
System.Drawing.Rectangle)
0033d878 096e3f44
Infragistics.Win.ShadowManager+Shadow.DrawShadows(System.Drawing.Graphics,
System.Drawing.Rectangle)
0033d88c 096e3c91
Infragistics.Win.ShadowManager+ShadowEx.InitializeLayeredWindow()
0033d890 096e3899 [InlinedCallFrame: 0033d890]
0033da1c 00000000 [InlinedCallFrame: 0033da1c]
0033e074 00000000 [NDirectMethodFrameGeneric: 0033e074]
System.Windows.Forms.UnsafeNativeMethods.IntCreateWindowEx(Int32,
System.String, System.String, Int32, Int32, Int32, Int32, Int32,
System.Runtime.InteropServices.HandleRef,
System.Runtime.InteropServices.HandleRef,
System.Runtime.InteropServices.HandleRef, System.Object)
0033e560 00000000 [InlinedCallFrame: 0033e560]
0033e908 00000000 [NDirectMethodFrameStandalone: 0033e908]
System.Windows.Forms.SafeNativeMethods.UpdateWindow(System.Runtime.InteropServices.HandleRef)
0033eb80 00000000 [InlinedCallFrame: 0033eb80]
0033ec48 00000000 [InlinedCallFrame: 0033ec48]
0033eefc 00000000 [NDirectMethodFrameStandalone: 0033eefc]
System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
0033f53c 00000000 [GCFrame: 0033f53c]
0027:trace:seh:call_vectored_handlers calling handler at 0x6e38f6c6
code=e0434f4d flags=1
0027:trace:seh:call_vectored_handlers handler at 0x6e38f6c6 returned 0
0027:trace:seh:call_stack_handlers calling handler at 0x79f9a3c8 code=e0434f4d
flags=1
0027:trace:seh:call_stack_handlers handler at 0x79f9a3c8 returned 1
0027:trace:seh:call_stack_handlers calling handler at 0x7a3197d4 code=e0434f4d
flags=1
0027:trace:seh:call_stack_handlers handler at 0x7a3197d4 returned 1
0027:trace:seh:call_stack_handlers calling handler at 0x79fcc4da code=e0434f4d
flags=1
0027:trace:seh:__regs_RtlUnwind code=c0000027 flags=2
0027:trace:seh:__regs_RtlUnwind calling handler at 0x7a2f08ac code=c0000027
flags=2
0027:trace:seh:__regs_RtlUnwind handler at 0x7a2f08ac returned 1
0027:trace:seh:__regs_RtlUnwind calling handler at 0x7bc775b1 code=c0000027
flags=2
0027:trace:seh:__regs_RtlUnwind handler at 0x7bc775b1 returned 1
0027:trace:seh:__regs_RtlUnwind calling handler at 0x79f9a3c8 code=c0000027
flags=2
0027:trace:seh:__regs_RtlUnwind handler at 0x79f9a3c8 returned 1
0027:trace:seh:__regs_RtlUnwind calling handler at 0x7a3197d4 code=c0000027
flags=2
0027:trace:seh:__regs_RtlUnwind handler at 0x7a3197d4 returned 1
0027:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\diasymreader.dll" at
0x5e380000: native
0027:fixme:exec:SHELL_execute flags ignored: 0x00000100
0027:trace:process:create_process_impl app (null) cmdline L"C:\\Program
Files\\Google\\Google SketchUp 8\\LayOut\\BsSndRpt.exe /i
\"C:\\users\\focht\\Temp\\tmp528e.ini\""
--- snip ---
After fleshing out the first stub, the second one appears:
--- snip ---
0037:fixme:gdiplus:GdipSetPathGradientSurroundColorsWithCount not implemented
0037:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83863f
ip=7b83863f tid=0037
0037:trace:seh:raise_exception info[0]=80004001
0037:trace:seh:raise_exception eax=7b825a75 ebx=7b88fff4 ecx=80004001
edx=0033d640 esi=0033d6b8 edi=e0434f4d
0037:trace:seh:raise_exception ebp=0033d680 esp=0033d61c cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00000207
(36.37): CLR exception - code e0434f4d (first chance)
OS Thread Id: 0x37 (0)
ESP EIP
0033d708 7b83863f [HelperMethodFrame: 0033d708]
0033d7ac 7ae6cf9d
System.Drawing.Drawing2D.PathGradientBrush._SetSurroundColors(System.Drawing.Color[])
0033d7d4 7ae434b5
System.Drawing.Drawing2D.PathGradientBrush.set_SurroundColors(System.Drawing.Color[])
...
--- snip ---
I quickly fleshed/hacked out both stubs and it helped to display the main menu.
The workspace context menu crash (right click) seems to be a different bug.
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=22663
Summary: Render "sketchy lines" problems.
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tvcasualty(a)gmail.com
When styles are selected that use “sketchy lines” the lines do not render in
the workspace. Shadows will show up, but the actual drawing lines will not
render.
System:
Intel Core 2 Duo E8400 Wolfdale 3.0GHz LGA 775 65W Dual-Core Processor
PNY GeForce 9800 GTX+ 512MB 256-bit GDDR3 PCI Express 2.0 x16 Video Card
EVGA 123-YW-E175-A1 LGA 775 NVIDIA nForce 750i SLI FTW ATX Intel Motherboard
and 8GB of RAM
--
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=22229
Summary: Sketchup fails to print previews, show back area,
template and part previews also
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=14562
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erik(a)foamcasualty.com
Since Ubuntu 9.10 Sketchup (6.x and 7.x) has failed to print preview. Printing
also is broken as the preview is exactly what gets printed out. Actual sketch
is the only thing distorted, a black area is shown inside of the page when
called.
Also noticed several other issues that may be related:
-Previews of templates, parts (entire files), and components display similar
black boxes.
-Using any type of "sketchy edge" template does not display edge lines.
System Specs:
Intel Core 2 Duo E8400 Wolfdale 3.0GHz LGA 775 65W Dual-Core Processor
PNY GeForce 9800 GTX+ 512MB 256-bit GDDR3 PCI Express 2.0 x16 Video Card
EVGA 123-YW-E175-A1 LGA 775 NVIDIA nForce 750i SLI FTW ATX Intel Motherboard
and 8GB of RAM
Latest Nvidia Drivers installed. (178 I believe)
--
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=16488
Summary: "Tools / Google Earth / Get Current View" crashes Google
Sketchup 7
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Following the instructions in
http://sketchup.google.com/support/bin/answer.py?hl=en&answer=36241
causes Sketchup to crash or hang when you do Tools /
Google Earth / Get Current View.
You can try to cancel (sketchup has a message box with a cancel button),
but if you do, sketchup hangs.
Under the hood, sketchup is using a COM server loaded from earthps.dll
to talk to Earth, and something is going awry with 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.
http://bugs.winehq.org/show_bug.cgi?id=20795
Summary: Graphical display garbled ATI mobility card
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Jay.n.lizz.98(a)gmail.com
Created an attachment (id=24899)
--> (http://bugs.winehq.org/attachment.cgi?id=24899)
Garbled graphics
Menus are fine, and usable, but sketch window is completely garbled, and
unusable.
Using wine-1.1.33
uname -a
Linux laptop.daddy.net 2.6.26.8.tex3 #1 SMP Mon Jan 12 04:33:38 CST 2009 i686
mobile AMD Athlon(tm) XP2400+ GNU/Linux
lspci
00:00.0 Host bridge: ATI Technologies Inc AGP Bridge [IGP 320M] (rev 13)
00:01.0 PCI bridge: ATI Technologies Inc PCI Bridge [IGP 320M] (rev 01)
00:02.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
00:06.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link
Controller Audio Device (rev 02)
00:07.0 ISA bridge: ALi Corporation M1533/M1535/M1543 PCI to ISA Bridge
[Aladdin IV/V/V+]
00:08.0 Modem: ALi Corporation M5457 AC'97 Modem Controller
00:09.0 Network controller: Broadcom Corporation BCM4306 802.11b/g Wireless LAN
Controller (rev 02)
00:0a.0 CardBus bridge: O2 Micro, Inc. OZ601/6912/711E0 CardBus/SmartCardBus
Controller
00:0c.0 FireWire (IEEE 1394): Texas Instruments TSB43AB21 IEEE-1394a-2000
Controller (PHY/Link)
00:10.0 IDE interface: ALi Corporation M5229 IDE (rev c4)
00:11.0 Bridge: ALi Corporation M7101 Power Management Controller [PMU]
00:12.0 Ethernet controller: National Semiconductor Corporation DP83815
(MacPhyter) Ethernet Controller
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility U1
--
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=18107
Summary: GoogleSkechtUp: Crashes after choosing a template
Product: Wine
Version: unspecified
Platform: Other
URL: http://sketchup.google.com/download/gsuwenthankyou.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jassen126(a)gmail.Com
Created an attachment (id=20542)
--> (http://bugs.winehq.org/attachment.cgi?id=20542)
Console logs from the crash
GoogleSkechtUp crashes when trying to start using it, after you choose a
template.
--
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=22247
Summary: Sketchup cannot export collada or google earth files
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.google.com/support/forum/p/sketchup/thread?
fid=3e8000bfa25c5d1c00048344f937e93d&hl=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yorik.vanhavre(a)gmail.com
See thread about this bug on google sketchup forum:
http://www.google.com/support/forum/p/sketchup/thread?fid=3e8000bfa25c5d1c0…
Sketchup 7.1 running on wine cannot export collada (.dae) or google earth
(.kmz) files. To reproduce, simply open sketchup, select file -> export -> 3d
model and choose either collada or google earth format. Sketchup shows a dialog
with an export progress bar being filled up, but no "successfully exported"
message, as it does on windows. And indeed, no file gets created.
On the terminal, appears: Warning: No IOPlugin Set! Neither DOM_INCLUDE_LIBXML
or DOM_INCLUDE_TINYXML is defined.
That message error seems to be coming from the collada component of sketchup (
see
https://collada.org/public_forum/viewtopic.php?p=3216&sid=2a576c3f28da988cf…
). google earth .kmz files are actually zip files containing collada files and
their textures, so it makes sense that both file formats have the same problem.
I tried to save to all kinds of different paths to exclude the possibility of
the file not be created for some filesystem or bad path name reason.
I'm not sure there is much to do without digging inside complex collada
internals, but I'm posting anyway so it is registered. I'll try to have a
better look at that collada thread when I have time, to see if I find more
clues.
I'm on debian squeeze 64bits, wine 1.1.41
--
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=16196
Summary: Back and Forward buttons in Google Sketchup's 3D
Warehouse do nothing
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do File / 3D Warehouse / Get Models. A web browser will pop up.
You can click on links in it, and the 'Home' button in the upper
right of the frame works, but the 'Back' and 'Forward' buttons
in the upper right of the frame are ignored.
--
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=16593
Summary: Sketchup 7 installs and loads, but workspace black
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: steve.shaughnessy(a)talk21.com
CC: steve.shaughnessy(a)talk21.com
Created an attachment (id=18122)
--> (http://bugs.winehq.org/attachment.cgi?id=18122)
Trace of terminal executing SketchUp 7
SketchUp 7 installs without problems - except OpenGl issues etc previously
documented.
SketchUp loads, all menu and toolbars intact.
Workscreen black.
Seems to "think" it is drawing, but nothing shows.
I've seen one other ref to this problem (via Google) and it says that he fixed
by setting no_dri off on video, but I don't seem to have that setting. Could be
ATI graphics related?
Print preview causes a crash.
Various error messages in terminal - trace attached.
If I've messed up go easy on me - new to Linux, new to Ubuntu, new to Wine.
# MBoard: Gigabyte GA-MA78GM-S2H 780G Socket AM2+
# Processor: AMD Phenom X3 Triple Core 8450 2.1GHz
# Graphics: ATI Radeon HD 3200
# 2Gb Memory
# OS: Ubuntu 8.10 Intrepid Ibex
--
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=11954
Summary: Google Sketchup, Google bug splat never finish sending
report.
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hotmejladress(a)hotmail.com
Created an attachment (id=11279)
--> (http://bugs.winehq.org/attachment.cgi?id=11279)
output from wine, gooogle bug squash
When Google sketchup crashes, which it does frequently, google bug splat
starts. If you describe what happens and send a report, bug splat starts
transmitting something but will never finish. The little 'sending error
report'-window can not be shut down. You have to use the gnome-system monitor
to shut down that process.
I think this bug should be prioritised so that the google developers see the
Sketchup crashes, and can go on to fix the bugs.
I attached the terminal output.
--
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=13377
Summary: SketchUp crashing on first click in drawing window
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panagiotis(a)gmail.com
Created an attachment (id=13280)
--> (http://bugs.winehq.org/attachment.cgi?id=13280)
Back trace of SketchUp crashing.
After installing SketchUp, I clicked in the main window which caused it to
crash immediately.
--
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=16558
Summary: Google Sketchup 7 "Tools / Interact" cursor wrapped
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"Tools / Interact" puts up a different hand cursor,
and wine displays it poorly; it's as is part of the cursor
is sliced off and displayed on the wrong side.
--
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=15569
Summary: SELinux denied access requested by wine-preloader
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilsonhaven(a)gmail.com
Created an attachment (id=16570)
--> (http://bugs.winehq.org/attachment.cgi?id=16570)
SelinuxTroubleshootd Log Entry
SELinux denied access requested by wine-preloader. It is not expected that this
access is required by wine-preloader and this access may signal an intrusion
attempt.
--
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=19844
Summary: Google Sketchup crashes on
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davideps(a)umich.edu
Start Google Sketchup 7
File --> Import --> select image and "New Matched Photo" option
Program crashes immediately. I have tried this with several different images
and image formats. The photo perspective matching and photo texturing tools are
a major attraction to Sketchup--so this bug unfortunately strips the package of
considerable functionality.
-david
--
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=16103
Summary: Google Sketchup 7 crashes after downloading model
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Google Sketchup 7 runs fairly well, though I had to
set HW_OK=1 in the registry as described in bug 14045
and uncheck 'show on startup' in the initial dialog
to get it to work.
It downloads models ok, but once they're downloaded,
one of several unpleasant things may happen:
a) it might complain "bad file" (can't remember the exact message),
b) it might crash with the following backtrace:
=>1 0x032b17dd in xpcom_core (+0x17dd) (0x032b17e1)
c) it might crash while saving, with the following backtrace:
=>1 0x78aaa180 (0x0032dcd8)
2 0x7eb8966a call_window_proc+0x6a(hwnd=?, msg=?, wp=0, lp=0,
result=0x32dd50, arg=0x78aaa180) [dlls/user32/winproc.c:458] in user32
(0x0032dd18)
It doesn't always crash, so if you save after every download and are
patient, you can get something done.
--
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=16869
Summary: Sketchup 7 crashes when bringing up 3d Warehouse
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This seems to be a regression caused by the new Gecko.
To reproduce, just start the app and pick File / 3d Warehouse / Import. Bammo!
--
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=17209
Summary: Sketchup 7 crashes on saving, but still saves.
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-louis.bourdon(a)laposte.net
Model saved, but app crashes
--
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=18731
Summary: Google SketchUp: Crashes when ran in 1.1.22
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drkguy.spam(a)gmail.com
Created an attachment (id=21479)
--> (http://bugs.winehq.org/attachment.cgi?id=21479)
Log from wine execution
When i updated to 1.1.22, SketchUp stops working, even after a clean .wine
wipeout,as shown in the log, when i downgrade to 1.1.21, it starts working
again.
--
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=17605
Summary: Crashes on file save
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zsolt(a)softmonsters.com
Sketchup 7 installs and so far just runs fine but on saving a file it crashes
*before* any file was written
My OS is Gentoo-Linux. Xorg is newest xorg-server-1.6.0 with
xf86-video-intel-2.6.1 UXA and DRI2
But the crash happens also without DRI. Tested with all wine-versions beginning
from 1.1.12.
With Sketchup 6 it's the same
--
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=27880
Summary: moving tool windows: mouse button state not correct?
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=35670)
--> (http://bugs.winehq.org/attachment.cgi?id=35670)
steps to reproduce, moving tool window in SketchUp or in another application
Google SketchUp has some tool windows (windows without GTK title bar, but with
Windows title bar). After moving a tool window and releasing the left mouse
button, the tool window is placed correctly and stops moving. But when you
hover again some part of any of SketchUp's tool windows, SketchUp's previously
active tool window sticks to the cursor and moves (which is very annoying).
That bug seems partly not SketchUp-specific, but caused by the tool windows'
drag behavior: When you move a tool window of another application, then hover
over one of SketchUp, the previously active SketchUp tool window sticks to the
cursor (see attached image).
It appears that SketchUp recognizes the left mouse button still as "pressed"
although it isn't.
--
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=24679
Summary: SketchUp cannot produce correct png/jpg/bmp files
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
When you click in SketchUp in the menu to file - export 2d graphic, it does not
export valid graphics. The resulting images have the correct dimensions, but
they are either completely transparent (png, tif) or black (jpg, bmp).
For example a png file looks like that (cat test.png):
�PNG�k\ � �� �5� p �� �C � IEND�B`�
As far as I can see, it has a header and 5 chunks, that means it contains pixel
data (the bmp image has 1.5MB), but it shouldn't be empty.
The png export problem of the Mozart program
(http://bugs.winehq.org/show_bug.cgi?id=20694) seemed first to be similar, but
I tried to enable native GDIplus and it does not help.
In a SketchUp forum I once read about an export problem which was solved by
disabling hardware acceleration, but that is not possible in Wine because
SketchUp does not run without hardware acceleration.
--
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=16700
Summary: 'fast feedback' doesn't work in Google Sketchup 7
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ethana2(a)gmail.com
Google Sketchup has a 'fast feedback' option; where a change you make to a
scene is rendered immediately upon making it, without moving the camera. This
option does not work properly on my GeForce 8400M GS in WINE 1.1.11.
--
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=23096
Summary: White box around cursor in Google SketchUp Pro 7
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sbagnak(a)yandex.ru
A white box around black cursor is present on the working area of SketchUp
window. But when I tried to take screenshot, I got gnome cursor without white
box instead of black cursor with white box around of them.
Surround:
Ubuntu 10.04 x86_64 with kernel 2.6.32-22.36, wine 1.2-rc2-0ubunu1~lucidppa1
from winehq repository, Google SketchUp Pro 7, AMD Radeon HD 5650 driver -
8.723.1-100408a-098580C-ATI.
--
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=25221
Summary: SketchUp 7 prints black rectangle and export the same
into JPG
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evgeni_atel(a)mail.ru
Print and 2d export functions do not work.
--
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=18547
Summary: Slingplayer 2.0 unhandled exception
Product: Wine
Version: unspecified
Platform: PC
URL: http://download.slingmedia.com/player/pc/SP2/SlingPlay
er-2.0.3508-Setup-EMEA.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21211)
--> (http://bugs.winehq.org/attachment.cgi?id=21211)
wine-1.1.21-316-g8f33420 console output
When Slingplayer 2.0 starts it asks for a password to connect to the Slingbox.
Unfortunately it won't go any further as a page fault and unhandled exception
occurs, and the app hangs and has to be killed, when attempting to enter
keystrokes or mouse clicks.
Problem doesn't exist in 1.1.21 and has just appeared in latest git.
To get this far dotnet20 and native gdiplus are required.
Result of bisect:
bee36fe8315cdacf2d71a903ab524c929e645122 is first bad commit
commit bee36fe8315cdacf2d71a903ab524c929e645122
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Mon May 11 13:14:45 2009 +0200
urlmon: Cache the binding notif window.
:040000 040000 108b1f61d69fb4795f946ca9729a07d67eef3f88
be6a29bddddb2270451e4ade922d955fd935cda9 M dlls
http://source.winehq.org/git/wine.git/?a=commit;h=bee36fe8315cdacf2d71a903a…
Reverting this commit fixes the problem.
Workaround is native urlmon.dll.
--
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=20287
Summary: SketchUp will not install
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jewlzap(a)yahoo.com
Linux version 2.6.26-2-686 (Debian 2.6.26-19)
Trying to install SketchUp 7.1.
Executed "wine ./GoogleSketchUpWEN.exe".
Received the following message window: "This Operating System not Supported".
--
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=18601
Summary: Google Sketchup 7 crashes early in wine's imm.dll
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download, patch, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Not sure when this started; I first noticed it about a month ago.
Sketchup 7 installs, but when you start it up, it crashes with
trace:imm:DllMain 0x7ca20000, 2, (nil)
trace:imm:DllMain 0x7ca20000, 3, (nil)
wine: Unhandled page fault on read access to 0x00000006 at address 0x7ca28f69
(thread 0009), starting debugger...
Backtrace:
=>0 0x7ca28f69 ImmAssociateContext+0x229(hWnd=0x100b6, hIMC=(nil))
[imm32/imm.c:476] in imm32 (0x0032f2d4)
1 0x02ca9a9e in xul (+0xaa9a9e) (0x0032f304)
or
wine: Unhandled page fault on write access to 0x00000006 at address 0x7cc626d1
(thread 0009), starting debugger...
Backtrace:
=>0 0x7cc626d1 ImmGetContext+0x61(hWnd=0x10038) [imm32/imm.c:1381] in imm32
(0x0032f938)
1 0x7cc627dd ImmProcessKey+0x3d(hwnd=0x10038, hKL=0x4090409, vKey=39,
lKeyData=21823489, unknown=0) [imm32/imm.c:2775] in imm32 (0x0032fa88)
2 0x7eb28dec peek_message+0x238c(msg=0x142a40, hwnd=(nil), first=0,
last=4294967295, flags=83820545, changed_mask=1279)
[dlls/user32/message.c:1768] in user32 (0x0032fdb8)
1381 data->IMC.hWnd = hWnd;
In both cases it looks like a bogus small value is in
IMM_GetThreadData()->defaultContext
Ignoring that and replacing it with NULL seems to work around
the problem; see attached patch.
--
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=31199
Bug #: 31199
Summary: Google Sketchup Layout crashes when opening a new
document
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://dl.google.com/sketchup/GoogleSketchUpProWEN.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31193, 31198
Classification: Unclassified
Created attachment 40973
--> http://bugs.winehq.org/attachment.cgi?id=40973
terminal output
After bug 31198, ignore the startup tips and try to create a new document.
You'll get a crash:
Backtrace:
=>0 0x1001060a in atlastrtflib (+0x1060a) (0x0032e46c)
1 0x7eb371fb ME_MakeEditor+0x13a(texthost=0x26d37d8, bEmulateVersion10=0)
[/home/austin/wine-git/dlls/riched20/editor.c:2674] in riched20 (0x0032e4bc)
2 0x7eb54425 CreateTextServices+0x94(pUnkOuter=(nil), pITextHost=0x26d37d8,
ppUnk=0x26d37dc) [/home/austin/wine-git/dlls/riched20/txtsrv.c:410] in riched20
(0x0032e50c)
3 0x10013c03 in atlastrtflib (+0x13c02) (0x026d37dc)
0x1001060a: movl 0x0(%ecx),%eax
but native riched20 doesn't help. Terminal also shows a lot of mshtml stuff,
but native ie7 didn't help either.
--
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=24953
Summary: A generic error occurred in GDI+
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otxando(a)gmail.com
Created an attachment (id=31598)
--> (http://bugs.winehq.org/attachment.cgi?id=31598)
error file
when running google sketchup's layout 3 crash
see attachment of message 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=16164
Summary: Sketchup 7 crashes when you click "Start using Sketchup"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the first bug people run into.
(The next one is bug 14045.)
When you start SketchUp, it puts up a dialog saying
"Welcome to Sketchup". When you click "Start using Sketchup",
it crashes before putting up the main window.
You can work around it by checking "Don't show this again",
and then running the app again, but it would be nice if that
wasn't needed.
Mike Hearn said the cause was mshtml wasn't refcounted
properly, so I checked... and he's right. Hacking DLLCanUnloadNow
in mshtml to always return S_FALSE, like this,
diff --git a/dlls/mshtml/main.c b/dlls/mshtml/main.c
@@ -231,7 +231,7 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID
riid, LPVOID *ppv)
HRESULT WINAPI DllCanUnloadNow(void)
{
TRACE("() ref=%d\n", module_ref);
- return module_ref ? S_FALSE : S_OK;
+ return S_FALSE; //module_ref ? S_FALSE : S_OK;
gets you past the crash. So presumably it's an mshtml
bug. (In honor of this bug, I created an mshtml category in
bugzilla finally...)
--
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=16166
Summary: Google Sketchup 7 display often corrupt until you click
on it
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://sketchup.google.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Often, Sketchup 7 leaves garbage on the screen
until you click on the main area.
For instance, it always does this when you maximize it;
clicking on the main area brings back the expected display.
--
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=17187
Summary: sketchup 7 display worse in wine 1.1.13 than 1.1.12
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jean-louis.bourdon(a)laposte.net
Created an attachment (id=19078)
--> (http://bugs.winehq.org/attachment.cgi?id=19078)
normal display (fine)
lots of flickering blue,
selection difficult.
--
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=19303
Summary: Sketchup 7 shows toolbars and menus, but work area is
blank
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fester(a)rucls.net
Created an attachment (id=22349)
--> (http://bugs.winehq.org/attachment.cgi?id=22349)
Sketchup started using the command in the Sketchup icon
I am attempting to run Sketchup7 from Wine 1.1.25 under Ubuntu 9.04 (Gnome). I
have installed winetricks, and done the OPEN-GL fix.
Sketchup loaded under Wine, but when running the program, while the toolbars
and menus all display correctly, the work area remains blank (black). The
cursor displays in the work area, but when you draw with it, there aren't any
lines.
I assumed this was a problem which required the use of a new graphics card
until last week when, after downloading lots of updates, Sketchup began to work
the correct way, the display was white with the axis lines showing. I decided I
wanted a different template, so I changed it and re-started Sketchup. After
re-starting, the work area was once again blank (black).
--
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=16187
Summary: Google Sketchup Layout crashes on startup
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://sketchup.google.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"LayOut", which comes with Sketchup Pro, crashes on startup,
just after it puts up the "Tip of the Day".
You have to do "winetricks dotnet20" to even get that far.
Installing gdiplus seems to make things worse; even after
uninstalling it, layout crashes much sooner.
--
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=31198
Bug #: 31198
Summary: Google Sketchup Layout crashes during startup
Product: Wine
Version: 1.5.8
Platform: x86
URL: http://dl.google.com/sketchup/GoogleSketchUpProWEN.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 31193
Classification: Unclassified
I get a crash with builtin gdiplus. Terminal shows:
fixme:gdiplus:GdipGetFamilyName No support for handling of multiple languages!
fixme:gdiplus:GdipCreateBitmapFromGraphics hacked stub
..
image.c:1975: move_bitmap: Assertion `dst->image.stream == ((void *)0)' failed.
winetricks gdiplus 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.
http://bugs.winehq.org/show_bug.cgi?id=26166
Summary: sketchup
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien.ramage(a)gmail.com
Google Sketchup 8.0.4811
Test on Ubuntu 10.10 with Wine 1.3.14
The selection box tool is not working. When trying to clic and drag, no box
appears AND the display freeze. The application seems working but the display
is not refresh anymore.
So the application can't be used
--
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=27201
Summary: Google Sketchup version 8 Crash ChoosePixelFormat
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gp1(a)sredmond.com
Created an attachment (id=34759)
--> (http://bugs.winehq.org/attachment.cgi?id=34759)
Terminal Output after Sketchup 8 Crashes
Operating system Puppy Linux 4.3.2
Wine version 1.3.17
Google Sketchup Version 8
IBM Thinkpad T43 Pent 4
Radeon X300
MESA DRI R300
1.3 MESA 6.5.2
Google Sketchup crashes after start up with ChoosePixelFormat error message.
Clicking through that produces a second message with block characters clicking
through that ends program.
I tried the the usual Sketchup Display registry key change of 0 to 1. This
changed the behavior to eliminate the two error messages and the program
crashes silently. The terminal output in this case is more informative and is
attached.
Returning the registry key to 0 brings back the two error messages on start up.
--
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=16699
Summary: OpenGL anti-aliasing capabilities of nVidia gpu not
exposed to Google Sketchup 7
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ethana2(a)gmail.com
I have an nVidia GeForce 8400M GS, WINE 1.1.11 installed from an official .deb,
and Google Sketchup doesn't see the anti-aliasing capabilities of the gpu.
--
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=25488
Summary: wine 1.3.8 fails to successfully start sketchup 8
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dennisgdaniels(a)gmail.com
Here's the vid
http://www.youtube.com/watch?v=7W7UA2mLJD4
--
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=14045
Summary: SketchUp was unable to initialize OpenGL
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brett.jr.alton(a)gmail.com
After installing Google SketchUp 6.4 and trying to run Google SketchUp once
(and it crashing) I tried to run GoogleSketchUp and second and third and fourth
time and new error came up on those last three runs:
"SketchUp was unable to initialize OpenGL!
Please make sure you have installed the correct
drivers for your graphics card.
Error: ChoosePixelFormat failed"
I'm attaching a screenshot of the dialogue and the CLI log.
Log since its so small:
wine /home/brett/.wine/drive_c/Program\ Files/Google/Google\ SketchUp\
6/SketchUp.exe
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(30000): STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_RETRIES: 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=27029
Summary: Nvidia hdr sample crashes on
msvcp71.dll.??0?$basic_string@GU?$char_traits@G@std@@V
?$allocator@G@2@@std@@QAE@XZ
Product: Wine
Version: 1.3.19
Platform: x86-64
URL: http://developer.download.nvidia.com/SDK/9.5/Samples/D
EMOS/Direct3D9/HDR_FP16x2.zip
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
According to mscodescan, may need a few more:
msvcp71:??$?9GU?$char_traits@G@std@@V?$allocator@G@1@@std@@YA_NABV?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@0@PBG@Z
msvcp71:??0?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@ABV01@@Z
msvcp71:??0?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@PBG@Z
msvcp71:??0?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@XZ
msvcp71:??1?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@XZ
msvcp71:??4?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV01@ABV01@@Z
msvcp71:??4?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV01@PBG@Z
msvcp71:??Y?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV01@ABV01@@Z
msvcp71:??Y?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAEAAV01@PBG@Z
msvcp71:?_Nomemory@std@@YAXXZ
msvcp71:?find_last_of@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QBEIPBGI@Z
msvcp71:?substr@?$basic_string@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QBE?AV12@II@Z
--
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=28555
Bug #: 28555
Summary: Sketchup 8 does not work when new linux updates were
loaded.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wphred74(a)hotmail.com
Classification: Unclassified
Created attachment 36672
--> http://bugs.winehq.org/attachment.cgi?id=36672
messages that popped up in the xterm when I tried to start Sketchup from the
console.
I have been using Sketchup 8 for some time with only one issue (print gives
black screen). I has some updates installed and now Sketchup doesn't work at
all. When I try to start it I get a message:
The program Sketchup.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
I am attaching the logs and back traces as a single attachment.
--
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=17533
Summary: In SketchUp 7 Component Options displays blank window
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyberusfaustus(a)gmail.com
When attempting to open the Component Options Dialog on a Dynamic Component a
Window pops up but it contains no content (no dialog form to allow you to alter
the Component's Options). This happens whether you right click on the component
and choose Dynamic Component -> Component Options from the menu or if you have
the Dynamic Component Toolbar up and click on the Component Attributes tool.
Obviously this is quite a problem as one of the major additions to SketchUp 7
was Dynamic Component support. Not being able to access the Component Options
dialog makes it impossible to create useful Dynamic Components.
--
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=29404
Bug #: 29404
Summary: SketchUp 8 crashes under OpenSuse 12.1
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremy(a)spurway.gotadsl.co.uk
Classification: Unclassified
Created attachment 38057
--> http://bugs.winehq.org/attachment.cgi?id=38057
winedebug log file, bugsplat dump and SU log files
on OS upgrade from OpenSUSE 11.4 to 12.1, Sketchup stopped working.
--
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=29743
Bug #: 29743
Summary: SketchUp 8 doesn't start after update - can't load
opengl32.dll
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dag.rende(a)gmail.com
Classification: Unclassified
I have been using Google SketchUp 8 with wine in Ubuntu for long time. It
worked perfect with my new Lenovo ThinkPad T420s in ubuntu 11.10 64 bit with
integrated intel Sandy Bridge graphics, until about a week ago. Then I got a
kernel update and opengl stoped working. I checked and found out that I had to
remove an nvidia driver I had installed. OpenGL started working then, but
SketchUp stpped working.
At start it says:
err:module:load_builtin_dll failed to load .so lib for builtin L"OPENGL32.dll":
libGL.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library OPENGL32.dll (which is needed by
L"C:\\Program Files\\Google\\Google SketchUp 8\\SketchUp.exe") failed (error
c000007a).
err:module:load_builtin_dll failed to load .so lib for builtin L"GLU32.dll":
libGL.so.1: cannot open shared object file: No such file or directory
err:module:import_dll Loading library GLU32.dll (which is needed by
L"C:\\Program Files\\Google\\Google SketchUp 8\\SketchUp.exe") failed (error
c000007a).
The funny thing is that if I apt-get remove nvidia-current and logout/login, I
have a working unity 3d (opengl). If I now apt-get install nvidia-current, I
can run SketchUp without problem. But If I logout/login OpenGL doesn't work.
Is there any trick I can do to get just SketchUp using the so files from the
nvidia driver, without disturbing the other parts of my system?
Regards,
Dag
--
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=27606
Summary: SketchUp 8 garbled working area
Product: Wine
Version: 1.3.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agebosma(a)gmail.com
Created an attachment (id=35286)
--> (http://bugs.winehq.org/attachment.cgi?id=35286)
Example of garbled working area
Installing SketchUp 8 works fine but after launch the complete working area is
garbled (see attachment). It will show distorted images of previously ran Wine
applications. Any attempt to draw something will not show up in any way.
SketchUp 8.0.4811
Wine 1.3.23
Ubuntu 11.04 (x86)
ATI HD6950 (proprietary driver 11.5)
--
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=24285
Summary: SketchUp shows a blank page in integrated iexplore
window
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30591)
--> (http://bugs.winehq.org/attachment.cgi?id=30591)
debug log from running SketchUp 8 and opening file -> share model
The SketchUp features "share model", "get models", "Add Location" use an
integrated Internet Explorer window, which does not render the websites, but
shows a blank white page. This worked in SketchUp 6.x and does not work anymore
since 7.0.
component probably shdocvw or wininet (?)
command for debug log:
WINEDEBUG=+heap+relay wine "C:\Programme\Google\Google Sketchup 8\Sketchup.exe"
&> ~/Desktop/winedebug_sketchup_heap+relay.txt
--
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=27906
Summary: Google Sketchup 8 can't initialize OpenGL
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
After selecting the layout, google sketchup sends "Google Sketchup 8 can't
initialize OpenGL"
Trying to re-start the app and it crashes instead of anything.
Any report i can offer PLEASE just ask.
--
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=29191
Bug #: 29191
Summary: Google Sketchup 8 - no scrollbar on template selection
screen
Product: Wine
Version: 1.3.33
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: katonag(a)gmail.com
Classification: Unclassified
Created attachment 37667
--> http://bugs.winehq.org/attachment.cgi?id=37667
Screenshot of the initial screen. The scrollbar is missing on the right.
In Google Sketchup 8 the initial screen is for selecting the template to be
used. The selection list contains several elements, but only the first few fits
the window. Normally there is a scrollbar in this window, but under wine there
is no scrollbar visible. Also it is not possible to scroll with arrows, or
mouse wheel. This way only the first few templates are selectable.
I use Opensuse 11.4 64 bit, wine is installed from the Opensuse emulators repo
(http://download.opensuse.org/repositories/Emulators%3a/Wine/openSUSE_11.4/).
--
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=31424
Bug #: 31424
Summary: Winetricks + Google SketchUp 8 CheckSum mismatch
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhills(a)medimorphosis.com.au
Classification: Unclassified
When trying to install Google Sketchup 8 via the Winetricks interface, it seems
to successfully download the Google Sketchup 8 Install executable but then ??
Steps to reproduce:
1. Run Winetricks
2. "What do you want to do?" -> choose "Install an app" and click OK
3. "Which Package(s) would you like to install?" -> tick the checkbox next to
"sketchup" and click OK. Winetricks will now download the install package.
4. After the download completes, see the following error message:
Checksum for /home/[username
deleted]/.cache/winetricks/sketchup/GoogleSketchUpWEN.exe did not match,
retrying download
Multiple download retries produce the same outcome. Others have reported this
problem via WineHQ in the Google Sketchup 8 area.
--
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=29528
Bug #: 29528
Summary: SketchUp.exe crashes on closing
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: el_gallo_azul(a)yahoo.com
Classification: Unclassified
I only know how to exit Google SketchUp 8 by choosing File --> Exit. This is
when the Program Error shows.
It says
The program SketchUp.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.
...and then, below that, the Wine text.
--
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=24286
Summary: SketchUp crashes when using Phototextures feature
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aerilius(a)googlemail.com
Created an attachment (id=30592)
--> (http://bugs.winehq.org/attachment.cgi?id=30592)
debug log from SketchUp 8
The Phototextures feature allows to import texture images from Google street
view. It uses a webdialog containing flash (right click on a face, select "get
photo textures"). SketchUp crashes immediately without Bugsplat.
I installed flash via winetricks.
command for debug log:
WINEDEBUG=+heap+relay wine "C:\Programme\Google\Google Sketchup 8\Sketchup.exe"
&> ~/Desktop/winedebug_sketchup_heap+relay.txt
--
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=26635
Summary: SketchUp 8 cannot use the componants tool
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: duncan.lithgow(a)gmail.com
The componants tool never becomes usable. This tool is central for much of the
basic functioning of SkecthUp as a 3d tool - so I've marked this as 'major'.
I have no experience with debugging wine and SketchUp doesn't actually crash.
--
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=13891
Summary: start.exe http://someurl/ does not work
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
When I run ~/wine/wine-git/wine start http://www.google.com/
I get:
fixme:exec:SHELL_execute flags ignored: 0x00000500
err:winebrowser:get_url_from_dde Unabled to retrieve URL from string L"\""
err:winebrowser:wmain Usage: winebrowser URL
Whereas winebrowser should launch and take me to google.com
--
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=26250
Summary: Google sketchup 8 fails to print
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacksmoo111(a)gmail.com
When I print in google sketchup 8 it prints a black box
--
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=25912
Summary: SketchUp 7/8 one mouse event behind
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)konink.de
Basically every move/click with SketchUp made with the mouse is one event
behind. It seems the expose is in some form not triggered, until the next event
starts.
--
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=27395
Summary: Google SketchUp 8 crashes disabling hardware
acceleration with nVidia GPU
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arielCo(a)gmail.com
To replicate:
* Run SketchUp - screen is garbled, showing the main menu, toolbars and pieces
of the screens of other programs.
* Main menu > Window > Preferences
* Uncheck "Use hardware acceleration". The "Use fast feedback" box is checked
and a MessageBox warns: "SketchUp has checked your computer for compatibility
with Fast Feedback, and can't be sure it will work properly". Hit Ok.
* Uncheck Fast Feedback (not relevant to the outcome)
* Program crashes and a "Send crash report" BugSplat form is shown. Attempt to
send the report fails ("invalid response from server") and a ZIP file is
created (attached).
Attachment 1: output of `WINEDEBUG=fixme+all,warn+all,err+all wine 'C:\Program
Files\Google\Google SketchUp 8\SketchUp.exe'´, timestamped (I made deliberate
pauses between actions so it would show in the log)
Attachment 2: bug report generated by BugSplat
Ubuntu 10.10
Google Sketchup 8.0.4811
nVidia 8600M GT (PCIe)
nvidia-current 270.41.06
--
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=12519
Summary: Yahoo! Widget Engine wont start, OLEPictureImpl_Load
Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wwarsin(a)gmail.com
Created an attachment (id=12075)
--> (http://bugs.winehq.org/attachment.cgi?id=12075)
Output from terminal
Yahoo! Widget Engine 4.5 Wont start - fixme:ole:OLEPictureImpl_Load Failure
while reading picture header (hr is 0, nread is 0).
Installs fine, but wont start
--
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=15632
Summary: InspireData crashes when starting new project
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=16667)
--> (http://bugs.winehq.org/attachment.cgi?id=16667)
InspireData crash log
After downloading the InspireData Trial from http://inspiration.com/Freetrial,
and installing it (MS Core fonts are required), the application is started.
After clicking "Continue" the Main Menu is displayed.
After clicking "New", the following messages are displayed: "InspireData has
encountered an error which prevents the completion of your action. Please
choose Quit to exit InspireData. Please choose Continue to attempt to recover
from this error" and "InspireData encountered an error while waiting for your
response. InspireData will now exit." After clicking OK, the application exits.
The crash produces an error log, which I have 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.
http://bugs.winehq.org/show_bug.cgi?id=32227
Bug #: 32227
Summary: wine doesent let me to run P2kCommander-V6.0.0
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correoparabasuraytodolodemas(a)gmail.com
Classification: Unclassified
Created attachment 42504
--> http://bugs.winehq.org/attachment.cgi?id=42504
imagen del error tirado por wine
quisiera saber que tengo que hacer para usar software p2k para plataformas p2k
de celulares.
--
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=9366
Summary: QuickTimePlayer 7.2.0.240 aborts on unimplemented
function gdiplus.dll.GdipCreateRegion
Product: Wine
Version: CVS
Platform: Other
URL: http://www.apple.com/quicktime/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Quicktime player 7.2.0.240 requires Windows XP or higher,
so you have to run winecfg to set windows version before trying to install.
The app installs, but trying to start it fails with
wine: Call from 0x7ee1cf20 to unimplemented function
gdiplus.dll.GdipCreateRegion, aborting
Installing native gdiplus gets the app to start
and mostly run; I was able to watch a lunar lander
movie clip. (I wasn't able to quit the app, though! :-)
--
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=9860
Summary: GDIPlus Function
Product: Wine
Version: 0.9.46.
Platform: All
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gicgioc(a)tiscali.it
MSN 8.1 doesn't start because gdiplus:GdipImageSelectActiveFrame not
implemented
--
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=14196
Summary: eclipse 3.4 crashes when starting
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.eclipse.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bskaplan14(a)yahoo.com
Created an attachment (id=14469)
--> (http://bugs.winehq.org/attachment.cgi?id=14469)
A copy of everything printed in the shell when eclipse crashes
When trying to load eclipse 3.4 (Ganymede), the splash screen appears. Then,
wine has some errors and a message appears saying eclipse had an error and to
check the log file.
--
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=30433
Bug #: 30433
Summary: Nikon CaptureNX Version 2.3.0 Crashes after Start
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flexayagi(a)gmx.de
Classification: Unclassified
Created attachment 39794
--> http://bugs.winehq.org/attachment.cgi?id=39794
Backtrace of the CaptureNX2 crash
Nikon CaptureNX Version 2.3.0 Crashes after Start.
Running System: Ubuntustudio 11.10, Wine 1.4 with Installed .NET 2 & 3
--
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=32929
Bug #: 32929
Summary: Microsoft Expression Design 4 (Free Version) needs
windowscodecsext.dll.WICCreateColorTransform_Proxy
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hell folks,
as the summary says ...
Prerequisite: 'winetricks -q dotnet40 corefonts'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine
Managed backtrace:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft Expression/Design 4
...
$ WINEDLLOVERRIDES="d3d9=d" wine ./Design.exe
...
wine: Call from 0x7b83aa73 to unimplemented function
windowscodecsext.dll.WICCreateColorTransform_Proxy, aborting
...
fixme:shell:URL_ParseUrl failed to parse
L"Microsoft.Expression.Framework.resources"
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10076
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x1007c
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:thread:NtQueryInformationThread info class 16 not supported yet
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.Runtime.InteropServices.SEHException: External component has thrown an
exception.
at
MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CreateColorTransform(BitmapSourceSafeMILHandle&
ppWICColorTransform)
at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource
source, ColorContext sourceColorContext, ColorContext destinationColorContext,
PixelFormat format)
at System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame
frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, BitmapPalette palette)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri
baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at
System.Windows.Media.ImageSourceConverter.ConvertFrom(ITypeDescriptorContext
context, CultureInfo culture, Object value)
at
System.Windows.Baml2006.TypeConverterMarkupExtension.ProvideValue(IServiceProvider
serviceProvider)
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.23-85-g06fc71a
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=32862
Bug #: 32862
Summary: Microsoft Expression Design 4 (Free Version) needs
WindowsCodecsExt.dll (Microsoft Windows Codecs
Extended Library)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
now that Microsoft Expression Design 4 (Free Version) installs successfully it
fails on startup.
Prerequisite: 'winetricks -q dotnet40 corefonts'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine
Managed backtrace:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft Expression/Design 4
...
$ WINEDLLOVERRIDES="d3d9=d" wine ./Design.exe
...
Unhandled Exception: System.Windows.Markup.XamlParseException: Provide value on
'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an exception. --->
System.DllNotFoundException: Unable to load DLL 'WindowsCodecsExt.dll':
Exception from HRESULT: 0x8007007E
at
MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CreateColorTransform(BitmapSourceSafeMILHandle&
ppWICColorTransform)
at System.Windows.Media.Imaging.ColorConvertedBitmap.FinalizeCreation()
at System.Windows.Media.Imaging.ColorConvertedBitmap..ctor(BitmapSource
source, ColorContext sourceColorContext, ColorContext destinationColorContext,
PixelFormat format)
at System.Windows.Media.Imaging.BitmapSource.CreateCachedBitmap(BitmapFrame
frame, BitmapSourceSafeMILHandle wicSource, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, BitmapPalette palette)
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri
baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions,
BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
...
--- snip ---
Also interesting stuff (for later improvements):
--- snip ---
fixme:wincodecs:ColorContext_InitializeFromFilename
(0x1148f468,L"C:\\windows\\system32\\spool\\drivers\\color\\sRGB Color Space
Profile.icm")
fixme:wincodecs:TiffFrameDecode_GetColorContexts (0x114f5970,0,(nil),0x329594):
stub
fixme:wincodecs:TiffDecoder_GetColorContexts (0x114f5be8,0,(nil),0x329594)
fixme:wintab32:X11DRV_WTInfoW WTI_INTERFACE unhandled index 9
fixme:wintab32:X11DRV_WTInfoW Unhandled Category 300
fixme:wintab32:X11DRV_WTInfoW Unhandled Category 3325804
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.22-265-g07be9f0
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=32847
Bug #: 32847
Summary: Microsoft Expression Design 4 (Free Version) installer
needs windowscodecs IcoFrameDecode_GetThumbnail impl
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: windowscodecs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Microsoft Expression Design 4 (Free Version) installer needs windowscodecs
IcoFrameDecode_GetThumbnail
Prerequisite: 'winetricks -q dotnet40'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine ./Design_Trial_en.exe
--- snip ---
...
fixme:wincodecs:IcoFrameDecode_GetThumbnail (0x1993d0,0x841d074)
...
Unhandled Exception: System.Reflection.TargetInvocationException: Exception has
been thrown by the target of an invocation. --->
System.Windows.Markup.XamlParseException: Initialization of
'System.Windows.Media.Imaging.BitmapImage' threw an exception. --->
System.NotImplementedException: The method or operation is not implemented.
at System.Windows.Media.Imaging.BitmapFrameDecode.EnsureThumbnail()
at System.Windows.Media.Imaging.BitmapFrameDecode.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapFrameDecode..ctor(Int32 frameNumber,
BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, BitmapDecoder
decoder)
at System.Windows.Media.Imaging.BitmapDecoder.SetupFrames(BitmapDecoder
decoder, ReadOnlyCollection`1 frames)
at System.Windows.Media.Imaging.BitmapDecoder.get_Frames()
at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapImage.EndInit()
at MS.Internal.Xaml.Runtime.ClrObjectRuntime.InitializationGuard(XamlType
xamlType, Object obj, Boolean begin)
--- snip ---
Source:
http://source.winehq.org/git/wine.git/blob/5e10f2e0ec896a275d69b77bfe699e84…
--- snip ---
200 static HRESULT WINAPI IcoFrameDecode_GetThumbnail(IWICBitmapFrameDecode
*iface,
201 IWICBitmapSource **ppIThumbnail)
202 {
203 FIXME("(%p,%p)\n", iface, ppIThumbnail);
204 return E_NOTIMPL;
205 }
--- snip ---
$ du -sh Design_Trial_en.exe
47M Design_Trial_en.exe
$ sha1sum Design_Trial_en.exe
65229a31f44d5adcf11edd7a849f8e3d9c4e8233 Design_Trial_en.exe
$ wine --version
wine-1.5.22-221-g22f8205
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=32853
Bug #: 32853
Summary: Microsoft Expression Design 4 (Free Version) installer
fails while trying to check for msi.dll file version
(MsiGetFileVersion)
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
Microsoft Expression Design 4 (Free Version) installer still fails.
Prerequisite: 'winetricks -q dotnet40'
Suffers from bug 32471 hence:
WINEDLLOVERRIDES="d3d9=d" wine ./Design_Trial_en.exe
Managed backtrace:
--- snip ---
(29.44): CLR exception - code e0434352 (first chance)
OS Thread Id: 0x44 (5)
Child SP IP Call Site
093bd8f0 7b83aa73 [HelperMethodFrame: 093bd8f0]
093bd940 08c719e0
Microsoft.WindowsInstaller.Installer.FileVersion(System.String)
093bd958 08c718c4 Microsoft.WindowsInstaller.Installer.get_Version()
093bd968 08c71454 XSetupAct.ConfigMSI.CheckSupportedMsiVersion()
093bd9dc 08c71129 XSetupAct.ConfigMSI.OnTaskWorkerDoWork(System.Object,
System.ComponentModel.DoWorkEventArgs)
093bda10 0439721a
System.ComponentModel.BackgroundWorker.OnDoWork(System.ComponentModel.DoWorkEventArgs)
093bda24 04397121
System.ComponentModel.BackgroundWorker.WorkerThreadStart(System.Object)
093bdc3c 791421db [HelperMethodFrame_PROTECTOBJ: 093bdc3c]
System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr,
System.Object[], System.Object, Int32, Boolean, System.Object[] ByRef)
093bdf90 04396032
System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,
System.Runtime.Remoting.Messaging.IMessageSink)
093bdff4 04395ea5
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()
093be000 04395e59
System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(System.Object)
093be008 04395c9d
System.Threading.QueueUserWorkItemCallback.WaitCallback_Context(System.Object)
093be010 04395aa9
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,
System.Threading.ContextCallback, System.Object, Boolean)
093be034 0439588b
System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
093be048 04394ea6 System.Threading.ThreadPoolWorkQueue.Dispatch()
093be094 04394c3c
System.Threading._ThreadPoolWaitCallback.PerformWaitCallback()
093be454 791421db [DebuggerU2MCatchHandlerFrame: 093be454]
--- snip ---
Relay trace log:
--- snip ---
...
002e:Call msi.MsiGetFileVersionW(013f03f8
L"C:\\windows\\system32\\Msi.dll",0458da50,0458db44,00000000,0458db40)
ret=08fd03f2
002e:trace:msi:MsiGetFileVersionW L"C:\\windows\\system32\\Msi.dll" 0x458da50 0
(nil) 0
002e:Call version.GetFileVersionInfoSizeW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000) ret=7ce994ca
...
002e:Ret version.GetFileVersionInfoSizeW() retval=000006ac ret=7ce994ca
002e:Call ntdll.RtlAllocateHeap(00110000,00000000,000006ac) ret=7ce904de
002e:Ret ntdll.RtlAllocateHeap() retval=072efeb8 ret=7ce904de
002e:Call version.GetFileVersionInfoW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000,000006ac,072efeb8) ret=7ce99541
...
002e:Ret version.GetFileVersionInfoW() retval=00000001 ret=7ce99541
002e:Call version.VerQueryValueW(072efeb8,7cef66fe L"\\",0458d904,0458d908)
ret=7ce99592
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce99592
002e:Call version.VerQueryValueW(072efeb8,7cef57c0
L"\\VarFileInfo\\Translation",0458d900,0458d908) ret=7ce9968a
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce9968a
002e:Call ntdll.RtlFreeHeap(00110000,00000000,072efeb8) ret=7ce90514
002e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ce90514
002e:Ret msi.MsiGetFileVersionW() retval=000000ea ret=08fd03f2
...
--- snip ---
MsiGetFileVersionW() is called a second time, now with pcchVersionBuf properly
set (++pcchVersionBuf of first call):
--- snip ---
...
002e:Call msi.MsiGetFileVersionW(013f03f8
L"C:\\windows\\system32\\Msi.dll",0458da58,0458db44,00000000,0458db40)
ret=08fd03f2
002e:trace:msi:MsiGetFileVersionW L"C:\\windows\\system32\\Msi.dll" 0x458da58
15 (nil) 4
002e:Call version.GetFileVersionInfoSizeW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000) ret=7ce994ca
...
002e:Ret version.GetFileVersionInfoSizeW() retval=000006ac ret=7ce994ca
002e:Call ntdll.RtlAllocateHeap(00110000,00000000,000006ac) ret=7ce904de
002e:Ret ntdll.RtlAllocateHeap() retval=072efeb8 ret=7ce904de
002e:Call version.GetFileVersionInfoW(013f03f8
L"C:\\windows\\system32\\Msi.dll",00000000,000006ac,072efeb8) ret=7ce99541
...
002e:Ret version.GetFileVersionInfoW() retval=00000001 ret=7ce99541
002e:Call version.VerQueryValueW(072efeb8,7cef66fe L"\\",0458d914,0458d918)
ret=7ce99592
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce99592
002e:Call version.VerQueryValueW(072efeb8,7cef57c0
L"\\VarFileInfo\\Translation",0458d910,0458d918) ret=7ce9968a
002e:Ret version.VerQueryValueW() retval=00000001 ret=7ce9968a
002e:Call ntdll.RtlFreeHeap(00110000,00000000,072efeb8) ret=7ce90514
002e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ce90514
002e:Ret msi.MsiGetFileVersionW() retval=000000ea ret=08fd03f2
...
002e:Call
KERNEL32.FormatMessageA(00001200,00000000,000000ea,00000000,072ef688,00000400,00000000)
ret=08fd0b83
002e:Ret KERNEL32.FormatMessageA() retval=00000016 ret=08fd0b83
...
002e:Call KERNEL32.MultiByteToWideChar(00000000,00000001,072ef688 "More data
available.\r\n",ffffffff,013f0db0,00000017) ret=793eddaa
...
002e:Call msi.MsiGetLastErrorRecord() ret=08fd0cac
002e:fixme:msi:MsiGetLastErrorRecord
002e:Ret msi.MsiGetLastErrorRecord() retval=00000000 ret=08fd0cac
002e:Call KERNEL32.RaiseException(e0434352,00000001,00000005,0458da44)
ret=791cac08
002e:trace:seh:raise_exception code=e0434352 flags=1 addr=0x7b83aa73
ip=7b83aa73 tid=002e
002e:trace:seh:raise_exception info[0]=80131501
002e:trace:seh:raise_exception info[1]=00000000
002e:trace:seh:raise_exception info[2]=00000000
002e:trace:seh:raise_exception info[3]=00000000
002e:trace:seh:raise_exception info[4]=79140000
002e:trace:seh:raise_exception eax=7b826849 ebx=7b8b96b0 ecx=79140000
edx=0458d928 esi=0458da00 edi=0458d980
002e:trace:seh:raise_exception ebp=0458d958 esp=0458d8f4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283
...
--- snip ---
Pseudo code of app:
--- snip ---
int cchVersionBuf = 0;
int cchLangBuf = 0;
int ret = MsiGetFileVersion( path, szVersionBuf, &cchVersionBuf, NULL,
&cchLangBuf);
if( ret == 0xea) {
reserve( szVersionBuf, ++cchVersionBuf);
ret = MsiGetFileVersion( path, szVersionBuf, &cchVersionBuf, NULL,
&cchLangBuf);
}
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa370122%28v=vs.85%…
--- quote ---
...
The MsiGetFileVersion returns the version string and language string in the
format that the installer expects to find them in the database. If you want
only version information, set lpLangBuf and pcchLangBuf to 0 (zero).
...
lpVersionBuf [out]
Returns the file version.
Set to 0 for language information only.
pcchVersionBuf [in, out]
In and out buffer count as the number of TCHAR.
Set to 0 (zero) for language information only. On input, this is the full
size of the buffer, including a space for a terminating null character. If the
buffer passed in is too small, the count returned does not include the
terminating null character.
lpLangBuf [out]
Returns the file language.
Set to 0 (zero) for version information only.
pcchLangBuf [in, out]
In and out buffer count as the number of TCHAR.
Set to 0 (zero) for version information only. On input, this is the full
size of the buffer, including a space for a terminating null character. If the
buffer passed in is too small, the count returned does not include the
terminating null character.
--- quote ---
Source:
http://source.winehq.org/git/wine.git/blob/5891ce25e5b45e69611c2848b87f9bf7…
---snip ---
3155 static UINT get_file_version( const WCHAR *path, WCHAR *verbuf, DWORD
*verlen,
3156 WCHAR *langbuf, DWORD *langlen )
3157 {
...
3180 if (verlen)
3181 {
3182 if (VerQueryValueW( version, szVersionResource, (LPVOID *)&ffi,
&len ) && len > 0)
3183 {
3184 sprintfW( tmp, szVersionFormat,
3185 HIWORD(ffi->dwFileVersionMS),
LOWORD(ffi->dwFileVersionMS),
3186 HIWORD(ffi->dwFileVersionLS),
LOWORD(ffi->dwFileVersionLS) );
3187 if (verbuf) lstrcpynW( verbuf, tmp, *verlen );
3188 len = strlenW( tmp );
3189 if (len >= *verlen) ret = ERROR_MORE_DATA;
3190 *verlen = len;
3191 }
3192 else
3193 {
3194 if (verbuf) *verbuf = 0;
3195 *verlen = 0;
3196 }
3197 }
3198 if (langlen)
3199 {
3200 if (VerQueryValueW( version, szLangResource, (LPVOID *)&lang, &len
) && len > 0)
3201 {
3202 sprintfW( tmp, szLangFormat, *lang );
3203 if (langbuf) lstrcpynW( langbuf, tmp, *langlen );
3204 len = strlenW( tmp );
3205 if (len >= *langlen) ret = ERROR_MORE_DATA;
3206 *langlen = len;
3207 }
3208 else
3209 {
3210 if (langbuf) *langbuf = 0;
3211 *langlen = 0;
3212 }
3213 }
3214 msi_free( version );
3215 return ret;
3216 }
---snip ---
It seems the app wants only version information but additionally passes
"langlen" by reference (.NET code).
Both, "verlen" and "langlen" ref values get set by MsiGetFileVersion() during
first call.
"verlen" is properly increased by app (NULL terminator) but "langlen" ref value
is ignored by app -> passed again unmodified at second call.
Wine returns ERROR_MORE_DATA because it thinks the app also wants language
information, passing insufficient langlen, leading to app failure.
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=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.
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=27680
Summary: 64-BIT Aion: Unhandled page fault at address
Product: Wine
Version: 1.3.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Acidphase(a)gmail.com
Created an attachment (id=35414)
--> (http://bugs.winehq.org/attachment.cgi?id=35414)
Debugger Dump
Tried to load up Aion's 64-bit client not sure if people want to tackle this
but figure it would help someone in the 64-bit end of development.
I built the wine from the git source tree and I used the Directx9 dll overrides
required to run the 32-bit version of Aion.
--
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=31742
Bug #: 31742
Summary: jre-6u33-windows-x64.exe fails to install completely
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoar(a)gmail.com
Classification: Unclassified
I tried installing jre-6u33-windows-x64.exe on wine1.5-amd64. The installer
loads and progresses through the installation. It reports a complete
installation. The Java files are istalled in "C:\Program Files\Java\jre6". The
Registry is not updated with the install information, and the
"C:\windows\system32\java.exe" file is missing.
--
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=26833
Summary: Avatar demo: wants XAudio2_4.dll
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://news.bigdownload.com/2009/11/17/download-james-
camerons-avatar-the-game-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
If you remove this Microsoft dll, game has no audio (separate from bug 24639).
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll
L"C:\\windows\\system32\\XAudio2_4.dll"
err:ole:CoGetClassObject no class object {03219e78-5bc3-44d1-b92e-f63d89cc6526}
could be created for context 0x1
--
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=24639
Summary: James Cameron's Avatar: The Game demo - no sound
without hardware acceleration = emulation
Product: Wine
Version: 1.3.4
Platform: x86
URL: http://news.bigdownload.com/2009/11/17/download-james-
camerons-avatar-the-game-demo/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=31141)
--> (http://bugs.winehq.org/attachment.cgi?id=31141)
terminal output
You'll get sound in the first intro video for Ubisoft, but the menu/game are
silent.
Enable hardware acceleration emulation for ALSA in winecfg, and you're good to
go.
Though the FPS do seem to stutter a bit with emulation enabled...
--
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=22682
Summary: Far Cry 2 fails to start
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gugamilare(a)gmail.com
Created an attachment (id=27941)
--> (http://bugs.winehq.org/attachment.cgi?id=27941)
Terminal output
Far Cry 2 downloaded from Steam fails to initialize. When launching for the
first time, Steam tries to install DirectX, .NET 2.0, Punkbuster and MS Visual
C++ 2005 SP1. I had to manually delete the DirectX installer and recreate the
wine prefix in order to avoid the installer to try installing DirectX. Either
way, letting it install DIrectX or not, Far Cry 2 fails to initialize. It
starts by showing a black box in the middle of the screen (probably where the
logo should appear) and a warning window is shown:
"Your video card drivers are too old. Please update them."
Pressing OK, the executable continues for a few seconds until a message in the
terminal output states that the function
d3dx9_36.dll.D3DXGetShaderInputSemantics is missing. Then the application
crashes.
On a side note, I have a Radeon HD 4770 512MB and the latest stable fglrx
drivers from Ubuntu repositories.
--
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=26590
Summary: James Cameron's Avatar framerate slow
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With a gt 220 and an e8400, I get about 20-22 fps on wine, which seems low.
--
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=32817
Bug #: 32817
Summary: winetricks avatar_demo error msg on install
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ergbigred(a)yahoo.com
Classification: Unclassified
Created attachment 43337
--> http://bugs.winehq.org/attachment.cgi?id=43337
something called ISBEW64.exe causes error message
I installed avatar demo with winetricks, error msg under installation window,
have not tried program yet. Reporting first in case of fatal crash.
Wine 1.4 from Ubuntu 12.04 64bit, AMD PhenomII X4-840, MSI 880GM-E43 mobo
w/onboard ATI HDMI AV processing.
--
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=12206
Summary: Can't install Timeshift Demo
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://fileshack.com/file.x/11251/TimeShift+Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
Created an attachment (id=11627)
--> (http://bugs.winehq.org/attachment.cgi?id=11627)
Output
Hi,
I've encountered a bug in Wine (I think).
When I try to install TimeShift Demo, it asks to agree with the license
agreement. The option "I agree" is grayed out, so I thought that after
scrolling the license it will activate - it won't. It will be grayed out no
matter of what I am doing.
I've tried to use WinXP and Win98 compatibility mode.
I've noticed that when I press "Next" on the first screen I can see "Untitled
Window" on my taskbar.
I really don't know what is going on, or how to fix it. Wine pops only
"IsWow64Process" and SetWindowRgn not supported on other thread window, that's
all. Just in case I've attached my debug output. I don't know if this game
works, because I can't install it.
I've tried to remove .wine directory, but it didn't help.
You can download the demo here:
http://fileshack.com/file.x/11251/TimeShift+Demo
It weights about 983 megs...
Cheers
I am using Fedora 8, Wine 0.9.58, NVIDIA drivers 169.12, and I gave it major
severity because it prevents from installing software and even more experienced
user can't figure out what to do because output is not telling anything
--
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=32809
Bug #: 32809
Summary: KwSing: needs unimplemented function
wmvcore.dll.WMCreateWriterPriv
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 43331
--> http://bugs.winehq.org/attachment.cgi?id=43331
The Log
reproduce follow this:
0. download and install it ;
1. cd to the path where you installed it ;
2. 'jactry@Ubuntu:~/.wine/drive_c/Program Files/KWSING$ wine KwSing.exe' to run
it .
--- snip ---
wine: Call from 0x7b83b452 to unimplemented function
wmvcore.dll.WMCreateWriterPriv, aborting
--- snip ---
--
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=26603
Summary: iMesh: Hang-up at start-up
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://download.cdn.imesh.com/r/cdn/0/iMeshV10pl.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33868)
--> (http://bugs.winehq.org/attachment.cgi?id=33868)
Terminal output on wine-1.3.16-213-gda4ed47
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine iMeshV10pl.exe
4) Default installation
Behaviour:
main window + Wine error + hang-up
Expected behaviour:
No Wine error, no hang-up
Additional information:
I used wine-1.3.16-213-gda4ed47
--
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=15286
Summary: iMesh crashes on startup
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.imesh.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=16093)
--> (http://bugs.winehq.org/attachment.cgi?id=16093)
iMesh backtrace
With current Git (wine-1.1.4-334-g54d920a), launching the iMesh applications
results in a window being shown, but an immediate crash after the window is
displayed. A backtrace is 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.
http://bugs.winehq.org/show_bug.cgi?id=26493
Summary: iMesh: Fails to install
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://download.cdn.imesh.com/r/cdn/0/iMeshV10pl.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33729)
--> (http://bugs.winehq.org/attachment.cgi?id=33729)
Terminal output on Wine 1.3.16
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine iMeshV10pl.exe
4) Default installation
Behaviour:
Installer exits silently
Expected behaviour:
Installer should finish without 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=17131
Summary: NtQueryObject needs to handle ObjectNameInformation
information class (iMesh 8.0)
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://download.imesh.com/files/iMeshV8.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With today's Git (wine-1.1.13-272-gf63d950), after installing iMesh 8.0 and
starting the application, within a couple of seconds an out of memory dialog
appears. From relay trace:
0009:Call ntdll.ZwQueryObject(00000234,00000001,03cc7cf8,00000104,0032f7d8)
ret=0044ce21
0009:fixme:ntdll:NtQueryObject Unsupported information class 1
0009:Ret ntdll.ZwQueryObject() retval=c0000002 ret=0044ce21
0009:Call KERNEL32.TlsGetValue(00000005) ret=00c3a9c9
0009:Ret KERNEL32.TlsGetValue() retval=00000000 ret=00c3a9c9
0009:Call ntdll.ZwQueryObject(00000234,00000001,03cc7ae8,00000208,0032f7d8)
ret=0044ce21
0009:fixme:ntdll:NtQueryObject Unsupported information class 1
0009:Ret ntdll.ZwQueryObject() retval=c0000002 ret=0044ce21
>From checking the OBJECT_INFORMATION_CLASS enumeration, iMesh is trying to
query the ObjectNameInformation class for a handle. iMesh attempts to
iteratively double the size of its output buffer to allocate a sufficiently
sized buffer for the NtQueryObject call. Since Wine does not at present handle
the ObjectNameInformation class, NtQueryObject will never succeed and iMesh
erroneously continues allocating until it incurs an out of memory condition.
--
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=31437
Bug #: 31437
Summary: Tinker fails to start, needs
wmvcore.dll.WMCreateProfileManager
Product: Wine
Version: 1.5.10
Platform: x86
URL: http://games.softpedia.com/progDownload/Tinker-Downloa
d-55437.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 41321
--> http://bugs.winehq.org/attachment.cgi?id=41321
terminal output
Tinker is a puzzle game from Microsoft, designed to work with Games for Windows
Live, so the first requirement could be fulfilled by 'winetricks xlive'.
Afterwards the game crashes with
>wine: Call from 0x7b8398e2 to unimplemented function wmvcore.dll.WMCreateProfileManager, aborting
'winetricks wmp10' is a workaround. Some other native components are also
needed to start the demo normally (d3dx9_36, xmllite, xact_jun2010), but they
are separate problems.
--
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=32715
Bug #: 32715
Summary: Running of Linux Live USB causes kernel32 to blow up
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raj(a)upadhyaya.com
Classification: Unclassified
Created attachment 43167
--> http://bugs.winehq.org/attachment.cgi?id=43167
Backtrace of blow up
I began testing Linux Live USB creator on Linux. I am running
wine version wine-1.5.18 installed via YUM on Fedora 18, using
the linux kernel 3.8.0-rc3 compiled from source from www.kernel.org.
What Linux Live USB does, is it creates a Live USB Linux USB thumb drive from
an ISO. I keep a Windows XP partition around to run this program. My hope is
to use Wine to run this program and create Linux thumb drives.
Live Linux USB should task Wine, as it looks for new updates and other
information from its web site.
Back Trace 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.
http://bugs.winehq.org/show_bug.cgi?id=16414
Summary: New Xlive (8.12.2008 and newer) is not working
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunder.m(a)email.cz
Created an attachment (id=17746)
--> (http://bugs.winehq.org/attachment.cgi?id=17746)
base log from crash
I just instaled new Xlive from this page:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6f966188-1e50-41c3…
(file gfwlivesetupmin.exe) and it is not working, I think it could be related
to advapi32.dll exactly to function UnregisterTraceGuids, which is not yet
implemented.
--
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=28035
Summary: Fallout 3 crashes when hitting play on launcher.
Product: Wine
Version: 1.3.26
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mister_a(a)aol.com
Created an attachment (id=35896)
--> (http://bugs.winehq.org/attachment.cgi?id=35896)
Backtrace of application
After clicking the play option on the launcher for Fallout 3, the game will
give a not responding error and crash.
--
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=28768
Bug #: 28768
Summary: Kane & Lynch: Dead Men crashes on launch
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 36949
--> http://bugs.winehq.org/attachment.cgi?id=36949
terminal output
After starting the game, it shows a black screen for a moment, then it crashes.
The game uses Xlive (I installed it via winetricks).
I can't reproduce the problem in the demo version (the demo starts correctly).
The demo doesn't use Xlive.
The same crash with Wine-1.1.x, 1.2.3 etc.
Fedora 15 x86
Nvidia 250 / driver 280.13
--
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=15839
Summary: Games for Windows Live fails to initialize, resulting
Fallout 3 crash
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.gamesforwindows.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andras(a)csevego.net
When starting Fallout 3, Xlive.dll wants to create a warning message to
eventlog, this will cause later Fallout 3 crash after choosing new game in the
menu.
Eventlog entry:
fixme:advapi:RegisterEventSourceW ((null),L"XLive"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0002,0x0000,0x80000002,(nil),0x0004,0x00000000,0x33e540,(nil)):
stub
warn:eventlog:ReportEventW L"Fallout3.exe"
warn:eventlog:ReportEventW L"1.0.0.12"
warn:eventlog:ReportEventW L"1.2.0241.0 C:\\windows\\system32\\xlive.dll"
warn:eventlog:ReportEventW L"\n0x80004005\n\nGames for Windows LIVE
DLL\nC:\\windows\\system32\\msidcrl40.dll 4.200.513.1"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Mentioned crash occuring later:
wine: Unhandled page fault on read access to 0x00000000 at address 0xad8cdb
(thread 0024), starting debugger...
First chance exception: page fault on read access to 0xffffffff in 32-bit code
(0x013c92e3).
Backtrace:
=>1 0x013c92e3 in xlive (+0x892e3) (0x7b5bf8d8)
2 0x006250e2 in fallout3 (+0x2250e2) (0x0322ece0)
3 0x00000005 (0x00e8c008)
4 0x009830d0 in fallout3 (+0x5830d0) (0x00ae4410)
--
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=15828
Summary: Microsoft Games for Windows - LIVE Redistributable setup
- blank EULA
Product: Wine
Version: 1.1.7
Platform: HP
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=bb38e1ce-b9b1-4e2b-9c3f-3b521e74b647&displaylang=en B
OS/Version: Solaris
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine in git, but the EULA is blank. Clicking in it allows it to show.
Native riched20/30 doesn't seem to help.
--
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=25799
Summary: GFWL (Games For Windows Live) Client Crashes at
startup
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mblackwell1024(a)gmail.com
Created an attachment (id=32876)
--> (http://bugs.winehq.org/attachment.cgi?id=32876)
Crash log
GFWL appeared to install without complaint but attempting to run GFWLClient.exe
results in a crash. Attaching crash log below. If someone has ideas/patches I
can do testing.
--
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=31744
Bug #: 31744
Summary: Street Fighter X Tekken crashes while starting
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ubuntugamingproject(a)gmail.com
Classification: Unclassified
The game installs fine, but crashes when starting with an exception.
I know that it's caused by the xlive feature, which can be disabled downloading
the right dll and extracting it inside the main folder.
--
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=32682
Bug #: 32682
Summary: Failure setting the cursor to Cursors.Pen (IDC_PEN,
32631)
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joel.snape(a)yahoo.com
Classification: Unclassified
Created attachment 43116
--> http://bugs.winehq.org/attachment.cgi?id=43116
Terminal messages running the application
I was testing a .Net 4 application (OCTGN) and noticed it fails when the
application tries to change the cursor (in C#, tbStatus.Cursor = Cursors.Pen).
I searched around and didn't find a solution to this problem and only found a
reference to some cursors in winuser.h (at least IDC_PEN with id 32631,
IDC_WAITCD with id 32663 and IDC_HELP with id 32651).
You can replicate the error testing OCTGN (although I needed a lot of tinkering
before being able to login, the place where the error occurs) but it probably
is easier to create a simple application and testing the cursor change there.
Attached are the console log (with the .Net error message) and the wine crash
log.
--
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=25886
Summary: Paint.NET 3.5.6: Installer fails
(System.IO.FileNotFoundException)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Using "winetricks dotnet20" the installer still fails. This seems closely
related to the 3.5.4 mono bug, but perhaps not?
Attached is image of the error.
And this is all that is said in terminal:
~$ wine Paint.NET.3.5.6.Install.exe
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:wuapi:automatic_updates_Pause
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.Core"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.Base"
fixme:shell:URL_ParseUrl failed to parse L"PaintDotNet.SystemLayer"
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:wuapi:automatic_updates_Resume
--
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=22412
Summary: Paint.NET 3.5.4 - EULA display has worsened
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=27447)
--> (http://bugs.winehq.org/attachment.cgi?id=27447)
Screenshot
The EULA text for Paint.NET (with Mono installed) has regressed in 1.1.43. The
text was already jumbled together, but now the problem has gotten worse. I did
a regression test:
049aa8dacd8135ac11e9deee982c14959e9511fe is first bad commit
commit 049aa8dacd8135ac11e9deee982c14959e9511fe
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Apr 15 11:40:21 2010 -0500
gdiplus: Ensure GdipGetGenericFontFamilySansSerif returns a truetype font.
:040000 040000 16c08165b79a981075b61212014f57f5b433bdb1
c099b9916da2d8aed27035f2373410588314e854 M dlls
I have to revert both this and 531219f84d0d6fa236283e5c3d061b5f752df793 to
resolve the problem. (Reverting only this commit causes it to die at startup;
reverting only the other patch doesn't correct the problem.) Terminal output
doesn't look useful (same as bug 22390).
On another note, native gdiplus only solves this regression, not the original
problem... so they probably aren't related.
--
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=29391
Bug #: 29391
Summary: SetupNgen.exe crashes while installing Paint.NET 2.5
Product: Wine
Version: 1.3.35
Platform: x86-64
URL: http://www.oldversion.com/common/uploaded_files/softwa
res/paintdotnet25.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 38048
--> http://bugs.winehq.org/attachment.cgi?id=38048
Full terminal output
Twice while installing Paint.NET 2.5, it shows an error dialog with the
following message, then produces a crash in SetupNgen.exe after dismissing it:
Failed to load resources from resource file
Please check your Setup
The installer reports success in spite of this. It needs winetricks dotnet11 as
a prerequisite.
Workaround: native wshom.ocx (winetricks wsh57)
--
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=22259
Summary: Paint.NET 3.5.4 custom install can't progress past
directory selection
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Running the installer for Paint.NET with Mono (winetricks mono26) and choosing
"custom install" results in it getting stuck before running into bug 22242. On
the screen for choosing an installation directory, the "next" button is
disabled, so it's impossible to progress any further. The only terminal output
is:
fixme:wuapi:automatic_updates_Pause
fixme:wuapi:automatic_updates_Resume
--
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=22390
Summary: Paint.NET 3.5.4 installer shows a corrupted image
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=27403)
--> (http://bugs.winehq.org/attachment.cgi?id=27403)
Screenshot
The banner image at the top of the Paint.NET installer is now displayed
incorrectly in 1.1.43. (This is with winetricks mono26 installed.) Regression
testing shows:
8b2543b7503e7bb1b7db1d3a32cad88d70cf3e6e is first bad commit
commit 8b2543b7503e7bb1b7db1d3a32cad88d70cf3e6e
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Apr 15 15:26:15 2010 -0500
gdiplus: Always use software to draw bitmaps to bitmaps.
:040000 040000 095d57510856fcb4b80f849e9923d78c76136e5e
facaca0216698cd14c3b41cecff9fea202405f1a M dlls
Reverting this patch fixes it. Terminal output is just this:
fixme:wuapi:automatic_updates_Pause
--
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=22237
Summary: Paint.NET 3.5.4 installer disappears immediately (with
Mono)
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27148)
--> (http://bugs.winehq.org/attachment.cgi?id=27148)
Full terminal output
The installer for Paint.NET 3.5.4 is able to extract installation files, but
after that it fails: the first screen of the installer is visible for a moment,
then disappears, then another screen appears on-screen briefly and disappears.
After that, it remains in memory but doesn't appear to do anything else. I used
Mono for this:
1. Run winetricks mono26
2. Run the Paint.NET installer
This only applies to git, as it wants to install the .NET Framework in 1.1.41.
Running winetricks gdiplus gets it further into the installation. The only
output from gdiplus is this line:
fixme:gdiplus:GdipFlush not implemented
--
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=22438
Summary: Paint.NET 2.5: unhandled error on startup with Mono
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.oldversion.com/Paint-NET.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27477)
--> (http://bugs.winehq.org/attachment.cgi?id=27477)
pdncrash.log
This older version of Paint.NET can be installed successfully with mono26, but
trying to start it results in an error message:
"There was an unhandled error, and Paint.NET must be closed. Refer to the file
'pdncrash.log', which has been placed on your desktop, for more information."
Note that winetricks wsh56 is also needed to complete the installation. The
program produces no terminal output, but maybe the pdncrash.log file will have
something of interest.
--
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=12336
Summary: Paint.NET 3.22 window rendering broken
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.getpaint.net/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11814)
--> (http://bugs.winehq.org/attachment.cgi?id=11814)
Debug output from running PaintDotNet.exe
Using AppDB instructions for installing the .NET Framework from
(http://appdb.winehq.org/appview.php?iVersionId=3754) and latest Git, running
the Paint.NET application results in a broken window that lacks menu or toolbar
controls, and is unusable in general. Outputs and screenshot are 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.
http://bugs.winehq.org/show_bug.cgi?id=17482
Summary: Paint.NET doesn't install anymore
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.getpaint.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ogldelphi(a)mail.ru
$ wine Paint.NET.3.36.exe
err:seh:setup_exception_record stack overflow 940 bytes in thread 0022 eip
7bc7c250 esp 00240f84 stack 0x240000-0x241000-0x340000
--
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=22806
Summary: Paint.NET 3.36 won't start
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.oldapps.com/old_version_PainDotNet.php?old_
apps=28
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=28149)
--> (http://bugs.winehq.org/attachment.cgi?id=28149)
Terminal output
Attempting to run the main executable for Paint.NET 3.36 results in it exiting
with an error:
There was an unhandled error, and Paint.NET must be closed. Refer to the file
'pdncrash.log', which has been placed on your desktop, for more information.
Setting a native override for gdiplus works around this. (This version uses
.NET 2.0)
--
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=21109
Summary: Paint.NET 3.36 installer aborts after accepting EULA
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.filehippo.com/download_paint.net/4572/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25354)
--> (http://bugs.winehq.org/attachment.cgi?id=25354)
Paint.NET 3.36 installer standard error output
With wine-1.1.35-56-g13a9c03, after installing Mono 2.4 and launching the
Paint.NET 3.36 installer, accepting the EULA results in:
fixme:gdiplus:GdipSetStringFormatMeasurableCharacterRanges stub: 0x15660a8, 3,
0x1ae0970
System.NotImplementedException: The requested feature is not implemented [GDI+
status: NotImplemented]
at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000]
at System.Drawing.StringFormat.SetMeasurableCharacterRanges
(System.Drawing.CharacterRange[] ranges) [0x00000]
at (wrapper remoting-invoke-with-check)
System.Drawing.StringFormat:SetMeasurableCharacterRanges
(System.Drawing.CharacterRange[])
...
Using winetricks to install native gdiplus works around the problem. Complete
standard error output is 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.
http://bugs.winehq.org/show_bug.cgi?id=22249
Summary: Paint.NET 3.36 installer cancellation results in
raised .NET System.OverflowException
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.filehippo.com/download_paint.net/4572/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: madewokherd(a)gmail.com
Created an attachment (id=27170)
--> (http://bugs.winehq.org/attachment.cgi?id=27170)
Paint .NET 3.36 installer +gdiplus trace
After installing mono24 from winetricks and running the Paint .NET 3.36
installer, pressing the Cancel button results in:
System.OverflowException: Number overflow.
at System.Drawing.SizeF.ToSize () [0x00000]
at System.Windows.Forms.MessageBox+MessageBoxForm.InitFormsSize () [0x00000]
at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000]
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.MessageBox/MessageBoxForm:RunDialog ()
at System.Windows.Forms.MessageBox.Show (IWin32Window owner, System.String
text, System.String caption, MessageBoxButtons buttons, MessageBoxIcon icon)
[0x00000]
...
Since cancellation worked in wine-1.1.36, a regression test was performed,
which indicated:
3cee74c61d1e4065259739721eb50083c5a47960 is the first bad commit
commit 3cee74c61d1e4065259739721eb50083c5a47960
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue Mar 30 13:41:04 2010 -0500
gdiplus: Rewrite GdipMeasureString using a helper function.
:040000 040000 0efd3c09a1afcb46ec9b7d013b320f8011718480
dba780d95f81558123b2015c3ee9ff87885663e2 M dlls
A +gdiplus log of the Paint .NET 3.36 installer run is 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.
http://bugs.winehq.org/show_bug.cgi?id=21110
Summary: Paint.NET 3.36 installer displays cancel dialog
incorrectly
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.filehippo.com/download_paint.net/4572/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25355)
--> (http://bugs.winehq.org/attachment.cgi?id=25355)
Paint.NET 3.36 installer cancel dialog with builtin gdiplus
With wine-1.1.35-56-g13a9c03, after installing Mono 2.4 and running the
Paint.NET 3.36 installer, canceling will show a dialog with misplaced text and
a missing icon. Using winetricks to install native gdiplus results in correct
rendering. The only output visible from the standard error is:
fixme:gdiplus:GdipImageGetFrameDimensionsCount stub
fixme:gdiplus:GdipImageGetFrameDimensionsList not implemented
fixme:gdiplus:GdipImageGetFrameDimensionsCount 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=14766
Summary: paint.net will not start
Product: Wine
Version: 1.1.2
Platform: PC
URL: http://www.redtown.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rc(a)redtown.org
Created an attachment (id=15278)
--> (http://bugs.winehq.org/attachment.cgi?id=15278)
Paint.NET crash log
paint.net does not work at all, I got dotnet20 from winetricks and it
installed, but when I went to run the program I got "There was an unhandled
error.."
I'm including the crash log from the app and what wine spit out at me.
Tell me if you need anything else.
--
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=12164
Summary: Two issues trying to run Paint.NET
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tinivole(a)hotmail.co.uk
1)IsWow64Process is not implemented properly in the kernel32.dll
2)MEM_WRITE_WATCH is not supported by NtAllocateVirtualMemory in the ntdll.dll.
I am only guessing, this was echoed on my first run in 0.9.58 with Paint.NET
3.0.
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
fixme:process:IsWow64Process (0xffffffff 0x34f634) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT"
Also if anyone knows how to get the VC Runtime installed on wine, I think that
will solve the other problem with the "VC80.CRT" error.
Regards
Iain
--
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=16630
Summary: Paint.NET 3.36 installer does not show any content in
window with Mono 2.0
Product: Wine
Version: 1.1.11
Platform: Other
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Using winetricks to install Mono 2.0, and then attempting to install Paint.Net
results in a blank window with just a title bar. These 3 fixmes are printed
once in the console:
fixme:gdiplus:GdipSetStringFormatFlags format (0x11bcc10) flags (4096)
fixme:gdiplus:GdipGetImagePaletteSize 0x1237d20 0x60f7f8
fixme:gdiplus:GdipSetStringFormatFlags format (0x124ba08) flags (8192)
Download here: http://www.getpaint.net/download.html
--
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=13779
Summary: Paint.net: setup: Unhandled Exception:
System.IO.FileLoadException: Could not load file or
assembly 'SetupFrontEnd ...
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://www.dotpdn.com/files/Paint.NET.3.31.zip
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baryluk(a)smp.if.uj.edu.pl
Created an attachment (id=13815)
--> (http://bugs.winehq.org/attachment.cgi?id=13815)
debug log
Both Paint.net 3.31 and 3.35 Beta, throws this exceptions when installing.
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.
http://bugs.winehq.org/show_bug.cgi?id=26605
Summary: Nitro PDF Reader: Menu is black rectangle
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://install.nitropdf.com/reader/en/nitro_pdf_reader
.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33869)
--> (http://bugs.winehq.org/attachment.cgi?id=33869)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) install Nitro PDF Reader
4) wine NitroPDFReader.exe
5) press File tab
Behaviour:
Black rectangle (See attachment).
Expected behaviour:
No black rectangle.
Terminal output:
fixme:advapi:SetNamedSecurityInfoW L"Nitro PDF Reader" 3 4 (nil) (nil) 0x128728
(nil)
fixme:dwmapi:DwmIsCompositionEnabled 0x92dfe0
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
fixme:uxtheme:BeginBufferedPaint Stub (0x220 0x92d970 2 (nil) 0x92d8d8)
fixme:win:LockWindowUpdate (0x100fc), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10124), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
Additional info:
Actually something useful is being shown after pressing File tab but it's very
fast covered with black rectangle.
--
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=26988
Summary: Playchess, all menus are black
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Open application menu (upper left corner)
Black: http://netikka.net/dev/apmenu.jpg
All popupmenus are also black and cannot be used.
--
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=29979
Bug #: 29979
Summary: ElsterFormular crashes while sending form information
to the finance server
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: familienbande(a)nefkom.net
Classification: Unclassified
Created attachment 39025
--> http://bugs.winehq.org/attachment.cgi?id=39025
File with output of crashing wine/debugger
ElsterFormular 13.0.0.8086 (German only software to file taxes)
Crashes when sending a completed tax form with wine 1.3.32 and 1.3.38(1.4_RC4)
on (SuSE 11.2)
Everything else works fine - even the test data submit to the finance server.
So to test if it really works you must send a completed tax form.
--
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=17987
Summary: Regression : Autocad toolbars mis-sized
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
CC: tarasov.igor(a)gmail.com
Following patch :
2d751ee56afced908d0788b936fa4aac1b29f1a1 is first bad commit
commit 2d751ee56afced908d0788b936fa4aac1b29f1a1
Author: Igor Tarasov <tarasov.igor(a)gmail.com>
Date: Mon Mar 30 21:08:18 2009 +0500
comctl32: Correct handling of toolbar separators size.
:040000 040000 e6b2c5fbb8f61bebfa986286ec302ff2fc7dee7e
74cdeeec62833cd80f9a885599b46a9c7ef6e9e9 M dlls
broke some AutoCAD toolbars, which becomes too small sized horizontally (in
particular, layer toolbar).
Ciao
Max
--
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=18008
Summary: Incorrect Toolbar - Messed up symbols - Not clickable
windows - crashing application
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hufux(a)gmx.de
Foxit 3.0 build 1506 + wine 1.1.19
> Find-toolbar (Strg-F) is not displayed correctly => blind searching :(
> Enhanced-Find-Toolbar (Strg-Shift-F) is not usable => Search results are not clickable
> If fixing the Find-Toolbar (Strg-F) with winetricks (install comctl32) the application crashes when switching a couple of folders in the open/saveas-file dialog. Also some icons in that dialogs are messed up (displayed totaly black)
Therefore this absolutely great tool is not usable :(. What is a PDF worth if
you can't search it and the application is crashing on opening/saving files.
--
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=20163
Summary: Wine freezes when using application menus
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scallegari(a)arces.unibo.it
To reproduce:
- Install Foxit pdf editor demo free download from
http://www.foxitsoftware.com/pdf/editor/ either version 2.0 or 2.1
- Run the application
- Try using the menus (File, etc...) from the top menubar
- The application freezes.
--
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=20419
Summary: Foxit Reader fails to start on x86_64: "odbc32.dll"
failed to initialize
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jakobunt(a)gmail.com
Created an attachment (id=24226)
--> (http://bugs.winehq.org/attachment.cgi?id=24226)
Console output w/ WINEDEBUG=+odbc
Foxit Reader fails to start on Ubuntu 9.04 Jaunty x86_64 using both the shipped
wine version (1.0.1) and Scott Ritchie's 1.1.31 deb package.
Appdb: http://appdb.winehq.org/objectManager.php?sClass=application&iId=4060
Executable:
http://mirrors.foxitsoftware.com/pub/foxit/reader/desktop/win/3.x/3.1/enu/F…
Console output w/o debug:
----------
ALSA lib ../../../src/seq/seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq
failed: No such file or directory
err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\jakob\\Desktop\\Foxit Reader.exe" failed, status c0000005
----------
--
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=32518
Bug #: 32518
Summary: Foxit Reader crashes
Product: Wine
Version: 1.5.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jactry92(a)gmail.com
Classification: Unclassified
Created attachment 42897
--> http://bugs.winehq.org/attachment.cgi?id=42897
The log
reproduce it follow this:
0. download and install it
76a7b74365712756004738020ee4050c FoxitReader510.1117_chs_Setup.exe
1. ~/.wine/drive_c/Program Files/Foxit Software/Foxit Reader$ wine Foxit\
Reader.exe
I found there is a workaround: 'winetricks -q ie7'
And 'winetricks -q msxml3' also seem help a lot, but in this way the the
program will hangs whitout crashes.
--- snip ---
Backtrace:
=>0 0x7ca27737 httprequest_get_responseText.isra+0x37() in msxml3 (0x0032b328)
1 0x7ca27a6f XMLHTTPRequest_get_responseText+0x6e(iface=0x5a65cc0,
body=0x32b4e8) [/home/jactry/workspace/wine-git/dlls/msxml3/httprequest.c:1413]
in msxml3 (0x0032b368)
2 0x7e150012 call_method+0x21() in oleaut32 (0x0032b388)
3 0x7e161cf6 DispCallFunc+0x235(pvInstance=0x5a65cc0, oVft=0x40,
cc=CC_STDCALL, vtReturn=0xa, cActuals=0x1, prgvt="?", prgpvarg=0x5aa21d8,
pvargResult=0x32b4d8)
[/home/jactry/workspace/wine-git/dlls/oleaut32/typelib.c:6198] in oleaut32
(0x0032b418)
--- snip ---
--
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=29288
Bug #: 29288
Summary: Foxit Reader 5: Crash on opening a file
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ic_einstein(a)yahoo.co.uk
Classification: Unclassified
Created attachment 37883
--> http://bugs.winehq.org/attachment.cgi?id=37883
contains whatever the terminal has to show
On staring Foxit Reader it acts as if this is the first time it is being
accessed. On trying to open a file it crashes.
--
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=29562
Bug #: 29562
Summary: Foxit PDF Reader v5.xx crashes after starting
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://cdn04.foxitsoftware.com/pub/foxit/reader/deskto
p/win/5.x/5.1/enu/FoxitReader514.0104_enu_Setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 8f8c8528972c8c371335663f78657811aecacd49
Created attachment 38296
--> http://bugs.winehq.org/attachment.cgi?id=38296
terminal output
Steps to reproduce the problem:
1. Install the application as usual.
2. Launch the installed application by Foxit Reader.exe. The main window is
shown for a second or two then Foxit Reader crashes.
The attached log file was created with wine-1.3.36-172-gb00e703.
The application starts normally with 1.3.35, but crashes with 1.3.36:
8f8c8528972c8c371335663f78657811aecacd49 is the first bad commit
commit 8f8c8528972c8c371335663f78657811aecacd49
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Wed Dec 28 12:07:06 2011 +0100
jscript: Get rid of no longer needed no_fallback hack.
:040000 040000 d082d01a3aa54bed83f1c925a010bd6b23aa8843
03276b1a68b8c4532bcac949f764019a1d03f09a M dlls
git checkout 8f8c8528972c8c371335663f78657811aecacd49 >>the application
crashes
git reset --hard HEAD^ >>the application starts normally
--
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=31433
Bug #: 31433
Summary: foxit reader crashes on launch
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boruch_baum(a)gmx.com
Classification: Unclassified
Installed using file FoxitReader531.0606_enu_Setup.exe
Environment is Debian wheezy amd64 using the Debian testing wine install and
the instructions in the wine64 package (for multiarch use of wine i386)
At the end of the install process, the foxit installer asks if one wishes to
launch foxit. I selected yes. A window was rendered for foxit, and then wine
issued a crash. backtrace 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.
http://bugs.winehq.org/show_bug.cgi?id=9869
Summary: Tornado 2.2.1: Unhandled exception code 80000003
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nick.couchman(a)seakr.com
Whenever I try to run Wind River Tornado 2.2.1 on Wine I get the following
messages:
fixme:dbghelp_msc:pe_load_debug_directory This guy has FPO information
err:syslevel:_EnterSysLevel (0x7ee220e0, level 2): Holding 0x7ed0eda0, level 3.
Expect deadlock!
err:syslevel:_EnterSysLevel (0x7ee220e0, level 2): Holding 0x7ed0eda0, level 3.
Expect deadlock!
err:syslevel:_CheckNotSysLevel Holding lock 0x7ed0eda0 level 3
err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr
0x7b8888c0
and the application completely crashes. I've attached a (gzipped) trace log
using "WINEDEBUG=+relay wine..." to run the application. I've also attached
the output from winedbg at the point where the program crashes. I will be
happy to provide more info if needed.
--
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=10136
Summary: WinMerge does not work with wine
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: noragen(a)gmx.net
Created an attachment (id=8713)
--> (http://bugs.winehq.org/attachment.cgi?id=8713)
wine-winmerge-Error.log
attached a error log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.