http://bugs.winehq.org/show_bug.cgi?id=9619
Summary: Winecfg audio tab crashes wine, midi does not work
Product: Wine
Version: 0.9.44.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singingwolfboy(a)gmail.com
Created an attachment (id=8010)
--> (http://bugs.winehq.org/attachment.cgi?id=8010)
winecfg crash log, from when winecfg crashes when trying to open the Audio tab
Tested with Noteworthy Composer 1.75 and Finale Notepad 2007. Both programs
complained of non-responsive MIDI devices. (Noteworthy: "One or more of your
selected MIDI devices are failing to open." Finale: "One or more MIDI devices
are not responding") In the MIDI options in Noteworthy, it lists "Wine midi
mapper" under the "Devices used by play back" menu, and nothing under the
"Available play devices" menu. In neither application does any sound play
during playback.
While investigating this, I discovered that opening the Audio tab in winecfg
crashes wine. When I click on the Audio tab, winecfg first displays this
message:
There is no audio driver currently specified in the registry.
A recommended driver has been selected for you. You can use this driver or
select another driver if available.
You must click Apply for the selection to take effect.
When I hit OK on that message, winecfg briefly stays up with no menu options in
the open tab, and then crashes. Crash log is attached.
I thought this might be a duplicate of bug 4051, but since wine no longer uses
aRts, it can't be. Still, it seems to be a similar problem.
Download Noteworthy:
http://www.download.com/NoteWorthy-Composer/3000-2170_4-9017135.html?tag=pd…
Download Finale: http://www.makemusic-downloads.com/NPWinSetup12013.exe
--
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=11242
Summary: Deprecated functions called in audiounit.c
Product: Wine
Version: 0.9.53.
Platform: Macintosh
URL: http://lists.apple.com/archives/coreaudio-
api/2007/Aug//msg00073.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
When compiling Wine, It calls on some functions (AUGraphNewNode and
AUGraphNewNodeInfo) for coreaudio support in OS X that are deprecated as of Mac
OS X 10.5. The function is found in dlls/winecoreaudio.drv/audiounit.c, and
the calls are:
audiounit.c: In function ‘SynthUnit_CreateDefaultSynthUnit’:
audiounit.c:343: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:354: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:377: warning: ‘AUGraphGetNodeInfo’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:689)
It does not prevent audio from working but may do so in the future.
--
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=10184
Summary: Wine configure script unable to resolve -lGL on Mac OS X
10.5
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanwalklin(a)gmail.com
The configure script fails to find /usr/X11/lib/libGL.dylib, which is available
on Mac OS X 10.5 if the X11 user and dev packages are installed. Consequently
OpenGL is unavailable to Wine.
More correctly Wine should link to
/System/Library/Frameworks/OpenGL.Framework/Versions/A/Libraries/OpenGL.dylib,
as the /usr/X11/lib library consists of links to the Framework. This can be
achieved by directly linking to the framework (-Framework OpenGL -framework
GLUT) rather than -lGL and -lGLU on OS X.
--
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=9908
Summary: can't create universal binary for Mac OS X (server
unavailable in create script)
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raymondv(a)gmx.de
Hello,
i can create a "normal" binary for the use architecture (for me intel) but
failed creating a universal build for Mac OS X.
I used the manual on http://wiki.winehq.org/MacOSX/Building when creating a
intel
disk image with success!
When i tried to build a universal binary with (not documented on wiki):
./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/
but it failed with
$ ./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/
# Create the SDK installer for Darwine 0.9.46...
cvs [export aborted]: connect to anoncvs.opendarwin.org(204.152.186.41):2401
failed: Operation timed out
***** Error: Can't checkout the sdk from CVS 1
$
(the full command the script want to connect:
cvs -d:pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od export
-Dtomorrow projects/darwine/sdk)
This server is unavailable because the official darwine project is closed on
http://darwine.sourceforge.net
It is possible the create a new mirror?
Thanks
Raymond
--
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=10460
Summary: MSVCRT40.DLL Unimplemented
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shnizep(a)gmail.com
Created an attachment (id=9178)
--> (http://bugs.winehq.org/attachment.cgi?id=9178)
Crash log
Hello,
First thanks for this invaluable tool. I'm running Mac OS X 10.4 on x86
platform. I'm trying to run an Invoicing tool I use to use on my PC although
the application runs, when I open a database it will crash with the attached
error log.
I installed Wine via Mac ports.
Any assistance is appreciated.
Thank You,
Stephen
--
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=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=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=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=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=10778
Summary: Gothic3 crashs after warp
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
After taking a "teleporter" (in German "Teleportstein") Gothic3 crashes with
this error:
err:seh:setup_exception stack overflow 0 bytes in thread 0025 eip 7e606e13 esp
6583e000 stack 0x6583e000-0x6604e000
err:ntdll:RtlpWaitForCriticalSection section 0x7e67ee68 "d3d9_main.c: d3d9_cs"
wait timed out in thread 0010, blocked by 0025, retrying (60 sec)
My sys: Fedora7 64bit, Geforce 8800GTS, Driver: 100.14.19
--
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=10030
Summary: Mathcad 11: crashes when trying to add graphs
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: odcinek(a)gmail.com
App freezes when I click on any button from graphing toolbar.
--
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=9924
Summary: SysIPAddress32 dialog item glitch
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://flatassembler.net/examples/quetannon.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozonstrick(a)rambler.ru
The IP Address field (SysIPAddress32 dialog item) lets type into it only 2
digits in front of/behind/between periods instead of 3, e.g. I get 19.16.20.17
instead of 192.168.202.17. The example program, "quetannon", is written on the
flat assembler language (http://www.flatassembler.net/).
--
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=9614
Summary: scroll wheel causes farcry crash.
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
When using mouse wheel scroll to change weapons in farcry game crashes and
dumps out error messages.
--
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=10105
Summary: OLE Errors start upon launching and blank windows
Product: Wine
Version: unspecified
Platform: PC
URL: http://mailware.com/homeoffice.htm#SystemRequirements
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lane(a)zigzap.com
Problem 1
--------------------
Installation is smooth as silk but upon launching it the software presents an
OLE Error 80070057 which I cannot find in google.
Problem 2
--------------------
All the control panels for this application use IE components but are showing
up blank.
Problem 3
--------------------
After resizing the window using the maximize button all resize controls vanish
from the window and do not return upon double clicking the window title bar to
resize the window.
--
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=11285
Summary: Static characters on Nvidia 7xxx cards in Witcher
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://img299.imageshack.us/img299/4263/screenshot24kn4.
png
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zbigniew.braniecki(a)gmail.com
It came out during the discussion about The Witcher 1.2 version that the game
works well for Nvidia 8xxx users, and does not for Nvidia 7xxx users.
see:
http://appdb.winehq.org/commentview.php?iAppId=6019&iVersionId=10468&iThrea…
Known "rag dolls" cards:
7600GT
7800GT
7800GTX
7900GS
Known "noproblem" cards:
8600GTS (two different people!)
--
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=10166
Summary: HTML Help (CHM) not working
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.stationplaylist.com/LV_Checkboxes.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ross(a)stationplaylist.com
The Help button does nothing in the executable included in the zip above. It
works fine under Windows and loads the included CHM file. Delphi source code
is included.
--
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=10781
Summary: Fibotrader: program crashes when starting and creating
*.mdb database
Product: Wine
Version: 0.9.39.
Platform: PC
URL: http://fibotrader.com/sw_downloads.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emmek(a)o2.pl
Created an attachment (id=9636)
--> (http://bugs.winehq.org/attachment.cgi?id=9636)
Console output after starting program and crash
After starting the program is trying to run "databank assistant" at first.
Then it tries to create or open a *.mdb file. At this step it fails.
A pop-up window suggests to check MDAC and Jet installation. I'm almost sure I
have MDAC & Jet installed properly as many other applications run at my Wine.
--
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=11394
Summary: Gametap player
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: quest2013(a)emailengine.org
GameTap 3.5.1.2911
The GameTap player does not appear to run.
--
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=10622
Summary: Visual C++ 5 IDE hangs on exit
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I installed Visual C++ 5 (part of Visual Studio 97).
It starts fine and seems to work, but hangs on exit.
One sees
err:ntdll:RtlpWaitForCriticalSection section 0x7efec644 "loader.c:
loader_section" wait timed out in thread 0017, blocked by 0015, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7ea3b720 "compobj.c:
csRegisteredClassList" wait timed out in thread 0009, blocked by 0015, retrying
(60 sec)
and then it tries to start the debugger but can't, since there is no process
anymore. I'll attach the last 100K lines of a +ole,+module,+relay log.
And no, Lei's patch from today doesn't help.
--
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=11057
Summary: Blood 2:The Chosen (Version 2.1) - rendering range
problem
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
I just installed the old DirectX 6 (???) game Blood 2: The Chosen. I did apply
the 2.0 patch and after that the 2.1 patch (like it should be done according to
the patching guides on the net).
I can start Blood2, but I have both visual errors and performance problem. This
game is really old, so performance should NOT be a problem. I have a nVidia
Geforce FX 5900, a rather old card but comparing this to the GFX-card I
originally used to play Blood 2 (a Matrix G200) the nVidia is a performance
beast.
Going to attach the wine output when running the application. Installation and
patching was all done through wine, and I had no error messages or warnings
there.
Now coming to the visual problems. Also going to attach some screenshots from
the first level of the game. It looks like some sort of rendering range
problem, maybe z-buffer related or probably something with mipmaps (because
only textures further away from the player are affected). I've already seen
such kind of artifacts, but not on this system but with my integrated intel
i915 chipset (where mipmap support was broken in mesa GIT).
Thanks,
Tobias
--
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=10755
Summary: Anarchy Online forcibly keeps focus in fullscreen mode
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdb(a)tdb.fi
When I run Anarchy Online in fullscreen mode and try to switch away from it
with either Alt-Tab or by changing to another workspace, the AO window
immediately pops back on top again. This prevents me from doing anything else
while playing AO, like reading guides from the web. I'm using Sawfish as my
window manager. Neither the game's own windowed mode nor Wine's desktop window
exhibit this behaviour.
--
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=10682
Summary: English Grammar in Use: Wine doesn't recognize the
original CD
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux(a)ikiru.ch
Created an attachment (id=9516)
--> (http://bugs.winehq.org/attachment.cgi?id=9516)
Wine log
The original CD is not recognized when launching EGU.
I switched the "windows version" (on Wine config) from windows xp to windows 98
(otherwise I get the error message "unimplemented function
ntoskrnl.exe.IoGetDeviceProperty"), but I cannot bypass this error :
"Wrong disk inserted. Please insert the original disk into your CD/DVD drive"
It is displayed by wine, on a message box.
Wine log is attached.
--
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=9527
Summary: Silent Hill 4 Does not start
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxmusterm(a)gmail.com
When I try to start Silent Hill 4 this messageappears
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 0\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 1\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 2\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 3\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 4\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 5\Logical Unit Id 0
err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi
Port 0\Scsi Bus 0\Target Id 6\Logical Unit Id 0
fixme:cdrom:CDROM_DeviceIoControl Unsupported IOCTL 2d1400 (type=2d access=0
func=500 meth=0)
fixme:process:IsWow64Process (0xffffffff 0x34c504) stub!
fixme:setupapi:SetupDiGetClassDevsW returning empty list
fixme:setupapi:SetupDiEnumDeviceInfo 0x12e0c0 0 0x34c350
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
wine: Call from 0x7ee586c0 to unimplemented function
ntoskrnl.exe.IoGetDeviceObjectPointer, aborting
wine: Unimplemented function ntoskrnl.exe.IoGetDeviceObjectPointer called at
address 0x7ee586c0 (thread 000d), starting debugger...
Warning: the specified System directory L"c:\\windows\\system32" is not
accessible.
Unhandled exception: unimplemented function
ntoskrnl.exe.IoGetDeviceObjectPointer called in 32-bit code (0x7ee58749).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7ee58749 ESP:7ec43418 EBP:7ec4347c EFLAGS:00000212( - 00 - -IA1)
EAX:7ee43e9d EBX:7eec3888 ECX:00000000 EDX:00000004
ESI:7ec434a8 EDI:7ec4343c
Stack dump:
0x7ec43418: 00000000 00000000 80000100 00000001
0x7ec43428: 00000000 7ee586c0 00000002 7ed72780
0x7ec43438: 7ed7483c 00000000 00468220 7ec434c4
0x7ec43448: 7ec43468 7efc3f3b 7ec434dc 7ec434a8
0x7ec43458: 0000001c 7ec4351c 7ec4351c 7ede5110
0x7ec43468: 7ec4348c 004634a6 7ed7c5e4 00461b45
Backtrace:
=>1 0x7ee58749 RaiseException+0x89() in kernel32 (0x7ec4347c)
2 0x7ed72703 in ntoskrnl (+0x12703) (0x7ec434ac)
3 0x7ed6c797 in ntoskrnl (+0xc797) (0x7ec43514)
4 0x00461ab8 in pfsvgae.sys (+0x1ab8) (0x7ec4351c)
5 0x00461c93 in pfsvgae.sys (+0x1c93) (0x7ec43948)
6 0x7ede4819 in winedevice (+0x4819) (0x7ec439c8)
7 0x7edbff33 in advapi32 (+0x1ff33) (0x7ec43a18)
8 0x7efc6cae call_thread_entry_point+0xe() in ntdll (0x7ec43a28)
9 0x7efc7972 in ntdll (+0x57972) (0x7ec43ac8)
10 0x7efc7c21 in ntdll (+0x57c21) (0x7ec443c8)
11 0xb7ea9283 start_thread+0xb3() in libpthread.so.0 (0x7ec444c8)
12 0xb7e38d1e __clone+0x5e() in libc.so.6 (0x00000000)
0x7ee58749 RaiseException+0x89 in kernel32: movl 0xfffffff4(%ebp),%ebx
Modules:
Module Address Debug info Name (26 modules)
PE 460000- 46c000 Export pfsvgae.sys
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7eabb000-7ead0000 Deferred hal<elf>
\-PE 7eac0000-7ead0000 \ hal
ELF 7ead0000-7eb35000 Deferred msvcrt<elf>
\-PE 7eae0000-7eb35000 \ msvcrt
ELF 7ed55000-7ed8b000 Export ntoskrnl<elf>
\-PE 7ed60000-7ed8b000 \ ntoskrnl
ELF 7ed8b000-7edd2000 Export advapi32<elf>
\-PE 7eda0000-7edd2000 \ advapi32
ELF 7edd2000-7ede6000 Export winedevice<elf>
\-PE 7ede0000-7ede6000 \ winedevice
ELF 7ede6000-7edf0000 Deferred libnss_files.so.2
ELF 7edf0000-7edfa000 Deferred libnss_nis.so.2
ELF 7edfa000-7ee10000 Deferred libnsl.so.1
ELF 7ee10000-7ee18000 Deferred libnss_compat.so.2
ELF 7ee18000-7ef3c000 Export kernel32<elf>
\-PE 7ee30000-7ef3c000 \ kernel32
ELF 7ef3c000-7ef61000 Deferred libm.so.6
ELF 7ef61000-7f000000 Export ntdll<elf>
\-PE 7ef70000-7f000000 \ ntdll
ELF b7d77000-b7d7b000 Deferred libdl.so.2
ELF b7d7b000-b7ea4000 Export libc.so.6
ELF b7ea4000-b7eba000 Export libpthread.so.0
ELF b7ecb000-b7fdf000 Deferred libwine.so.1
ELF b7fe0000-b7ffc000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000a (D) c:\windows\system32\winedevice.exe
0000000d 0 <==
0000000c 0
0000000b 0
00000008
00000009 0
err:advapi:service_get_status service protocol error - failed to read pipe r =
0 count = 0!
It's a copy protection and with a cracked exe it works but i thought i should
post it
--
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=10633
Summary: Per Pixel Lightning is drawn wrong
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://neuron.tuke.sk/~mizanin/eng/dx/020_Stencil_Shadow
.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
In this program the light on the wall is not drawn correctly if Per Pixel
Lightning is on. If it is off, all is shown like in windows.
My system: Fedora7, Geforce 8800GTS, Driver 100.14.23.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.