similar to: A problem in SCROLL_GetInfoPtr<

Displaying 20 results from an estimated 600 matches similar to: "A problem in SCROLL_GetInfoPtr<"

2002 Sep 08
2
Printing via smbprint to a WinPrinter
Hi all. I would like to print from a Linux Server to a printer connected to a Windows ME machine. I'm able to connect via smbclient, with smbclient //windowsme/printer -U '' -N and I receive the smb> prompt Now, when I try to print any file, nothing comes out from the printer. The printer is a Canon LBP-810 which, according to www.linuxprinting.org site, is a WinPrinter. My
2001 Nov 28
1
Signal 11 while compiling wine...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. Yesterday I updated my version of wine from cvs. Now, when I try to compile I receive a signal 11 error. The message is as follows: make[2]: Leaving directory `/localhome/emmebi/wine/dlls/lzexpand' make[2]: Entering directory `/localhome/emmebi/wine/dlls/version' make[2]: `libversion.so' is up to date. make[2]: Leaving
2001 Aug 07
3
Troubles with Farpoint Spread controls
Hi all. The environment we are working on is a Red Hat Linux 6.2, with XFree 4.0 and KDE 2.1. The wine has been compiled using egcs-1.1.2. Wine itself is latest snapshot (20010731). The application we're trying to run crashes when tries to display a dialog box using Spread controls (from Farpoint). The crash occurs during a WM_PAINT. By exploring the builind of the window, the control
2001 Sep 10
1
Devmode problems for printing
Hi all. I'm using wine-20010824 snapshot, and I'm trying to configure WINE PS driver. The setup is a No Windows one, on a RH 6.2 with KDE 2.1 and XFree 4.0.1 I've been successful in having the Printer Dialog showing the Wine Postscript Printer driver in the list, after applying the winespool patch from Takeshima Hidenori (winspool.diff). However, I can wine complaining about not
2001 Aug 10
1
A bug in WIN_SetWindowLong ?
Hi all. While debugging some program, I discovered what looks like a bug. Please be patient if I'm wrong. In the WIN_SetWindowLong function, in order to get the address of wExtra, there is: ptr = (LONG *)(((char *)wndPtr->wExtra) + offset); but this takes the *CONTENT* of wndPtr->wExtra. The correct code should be ptr = (LONG *)(((char
2002 Jan 16
1
Looking for a research institute to promote the development of wine
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. I understand the following could be considered a little off topic on this list, so please forgive me. Our company is considering to promote an european funded research project, which should use wine as one of his major components. We are looking for a research institute within european community willing to be funded for doing the research
2001 Nov 28
0
Question about toolbar...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. What message is 2210 in Toolbar ? I tried to take a look at commctrl.h, but I wasn't able to figure it out. I'm receiving the folliwing messages: err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002a err:toolbar:ToolbarWindowProc unknown msg 2210 wp=00000001 lp=0001002d This is the message the ToolbarWindowProc
2002 Feb 01
0
Eudora 5.1 working ...
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all I would like to share with all the wine users my appreciation for wine developers. I was able to install and run Eudora 5.1 without any problem. The only problem I encountered was in the setup, where if you choose to run the wizard instead of the advanced setup the system freezes. I'm using wine from the last CVS on a RH Linux 6.2
2002 Jun 25
0
Printing problems with wine
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. I've a problem with printing from an application. My environment: a no windows installation based on Debian (testing). I've successfully installed a printer, and I'm able to print. However, when I print from this application, a huge (40MB) postscript file is created. Can anyone provide any suggestion? Thank you all in advance
2001 May 02
1
wine is unable to find file.exe.so
Hi all. First of all, a little background: Wine release 20010418 gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) glibc-2.1.3-21 I'm trying to use our home banking software. The software is composed from many different .exe files. When I try to start the menu, wine complains it is unable to load a .exe.so file (i.e., wine is trying to load some of the .exe files as if they
2001 Aug 12
2
WND structures
hi all, executing a certain program with wine, we get several crashes, in the RDW_UpdateRgns function (winetop/windows/painting.c) and in a DLL of the program itself. the program always crashes after the creation of a subwindow, and the problem appears to be the same, that is, somewhere before the crash the window tree structure gets corrupted. in order to find the exact point in which this
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
Hi all, I'm working on an nt40 program under Wine. It works well using the Microsoft's OLE32, but we *absolutely* need it to work without it. I'm using the 2001-07-31 release of wine, and the program crashes little after starting, inside the DataCache_GetAdvise function (in datacache.c), on the instruction: IAdviseSink_QueryInterface(this->sinkInterface,
2000 Jun 09
1
SAMBA digest 2551
Joel Handler wrote: > Date: Thu, 8 Jun 2000 16:50:33 -0400 > Subject: Netscape error > We are having a problem with Netscape that every so often we get lanman > redirector errors. We have Netscape 4.73 setup so that the users home > folder is located on the samba server (H drive). Do you know have any > ideas. The errors pop up randomly and have yet to be > pinpointed
2001 Sep 17
1
Using a native windows DLL in wine
Hi all. As said in the subject, we wonder whether is possible to use some native MS dlls (comctl32.dll, commctrl.dll) in a wine installation, for commercial purpose. And, if possible, what kind of restrictions are supposed to be applicated? I'm sure I'm not the first asking such a thing... Thx
2005 Jul 05
0
Code of Hansen's (2000) Econometrica paper on threshold estimation
I am searching for an R version of the code written in GAUSS by Bruce Hansen for his paper on Econometrica, 2000, "Sample Splitting and Threshold Estimation". Someone can help me? Davide -- Davide Fiaschi Dipartimento di Scienze Economiche University of Pisa Via Ridolfi 10 56100 Pisa (PI) Italy Phone/Fax: ++39.050.2216208/++39.050.598040 E-mail: dfiaschi at ec.unipi.it Homepage:
2001 Aug 31
1
GetWindowLongA
hi all, we have a win32 application (no source), and we need it to work under wine. after debugging a bit, we found that it crashes because it obtains a pointer by calling GetWindowLongA() with offset param = 0, and dies after accessing it, since GetWindowLongA returns 0. this happens under wine; under win98SE the same function call returns a valid pointer. we tried executing step by step
2000 Jun 07
1
Samba performance problem over a radio link.
Hi all. We have a performance problem over a 2 Mbits radio link. The configuration is as follows: we have a RH Linux 6.1 (double PIII processor, 100 mbit ethernet, raid 5), acting as a server for a network of Windows 95, 98 and NT. On the local network I can achieve up to 40 mbits transferring large files from the server to a windows 98 machine. This network is connected through a 2 mbits radio
2018 Jan 19
1
[Possibile SPAM] Re: Problem with Gluster 3.12.4, VM and sharding
After other test (I'm trying to convice myself about gluster reliability :-) I've found that with performance.write-behind off the vm works without problem. Now I'll try with write-behind on and flush-behind on too. Il 18/01/2018 13:30, Krutika Dhananjay ha scritto: > Thanks for that input. Adding Niels since the issue is reproducible > only with libgfapi. > >
2018 Jan 18
1
[Possibile SPAM] Re: Problem with Gluster 3.12.4, VM and sharding
Another update. I've setup a replica 3 volume without sharding and tried to install a VM on a qcow2 volume on that device; however the result is the same and the vm image has been corrupted, exactly at the same point. Here's the volume info of the create volume: Volume Name: gvtest Type: Replicate Volume ID: e2ddf694-ba46-4bc7-bc9c-e30803374e9d Status: Started Snapshot Count: 0 Number
2018 Jan 18
1
[Possibile SPAM] Re: Problem with Gluster 3.12.4, VM and sharding
Thanks for that input. Adding Niels since the issue is reproducible only with libgfapi. -Krutika On Thu, Jan 18, 2018 at 1:39 PM, Ing. Luca Lazzeroni - Trend Servizi Srl < luca at gvnet.it> wrote: > Another update. > > I've setup a replica 3 volume without sharding and tried to install a VM > on a qcow2 volume on that device; however the result is the same and the vm >