http://bugs.winehq.org/show_bug.cgi?id=19170
Summary: Powerpoint viewer's installer doesn't show success
message at end of install (appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Not a huge deal, but on wine, running 'ppviewer.exe /q' installs powerpoint
silently. Awesome.
So I wrote an ahk script for it, since it's one of the few 'Wine Supported
Applications'. Ran the test script on windows, but it hangs, since at the end
of the install, this message box pops up:
Microsoft Office PowerPoint Viewer 2003 Setup completed successfully.
On wine, of course, we get nothing.
--
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=30203
Bug #: 30203
Summary: Powerpoint Viewer 2010 crashes after opening file
select dialog
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alister.hood(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
I have an Nvidia MX440 graphics card and am running Arch Linux. I have no idea
if this is a problem with Wine or with the nouveau drivers or something.
When I run MS Powerpoint Viewer 2010, a file select dialog opens for me to
select a powerpoint file, but then it crashes a second or so after the dialog
opens.
This occurs with Wine from current Git, but also with released versions going
back a number of months. I don't know whether there are any previous version
which didn't have the problem.
The backtrace is attached.
Powerpoint Viewer 2007 works fine.
--
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=19171
Summary: Powerpoint viewer's shows weird characters
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
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=22157)
--> (http://bugs.winehq.org/attachment.cgi?id=22157)
powerpoint
Compare screenshots. I'll attach the powerpoint as well.
--
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=19172
Summary: Powerpoint viewer's installs file in wrong location
(appinstall)
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Wine:
C:\austin\Application
Data\Microsoft\Installer\{90AF0409-6000-11D3-8CFE-0150048383C9}\ppvwicon.exe
Windows:
C:\Windows\Installer\{90AF0409-6000-11D3-8CFE-0150048383C9}\ppvwicon.exe
SHA1: d3d868146e59ef956922fb11a3ceb94c0991da1b ppvwicon.exe
--
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=14659
Summary: Entity properties being switched around to other
entities and not being saved in valve hammer editor v
3.5
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leonard.lawton(a)gmail.com
To reproduce in the simplest way:
-create a block - tie to entity funk_breakable(does not really matter)
-create a light entity
-open properties and set the NAME attribute of that block to foo
-set the TARGET ON BREAK attribute to bar
-close the dialog and open the properties for the light
the NAME on the light has taken on the name from the block we just set, and
same thing with the target. doing this in the reverse order yields the same
results. upon saving, these properties don't even seem to be written
--
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=32076
Bug #: 32076
Summary: .NET SqlConnection with windows authentication fails
to connect: cannot initialize SSPI package
Product: Wine
Version: 1.5.16
Platform: x86
URL: http://www.microsoft.com/en-us/download/details.aspx?i
d=8961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
affects any .NET application that tries to connect to SQL server using windows
authentication (e.g. MS SQL Management studio)
Console log contains these 3 lines that are absent when using SQL
authentication:
err:ntdll:NtQueryInformationToken Unhandled Token Information class 11!
fixme:secur32:nego_AcquireCredentialsHandleW forwarding to NTLM
fixme:ntlm:ntlm_AcquireCredentialsHandleW AcquireCredentialsHandle:
SECPKG_CRED_BOTH stub
Windows authentication does not work with wine mono, only with native .NET.
winetricks dotnet20 win7 is needed to install SQL management studio. SQL server
is not needed to reproduce 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=13153
Summary: winex11 regression causes SmartBarXP to close during
startup
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://www.majorgeeks.com/SmartBarXP_d4366.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
CC: julliard(a)winehq.org
While trying to test bug 8018, I fetched a copy of SmartBarXP, installed it,
and tried to run it. The profile window opens, but when I try to continue, the
program suddenly quits without any indication of the cause. Since the reporter
of bug 8018 used 0.9.34, I performed a regression test and found the breaking
commit to be:
63dd1a02ca401a7f5045c58317984fe2ee3bb5cb is first bad commit
commit 63dd1a02ca401a7f5045c58317984fe2ee3bb5cb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Feb 28 17:01:10 2008 +0100
winex11: Merge the iconification support into the SetWindowPos driver
backend.
:040000 040000 1f8297ed2de39bd6e9a126e04cfe3e6993b82235
425d13f0e00d4b48488706e04c7c9b9bfd327ba4 M dlls
Reverting the commit caused the application to start 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=10993
Summary: Flash 8 Crashes on Launch - BadAtom
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulw(a)hardmilk.com
Created an attachment (id=9957)
--> (http://bugs.winehq.org/attachment.cgi?id=9957)
Terminal Output when trying to launch Flash
Hi
I've recently installed Flash 8 on my Gentoo install of Wine 0.9.52. Upon
trying to launch it, it will display the startup banner, then instantly exit.
I've used the following methods to try load the program:
Launcher (on Desktop) - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program
Files\Macromedia\Flash 8\Flash.exe"
Run Application - env WINEPREFIX="/home/paulw/.wine" wine "C:\Program
Files\Macromedia\Flash 8\Flash.exe"
and
wine "C:\Program Files\Macromedia\Flash 8\Flash.exe"
and
wine ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/Flash.exe
Aswell as in a terminal by cd'ing to the folder and then launching flash
cd ~/.wine/drive_c/Program\ Files/Macromedia/Flash\ 8/
wine Flash.exe
When running in a Terminal, I get the error attached.
I have tried wiping my Wine installation and re-installing from scratch,
including fresh installs of Flash 8. I also installed Flash 8 through Wine
itself.
As a side note. Dreamweaver 8 works perfectly, it's only Flash which fails to
load at all.
--
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=9767
Summary: Some unicode characters show up as '?' in file selection
dialog
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ncliang(a)gmail.com
To reproduce, create a file with greek characters such as "ΑΒΓΔ.txt".
Run notepad and open the file in the open file dialog.
Observe that the filename shows up as "ΑΒ??.txt" instead of "ΑΒΓΔ.txt".
Lei pointed out that most fonts should have the glyphs needed to display greek
characters, so this is unlikely a font issue....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.