http://bugs.winehq.org/show_bug.cgi?id=16452
Summary: QIP/QIP Infium window is not properly resized
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thesource(a)mail.ru
When I try to enlarge main QIP window, it's contents are not resized, new
window part just becomes transparent, then reduces to previous size.
--
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=7007
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thesource(a)mail.ru
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-12-10 12:18:59 ---
*** Bug 16452 has been marked as a duplicate of 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=7411
--- Comment #10 from M.Kiesel <winehq.org(a)continuity.cjb.net> 2008-12-10 11:50:04 ---
Created an attachment (id=17806)
--> (http://bugs.winehq.org/attachment.cgi?id=17806)
PoP vertex shaders and snapshot
In the attachment you find the GLSL vertex shaders for Prince of Persia SoT (as
generated by Wine 1.1.10) and a screenshot showing the problem.
--
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=9158
Benjamin Eikel <winehq(a)eikel.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq(a)eikel.org
--- Comment #9 from Benjamin Eikel <winehq(a)eikel.org> 2008-12-10 09:34:31 ---
Hello,
I tried the installation with wine-1.1.10-173-g696512b, the patch posted by Dan
and setting _SFX_CAB_SHUTDOWN_REQUEST as suggested by Anastasius. The installer
downloads the needed files and after finishing the download says that an error
occurred immediately.
I think the lines from the terminal at the point of the error are:
fixme:clusapi:GetNodeClusterState ((null),0x33ec9c,0) stub!
fixme:advapi:DecryptFileA "c:\\8b4d6c294829367c26ba908c\\" 00000000
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
I do not know if this helps you in any way. If you want to I can test it again
with debugging flags (please tell me which of them) or can tell you more about
my system configuration.
Kind regards,
Benjamin
--
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=421
Hin-Tak Leung <htl10(a)users.sourceforge.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |htl10(a)users.sourceforge.net
--
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=16448
Summary: Wine should use Mono and Gecko already installed in the
system
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Wine FAQ says Wine is not an emulator, but in fact, it works as emulator - it
does not enhance Linux API, but simply creates virtual Windows system
completely isolated from other parts of the system.
* If one runs a .NET based program, Wine requires Win32 Mono to be installed
under Wine, instead of Mono already installed in system.
* If a program tries to do html rendering, Wine requires a web engine to be
installed under Wine, not using already installed in the system.
* If a program needs Flash, Wine requires an instance installed under Wine.
* If a program uses some fonts, Wine requires the fonts to be in Wine's fonts
directory and does not use already installed in the system (and Wine's fonts
cannot be used by a Linux application)
* Windows drivers loaded under NDIS wrapper cannot use Wine's APIs, that's why
the functionality of NDIS wrapper is so limited (and Wine cannot load Windows
drivers even NDIS-compatible).
This leads to douling in functionality, incompatibilities and limitations.
I think Wine should fully utilize the systems already provided with system and
allow other programs (that may benifit from it, such as Mono and NDIS wrapper)
to use Wine's APIs.
--
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=3005
maarten <maarten.boos(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
--- Comment #10 from maarten <maarten.boos(a)gmail.com> 2008-12-10 03:34:52 ---
*** This bug has been confirmed by popular vote. ***
--
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=5057
Hans Leidekker <hans(a)meelstraat.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
--- Comment #5 from Hans Leidekker <hans(a)meelstraat.net> 2008-12-10 02:56:27 ---
Using winetricks doesn't count, it works around this problem.
--
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=16431
Summary: spss 17 does not install
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://spss.com/registration/index.cfm?Demo_ID=37
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
spss 17 installer complains:
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Bas1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
and claims the system has not been modified.
--
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.