http://bugs.winehq.org/show_bug.cgi?id=11957
Summary: WebPlus SE install fails
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://ftp8.serif.com/FSSDownloadMirror/WebPlus/SE/FSS-
WPSE-0208-Setup.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://www.winehq.org/pipermail/wine-users/2008-March/029738.html
a user complained that WebPlus SE install fails
with the message "this action is not supported"
Sure enough, running it fails for me, too; the log has the
suspicious error
trace:msi:MSI_GetPropertyW returning L":setup.mst" for property L"TRANSFORMS"
trace:msi:msi_apply_substorage_transform 0x12fdb8 L"setup.mst"
err:msi:msi_apply_substorage_transform expected a colon in L"etup.mst"
A google search shows one other instance of that message,
http://www.linuxforums.org/forum/wine/109175-help-fifa-08-installation-stop…
--
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=18328
Summary: Excel 2007 crashes at date filter
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: miguiperez(a)gmail.com
It's the only problem I've found in Excel 2007. When there are a list of dates
in a table with an autofilter, the dates couldn't be filtered, because Excel
crashes before (immediately I click on the filter icon). It doesn't happens
filtering numbers, only dates.
I've tested the problem with wine 1.1.16, 1.1.19, 1.1.20 and Crossover. The
problem is 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=9252
Summary: Far Cry: Segmentation fault on startup when using
Direct3D
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spencercw(a)googlemail.com
Created an attachment (id=7509)
--> (http://bugs.winehq.org/attachment.cgi?id=7509)
Terminal output
Wine version: 0.9.43
Distro: Gentoo Linux 2007.0
GCC version: gcc (GCC) 4.1.2 (Gentoo 4.1.2)
Program: Far Cry
No-cd patch applied.
By default Far Cry uses Direct3D9, this causes a segmentation fault upon
starting the game. As a work around, `r_Driver = "Direct3D9"` can be changed to
`r_Driver = "OpenGL"` in Program Files/Ubisoft/Crytek/Far Cry/system.cfg,
though it would of course be better if it worked out of the box.
I am attaching the terminal output (30kB->2.0kB bz2), the output with
WINEDEBUG=+relay (920MB->519kB), and the output with WINEDEBUG=+d3d
(40kB->2.6kB).
Note that this issue isn't present in the demo version.
--
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=22138
Summary: system(NULL) generates SIGSEGV
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carlo.bramix(a)libero.it
When an application calls system(NULL) or _wsystem(NULL), a SIGSEGV is
generated.
Actually the code of _wsystem() does not check the value of cmd parameter as
described here:
Perhaps a better implementation would be something like to:
comspec = msvcrt_get_comspec();
if (cmd == NULL)
return (comspec == NULL) ? 0 : 1;
else
if (comspec == NULL)
return -1;
--
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=21876
Summary: Demo Need for Speed Underground 1 crashes
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: hverbeet(a)gmail.com
This bug is about crashing, when intro is finished and game asks for "Press
enter to continue". Here you have to click left mouse (because keyboard is not
working due to unimplemented "EnumDevicesBySemantics & co") and game
immediately crashes instead of displaying the game menu.
Bisection between working 1.1.37 and crashing 1.1.38 reveals, that i need to
revert following two commits on top of 1.1.38:
* wine-1.1.37-304-g4a8f93b
commit 4a8f93baded2cc56b1154d4c2c3d8d696441bd38
wined3d: Handle a zero source value for WINED3DSIH_LOG.
* wine-1.1.37-306-gadf4ca2 (manually reverted)
commit adf4ca2e23873811a22fc82022f5d7753e9d569a
wined3d: Handle a zero source value for WINED3DSIH_RSQ.
...and Demo of NFS 1 works again in 1.1.38. Maybe related with bug 21627
(WINED3DSIH_NRM) and bug 21641 (WINED3DSIH_RCP), i.e. both are different
commits.
Download link:
http://www.gamershell.com/download_4024.shtml
--
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=21871
Summary: err:msi:ITERATE_Actions Execution halted, action
L"LaunchConditions" returned 1603
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: giuseppe.bottiglieri(a)gmail.com
Trying to install Nokia Ovi Suite on wine 1.1.39 with Kubuntu Karmic i get this
error in the Konsole:
fixme:advapi:LookupAccountNameW (null) L"bra" (nil) 0x142e044 (nil) 0x142e048
0x142e03c - stub
fixme:advapi:LookupAccountNameW (null) L"bra" 0xb5757e0 0x142e044 0xb58b6d8
0x142e048 0x142e03c - stub
err:msi:ITERATE_Actions Execution halted, action L"LaunchConditions" returned
1603
--
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=21413
Summary: Cannot type language specific letters in MS Word
Product: Wine
Version: 1.1.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=25789)
--> (http://bugs.winehq.org/attachment.cgi?id=25789)
Polish "a" letter
I'm using Wine 1.1.36 on Fedora 12 32 bit. I use en_US locale.
I installed Polish version of MS Office 2003 and then I did:
1) hold right alt key
2) press "a"
3) release all keys
Behaviour:
Nothing happened
Expected behaviour:
Polish "a" letter should appear as in attachment.
Terminal output:
fixme:storage:Storage_ConstructTransacted Unimplemented flags 110022
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StgCreateStorageEx Stub: calling StgCreateDocfile, but ignoring
pStgOptions and grfAttrs
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StorageImpl_Commit (0x1b0b00 4): stub
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:storage:StgCreateDocfile Storage share mode not implemented.
fixme:reg:GetNativeSystemInfo (0x33f7c0) using GetSystemInfo()
Additional info:
1) The letter should also appear when I type Alt+0105 but it isn't the case.
2) I can type Polish "a" letter in described way in OpenOffice
--
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=20180
Summary: Teach2000 hangs when switched to "Advanced input mode"
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.teach2000.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teach2000(a)basement.nl
Created an attachment (id=23784)
--> (http://bugs.winehq.org/attachment.cgi?id=23784)
Hang on startup when LayOut mode is 1
OS: Ubuntu 9.04
App: Teach2000 8.42
Download the latest Teach2000 from www.teach2000.org.
Install.
Start.
Switch the "Simple input mode" to "Advanced input mode".
Exp.: Advanced input mode is visible.
Act.: Teach2000 hangs.
Workaround:
Enter some questions before switching input modes.
Warning:
If Teach2000 is closed when Advanced input mode was enabled, this state will be
remembered in the registry (HKCU\Software\Teach2000\MainForm --> LayOut=1). If
you start Teach2000 again, Teach2000 hangs on boot.
Change LayOut to 0 if you want to start Teach2000 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=19797
Summary: Powerpoint 2007: text does not display correctly in
textbox rotated 90 or 270 degrees
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=23190)
--> (http://bugs.winehq.org/attachment.cgi?id=23190)
Screenshot of textbox rotated 90 degrees by method a
A user posted a question about this on the forum, and I was able to reproduce
it on my system.
To reproduce:
1. In Powerpoint 2007, type some text in a textbox.
2. Rotate the textbox 90 degrees either by
a) grabbing the green circle at the top center of the box with the mouse
pointer and moving it, or
b) selecting text direction from the ribbon, then selecting rotate 90
degrees or rotate 270 degrees
In either case, both the box and text within it rotate, but the text is
squished together (see screenshots). This only affects text rotated exactly 90
or 270 degrees--any other angle displays properly.
There is a third way to rotate text in Powerpoint, and that does display
properly: select text direction=>more options=>3D rotation, and enter 90 or 270
in the z-axis box. The difference seems to be that when doing it that way, only
the text is rotated, not the text 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=17957
Summary: Audiosurf crashes on startup
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4plague(a)gmail.com
Created an attachment (id=20305)
--> (http://bugs.winehq.org/attachment.cgi?id=20305)
Steam output log
Audiosurf cannot be run from Steam. Running it outside of steam works (but then
in cannot run the game itself because of steam missing). In version 1.1.12 it
also took down wineserver.exe
Already tried removing .wine/ and reinstalling Steam and Audiosurf. Following
report is from a clean install
--
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.