http://bugs.winehq.org/show_bug.cgi?id=31811
Bug #: 31811
Summary: FIFA 13 character models are black
Product: Wine
Version: 1.5.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
Classification: Unclassified
Football players models in kits menu selecting are black. Same bug as
http://bugs.winehq.org/attachment.cgi?id=30619
--
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=31553
Bug #: 31553
Summary: Starwars Battlefront II - No sound in missions
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aidygus(a)yahoo.com
Classification: Unclassified
Created attachment 41496
--> http://bugs.winehq.org/attachment.cgi?id=41496
Running steam from terminal then battlefront II
Sound is missing from most parts of the game.
On the initial select profile there is sound and the theme music plays but then
when I click Accept, silence on the next set of menus.
Selecting a campaign (the training missions) there is sound on the introduction
video but when the spawn screen appears there is no sound nor in the level.
I am using a USB headset (Micro$oft LifeChat LX-3000) which is selected as my
default output device in OS and also selected for default output in winecfg.
The internal onboard sound card is disabled in bios as it has a Xonar DG card
installed but I never use it as I have the USB headset and no speakers (Mint
sees it as a CM18788 [Oxygen HD Audio])
I have no problems with sound on other steam games (that I've found so far) and
all sound functions in the OS work as expected with the USB head set.
System details :
Mint 13 Cinnamon
USB Microsoft LifeChat LX-3000 headset
Latest repo'd Nvidia drivers for GeForce GTX 570
--
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=19540
Summary: Wine crashed out after add an evidence file in
EncaseDemo.exe (EncaseDemo.exe from Guidance®).
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickityman(a)hotmail.com
I'm running latest wine (1.1.26) in Ubuntu Jaunty x86. I was trying to run the
ENCASE DEMO forensic application from Guidance®. It started without issue but
when a tried out to add an evidence file the application crashed out. The
Guidance® application was started from a terminal (bash) as follows:
$ wine EnCaseDemo.exe
The report from the crash is in attachment.
I will provide gladly any further information if necessary.
Thanks in advance,
CW
--
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=28361
Summary: Heroes 6 demo crashes after closing the town window
Product: Wine
Version: 1.3.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambrop7(a)gmail.com
Created an attachment (id=36358)
--> (http://bugs.winehq.org/attachment.cgi?id=36358)
Wine output
To reproduce:
- Use Wine 1.3.28. Previous versions probably fail from bug 28152.
- Install Heroes 6 Demo:
http://might-and-magic.ubi.com/heroes-6/en-GB/news/details.aspx?c=tcm:21-22…
- Set VideoMemorySize to the correct value. The game was crashing on startup
until I did that. http://wiki.winehq.org/UsefulRegistryKeys
- Start the game. Set all video options to lowest (I did that, not sure if it's
needed), and restart it.
- Start the campaign and get into the game.
- Double-click the town to open the town window, then close it.
- The game may crash shortly after closing the window (but not immediately; I
think it renders for a short time before it crashes). If not, repeat the last
step until it does.
The game crashes in multiple ways, but the common thing seems to be the:
fixme:d3d9:surface_init Multisample quality set to 31, substituting 0.
fixme:d3d9:surface_init Multisample quality set to 31, substituting 0.
err:d3d_surface:surface_load_location Don't know how to handle location
0x200000.
--
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=23320
Summary: regedit regsvr
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Just a quite simple bug : when installing SolidWorks 2010, the installer
crashes with this message :
regedit: ERROR, invalid hex value
regedit: ERROR Key HKEY_LOCAL_MACHINE\Software\SolidWorks\SolidWorks
2010\General not created. Value: EnableImproveDrawingViewCreation, Data:
dword:0000000000000001
As 0000000000000001 is definitely not a dword, i guess that some
cast/formatting should be needed to avoid such cases.
reg.exe command works perfectly :
wine reg add "HKLM\Software\SolidWorks\SolidWorks 2010\General" /t REG_DWORD /v
EnableImproveDrawingViewCreation /d "0000000000000001"
ADD - HKLM\Software\SolidWorks\SolidWorks 2010\General
EnableImproveDrawingViewCreation 0 REG_DWORD 0000000000000001 0
L'op�ration s'est termin�e avec succ�s
--
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=28538
Bug #: 28538
Summary: ArcPad 10 is not starts.
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnnarcisz(a)gmail.com
Classification: Unclassified
I installed the ArcPad 10 software, and I tried to start it.
The main window started, but then the software sent an error message, and
stopped.
--
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=19299
Summary: fixme:quartz:MediaControl_RenderFile
(0x7c20978/0x7c2097c)->(L"D:\\assimil\\d_fr\\sounds\\e
001_01.mp3" (0x7c47674)): stub !!!
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quickhelp(a)gmail.com
CC: quickhelp(a)gmail.com
Created an attachment (id=22346)
--> (http://bugs.winehq.org/attachment.cgi?id=22346)
output of the WINEPREFIX=/bla wine Assimil.exe command
- I copied all files from the cd into /blub.
- I created a clean wine v1.1.25 environment: WINEPREFIX=/bla winecfg
windows XP
sound turned on with default (ALSA) settings that work for me in other
programs
d: = /blub as type CD-ROM
- I installed the application (ASSIMIL french CD version 3.10): WINEPREFIX=/bla
wine d:\setup.exe
This seems to have worked.
- cd /bla/drive_c/Programme/Assimil/d_fr
- WINEPREFIX=/bla wine Assimil.exe
The program starts.
But when it comes to play sentences that are stored in mp3 files I hear nothing
and see the above error message.
Unfortunately with google I didn't found a lot about it.
I tried several reinstalls with "winetricks vb6run d3dx9 ie6 vc6run" but it
does not work.
Any hint will be highly appreciated!
Please let me know 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=26356
Summary: Mouse "lags" and doesn't pick up quick movements.
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nheart(a)gmail.com
After installing wine 1.3.15 and running F.E.A.R. (from steam) Mouse ingame
(the menu is fine) is not responsive enough and doesn't pick up fast movements
at all.
Related console output is:
fixme:d3d:state_zfunc D3DCMP_NOTEQUAL and D3DCMP_EQUAL do not work correctly
yet.
I suspect one of Alexandre's commits
winex11: Synchronize the mouse cursor in update_mouse_state.
winex11: Update the window cursor at most once every 100ms if nothing changed.
is the culprit. I'll do a regression testing later to find out exactly the
offending commit.
--
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=30670
Bug #: 30670
Summary: Swashbucklers crashes when opening credits in the main
menu
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: aric(a)codeweavers.com
Classification: Unclassified
Regression SHA1: 8830470a8c248546075ee32bf00e6ba9d096b5be
Created attachment 40152
--> http://bugs.winehq.org/attachment.cgi?id=40152
terminal output
Swashbucklers: Blue vs. Gray crashes when I click on <Credits> in the main
menu. The video which should be played uses WMV3/WMA v2 codec.
Interestingly, the 2 intro videos on game start are playing fine. They use the
same codec as the credits video.
It's probably unrelated, but in-game videos are opened in a separate window,
titled 'ActiveMovie Window'.
The crash is due to
8830470a8c248546075ee32bf00e6ba9d096b5be is the first bad commit
commit 8830470a8c248546075ee32bf00e6ba9d096b5be
Author: Aric Stewart <aric(a)codeweavers.com>
Date: Fri Mar 30 20:08:45 2012 -0500
quartz: Have the VideoRenderer use strmbase BaseWindow.
:040000 040000 019588c74722acabbe36f65f3844aeb9f59639b5
2c50dccdae3d4c061d1db0a4176c6cd057b774a1 M dlls
Workaround: winetricks wmp9 quartz devenum
There is no demo for the game.
Fedora 16 x86
Alsa 1.0.25
Pulseaudio is not running
Gstreamer 0.10.35 + additional plugins 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=31710
Bug #: 31710
Summary: Regression Error - OpenGL display lags and/or blanked
out with large grey rectangle
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tonybcrawford(a)gmail.com
Classification: Unclassified
Created attachment 41692
--> http://bugs.winehq.org/attachment.cgi?id=41692
OpenGL Screen Showing Grey Rectangle Over Image
I have just installed the latest wine 1.5.13 fixes and see a serious regression
error! This causes the display of the OpenGL graphics screen in the SDET
product to lag. It also produces large areas that are blanked out with large
grey rectangles. This error makes the OpenGL screens unusable.
--
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.