http://bugs.winehq.org/show_bug.cgi?id=35490
Bug ID: 35490
Summary: After SimCity 2013 updates:
d3d_shader:shader_sm4_read_src_param Unhandled swizzle
type 0.
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: eric.ladner(a)gmail.com
Classification: Unclassified
Created attachment 47376
--> http://bugs.winehq.org/attachment.cgi?id=47376
basic output on the command line
It used to run ok (although both Origin and SimCity were a nightmare to
install).
After a recent update, though when starting SimCity it never shows the splash
screen and spews this until you kill the process:
fixme:d3d_shader:shader_sm4_read_src_param Unhandled swizzle type 0.
I let it run for about 10 seconds and it spit out 11 million errors (log
attached).
If you want a more detailed log, let me know what options you'd like.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37398
Bug ID: 37398
Summary: Urban Assault black screen when using software
renderer and DDSCAPS_SYSTEMMEMORY
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Depends on: 37307
Regression SHA1: b464067313bff1fd9a25b284b48a252025c4504f
Distribution: ---
Created attachment 49735
--> https://bugs.winehq.org/attachment.cgi?id=49735
Workaround
Once Bug #37307 is resolved then Urban Assault runs into another issue (at
least, when using the software renderer). The game has a black screen and just
hangs there, apparently due to an unexpected DDSCAPS_SYSTEMMEMORY capability
being set. Workaround attached.
Note: This commit is later moved (commit
9443c95a895a530fdbbb607758f674467e2010c7), but the issue persists.
--
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=32988
Bug #: 32988
Summary: StudioTax 2012 Installer stops with Error 67108864
Product: Wine
Version: 1.5.24
Platform: x86-64
URL: http://www.studiotax.com/en/?page=2
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jchevrier(a)gmail.com
Classification: Unclassified
Created attachment 43586
--> http://bugs.winehq.org/attachment.cgi?id=43586
Log of StudioTax2012 installer
StudioTax 2012 installer stops with error 67108864 (presented in a dialog, see
screenshot). Clicking 'OK' brings up another similar error dialog with a
different error number, clicking on that dialog brings up another and so on.
Prerequisite: 'winetricks dotnet40' and the installer must be run from the C:
drive (or at least it doesn't like being run from Z:) or the installer fails
earlier with an 'Invalid command line' error dialog.
Website suggests that .NET 2.0 SP2 is required but installing dotnet20sp2 via
winetricks causes the installer to fail much earlier complaining about lack of
space.
Attached +msi,+msidb as it appears to be MSI 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=34864
Bug #: 34864
Summary: K32EnumProcessModulesEx not implemented in 64-bit
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: audvare(a)gmail.com
Classification: Unclassified
Created attachment 46472
--> http://bugs.winehq.org/attachment.cgi?id=46472
crash log
Call of Duty Ghosts uses 'PE32+' EXE to start up in 32-bit, but ultimately
requires a 64-bit set up to run. It would seem like it probably does this so it
can at least tell the user of a 32-bit system that they need to have a 64-bit
set up to run.
It calls this function at start. I replaced psapi.dll with one from my Windows
7 installation (because PSAPI.EnumProcessModulesEx is not implemented in
64-bit), but after that the call is forwarded to kernel32
K32EnumProcessModulesEx.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38527
Bug ID: 38527
Summary: Tab controls do not honor parent changes
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: pietro10(a)mac.com
Distribution: ---
Created attachment 51397
--> https://bugs.winehq.org/attachment.cgi?id=51397
Test program source code
Currently the wine implementation of the comctl32 tab control gets its parent
window once and caches it. While it's true that on real Windows some controls
do this, the tab control is not one of them in my tests.
The attached program is an example test. It creates two windows, an empty
window and a full window. It then creates a tab control on the empty window,
changes its parent to the full window, adds a few pages, and shows both
windows. If you click on a tab to change pages, you should see a message on
stdout telling you which parent window received the TCN_SELCHANGE notification.
On real Windows, both with Common Controls v5 and v6, I see
notification received on full window
On wine, I see
notification received on empty winddow
(The test program does no error checking. By default it runs with Common
Controls 5; with the first argument set to comctl6 it will run with Common
Controls 6.)
This is wine-1.7.34 built from source, Windows XP 32-bit, and Windows 7 64-bit.
Thanks.
--
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=23775
Summary: Text box is too small in 16-bit program. Only one line
high, should be two.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29800)
--> (http://bugs.winehq.org/attachment.cgi?id=29800)
Stellar Explorer 2.0b demo
The 16-bit game Stellar Explorer 2.0b (attached) shows a problem with the size
of a text box.
The text box at the upper left of the window should show two lines of text.
Running under Wine, it's only one line high and the scroll buttons at the right
side consequently appear squashed.
Run stellar2.exe. Click through the initial dialog boxes then select File->New
from the menu and click OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39704
Bug ID: 39704
Summary: UC Browser 5.5.7608.1012 crashes immediately
Product: Wine
Version: 1.8-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dmn2004404(a)gmail.com
Distribution: ---
Created attachment 52946
--> https://bugs.winehq.org/attachment.cgi?id=52946
Crash dump for UC Browser 5.5.7608.1012 on Sun Nov 29, 2015.
UC Browser 5.5.7608.1012 crashes immediately on launch. Crash dump is attached.
--
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=26852
Summary: Not all Japanese characters displayed in Skeedreceiver
installer
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
Created an attachment (id=34232)
--> (http://bugs.winehq.org/attachment.cgi?id=34232)
Shows readable licence and unreadable labels etc.
1: Go to http://phantasystaruniverse.jp/download/ and click on
"SkeedReceiverインストールはこちら" to download the program.
2: Run the program. Use a Japanese locale just in case: "LANG=ja_JP.UTF-8 wine
SKEE~OQ5.EXE"
3: Start the installation process. The installer will now download the whole
Skeedreceiver program. Download starts automatically. The only button available
says "cancel" (キャンセル), so there is no need to do anything. Japanese characters
are displayed properly at this step.
4: After the program has been downloaded, you will see more information where
many Japanese characters are turned into square boxes. Only the licence
agreement is readable: everything else consists of boxes.
Attached image shows a screenshot of the licence agreement. The character
display problem occurs elsewhere in the program too.
Some terminal output:
wine: created the configuration directory '/home/user/.wine-extra'
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes
fixme:iphlpapi:NotifyAddrChange (Handle 0xf2e90c, overlapped 0xf2e8f0): stub
wine: configuration in '/home/user/.wine-extra' has been updated.
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:x11drv:sync_window_opacity LWA_COLORKEY not supported
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",Microsoft.VC80.CRT,type=\"win32\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",policy.8.0.Microsoft.VC80.CRT,type=\"win32-policy\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",Microsoft.VC80.MFC,type=\"win32\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
fixme:sxs:cache_QueryAssemblyInfo 0x1b15d8, 0x00000002,
L"version=\"8.0.50727.4053\",policy.8.0.Microsoft.VC80.MFC,type=\"win32-policy\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"",
0x33f9a8
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
The installer runs fine apart from the square box 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.
https://bugs.winehq.org/show_bug.cgi?id=37504
Bug ID: 37504
Summary: Buttons in joystick control panel should not be
clickable
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
Distribution: ---
See attached file. All those buttons should not be clickable.
Compare to Windows: https://mediacru.sh/Lmr5mA4dUnBt
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40103
Bug ID: 40103
Summary: Multiplayer Impossible Creatures gives Socket error:
setsockopt, 10009
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danagx5(a)gmail.com
Distribution: ---
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
Socket error: setsockopt, 10009
Socket error: setsockopt(SO_REUSEADDR,...), 10009
shows in terminal after trying to start a multipleplayer game of Impossible
Creatures (which dies and returns to menu). Otherwise the game functions nearly
normally.
--
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.