Re: Wine and serial port AGAIN

2010-12-19 Thread Pavel Troller
Hi! > > "Wolfram" == Wolfram Sang writes: > > ... > Wolfram> No need to do this. Vijay just needs to > > Wolfram> 1) read Documentation/SubmittingPatches 2) consult the > Wolfram> MAINTAINERS file (or use scripts/get_maintainer.pl) (you can > Wolfram> set me on CC, too) 3) s

Re: Wine and serial port AGAIN

2010-12-18 Thread Pavel Troller
; Hi All, > > Can anyone tell me how to get that into the mainline kernel ASAP. > Or Anyone can send it on my behalf to lkml list to get it into main line > > Thanks, > Vijay > > On Sat, Dec 18, 2010 at 2:20 AM, Pavel Troller wrote: > > > > On Fri, Dec

Re: Wine and serial port AGAIN

2010-12-17 Thread Pavel Troller
> On Fri, Dec 17, 2010 at 8:42 AM, Wolfram Sang wrote: > > > > OT: > > > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0bca1b913affbd7e2fdaffee62a499659a466eb5 > > > > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d281da7ff6f70efca

Wine and serial port AGAIN

2010-12-16 Thread Pavel Troller
Hi! As a technician, I need often to use some form of serial port communication. My recent experience is with a program for programming TYT radios from China. They supply a simple windows app, which allows to program all the features of the radio, which cannot be accomplished using the radio ke

Re: "Mockba to Berlin" game - mouse not clicking

2010-01-22 Thread Pavel Troller
> 2010/1/22 Vitaliy Margolen : > > Pavel Troller wrote: > >> BUT: The mouse buttons are DEAD. All I cannot left-click, right-click, > >> mid-click, simply nothing. > > Sounds like a new bug in wined3d. Try older Wine version(s) (wine-1.1.28 > > ish).

"Mockba to Berlin" game - mouse not clicking

2010-01-21 Thread Pavel Troller
Hi! My son bought a game DVD bound to a youngster's magazine. It contains a 5 years old game by Monte Cristo Multimedia, called "Mockba to Berlin". We were trying this game with wine 1.1.36. The game PERFECTLY installs and then PERFECTLY launches, going through all the initial screens and video

Betamax VoIP programs - a new try

2009-10-15 Thread Pavel Troller
h is possible ONLY from these clients (no chance to do it from their web). Because the AppDB entry for Nonoh is now unmaintained, I'm eventually ready to become a maintainer. Are there any special requirements needed to do such a job ? With regards, Pavel Troller

Re: [PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Pavel Troller
> On Sat, Jan 03, 2009 at 08:36:07PM +0100, Pavel Troller wrote: > > Hi! > > Due to changes in Linux kernel include file structure, the following patch > > is necessary to compile wine with the 2.6.28 kernel: > > > > --- wine/dlls/ntdll/serial.c.old20

[PATCH] Compile fix on Linux 2.6.28 / x86

2009-01-03 Thread Pavel Troller
@@ #include "wine/debug.h" #ifdef HAVE_LINUX_SERIAL_H +#include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,28) +#include +#endif #include #endif With regards, Pavel Troller

Re: wine-1.2 release criteria?

2008-12-25 Thread Pavel Troller
> ? ? ?? 15 ??? 2008 Pavel Troller ???(a): > ... > > All these things have a common denominator: proprietary USB drivers. It's > > fine that wine can use USB scanners/cameras/printers etc, which can be > > interfaced though native Linux drivers/li

Re: wine-1.2 release criteria?

2008-12-15 Thread Pavel Troller
es, but these are almost always usable directly from Linux, while those proprietary devices aren't. Is there any chance that wine will progress in this area ? I'm ready to supply a bounty for a volunteer making some progress here. With regards, Pavel Troller

Re: -O0 nearly twice as fast to build as -O2

2008-06-12 Thread Pavel Troller
> Pavel Troller wrote: > >> OK, this was confusing. I was getting repeatable five minute > >> builds, i.e. "make clean; reboot; time make -j3" (more or less :-) > >> was reliably showing five minutes wall clock time. > >> > >> Then I did &

Re: -O0 nearly twice as fast to build as -O2

2008-06-12 Thread Pavel Troller
der, because the generated code doesn't track the source exactly anymore. With regards, Pavel Troller

Re: Regression in winebrowser found and identified

2008-06-07 Thread Pavel Troller
> On Saturday 07 June 2008 10:25:39 Pavel Troller wrote: > > > BTW, my system is NOT running in Unicode. Maybe is it related ? I hope it is > > not yet mandatory. I'm using iso-8859-2 encoding, which works much better > > in my normal working environment. >

Regression in winebrowser found and identified

2008-06-07 Thread Pavel Troller
I think that many programs may be affected by it. Should I submit a bug too ? With regards, Pavel Troller

Re: Serial port support in wine-1.0: What to do to make it working ?

2008-05-14 Thread Pavel Troller
> On Wed, May 14, 2008 at 6:26 AM, Pavel Troller <[EMAIL PROTECTED]> wrote: > > Hi! > > I have a very good news today! I tested the current wine git and I've found > > that it works again in the case of a device mentioned above! It's really > > goo

Re: Serial port support in wine-1.0: What to do to make it working ?

2008-05-14 Thread Pavel Troller
n. Even better, I've also found that today's wine fixes the last graphics glitches remaining in the program GUI, so now it works PERFECTLY under wine, and it seems that reading/writing the device over the serial port is even FASTER than from windows! I will try another devices soon, to help to debug serial port problems as much as possible! With regards, Pavel Troller

Re: Serial port support in wine-1.0: What to do to make it working ?

2008-05-06 Thread Pavel Troller
e that there is just a limited number of bugs, but they affect many such devices, so it looks that the driver is totally broken. With regards, Pavel Troller

Serial port support in wine-1.0: What to do to make it working ?

2008-05-05 Thread Pavel Troller
? Or what more can I do to make the serial port working ? I can code in C in the Linux environment, but I know NOTHING about windows... With regards, Pavel Troller

Problem with VoIP applications

2008-05-02 Thread Pavel Troller
ot;for better security" :-(. Any chance the program could be started at least to allow the registration ? With regards, Pavel Troller

Re: Unimplemented ntoskrnl functions ?

2008-04-15 Thread Pavel Troller
> On Tue, 15 Apr 2008, Pavel Troller wrote: > > Hi! > > I'm solving the following problem: > > I would like to run the "Tibbo Device Server Toolkit" (TDSK) - see > > http://www.tibbo.com/get_dst.php > > During installation of the product on a fre

Unimplemented ntoskrnl functions ?

2008-04-15 Thread Pavel Troller
ns - KeInitializeInterrupt and KeInitializeMutant. What about these ? With regards, Pavel Troller

Re: Can't determine disk space, install fails

2008-03-26 Thread Pavel Troller
r has only 15G in our case, and it works like a charm. What debugging options could we set to collect symptoms of the problem ? With regards, Pavel Troller > Hi Pavel, > I've ran into similar issues when, for example, I've got more than 64GB > free space on the pa

Can't determine disk space, install fails

2008-03-26 Thread Pavel Troller
c Linux system", not on any particular, publicly known distro. With regards, Pavel Troller

Re: WineHQ should discourage the use of cracks

2008-03-04 Thread Pavel Troller
man which was growing marihuana strictly for medical purpose, even if there is a law strictly prohibiting to grow marihuana at all. Of course IANAL, but my kids are running cracked games on wine, however we HAVE all the CDs including bills from the shop for everybody, who would like to accuse us of using illegal software. With regards, Pavel Troller

Gates of Skeldal - d3d problem ?

2008-01-05 Thread Pavel Troller
d (cca 188 MB) there (it is in Czech, but the menu is easy and anybody can find how to control the game): http://www.napoleongames.cz/download/brany_skeldalu_setup.exe With regards, Pavel Troller

Re: wine proccess list

2007-12-11 Thread Pavel Troller
nd doing exactly the above command, and a beutifull bomb icon calling it. Now I can't se it - even killing wineserver sometimes doesn't help. With regards, Pavel Troller >

Re: Error while compiling the wine-0.9.49 in RedHat Linux

2007-12-02 Thread Pavel Troller
2.2 > (Gentoo 4.2.2 p1.0). > > tom > Hi! Me too. Maybe James references just 4.0.x, not 4.1/4.2... With regards, Pavel Troller

Re: Unimplemented function KERNEL32.dll.FindFirstVolumeW

2007-11-20 Thread Pavel Troller
trokes than "cat /dev/watchdog". And its impact is even more catastrophic :-). It's the reason why working as root is so much discouraged. With regards, Pavel Troller

Re: Unimplemented function KERNEL32.dll.FindFirstVolumeW

2007-11-19 Thread Pavel Troller
e, kernel recognizes it as that such an app is taking over control of the watchdog and starts it. However, because cat closes the file immediately, it is not handled anymore and kernel recognizes it as a userspace problem, thus rebooting the machine after the timeout expires. With regards, Pavel Troller

Re: wininet: InternetAttemptConnect() Stub

2007-11-19 Thread Pavel Troller
> Hi Pavel, > > On Nov 19, 2007 6:30 AM, Pavel Troller <[EMAIL PROTECTED]> wrote: > > I have a problem running an offline client for ordering photo prints from > > digital cameras. > > Even it is an "offline" client, it requires the computer to be on

wininet: InternetAttemptConnect() Stub

2007-11-19 Thread Pavel Troller
Hi! I have a problem running an offline client for ordering photo prints from digital cameras. Even it is an "offline" client, it requires the computer to be online. It seems that in wine, it feels to be offline, thus refusing further operation with a dialog saying something like "Internet co

Re: #winehq admin troubles

2007-11-05 Thread Pavel Troller
protect the channel from all unwanted traffic, keep it going well and smooth. So the only thing you can maybe learn from those cases (if you want) is that you can wait for a second, make a deep breath, and think twice, what are the users REALLY trying to do, before you decide to kick/ban them. > > Vitaliy. > With regards, Pavel Troller

Re: "Installer already running"

2007-05-07 Thread Pavel Troller
> Pavel Troller wrote: > >>> it chokes on SECDRV.SYS). > > That is all you need to see to know this is SafeDisk. > > Vitaliy. > Hi Vitaliy, sorry but you are wrong. If you want to judge the others, please be so kind and read at least the sentence in which you

Re: "Installer already running"

2007-05-07 Thread Pavel Troller
Hi Tom! > On 5/7/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > >Dear Vitaliy, > > I'm very sorry for my total stupidity, ignorance and maybe even debility, > >but I can't find nothing common between Bug# 219 and my question. > > The PhysX installer do

Re: "Installer already running"

2007-05-07 Thread Pavel Troller
g for #219. With regards, Pavel Troller > I'm not so sure why are you reporting a long long long known problem > with Safedisk here, on the mailing list? See the bug 219 and add your > comments there. > > Pavel Troller wrote: > > Hi! > > I was trying to install t

"Installer already running"

2007-05-06 Thread Pavel Troller
his in bugzilla. I would like to find the real cause of the problem, but I don't know exactly, how to proceed. Any hints ? It's the current git wine, but the same is observed on 0.9.33 or so. With regards, Pavel Troller

Re: Current wine and HL2 family - well done!

2007-03-05 Thread Pavel Troller
is dark and the bottom is bright, like if the light would come from the ground. And all this is of course much slower, doing about 8 - 10 fps on 1024x768. But yes, the water is really perfect. So we turned glsl off again, it seems that it really still needs some work. With regards, Pavel Troller

Re: Current wine and HL2 family - well done!

2007-03-04 Thread Pavel Troller
. We set the DX9 mode in the game command line (parameter -dxlevel 90). With regards, Pavel Troller

Current wine and HL2 family - well done!

2007-03-04 Thread Pavel Troller
of a part of ground etc. So, many thanks to all the DirectX developers especially from my sons, they are very pleased and wish you all the best, especially continuous progress in wine development (a bit egocentric from them, but nice :-)) ). With regards, Pavel Troller

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Pavel Troller
Hi! > Am Donnerstag 22 Februar 2007 15:04 schrieb Pavel Troller: > > So I commented out the SetWindowPos() call in ..._SetupFullscreenWindow > > (on lines 1251&2 of the today's source) and... voilla, the game starts and > > runs perfectly. My son has verified i

Re: 0.9.31 not suitable for gaming

2007-02-22 Thread Pavel Troller
> > On 21/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > > > The last trace which appeared in the log is 2683, so > > >IWineD3DDevice_CreateAdditionalSwapChain() didn't return. I'm going bananas > > >from those names; where the hell this one g

Re: 0.9.31 not suitable for gaming

2007-02-21 Thread Pavel Troller
> On 21/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > > The last trace which appeared in the log is 2683, so > >IWineD3DDevice_CreateAdditionalSwapChain() didn't return. I'm going bananas > >from those names; where the hell this one grows :-) ? grep, as

Re: 0.9.31 not suitable for gaming

2007-02-21 Thread Pavel Troller
> On 21/02/07, Pavel Troller <[EMAIL PROTECTED]> wrote: > >I'm a bit confusd because I failed to find the code for > >D3DCB_CreateAdditionalSwapChain(), I found only its call in device.c and > >its > >definition in wined3d_interface.h. > That's D3

Re: 0.9.31 not suitable for gaming

2007-02-21 Thread Pavel Troller
> > You can do the following: > > -> Run the game in winedbg and see if it catches the execption and gives a > > backtrace and crash position > There is no such exception, at least winedbg doesn't catch any. Is a special > action (command etc.) Oops. Unfinished mail sent. I meant: Is a special ac

Re: 0.9.31 not suitable for gaming

2007-02-21 Thread Pavel Troller
t;1674\n"); (it's on line 1674) and this one was NOT reached. I'm a bit confusd because I failed to find the code for D3DCB_CreateAdditionalSwapChain(), I found only its call in device.c and its definition in wined3d_interface.h. So, what to do next ? With regards, Pavel Troller

Re: 0.9.31 not suitable for gaming

2007-02-20 Thread Pavel Troller
d it. Sending two traces: A bad one, and a good one made by wine just before the above commit. With regards, Pavel Troller > bos_traces.tar.bz2 Description: application/tar-bz2

Re: 0.9.31 not suitable for gaming

2007-02-20 Thread Pavel Troller
Hi! > Am Dienstag 20 Februar 2007 06:37 schrieb Pavel Troller: > > - Steam based games, mainly HL2: During game load, the screen goes black. > > Moving the cursor causes sound effects as it hovers across the menus and > > buttons, so the program runs, but nothing can be se

0.9.31 not suitable for gaming

2007-02-19 Thread Pavel Troller
alf between .29 and .30. I tried it with basic .31 as well as with today's git update. Are those regressions known and is it a work in progress, or should I make a bisecting session to find the problem ? With regards, Pavel Troller

Regression in comctl32

2007-02-14 Thread Pavel Troller
egards, Pavel Troller

Re: Another report of malware running on Wine

2007-01-29 Thread Pavel Troller
n it and it was unable to fire the formerly mentioned MSIE6 :-). Two unknown processes were permanently running by wine. After cleaning all this mess, normal wine operation has been fully restored. With regards, Pavel Troller

Re: Executing wine over make segfaults.

2006-11-07 Thread Pavel Troller
> > Please open a bug and discuss this problem via bugzilla, rather than on > wine-devel. > OK. Bug #6622 has been registered. Let's move our efforts to bugzilla. Regards, Pavel

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
123 es 0x7b 123 fs 0x33 51 gs 0x3b 59 (gdb) > > Ciao, Marcus > With regards, Pavel Troller

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
't know how to get better results now. Any hints available ? With regards, Pavel Troller

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
s in wine, for example by ordering executability for every memory allocation ? With regards, Pavel Troller

Re: Executing wine over make segfaults.

2006-11-06 Thread Pavel Troller
the same messages. 3) I'm using exec-shield patch, but I can disable it (for sure, tested by the pax testing suite) using a procfs entry. Even with exec-shield disabled the crash is still there, and in 2.6.17, even with exec-shield enabled, there is no crash. With regards, Pavel Troller

Re: Executing wine over make segfaults.

2006-11-05 Thread Pavel Troller
ity with its kernel (I'm using live kernel includes for and ). However, it works when transferred to another system running 2.6.17. I'm ready to perform some debugging; however, currently I don't know where to start. With regards, Pavel Troller

Re: wine segfaulting

2006-10-11 Thread Pavel Troller
Hi! > Marcus Meissner wrote: > >On Wed, Oct 11, 2006 at 11:32:47AM +0200, Markus Amsler wrote: > > > >>Hi, > >> > >>What kernel version/distro are you using? What about make test. > >> > >>I had similar strange behavior with 2.6.18 (debian/unstable > >>linux-image-2.6.18-1-686): wine segfaults i

wine segfaulting

2006-10-10 Thread Pavel Troller
use and solve the problem ? Many thanks in advance! With regards, Pavel Troller [pid 4583] <... gettimeofday resumed> {1160539521, 267044}, NULL) = 0 [pid 4583] read(21, "\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0 \0\1\0\0\0\0\0\0\0\0"..., 64) = 64 [pid 4583]

wine and serial port - again

2006-06-27 Thread Pavel Troller
gain to rewrite the values. *** USE AT YOUR OWN RISK *** Linux version by Pavel Troller - OK1XPT, <[EMAIL PROTECTED]> Serial port /dev/tts/0 successfully reconfigured. Read current data from EEPROM gives : DD BF [EMAIL PROTECTED]:~/ft817/Source$ Do you see ? The windows version doesn'

Re: wine problems on a 64bit system

2006-06-01 Thread Pavel Troller
not for the other ones, where it also should be ? Why this new page has not been worked-around ? With regards, Pavel Troller

Re: wine problems on a 64bit system

2006-06-01 Thread Pavel Troller
> Pavel Troller <[EMAIL PROTECTED]> writes: > > > But now I'm unsure, maybe we are on a false track. I just examined +relay > > output again and I've found that immediately after the No-exec message the > > program seems to continue normally. The problem (e

Re: wine problems on a 64bit system

2006-06-01 Thread Pavel Troller
attaching preceding cca 1500 lines of the log. With regards, Pavel Troller il2relay.bz2 Description: Binary data

Re: wine problems on a 64bit system

2006-05-31 Thread Pavel Troller
:-). wine has no problems with it. > I've been looking in to > this matter myself but its been slow going because I lack a 64bit > system here. Can you run a strace on a winelib process and send us the > results with both the SMP and non-smp kernels? Will do. With regards, Pavel Troller

wine problems on a 64bit system

2006-05-30 Thread Pavel Troller
a 64bit by 'echo 0 >/proc/sys/kernel/exec-shield' doesn't help. The 32bit works even with exec-shield enabled (and doesn't print the no-exec message). Are there chances to fix this issue ? Or is it a system problem ? With regards, Pavel Troller

Re: Compiling wine on an x86-64 system

2006-05-30 Thread Pavel Troller
istd.h hack first). The resulting wine is fully functional now. With regards, Pavel Troller

Compiling wine on an x86-64 system

2006-05-29 Thread Pavel Troller
Hi! I would like to ask for a help with wine compilation on an x86_64 system. Today I successfully did the compilation, but the result is totally unusable. I've supplied -m32 switch to both CFLAGS and LDFLAGS (I have to specify my own C/LDFLAGS because of custom -I/-L options to find various

Regression in wine made 2006/03/23

2006-03-26 Thread Pavel Troller
sible for this regression later in the evening today, or tomorrow. If anybody has an idea, what change could cause this, please let me know, it will be more easy for me. With regards, Pavel Troller

Dreamcom Kubik SMS crash

2006-01-21 Thread Pavel Troller
r worked in any version of wine yet, AFAIK. With regards, Pavel Troller

SJphone crashing

2006-01-15 Thread Pavel Troller
have access to real windows so I don't have any windows DLLs available. Would it be possible to fix wine's ones to make the program working ? With regards, Pavel Troller P.S. running CVS wine from 06/01/15 (yesterday). [EMAIL PROTECTED]:~/.wine/drive_c/Program Files/SJ

Re: Registry entries for serial ports not created

2006-01-01 Thread Pavel Troller
er their port configuration similarly as for disk drives. winecfg would create dosdevices links (or its equivalent) as well as those registry entries. With regards, Pavel Troller

Registry entries for serial ports not created

2006-01-01 Thread Pavel Troller
a "folder" called Serialcomm in Hardware\\Devicemap was unsuccessfull; I didn't find how to create a "folder" for keys, and using "Add key" menu entry I always got an error dialog saying "A subkey must be volatile". What does it mean ? With regards, Pavel Troller

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread Pavel Troller
'm maintaining and administering Unix systems from 1985, long before Linux was born, and I would never allow such a thing in my host table. But if the current distro maintainers are of another view, I will not do anything against it. It's just about Open Source freedom: I will remove that patch from wine for me, and that's it :-). With regards, Pavel Troller

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread Pavel Troller
> On 12/13/05, David Nolden <[EMAIL PROTECTED]> wrote: > > @Pavel Troller > > I've checkt the /etc/hosts now. You were right, it says > > > > 127.0.0.1 localhost.localdomain localhost Zwirch > > > > (With Zwirch the Name of this Com

Re: gethostbyname(my_name) and IL2-Sturmovik

2005-12-13 Thread Pavel Troller
> @Pavel Troller > I've checkt the /etc/hosts now. You were right, it says > > 127.0.0.1 localhost.localdomain localhost Zwirch > > (With Zwirch the Name of this Computer) > > But I can't just statically rewrite it, because I use DHCP. Also thi

Re: Repeat message - Why was the included patch rejected?

2005-11-21 Thread Pavel Troller
> This message never seemed to make it to the list so here is a resend > == > > > Bob Hi Bob! I remember Your message, even with an answer from Alexandre. Maybe You've missed them ? Now copying Alexandre's reply: --- copy begin --- > Any

Re: Fwd: Re: Fwd: MBR was destroyed

2005-11-20 Thread Pavel Troller
useful. However, I'm also voting for finding and solving this wine bug. With regards, Pavel Troller

Re: Could not determine operating system. Exiting.

2005-10-27 Thread Pavel Troller
dvapi for NT4.0 help ? I'm also answering one of the former questions: No, the program cannot be downloaded from anywhere; it's a part of commercial software which is bought together with an EWSD telephone exchange. Many thanks for Your support! With regards, Pavel Troller

Re: Could not determine operating system. Exiting.

2005-10-27 Thread Pavel Troller
y in the program). So what I need now, is an exact string, which NT4.0 put to the OS envvar. And I have a tip for wine improvement: maybe it would be good, that wine itself would set up such a variable according to the OS version it's emulating. With regards, Pavel Troller > > Thanks, > James Hawkins

Could not determine operating system. Exiting.

2005-10-27 Thread Pavel Troller
I've tried WINEDEBUG=+relay, found the place where the dialog was requested but I didn't find anything suspicious before. With regards, Pavel Troller

Strange problem with writing files from wine

2005-09-06 Thread Pavel Troller
/" [EMAIL PROTECTED]:/opt/samba-dir/Program Files/Microsoft Office/Office$ Why the hell wine is trying to access /dev/hdb1 ? Yes, my home directory is on it, but I think that such a form of access is not good :-). In my .wine/dosdevices, there is clearly a line lrwxrwxrwx 1 patrol users 12 Sep 7 06:50 f: -> /home/patrol Or am I misinterpreting the log and the failure is caused by something else ? Otherwise wine is working near to perfect now. With regards, Pavel Troller

Re: Possible regression in CVS wine

2005-09-04 Thread Pavel Troller
m runs now, and even better than before. We upgraded wine because some programs were not getting the keyboard and this problem now seems to be fixed. With regards, Pavel Troller

Possible regression in CVS wine

2005-09-04 Thread Pavel Troller
game can be freely downloaded from www.abandonia.com; just search "hind" in the title page. There is probably a dynamic download URL used so I'm not posting it there. With regards, Pavel Troller

Re: Wine-20050830 Compile error

2005-08-30 Thread Pavel Troller
here. BerElement is undefined in winldap_private.h. It's defined in winldap.h but trying to include both winldap.h and winldap_private.h leads to a lot of collisions. So I copied the definition of BerElement from winldap.h to winldap_private.h and it at least compiles :-). With regards, Pavel Troller

Re: CVS Problem

2005-08-27 Thread Pavel Troller
> On 8/27/05, Andrew Neil Ramage <[EMAIL PROTECTED]> wrote: > > Further to the below, I noticed the following message when downloading CVS. > > > > cvs update: Updating wine/windows/ttydrv > > cvs update: Updating wine/windows/x11drv > > Unknown host cvs.kde.org. wine update from cvs.kde.org ??? S

Re: Window geometry problem

2005-06-10 Thread Pavel Troller
this, can anybody determine a part of wine (dll or so), which is responsible for this ? Could I try it as native to see what would change ? Which regards, Pavel Troller

Re: Window geometry problem

2005-06-10 Thread Pavel Troller
this, can anybody determine a part of wine (dll or so), which is responsible for this ? Could I try it as native to see what would change ? Which regards, Pavel Troller

Window geometry problem

2005-06-08 Thread Pavel Troller
that it's not an easily resolvable problem with my setup etc., and also whether a similar (or the same) behaviour isn't already registered. With regards, Pavel Troller

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
7;s ? Or is there a reason to keep them in (and possibly cause problems) ? With regards, Pavel Troller

Re: CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
ata.o(.text+0x782):/usr/src/emul/wine/dlls/crypt32/tests/protectdata.c:167: more undefined references to `CryptUnprotectData' follow collect2: ld returned 1 exit status So, still no luck. With regards, Pavel Troller

CryptUnprotectData undeclared - cannot compile

2005-05-30 Thread Pavel Troller
pt32/tests/protectdata.c:167: more undefined references to `CryptUnprotectData' follow collect2: ld returned 1 exit status The same reported another user on the user's list, but nobody noticed it. It would be nice to fix this problem to be able to compile wine again. With regards, Pavel Troller

Reporting "Unknown EXE OS version" and a non-functioning program

2005-03-10 Thread Pavel Troller
g, so I'm just doing what it asked for :-). This is with a fresh wine CVS update, which reports itself as wine-20050310. With regards, Pavel Troller

Re: Poor performance when using Texas Instruments code generation tools in Wine

2005-02-22 Thread Pavel Troller
ing apps under wine ? For example, DC++ runs perfectly when started, but after 12 hours of operation the window updates, search and other program functions are so incredibly slow, that it's better to kill it and restart. With regards, Pavel Troller

Fwd: Re: [Wine]DC++ crashes with current CVS wine

2004-11-23 Thread Pavel Troller
dlls so it can help other apps too.. With regards, Pavel Troller - Forwarded message from Pavel Troller <[EMAIL PROTECTED]> - > Hi! > I have a problem, that DC++ client now crashes in wine. The problem is that > it > crashes using its own e