http://bugs.winehq.org/show_bug.cgi?id=18823
Summary: The Typing of the Dead freezes during intro
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://downloads.gamezone.com/demos/d2037.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manwesulimo2004(a)yahoo.co.uk
Created an attachment (id=21626)
--> (http://bugs.winehq.org/attachment.cgi?id=21626)
Terminal output
It's not possible to play The Typing of the Dead with wine-1.1.23 because it
freezes either during the intro video or upon the attempt to skip it.
This bug has something to do with the sound. Switching off all sound drivers in
winecfg acts as a workaround. It's definitely related to Bug 2361 but it's not
a duplicate because the symptoms are different.
--
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=19493
Summary: socket option IP_PKTINFO is not implemented
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannes.gajdosik(a)gmx.at
The socket option IP_PKTINFO is not implemented:
the source code
setsockopt(fd,IPPROTO_IP,IP_PKTINFO,(const char*)(&yes),sizeof(int));
gives the error
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000013
This prevents a multicast client from distinguishing the incoming multicast
packets by their multicast group.
--
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=19152
Summary: SimCity 3000 Unlimited Black Main Menu
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timothyb89.org
When trying to run SimCity 3000 Unlimited, the main menu shows nothing more
than a black screen (after playing a short intro video), although the
background music plays fine.
The terminal output has many (thousands of) lines with:
fixme:d3d_surface:surface_convert_format Cannot find a conversion function from
format WINED3DFMT_A8R8G8B8 to WINED3DFMT_X8R8G8B8
My best guess is that this problem is somehow preventing anything from being
drawn.
I get the same errors when running in windowed mode (virtual desktop), and
fullscreen.
Thanks!
--
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=20127
Summary: Empty note in .Net 3.5 entry
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=10166
OS/Version: Linux
Status: NEW
Keywords: source
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
In the AppDB page for the MS .Net 3.5 entry, there is an apparently empty note.
http://appdb.winehq.org/objectManager.php?sClass=version&iId=10166
Clicking on EDIT gives the following error:
Fatal error: Call to a member function AddTextCell() on a non-object in
/home/winehq/opt/appdb/include/objectManager.php on line 1654
Could this be an orphaned note?
--
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=17347
Summary: Evil Islands - game crashed with enabled sound.
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bourelom(a)mail.ru
After work with enabled sound in Evil Islands v. 1.03 (russian) game crashed
with error
err:seh:setup_exception_record nested exception on signal stack in thread 001a
eip 7bc6e500 esp 7ffdbc7c stack 0x2420
If sound disabled game working normal.
--
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=19960
Summary: NtQuerySystemInformation(
SystemProcessorPerformanceInformation returns stale
and incorrect values
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://rh-software.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ray(a)pobox.co.uk
CC: ray(a)pobox.co.uk
NtQuerySystemInformation( SystemProcessorPerformanceInformation, ...) has the
following issues:
1) DpcTime, IntTime, IntCount not zeroed, they need to be rather then returning
random values.
2) KernelTime should include IdleTime. This is the case on Windows as the per
CPU Idle threads run in Kernel mode.
3) the numbers returned should be 100ns ticks, not clock ticks as this is what
Windows returns.
I have worked round all 3 of these issues in my SIV (http://rh-software.com/)
program (4.01 and later). If they get fixed then please tell what will be
returned by the fixed version.
Both the __APPLE__ and the default sections need fixing starting from around
line 982 in dlls\ntdll\nt.c. The first 2 fixes are trivial and I can't imagine
the last one being too dificult. The current code seems also very strange in
that loads values into heap space when it would be much simpler and faster to
write them directly back to the user buffer.
--
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=14343
Summary: Bigfishgames "Play My Games" Crashes With "Unhandled
page fault"
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://www.bigfishgames.com/download-games/3355/airport-
mania-first-flight/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vik(a)catalyst.net.nz
Created an attachment (id=14640)
--> (http://bugs.winehq.org/attachment.cgi?id=14640)
Debug dump of bigfishgames crash.
After installing the game installer from above, attempts to run the "Play My
Games" application link on the desktop or from the command line result in a
crash. The command line command is:
vik@kereru:~/.wine/dosdevices/c:/Program Files/bfgclient$ env
WINEPREFIX="/home/vik/.wine" wine "C:\Program Files\bfgclient\bfgclient.exe"
Immediate results are:
wine: Unhandled page fault on read access to 0x003a0043 at address 0x40d5d3
(thread 0009), starting debugger...
Full version attached.
vik@kereru:~$ wine --version
wine-1.0
--
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=13387
Summary: Crysis patcher fails
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
Trying to apply the 1.2.0 Patch for Crysis fails. It starts, but trying to
apply the patch results in:
"The wizard was interrupted before Crysis could be completely installed"
Console output at the relevant moment:
fixme:msi:ControlEvent_HandleControlEvent unhandled control event L"Reinstall"
arg(L"ALL")
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"DisableRollback"
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"SetODBCFolders"
err:msi:ITERATE_Actions Execution halted, action L"ChangeConfigPropCA" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" 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.