Re: Numeric data problems on wine

2003-09-17 Thread Hengga
Sorry, I forgot that this list is not accept attachment files. So, I put the source and binary in: http://www.luckytex.com/hallo/hallo.zip and http://www.luckytex.com/hallo/native.zip They're in winzip format. Hallo.zip contains (hallo.exe, hallo.pbd, hallo.pbl) Native.zip contains native dll (libj

Winedbg not seeing 'orphaned' wine processes

2003-09-17 Thread Sylvain Petreolle
After doing a 'wineserver -k', some wine processes arent stopped. Using winedbg and doing a 'walk process' (which starts another wineserver) is currently unable to see the wine processes that were created before. [EMAIL PROTECTED] bin]$ ps -efl |grep wine 0 S syl 26355 1 0 75 0-

Re: resend - system tray support

2003-09-17 Thread ilmcuts
At 21:35 17.09.2003 +0900, Dmitry Timoshkov wrote: "Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > > Where did you find this one? Neither Wine nor win2k SP4 has an export > > with that name. > > Probably my fault. It must be a name I have come up. > > It is ordinal 188 on my win2k version 5.0, bu

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Dan Kegel
Mike Hearn wrote: I already have IE installed, so I didn't get the error you originally did. I hacked window.c to default to managed mode to get around X protocol errors, and that seemed to work OK, but unfortunately heap arena corruption later in the install caused it to deadlock. So, I think we'r

Re: Configuration parameters

2003-09-17 Thread Dimitrie O. Paun
On Wed, 17 Sep 2003, Eric Pouech wrote: > Dimitrie O. Paun wrote: > > Name Needed Dynamic PerApp Default value > > [Drive X] > > Path cfg yes no > > Type cfg yes no > > Label cfg yes no > > Serial cfg yes no > > Filesystem cfg yes no > > Device cfg yes no > I don't quite agree on the "yes" flag fo

Bug in the heap management code?

2003-09-17 Thread Michael Günnewig
Hallo. When I try to play "The Elder Scroll III: Tribunal" version 1.4.1313 german under wine I get a page fault after some time. The time span differs and so the calling point of the heap management but it always occurs in HEAP_CreateFreeBlock in line 415. Generating of a full "-debugmsg +heap"

Re: [DXT3] menu in Tribunal now vanishes (regression?)

2003-09-17 Thread Stephen Pedrosa Eilert
Weird... how come Morrowind have started "working" all of a sudden? It crashed for me. I wasn't aware of any patches affecting the problem I was having with it (the original version, but now I have the two expansions available). Time to retest and post my results. []'s Stephen Pedrosa Eilert --

Re: Configuration parameters

2003-09-17 Thread Eric Pouech
Dimitrie O. Paun wrote: Name Needed Dynamic PerApp Default value [Drive X] Path cfg yes no Type cfg yes no Label cfg yes no Serial cfg yes no Filesystem cfg yes no Device cfg yes no I don't quite agree on the "yes" flag for dynamicity. (Unless I don't understand the same thing as you do regarding

Re: winetest.exe no results

2003-09-17 Thread Eric Pouech
at line 121 c.X and c.Y are set to 0 and line so I would expect that the output should be at the TOP-RIGHT corner of the screen. 0,0 is TOP LEFT. 79,0 is TOP RIGHT. > However what I am seeing is that the ouput for this is showing up at the TOP-LEFT (less 3) corner of the screen. if you mean here

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Mike Hearn
On Wed, 2003-09-17 at 19:21, Rok Mandeljc wrote: > I had this problem with InstallShield, but it seems to work if you run > it with -dll ole32,oleaut32,rpcrt4=n Well yes, it's a bug in our OLE implementation. The question is, where? BTW, are you registered on a keyserver anywhere? There's not muc

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Rok Mandeljc
> >>I then tried --debugmsg +reg to see what it was sensing, but > >>then the familiar old race condition reared its ugly head: > >>"Error Number: 0x80040706 > >>Description: Object reference not set > >>Setup will now terminate" > > > > > > This is normally generated by InstallShield... why do y

Re: Configuration parameters

2003-09-17 Thread Mike Hearn
On Wed, 2003-09-17 at 20:30, Lionel Ulmer wrote: > > * UseDGA > > This will be useful the day the DGA driver will have been fixed. Also the > day we will use DGA mouse to have nice relative mouse grabbing :-) Yeah, sure, that's why I wanted it in the registry. It's broke. When it is fixed, we can

Re: FAQ: How much ram do I need #2

2003-09-17 Thread Alexandre Julliard
Tom <[EMAIL PROTECTED]> writes: > Andreas suggested that 128 is the minimum memory requirements for wine > to work in a useable fashion. So I will leave the content of this entry > in place and just change the 256 to 128. I haven't really seen any evidence that Wine memory requirements have sudde

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Mike Hearn
Hi Dan, I already have IE installed, so I didn't get the error you originally did. I hacked window.c to default to managed mode to get around X protocol errors, and that seemed to work OK, but unfortunately heap arena corruption later in the install caused it to deadlock. So, I think we're some wa

Re: Configuration parameters

2003-09-17 Thread Lionel Ulmer
> * UseDGA This will be useful the day the DGA driver will have been fixed. Also the day we will use DGA mouse to have nice relative mouse grabbing :-) > * DesktopDoubleBuffered (not sure about this one) Well, I think we should put this as True as default. At least, I never heard any report of i

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Dan Kegel
Mike Hearn wrote: On Wed, 2003-09-17 at 08:22, Dan Kegel wrote: I then tried --debugmsg +reg to see what it was sensing, but then the familiar old race condition reared its ugly head: "Error Number: 0x80040706 Description: Object reference not set Setup will now terminate" This is normally gener

Patch to fix build without optimization

2003-09-17 Thread Pavel Roskin
Hello! Before I send it to wine-patches I'd like developers to look at it because it's an important issue and I'm not 100% sure that it's the best fix. I'm trying to compile CVS with without optimization and it fails: make[1]: Entering directory `/usr/local/src/wine/miscemu' gcc -o wine -Wl,--se

Re: [DXT3] menu in Tribunal now vanishes (regression?)

2003-09-17 Thread Michael Günnewig
"Ann and Jason Edmeades" <[EMAIL PROTECTED]> writes: >>The patches themself seem to be okay only that the new if-statement in >>IDirect3D8Impl_CheckDeviceFormat should be #ifdef >>GL_EXT_texture_compression_s3tc because if it's not defined we don't >>have the support as you can see in IDirect3DSur

More DOS regressions due to instruction emulation changes

2003-09-17 Thread Jukka Heinonen
In addition to breaking protected mode programs, instruction emulation changes have also broken many real mode programs. Instruction emulation code was previously used to emulate not only protected mode instructions but also some real mode instructions. For example, ioport instructions (inb,outb,

Re: Configuration parameters

2003-09-17 Thread Huw D M Davies
On Wed, Sep 17, 2003 at 08:34:59AM -0400, Dimitrie O. Paun wrote: > On September 17, 2003 08:25 am, Huw D M Davies wrote: > > > * Spooler - isn't CUPS meant to take care of that? > > > > It does if the system has cups. It's still needed for non-cups > > printers though. > > Right, but can we leav

Re: Configuration parameters

2003-09-17 Thread Mike Hearn
Cool! Just a few things - there are some settings marked as being for winecfg that I don't think we really should have there. In particular: * UseDGA * GraphicsDriver * ShellLinker * DesktopDoubleBuffered (not sure about this one) * Fonts/fontdirs - after Huw merges his crossover patches these sh

Re: resend - system tray support

2003-09-17 Thread Dmitry Timoshkov
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > > Where did you find this one? Neither Wine nor win2k SP4 has an export > > with that name. > > Probably my fault. It must be a name I have come up. > > It is ordinal 188 on my win2k version 5.0, build 3315, shell32.dll. > > And Wine currently do

Re: Configuration parameters

2003-09-17 Thread Dimitrie O. Paun
On September 17, 2003 08:25 am, Huw D M Davies wrote: > > * Spooler - isn't CUPS meant to take care of that? > > It does if the system has cups. It's still needed for non-cups > printers though. Right, but can we leave the non-cups to regedit? How common are cups systems, and most importantly, wh

A useful resource for all windows API trivia

2003-09-17 Thread Mike Hearn
http://blogs.gotdotnet.com/raymondc/ That guy did a lot of work on the Windows APIs, in particular in the GUI and shell areas. He routinely posts interesting, and often funny, accounts of why things in Windows are as they are, as well as occasional links to internal docs on the semantics of partic

Re: Configuration parameters

2003-09-17 Thread Dimitrie O. Paun
On September 17, 2003 07:40 am, Mike Hearn wrote: > Cool! > > Just a few things - there are some settings marked as being for winecfg > that I don't think we really should have there. In particular: > > * UseDGA I thought this is interesting for games. But have you figured when we use this thing (

Re: Configuration parameters

2003-09-17 Thread Huw D M Davies
On Wed, Sep 17, 2003 at 12:40:20PM +0100, Mike Hearn wrote: > Cool! > > Just a few things - there are some settings marked as being for winecfg > that I don't think we really should have there. In particular: > > * Fonts/fontdirs - after Huw merges his crossover patches these should > become auto

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Mike Hearn
On Wed, 2003-09-17 at 08:22, Dan Kegel wrote: > I then tried --debugmsg +reg to see what it was sensing, but > then the familiar old race condition reared its ugly head: > "Error Number: 0x80040706 > Description: Object reference not set > Setup will now terminate" This is normally generated by In

RE: resend - system tray support

2003-09-17 Thread Rolf Kalbermatter
Dmitry Timoshkov [mailto:[EMAIL PROTECTED] wrote: > "Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > > > I may be wrong here but have you looked at the SHRegisterShellDDE() > > function in shell32.dll (W2K)? This function certainly > registers a PROGMAN DDE > > service and a lot more! > > Where

API DB scripts available - help wanted populating the apps table

2003-09-17 Thread Dave Miller
I have placed all of the scripts used in creating the API DB at http://24.229.94.2 in a .tar.gz available here: http://24.229.94.2/winedb.tar.gz in case anyone is interested. Yes, they are ugly. I'll gladly accept any improvements or ideas. :) One of the scripts (dump_app_imports) dumps the

Re: Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Shachar Shemesh
Dan Kegel wrote: My church is setting up a technology committee to decide what to do in the face of recent (possibly virus-related) problems they've been having. Naturally, Linux and Wine come to mind. The one app they run that I know of no Linux equivalent for is called ChurchWindows (from http

Re: Numeric data problems on wine

2003-09-17 Thread Shachar Shemesh
Hengga wrote: Hi..., It's my first experience with wine. I got wine installed on my computer. It runs Xandros Desktop 1.0 based on Debian distro. I am about to run my applications created on windows platform. The applications created by Sybase Power Builder 7.0. When I run the applications,

Re: resend - system tray support

2003-09-17 Thread Dmitry Timoshkov
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > I may be wrong here but have you looked at the SHRegisterShellDDE() > function in shell32.dll (W2K)? This function certainly registers a PROGMAN DDE > service and a lot more! Where did you find this one? Neither Wine nor win2k SP4 has an export wit

Trying to install ChurchWindows, but it requires IE4?

2003-09-17 Thread Dan Kegel
My church is setting up a technology committee to decide what to do in the face of recent (possibly virus-related) problems they've been having. Naturally, Linux and Wine come to mind. The one app they run that I know of no Linux equivalent for is called ChurchWindows (from http://churchwindows.c