http://bugs.winehq.org/show_bug.cgi?id=19966
Summary: Inplement HalGetBusDataByOffset to do the same as HalGetBusData Product: Wine Version: 1.1.29 Platform: PC URL: http://rh-software.com/ OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: ray@pobox.co.uk
Currentry when HalGetBusDataByOffset() is called the the process gets aborted. Please can it be changed to work the same as HalGetBusData(). I would use HalGetBusData(), but this is not available on Windows x64 and ia64 editions, so I have to use HalGetBusDataByOffset() which I can't use on wine as I get aborted. I also need to actually use HalGetBusDataByOffset() for some operations.
wine: Call from 0x7b844673 to unimplemented function hal.dll.HalGetBusDataByOffset, aborting
It would be even better if they both actually worked which I suspect would not be that hard to implement by simply reading the appropiate entry from /sys/bus/pci/devices, maybe I will work around this and make my code do that...
This is an issue in hal.dll, but Bugzilla does not offer hal.dll as an option and kernel32.dll is the closest match.
http://bugs.winehq.org/show_bug.cgi?id=19966
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-06 19:44:11 --- Invalid. Don not report bugs for "implement this or that". Show the problem in an application.
http://bugs.winehq.org/show_bug.cgi?id=19966
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED URL|http://rh-software.com/ | Component|kernel32 |-unknown
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-06 19:44:58 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=19966
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #3 from Austin English austinenglish@gmail.com 2009-09-06 20:03:45 --- He gave terminal output, and said he uses it in his own app.
http://bugs.winehq.org/show_bug.cgi?id=19966
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware Severity|trivial |enhancement
http://bugs.winehq.org/show_bug.cgi?id=19966
--- Comment #4 from red-ray ray@pobox.co.uk 2009-09-07 03:58:55 --- (In reply to comment #1)
Invalid. Don not report bugs for "implement this or that". Show the problem in an application.
I did what the problem in my application. I included the appropiate section of the Wine log. Here is the code tofix this as well.
ULONG WINAPI HalGetBusDataByOffset(BUS_DATA_TYPE BusDataType, ULONG BusNumber, ULONG SlotNumber, PVOID Buffer, ULONG Offset, ULONG Length) { FIXME("(%u %u %u %p %u %u) stub!\n", BusDataType, BusNumber, SlotNumber, Buffer, Offset, Length); /* Claim that there is no such bus */ return 0; }
http://bugs.winehq.org/show_bug.cgi?id=19966
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
http://bugs.winehq.org/show_bug.cgi?id=19966
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #5 from Dan Kegel dank@kegel.com 2009-09-07 19:44:17 --- red-ray, don't feel bad, Vitaliy treats all users awfully harshly, not just you.
http://bugs.winehq.org/show_bug.cgi?id=19966
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #6 from André H. nerv@dawncrow.de 2009-09-08 10:13:19 --- should be fixed in todays commit by austins patch
http://bugs.winehq.org/show_bug.cgi?id=19966
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #7 from Alexandre Julliard julliard@winehq.org 2009-09-25 12:26:12 --- Closing bugs fixed in 1.1.30.
http://bugs.winehq.org/show_bug.cgi?id=19966
Saulius K. saulius2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saulius2@gmail.com