Mike McCormack wrote:
Hi All,
I'd like to compile a list of all applications that don't work correctly
without native ole32 (aka dcom95), then go through and try fix them.
I think bugzilla is probably the right place to save the list, and that
alot of the information we're looking for is already
"Vincent Béron" <[EMAIL PROTECTED]> wrote:
> There are probably more pointer types missing from our wtypes.idl.
>
> Changelog:
> Add LPDWORD definition to wtypes.idl.
> --- include/wtypes.idl 8 Dec 2004 13:59:52 - 1.22
> +++ include/wtypes.idl 19 Feb 2005 00:41:55 -
> @@ -48,6 +48,8 @@ ty
Jonathan Ernst wrote:
Le vendredi 18 fÃvrier 2005 Ã 10:25 -0800, Scott Ritchie a Ãcrit :
version 20050211 needs to be added to the database. There's supposed to
be a script with each new version that does that alongside updating the
documentation - talk to Jeremy Newman about it.
The versions are
Alex Woods wrote:
On Fri, Feb 18, 2005 at 07:28:04PM -0500, Tom wrote:
There is a some what work around here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=47450
I know the best solution would be to fix the minimap but this might help
you to get further into th
Hi François,
I tried to use winemaker on an app, and I had the following notes about
it.
1) Some subdirs were not visited by winemaker, while some others were.
Should it visit all of them recursively? Does it stops if there are no
source file in a dir (but there are subdirs)? The last point looks
Hi, I've noticed, a wrong behavior in a simple program that has a grid
implementation.
Basically you can move around the grid with the direction keys. If you
press enter, the cell lets you enter text. (just as excel works.).
Also a mouse click on the cell does the same thing. The problem is th
I'm not sure if this is the right address, but you can certainly forward it to
the right person(s):
I'm using an analog modem, and as it is not easy to select the appropriate
cal-by-call provider, I tried to use web.de's SmartSurfer which works fine
with windows. But wine gives me only the choic
Haven't been able to use WINE for quite a while and have been getting
the error:
err:seh:EXC_DefaultHandling Unhandled exception code c13a flags 0
addr 0xe403
So I finally found a workaround, hopefully it can help someone else:
LD_ASSUME_KERNEL=2.4 setarch i386 -X wine
Hi Scott-
Ok, to be up front and honest I haven't used SCons at all yet, but if it
really is an honest to god replacement for autoconf, make, and friends
then I'm really excited.
.
.
.
What do you think? Are the SCons developers interested in helping us do
this? Do any of
On Fri, Feb 18, 2005 at 07:28:04PM -0500, Tom wrote:
> There is a some what work around here:
> http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=47450
> I know the best solution would be to fix the minimap but this might help
> you to get further into the game
> so y
Holly Bostick wrote:
What is the proper information to add to the appdb if the app runs under
Crossover but not Wine? Or should I not add the app at all at this time?
Hello Holly,
*I* would add the game to both databases there is a CX apps/game db here :
http://www.codeweavers.com/compatibility/
Alex Woods wrote:
On the OpenGL front, I too get scuppered by the minimap error. It looks
very promising otherwise though.
Hello Alex,
There is a some what work around here:
http://forums.worldofwarcraft.com/thread.aspx?fn=wow-interface-customization&t=47450
I know the best solution would be t
Le vendredi 18 fÃvrier 2005 Ã 10:25 -0800, Scott Ritchie a Ãcrit :
> Thanks for being so on the ball on these things. Which reminds me, I've
> got more bug reports :)
>
> Delete Version doesn't work (tells me I need to login),
fixed in a patch sent right after your first message (not committed y
Alexandre Julliard wrote:
ChangeSet ID: 16182
CVSROOT:/opt/cvs-commit
Module name:wine
Changes by: [EMAIL PROTECTED] 2005/02/18 14:13:01
Modified files:
dlls/shell32 : shell32.spec
Log message:
Hans Leidekker <[EMAIL PROTECTED]>
Mark exports -noname when
On Wed, Feb 16, 2005 at 06:42:28PM -0500, [EMAIL PROTECTED] wrote:
> Wow...it works! Kind of. First thing I'd like to point out is that
> your patch doesn't add the new stuff (d3dx9 and wineguid) to the
> configure script, only to the configure.ac. That caused a little
> problem for me since I d
On Fri, 2005-02-18 at 21:49 +0100, Holly Bostick wrote:
> Not wanting to deal with Winetools or Sidenet at the moment, I
> Having got it installed, I still needed to know what DLLs to override so
> that it would be used.
You normally use ole32,oleaut32,rpcrt4=n to use native DCOM. This is not
do
On Fri, Feb 18, 2005 at 02:21:27PM -0800, Juan Lang wrote:
> Alex wrote:
> > It all looks very promising until it patches itself up to version
> > 1.2.3, when it just crashes at startup.
>
> Does this patch help?
Yes, that fixes it up nicely, thank you. I'm off to see just how far I
can get now,
Alex wrote:
> It all looks very promising until it patches itself up to version
> 1.2.3, when it just crashes at startup.
Does this patch help?
Index: dlls/ntdll/nt.c
===
RCS file: /home/wine/wine/dlls/ntdll/nt.c,v
retrieving revisio
On Thu, Feb 17, 2005 at 10:50:46PM +0100, Paul van Schayck wrote:
> And the game runned in some kind of semi-managed mode. Not sure how to
> descripe it. Performance of the main screen actually looked better
> than cedega.
I've only seen the game load up to the account login stage, but I
think I m
On Thu, Feb 17, 2005 at 04:23:46PM +, Oliver Stieber wrote:
> If you would like me to work on something just ask. (I
> have to get a Job soon though, so my output will drop
> quite a bit!)
Well, I'd also like to see World of Warcraft working. I've been trying
to get the UK version to work. I
Mike Hearn wrote:
On Fri, 18 Feb 2005 17:33:35 +0100, Holly Bostick wrote:
B) The game itself runs 99.9% perfectly under Crossover (only the
Help/Rules are not available) but *does not run at all* under Wine
(well, the splash screen shows, but then the app crashes to desktop when
trying to open the
Alexandre Julliard wrote:
Hans Leidekker <[EMAIL PROTECTED]> writes:
Filip's patch was not quite right, these functions need to be exported
ordinal *only*, otherwise the resulting test binary won't link at runtime
on systems older than xp. With the patch below I am able to produce
binaries that r
Ah, it helps to attach the patch
On Friday 18 February 2005 18:34, Damian Dimmich wrote:
> Hi,
>
> Just made a little patch to the wine installer script which allows the user
> to specify a commandline flag to enable distcc support (using --distcc).
>
> This makes compiling loads faster if you
On Fri, 2005-02-18 at 16:57 +0100, Jonathan Ernst wrote:
> Le vendredi 18 février 2005 à 13:30 +0100, Udo Rader a écrit :
> > hi,
> >
> > I've just become the maintainer of an application
> > (http://appdb.winehq.org/appview.php?appId=2002) and tried to do
> > something meaningful with my new sta
On Fri, 18 Feb 2005 17:33:35 +0100, Holly Bostick wrote:
> B) The game itself runs 99.9% perfectly under Crossover (only the
> Help/Rules are not available) but *does not run at all* under Wine
> (well, the splash screen shows, but then the app crashes to desktop when
> trying to open the games sel
Joris Huizer <[EMAIL PROTECTED]> wrote:
>I'm looking at the dll/shell32/shlfileop.c file; the function
>SHFileOperationW is still huge but in order to split off sections (some
>are clear to see but difficult to seperate from the rest)
>I'd either have to use huge parameter lists, or put parts to
On Fri, 2005-02-18 at 17:26, Robert Shearman wrote:
> Paul Vriens wrote:
>
> > Hi,
> >
> >I copied over a stdole32.tlb, the error is still there. The two
> >(builtin/native) traces however show a difference:
> >
> >With builtin stdole32.tlb:
> >
> >000b:trace:ole:ITypeInfo_fnGetRefTypeInfo typeinf
Hi,
This application is not in the database, so I started testing prior to
adding it and (most likely) maintaining it.
Pretty Good Solitaire (PGS) is a Solitaire game compilation; the benefit
over native applications is the huge number of Solitaire variants
available (the current version has 610 So
Agreed. Can't we just delete
HKEY_CLASSES_ROOT/Software/Wine or move it to another name?
> >> In any case, at least from a technical point of view, going
> >> around such test ought to be fairly simple
> If the mere existence of this key makes the validation fail, what's
> to stop a virus fro
Paul Vriens wrote:
Hi,
I copied over a stdole32.tlb, the error is still there. The two
(builtin/native) traces however show a difference:
With builtin stdole32.tlb:
000b:trace:ole:ITypeInfo_fnGetRefTypeInfo typeinfo in imported typelib that isn't already loaded
000b:trace:ole:WINE_StringFromCLSID 0
Le vendredi 18 fÃvrier 2005 Ã 13:30 +0100, Udo Rader a Ãcrit :
> hi,
>
> I've just become the maintainer of an application
> (http://appdb.winehq.org/appview.php?appId=2002) and tried to do
> something meaningful with my new status but either I get "insufficient
> privileges" (eg. when trying to
Did some more experiments and the game is also playable! The issue regarding
the menu is that some font isn't showing up, the same problem appears in the
halflife2 console. After some fiddling I loaded a save game from the hl2
console and it loaded the game.
For a screenshot check http://roderi
Rolf Kalbermatter <[EMAIL PROTECTED]> writes:
> Thinking a little about this I think exporting the ordinals by name
> too is not a problem at all, as long as the import libraries which
> get generated from the .spec file or .def file import all APIs with
> a defined ordinal through their ordinal i
Alexandre Julliard <[EMAIL PROTECTED]> wrote:
>Hans Leidekker <[EMAIL PROTECTED]> writes:
>
>> Filip's patch was not quite right, these functions need to be
exported
>> ordinal *only*, otherwise the resulting test binary won't link at
>> runtime on systems older than xp. With the patch below I
Hi,
The past few weeks I have been experimenting a bit with Wine's d3d9. After new
updates appeared in cvs I tried games like halife2. Yesterday I tried (a
cracked) halflife2 and cstrike:source again using Oliver's latest d3d9 patch
and it now shows stuff! For shots check
http://roderick.stude
Hello,
I'm looking at the dll/shell32/shlfileop.c file; the function
SHFileOperationW is still huge but in order to split off sections (some
are clear to see but difficult to seperate from the rest)
I'd either have to use huge parameter lists, or put parts together in
structs (some vars are used
hi,
I've just become the maintainer of an application
(http://appdb.winehq.org/appview.php?appId=2002) and tried to do
something meaningful with my new status but either I get "insufficient
privileges" (eg. when trying to "add notes") or nothing useful happens.
I am also not able to post screensh
Shachar Shemesh wrote:
If the mere existence of this key makes the validation fail, what's to
stop a virus from simply adding this key as a way to stop legitimate
users from downloading the security fix for that same virus? If MS is
really doing what we think they may be doing here, I don't thin
Shachar Shemesh wrote:
> Mike Hearn wrote:
> If the mere existence of this key makes the validation fail, what's to
> stop a virus from simply adding this key as a way to stop legitimate
> users from downloading the security fix for that same virus?
Security fixes will be available for all users.
James Hawkins <[EMAIL PROTECTED]> writes:
> +ret = RegOpenKeyA(HKEY_CURRENT_USER, "Software\\Wine\\Test", &hkHandle);
> +hkPreserve = hkHandle;
> +ret = RegCloseKey(hkHandle);
> +ok(ret == ERROR_SUCCESS, "expected ERROR_SUCCESS, got %ld\n", ret);
> +ok(hkHandle == hkPreserve, "
Hans Leidekker <[EMAIL PROTECTED]> writes:
> Filip's patch was not quite right, these functions need to be exported
> ordinal *only*, otherwise the resulting test binary won't link at runtime
> on systems older than xp. With the patch below I am able to produce
> binaries that run on xp as well a
Andreas Eckstein wrote:
Good morning, wine devs!
When playing Icewind Dale II (using wine-20050111), the game sometimes
crashed with these messages:
trace:ddraw:Main_DirectDrawSurface_Lock lprect: 0x0-0x0
err:ddraw:Main_DirectDrawSurface_Lock Invalid values in LPRECT !!!
or, on another
42 matches
Mail list logo