http://bugs.winehq.org/show_bug.cgi?id=19456
Summary: Mount Manager crashes with optical discs since commit
15acd35
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
Created an attachment (id=22602)
--> (http://bugs.winehq.org/attachment.cgi?id=22602)
Wine Log with backtrace showing problem
Recently, the Mount Manager driver (mountmgr.sys) has been crashing on Mac OS.
(Good thing it's not a real ring 0 driver...). I've attached a log showing what
happens. From the log, it looks like there's some heap corruption going on
here.
It only crashes when there's a disc in the optical disc drive. And even then,
it doesn't crash the first time it sees the disc. The SECOND time and
subsequent times, when Wine already knows about the disc, it crashes.
I did a regression test and found that this is the offending commit:
commit 15acd35fa27d09af01698083af21ef3772edcae1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jul 22 20:56:04 2009 +0200
mountmgr: Try to match and reuse volumes when creating/updating a drive.
For some reason, reusing volumes fails spectacularly on Mac OS (at least on my
system), leading to possible heap corruption and a crash.
Even worse, the driver goes down while holding its critical section. Somehow
the CS isn't released. Then, programs that try to use Mount Manager end up
deadlocking:
err:ntdll:RtlpWaitForCriticalSection section 0x4040e500 "device.c:
device_section" wait timed out in thread 0017, blocked by 0018, retrying (60
sec)
Eventually, Wine gives up on the CS, but then weird things start happening to
programs that rely on Mount Manager. For example, winecfg shows no drives on
the Drives tab (because Mount Manager is down and can't handle IOCTL requests).
Any help on this would be appreciated.
--
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=9310
Summary: Error in file open/sva dialog
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=7580)
--> (http://bugs.winehq.org/attachment.cgi?id=7580)
Error in wines file open/save dialog - v0.9.42 and above
By using the file open/save dialog I start in 'My computer' navigating through
the 'fake' filesystem of wine. I choose the harddisk c: and the subfolder
'windows'. Normaly I see now the content of this folder but I see the content I
saw before. Choosing now 'windows' showes all the content of this folder.
Also in other folders which are 'under' the Harddrive.
This error apear only by using the 'my computer' first and directly under this
level. Deeper inside the filesystem this error doesn't occur.
There was no change in the configuration: I tried with the version before
(v0.9.41) and all is fine. Only v0.9.42 and now v0.9.43 generate this error.
I include a screenshot of this strange behavior.
--
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=14396
Summary: preloader: Warning: failed to reserve range 00000000-
60000000 err:dosmem:setup_dos_mem Cannot use first
megabyte for DOS address space, please report
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: danebigh(a)aol.com
Created an attachment (id=14710)
--> (http://bugs.winehq.org/attachment.cgi?id=14710)
copy paste of Konsole while installing Wine
Upon installation of wine I got the error that is listed in the subject line. I
will attach the full contents of the Konsole Window.
I am using Kubuntu on a gateway laptop : MX3216
1.4Ghz Celeron M
256 MB ram
I installed Wine because I wanted to use notepad++ on this machine.
it was salvaged from someone who spilled a coffee on the keyboard. it works
fine except for some of the ACPI funtions are bugged so windows was bugging
out. I installed Kubuntu without a hitch and just disabled ACPI drivers in
kubuntu.
I can see the Wine config options and notepad runs however notepad++ installed
but bombs out when I ty to run it. i am assuming it is due to not being able to
address the first meg of RAM.
that is as much as I can think of to tell you. if you need more info drop me a
line. and please if there is any news on this issue let me know.
Thank you,
Dane
--
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=16758
Summary: tools/winapi/winapi_test: The generated tests produce
thousands of failures on 64bit.
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
URL: http://test.winehq.org/data/bf25837eb7c08dc7faf13b886f6a
ed79a02506b8/#group_Vista
OS/Version: Windows Vista
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
tools/winapi/winapi_test* creates tests, that produce thousands of failures
with winetest64 on Windows.
winapi_test and winapi_test_options.pm are perl:
229 } elsif (/^LP(?:BYTE|CSTR|CWSTR|DWORD|STR|VOID|WSTR)$/) {
230 $align = 4;
231 $kind = "pointer";
232 $size = 4;
233 } ...
--
By by ... Detlef
--
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=13700
Summary: user32 test fail on XP SP2
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13695)
--> (http://bugs.winehq.org/attachment.cgi?id=13695)
broadcast failures
Many of the user32 tests fail on my laptop running Windows XP SP2 with a Radeon
Mobility 9000 card. Most of the failures have to do with unexpected sizes (of
windows, menu items, rects, ...)
The broadcast failures are attached in this go round, more will be attached
soon.
--
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=13649
Summary: d3d9 visual tests hang XP SP2 with Radeon Mobility 9000
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13633)
--> (http://bugs.winehq.org/attachment.cgi?id=13633)
d3d9 visual test output until hang
The d3d9 visual tests hang on my system running Windows XP SP2 with a Radeon
Mobility card. Worse, they also hang (not crash) Windows XP.
The test is stuck with a four-square tile in the center of the screen, with a
yellow background. After 15 minutes with no change in the display, I tested
the mouse as the cursor was still visible. The mouse moved the cursor. I also
checked the keyboard LEDs (e.g. caps lock), and they were still responsive. So
far so good.
Attempting to stop the test by pressing Alt-Tab, Ctrl-Alt-Del, or
Ctrl-Shift-Esc (I've tried all three variations now) makes the mouse cursor
disappear and makes the keyboard unresponsive. At this point I must power down
the machine.
The log of the visual test up until failure is attached. (Notice there are
also many test failures.)
--
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=13643
Summary: ddraw tests fail on XP SP2 with Radeon Mobility 9000
card
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13624)
--> (http://bugs.winehq.org/attachment.cgi?id=13624)
d3d test failures
The ddraw d3d tests produce 22 failures, and the dsurface test produces 1
failure, on my laptop running Windows XP SP2. The graphics card is a Radeon
Mobility 9000. The d3d failures 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=18139
Summary: WineD3D: add version information to DLL
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrejohn.mas(a)gmail.com
The WineD3D DLL which is made available to users of VirtualBox lacks any
version meta data. This means if I right-click and show the properties there is
no version tab. It would be useful to have this information, since if a user
runs into issues this would allow them to know when version they have
installed, and report this information. Since there is no other way to know the
version, that I can find, this is one approach.
I was using 1.1.19 (I believe, can't be 100% sure since there in no version)
when I made this observation.
--
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=10783
Summary: D3D applications crash with native d3d dlls
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=9638)
--> (http://bugs.winehq.org/attachment.cgi?id=9638)
output with +d3d (on Linux)
Direct3D applications crash on startup when using native wine d3d dlls (built
using mingw). One that crashes is 'rthdribl'. Happens both in WinXP and with
Wine in Linux with d3d8,d3d9,wined3d overridden. Works in 0.9.50, broken by the
following commit:
9bc6200ecef40fe65d38fda2c7d0f4b8f4c71767 wined3d: Add a method for querying the
gl drawable size of rendertarget.
--
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=16537
Summary: Wine/Windows Conformance Tests - file too big
Product: Wine
Version: unspecified
Platform: Other
URL: http://test.winehq.org/data/
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Created an attachment (id=17995)
--> (http://bugs.winehq.org/attachment.cgi?id=17995)
Winetest result
Prompted by todays wine news, I tried the winetest-latest.exe on my windows xp
sp2 machine and received the following notification at the end of the test.
---------------------------
Warning
---------------------------
File too big (5.7 MB > 1.5 MB); submitting partial report.
---------------------------
OK
---------------------------
Is this normal?
--
Austin987:
No, pretty rare, actually. Would you file a bug report? Attach a
compressed copy to it.
--
As requested.
--
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=17937
Summary: Cygwin compilation fails in rpc_transport.c
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgerard(a)gmail.com
./configure --without-freetype && make depend && make bombs out during the
make:
ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_RPCRT4_
-DCOM_NO_WINDOWS_H -DMSWMSG -D_REENTRANT -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -g -O2 -o
rpc_transport.o rpc_transport.c
rpc_transport.c: In function `rpcrt4_ncacn_ip_tcp_open':
rpc_transport.c:797: error: storage size of 'hints' isn't known
rpc_transport.c:813: warning: implicit declaration of function `getaddrinfo'
rpc_transport.c:816: warning: implicit declaration of function `gai_strerror'
rpc_transport.c:816: warning: format argument is not a pointer (arg 7)
rpc_transport.c:821: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: dereferencing pointer to incomplete type
rpc_transport.c:825: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:825: error: (Each undeclared identifier is reported only once
rpc_transport.c:825: error: for each function it appears in.)
rpc_transport.c:835: warning: implicit declaration of function `getnameinfo'
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:835: error: dereferencing pointer to incomplete type
rpc_transport.c:837: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:837: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:841: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:848: error: dereferencing pointer to incomplete type
rpc_transport.c:862: warning: implicit declaration of function `freeaddrinfo'
rpc_transport.c:797: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_protseq_ncacn_ip_tcp_open_endpoint':
rpc_transport.c:879: error: storage size of 'hints' isn't known
rpc_transport.c:884: error: `AI_PASSIVE' undeclared (first use in this
function)
rpc_transport.c:896: warning: format argument is not a pointer (arg 6)
rpc_transport.c:898: error: `EAI_SERVICE' undeclared (first use in this
function)
rpc_transport.c:898: error: `EAI_NONAME' undeclared (first use in this
function)
rpc_transport.c:903: error: dereferencing pointer to incomplete type
rpc_transport.c:909: error: `NI_MAXSERV' undeclared (first use in this
function)
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: dereferencing pointer to incomplete type
rpc_transport.c:911: error: `AF_INET6' undeclared (first use in this function)
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:920: error: dereferencing pointer to incomplete type
rpc_transport.c:922: error: `NI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:922: error: `NI_NUMERICSERV' undeclared (first use in this
function)
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:926: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:934: error: dereferencing pointer to incomplete type
rpc_transport.c:959: warning: format argument is not a pointer (arg 5)
rpc_transport.c:909: warning: unused variable `service'
rpc_transport.c:879: warning: unused variable `hints'
rpc_transport.c: In function `rpcrt4_ip_tcp_get_top_of_tower':
rpc_transport.c:1178: error: storage size of 'hints' isn't known
rpc_transport.c:1200: error: `AI_NUMERICHOST' undeclared (first use in this
function)
rpc_transport.c:1216: warning: format argument is not a pointer (arg 5)
rpc_transport.c:1221: error: dereferencing pointer to incomplete type
rpc_transport.c:1223: error: dereferencing pointer to incomplete type
rpc_transport.c:1229: error: dereferencing pointer to incomplete type
rpc_transport.c:1178: warning: unused variable `hints'
make[2]: *** [rpc_transport.o] Error 1
make[2]: Leaving directory `/cygdrive/d/wine-git/dlls/rpcrt4'
make[1]: *** [rpcrt4] Error 2
make[1]: Leaving directory `/cygdrive/d/wine-git/dlls'
make: *** [dlls] Error 2
--
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=13646
Summary: d3d9 device tests crash on XP SP2 with Radeon Mobility
9000
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
The d3d9 device tests crash, producing a 'd3d9_test.exe has crashed...' dialog.
The console output up until the crash is 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=17892
Summary: appdb rejection workflow is broken, no editing
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
My latest AppDB entry got rejected because there was too much German and too
little English. The E-Mail I received said:
"Clicking on the link in this email will allow you to modify and resubmit the
application. A link to your queue of applications and versions will also show
up on the left hand side of the Appdb site once you have logged in.
http://appdb.winehq.org/objectManager.php?sClass=application_queue&bIsQueue…
Alas,
a) I don't see on this page how to modify the text and resubmit it. No <Input>,
no visible link to an edit page.
b) The link "your queued items" on the left leads to a page reporting nothing
queued:
You have no queued test results.
You have no queued applications.
You have no queued versions.
You have no queued bugs.
You have no queued application data.
c) At the bottom of the "Edit application" page, following the link "Move child
objects" yields to a DoS attack on my browser, as it tries to render a
seemingly endless list of empty objects and tables.
In case it matters, I'm running NoScript, but winehq.org is allowed.
I really hope the application+version+test texts I submitted does not get lost
because I'd hate to have to think about all of it again. Adding English text
would be no problem.
How to update the submitted page to include English descriptions so it will get
accepted?
Regards,
Jörg Höhle
--
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=13645
Summary: d3d8 tests fail on XP SP2 with Radeon Mobility 9000 card
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=13626)
--> (http://bugs.winehq.org/attachment.cgi?id=13626)
device test failures
The d3d8 device and visual tests fail for me on Windows XP SP2 with the Radeon
Mobility 9000 card. Device failures are attached, visual tests will be
attached shortly.
--
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=13538
Summary: netapi/access test doesn't delete testuser home
directories after the test
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Paul.Vriens.Wine(a)gmail.com
CC: kai.blin(a)gmail.com
On XP and up (W2K3 and Vista) the netapi/access tests leaves user directories
behind.
Every new winetest run (or manual netapi/access test run) will create a
testuser. The NetUserDel function is used to remove this testuser from the
system. As of XP, NetUserDel doesn't seem to delete the user's home directory.
The tests won't fail when a new test is run but you will end up with several
home directories. For example (on my XP box):
C:\Documents and Settings\testuser
C:\Documents and Settings\testuser.XP
I guess the delete_test_user function should be changed to:
- find out the created home directory
- delete the user account
- delete the home directory if it exists
The home directories can be deleted without a problem btw.
We also need to make sure that older testuser directories get deleted (will be
a one time thingy probably).
--
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=16084
Summary: widl crash on vista x86
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Windows Vista
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netzimme(a)aol.com
in the function get_size_procformatstring() in tools/widl/typegen.c
the line :
else if (stmt->type != STMT_TYPE && stmt->u.type->type != RPC_FC_IP)
should be :
else if (stmt->type != STMT_TYPE || stmt->u.type->type != RPC_FC_IP)
because both parameter must be the same not only one of them to call
the function pred(iface) below.
Greetings
Daniel Zimmermann
--
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=10052
Summary: MSMoney 2007 fails to load due to missing XML
Interfaces.
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=8600)
--> (http://bugs.winehq.org/attachment.cgi?id=8600)
Wine output
MSMoney 2007 fails to start with the attached Error. It appears that the msxml
interface are not registred correctly.
If you use the Native msxml, MsMoney loads but then seg faults when you try to
accept the license agreement.
--
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=18255
Summary: Tom Clancy's Ghost Squad: terrain textures not displayed
on Core2 Duo PC
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=3666
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bugzilla(a)lovingboth.com
Game installs and runs ok, however terrain displays are solid black (Ubuntu
8.10 x64 with Wine 1.1.19) or solid light blue grey (Ubuntu 8.10 x64 with Wine
1.1.19 or 1.1.20). So for example, trees have the right shape and happily wave
in the wind, but are black / grey.
I can see the terrain in Igor.exe (the game's mission editor) and the sky /
characters / overlays like the grass in the first (caves) mission are fine.
This happens regardless of screen resolution, buffer depth, texture quality,
texture compression or mipmap settings. It is also unaffected by running on one
CPU core or two, or OpenGL's 'sync to VBlanck' setting.
Textures display ok on Athlon64 PC with 2G RAM, Ubuntu 9.04 x64, Nvidia 6150.
Problem on Core2 Duo PC with 8G RAM, Ubuntu 9.04 x64, Nvidia 8500GT which runs
several other games (e.g. Thief 2, The Thing) fine.
--
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=11358
Summary: Emulator3000 does not display menu and status bar
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=10466)
--> (http://bugs.winehq.org/attachment.cgi?id=10466)
screenshot of the wrong appearance
Emulator3000 does not display menu and status bar, displaying garbage instead.
Screenshot is attached.
Download link for Emulator3000:
http://www.emulator3000.emuita.it/Emulator3000/E3000.zip
--
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=17075
Summary: PLSQLDeveloper: Trying to create some of bultin reports
returns "OLE error 80070057"
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://allroundautomations.swmirror.com/plsqldev715.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)stanev.org
Created an attachment (id=18897)
--> (http://bugs.winehq.org/attachment.cgi?id=18897)
WINEDEBUG="+ole,+msxml"
Steps to reproduce:
1) Install PLSQLDeveloper and oracle instant client
2) Connect to some oracle db
3) Select "Reports -> [whatever report you like]"
4) OLE error 80070057 , empty report window
The reports are generated in html form.
Attaching console with WINEDEBUG="+ole,+msxml"
--
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=12237
Summary: Temple Of Elemental Evil crashes after the loading
screen
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frick(a)sc-networks.de
Created an attachment (id=11671)
--> (http://bugs.winehq.org/attachment.cgi?id=11671)
a standard log of the game with the backtrace.
the game shows the intro movies and the loading screen fine then crashes before
the main menu. this is the game patched to the latest version (3) and nocd
patch applied. the installation copied over to winxp works fine.
--
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=17874
Summary: Runes of Magic - will not install.
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
URL: http://www.runesofmagic.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)eternaldusk.com
Created an attachment (id=20165)
--> (http://bugs.winehq.org/attachment.cgi?id=20165)
Backtrace
The current version of the Runes of Magic downloader does not work with Wine
(tested with 1.1.17 and 1.1.18, against both a clean prefix and one that was
loaded with stuff for Steam and other apps).
The installer aborts after the user selects an installation directory.
The entries in the AppDB indicate that it was installable at one time (and may
play just fine once this bug is squashed). It is unclear if it is now
uninstallable due to a regression in Wine or due to an updated installer exe.
I will try to quickly throw the wine 1.0.1 packages on to see if I get the same
results, and respond here.
--
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=13496
Summary: Director Player Error dialog: "The projector file is
corrupt. Unable to continue."
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111255667&RefId=&origin=pcat_gm_
img
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Some of the Oberon games exhibit this error when trying to run.
Steps to reproduce:
1. Install the game (Flip Or Flop: Home Edition)
2. Run FlipOrFlop.exe from the install directory
After complaining about some unsupported ioctl flags, the program fails with a
Director Player Error dialog: "The projector file is corrupt. Unable to
continue."
--
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=17653
Summary: VB3 - 16bit error: "Unhandled exception: floating point
stack check in 32-bit code"
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luigi(a)pajella.com
Created an attachment (id=19838)
--> (http://bugs.winehq.org/attachment.cgi?id=19838)
WINEDEBUG=+seh (partial) output
I've got a VB6 application which I'm trying to run on Wine 1.0.9.
Several modules of the software are still made in VB3 (application name is
"Ec501.exe") and are called by the 32 bit part.
I understand that the 32 bit is put on hold until the 16bit is completed
(Mutex16 stuff)
When I start the 16 bit part I get the attached error message and the 16bit
part is not executed.
In particular I get:
"Unhandled exception: floating point stack check in 32-bit code"
PS: My machine is an Athlon 1200 with Ubuntu 8.10 and gnome.
PS2: Im running the etersoft wine version "wine_1.0.9-eter41ubuntu_i386"
because the software is protected by an USB Eutron Smartkey (which etersoft
version supports). The part related to the smartkey works correctly.
WINEDEBUG=+seh log attached
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=14150
Summary: Shaders 3.0 ugly in wine 1.1
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taril_laszlo(a)yahoo.co.uk
With Depht of Fields the shaders are fragmented.
--
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.