http://bugs.winehq.org/show_bug.cgi?id=2642
------- Additional Comments From sxpert(a)esitcom.org 2005-07-01 11:05 -------
This patch makes it work (of course, it needs MS's XML parser...)
RCS file: /home/wine/wine/dlls/rasapi32/rasapi.c,v
retrieving revision 1.27
diff -u -r1.27 rasapi.c
--- rasapi.c 3 Jan 2005 20:33:40 -0000 1.27
+++ rasapi.c 7 Jan 2005 17:04:54 -0000
@@ -247,9 +247,15 @@
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD
lpcDevices)
{
FIXME("(%p,%p,%p),stub!\n",lpRasDevinfo,lpcb,lpcDevices);
+ if (lpcb==NULL) {
+ return ERROR_INVALID_PARAMETER;
+ }
if (*lpcb < sizeof(RASDEVINFOA)) {
*lpcb = sizeof(RASDEVINFOA);
return ERROR_BUFFER_TOO_SMALL;
+ }
+ if (lpRasDevinfo==NULL) {
+ return ERROR_INVALID_PARAMETER;
}
/* honor dwSize ? */
strcpy(lpRasDevinfo->szDeviceType, RASDT_Modem);
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2637
------- Additional Comments From mike(a)navi.cx 2005-07-01 08:21 -------
You used the Mandrake packages, and this problem was already reported to the
Mandrake packager. Compiling yourself will fix it yes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2633
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)navi.cx 2005-07-01 08:18 -------
This was raised with our Red Hat packager a long time ago now and he said this
is a deliberate policy. You have to install all security updates to use the RH9
RPMs. If you don't like that policy tell Vincent on wine-devel (I agree that
it's a bad one)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2641
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.cc-
| |ims.net/RevMan/download.htm
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2641
Summary: revman 4.2.7 crashes
Product: Wine
Version: 20041201
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kiwidoc(a)pl.net
Review Manager (revman) is a windows only product used by Cochrane to prepare
systematic reviews. I can install the product OK: When I start revman the
following happened:
chris@moa:~/.wine/drive_c/Program Files/RevMan 4.2 $ wine Review\ Manager\ 4.exe
err:heap:HEAP_GetPtr Invalid heap (nil)!
fixme:msvcrt:_XcptFilter (-1073741819,0x406ee868)semi-stub
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0c0b4ce6).
In 32 bit mode.
err:dbghelp:pe_load_dbg_file -Unable to peruse .DBG file vfp6ro.dbg
("C:\\Program Files\\RevMan 4.2")
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:0c0b4ce6 ESP:406eecb4 EBP:406ef6e0 EFLAGS:00210246( - 00 -RIZP1)
EAX:00000000 EBX:00000000 ECX:00000000 EDX:000000b6
ESI:00000000 EDI:000000b6
Stack dump:
0x406eecb4: 0000000c 00000000 401be400 0000003b
0x406eecc4: 0000007b 0000007b 00000001 00000002
0x406eecd4: c02f9000 00000001 406eeeec 00000001
0x406eece4: 406eef6c 0c12ea81 00000073 00210246
0x406eecf4: 406eef54 0000007b 00000040 401fb000
0x406eed04: 401f8300 406eede0 406eed24 406eedb0
Backtrace:
=>1 0x0c0b4ce6 in vfp6r (+0xb4ce6) (0x406ef6e0)
2 0x0c0f162e in vfp6r (+0xf162e) (0x0000100f)
3 0x00000000 (0x00000000)
0x0c0b4ce6: movl 0x0(%eax),%eax
Wine-dbg>
adding wine-dev did not help.
I'm using the wine hq debian version on ubuntu linux. My box is a tyan
thunderbird dual althon 1600XP with two SCSI HD.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2507
------- Additional Comments From andukar(a)andukar.org 2005-06-01 01:16 -------
Verified bug in 20041019 and 20041201.
Also verified that undoing the change listed above fixes it in 20041201.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.