http://bugs.winehq.org/show_bug.cgi?id=27848
Summary: Crysis2 freezes/hangs since wine 1.3.22 (ReportFault
0xc65de0c)
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rockorequin(a)hotmail.com
Crysis 2 runs fine on wine 1.3.21 on my PC with an nvidia 540M card, but in
versions 1.3.22 and onwards it freezes at a random point usually less than a
minute after gameplay starts with the error:
fixme:faultrep:ReportFault 0xc65de0c 0x0 stub
At this point, the music continues to play (it doesn't appear to be looping)
but the graphics are frozen, so I'm guessing it's a d3d issue.
I have the various directX 9 and 10 native libraries enabled via winetricks and
the Crysis patch applied to wine.
Running it in wine 1.3.24, I also get
"fixme:d3d_texture:wined3d_texture_generate_mipmaps texture 0x6aa3928 stub!"
errors, but these don't appear to cause the freeze.
--
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=14882
Summary: UpdateResource fails to delete a resource
Product: Wine
Version: 1.1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnlen7+wine(a)gmail.com
UpdateResource should, according to MSDN, delete a resource if
(!lpData)&&(!cbData). This is actually the way applications can delete
resources and various resource-related application, like InnoSetup, use it.
However wine's current implementation of UpdateResourceW unconditionally calls
allocate_resource_data, which will fail if either lpData or cbData is NULL.
I hope I can fix it, but I will need to familiarize myself with kernel32 code
first.
--
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=22280
Summary: Assassin's Creed: compatibility test app aborts when
KERNEL32.SetThreadPriorityBoost fails
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Assassin's Creed installer runs
Program Files/Ubisoft/Assassin's Creed/Detection/Detection.exe
at the end. This is supposed to pop up a screen showing
whether various components of your system meet minimum spec for the game.
It crashes on wine after calling KERNEL32.SetThreadPriorityBoost.
That function always returns FALSE on wine. Changing it to return TRUE
lets Detection.exe work properly.
--
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=14222
Summary: RpcBindingSetAuthInfo(Ex) fails with
RPC_C_AUTHN_GSS_NEGOTIATE
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winesku(a)googlemail.com
RpcBindingSetAuthInfo(Ex) fails with RPC_S_UNKNOWN_AUTHN_SERVICE if
RPC_C_AUTHN_GSS_NEGOTIATE is specified. While this looks correct at first
glance, because WINE's secur32.dll currently has no Negotiate provider, but
instead only an NTLM provider, it is not what applications expect. Since
Windows 2000, RPC clients that call RpcBindingSetAuthInfo(Ex) can at least
expect that this call succeeds with the selection of NTLM, even in non-domain
environments. Therefore WINE's RpcBindingSetAuthInfo(Ex) should make a fallback
to RPC_C_AUTHN_WINNT if RPC_C_AUTHN_GSS_NEGOTIATE is requested by the caller
but only NTLM is available. After all, by specifying RPC_C_AUTHN_GSS_NEGOTIATE,
the client indicated that NTLM is sufficient.
--
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=18592
Summary: ICQ 6.x unhandled page fault
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://ftp.icq.com/pub/ICQ65/install_icq65.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=21264)
--> (http://bugs.winehq.org/attachment.cgi?id=21264)
Wine 1.1.22 +relay +seh +tid
ICQ 6 and 6.5 cause an unhandled page fault on launch and exit immediately.
Looks like something AOL have added:
=>0 0x6c01bb46 in aolsvcmgr (+0x1bb46) (0x0032fcdc)
0009:Ret PE DLL (proc=0x6c03ec09,module=0x6c000000
L"AOLSvcMgr.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
To get this far, "winetricks mfc42 msxml3 dcom98" required.
--
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=26717
Summary: Minitroid tech demo shows animation then stops
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.metroid-database.com/fanapps/MinitroidTechD
emo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toddrme2178(a)gmail.com
Created an attachment (id=34032)
--> (http://bugs.winehq.org/attachment.cgi?id=34032)
commandline output when running "wine MinitroidTechDemo.exe"
When starting the Minitroid tech demo, I get the following error message:
Program Error
The program MinitroidTechDemo.exe has encountered a series problem and needs
to close. We are sorry of the inconvenience.
there is a brief animation in the window, then the window goes black. No
further interaction is possible. I cannot click on the window or the error
message, which means I cannot close the error message. I have to use ctrl-c to
make it stop.
As a workaround for Bug 26710 for the Minitroid tech demo, native d3dx9_36 was
used in this case.
--
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=23593
Summary: Supreme Commander 2 Demo: Rendering artifacts
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
Created an attachment (id=29493)
--> (http://bugs.winehq.org/attachment.cgi?id=29493)
Supreme Commander 2 Graphic Bug
As reported on the game's AppDB entry, the game has some rendering artifacts
that require some workarounds to remove.
Attached a screenshot of one of the graphic errors but there is also another
error when scrolling the world view which was hard to get a screenshot of.
To get rid of the artifacts do the following:
- winetricks orm=backbuffer multisamping=enabled
- nvidia-xconfig --no-dynamic-twinview
If you would like to duplicate, the demo is downloadable via steam.
--
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=16484
Summary: Dramatica Demo 4.0 file open dialog has the file name
text box cursor in an incorrect position
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.softpedia.com/get/Others/Miscellaneous/Dramat
ica-Pro.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=17882)
--> (http://bugs.winehq.org/attachment.cgi?id=17882)
Dramatica Demo 4.0 file open dialog on Windows
While testing bug 16483, I noticed that when opening the file open dialog (File
-> Open), the initial placement of the file name text box cursor seems to be in
the middle of the text box control rather than at the starting left side, as it
is on Windows. If the dialog box is clicked on, the cursor is restored to its
normal location. Screenshots are attached.
--
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=29534
Bug #: 29534
Summary: RIFF File Viewer crashes on choosing an item in a
context menu
Product: Wine
Version: 1.3.36
Platform: x86-64
URL: http://mda.smartelectronix.com/bin/riffview.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 38266
--> http://bugs.winehq.org/attachment.cgi?id=38266
Terminal output
Right-clicking in the text area to the right and choosing any option from the
context menu results in a crash. However, there's no crash when using the
equivalent keyboard shortcuts. This application needs msvbvm50.dll, so I've
used winetricks vb5run to install it.
Same problem in 1.2.3, 1.0.1, and 0.9.33. Neither winetricks dcom98 (in 1.2.3)
nor winetricks usp10 helps.
--
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=30694
Bug #: 30694
Summary: Fallout 3 Launcher Crashes Instantly
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iyeru42(a)gmail.com
Classification: Unclassified
Created attachment 40196
--> http://bugs.winehq.org/attachment.cgi?id=40196
it exits terminal input once it finishes here. Disallowing real trace.
How do I load DLC Files without having the launcher come up?
--
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.