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
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-
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
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
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
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"
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
--
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
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
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
> >>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
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
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
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
> * 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
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
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
"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
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,
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
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
"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
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
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
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 (
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
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
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
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
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
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,
"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
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
33 matches
Mail list logo