Error Message and Office 2000

2008-12-01 Thread [EMAIL PROTECTED]
Hi, I'm in Southern California. I did a search for the event when my Office 2000 Professional gave me an error message. It won't setup. The event was 1000 and the fault address is the same as a read out of your computer that you posted online. http://www.winehq.org/pipermail/wine-devel/2003-July/

Re: [Wine] Re: Windows Kernel & Executive implementation

2008-02-27 Thread [EMAIL PROTECTED]
On Wed, Feb 27, 2008 at 8:26 AM, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Mittwoch, 27. Februar 2008 01:52:32 schrieb [EMAIL PROTECTED]: > > > With regard to the other things in this thread, if the sysInternals > > group at Microsoft is willing to share the

Re: [Wine] Re: Windows Kernel & Executive implementation

2008-02-26 Thread [EMAIL PROTECTED]
On Sat, Feb 23, 2008 at 2:00 AM, Steven Edwards <[EMAIL PROTECTED]> wrote: > On Fri, Feb 22, 2008 at 7:00 PM, Volodymyr Shcherbyna > <[EMAIL PROTECTED]> wrote: > > I am not sure that ReacOS is a good example. Quite a big amount of code in > > ReactOS contain

Re: [10/10] WineD3D: Implement blits from the active render target to swapchains

2007-12-18 Thread &lt;[EMAIL PROTECTED]>
Hi, this patch caused some rendering issues to NFS PRO STREET too. Mirek Slugen Stefan Dösinger napsal(a): > Am Montag, 17. Dezember 2007 21:04:46 schrieb Stefan Dösinger: > Do not apply this patch yet, it has some problems > > >

handle unimplemented function stubs

2007-12-03 Thread [EMAIL PROTECTED]
Hello all, I'm a Windows software developer and I'm trying to execute an application under the wine environment. Now I have a problem introduced with wine 0.9.49. I use the function RegOverridePredefKey from the advapi32.dll. To be compatible with older windows versions, I use the following code

Re: WineD3D patch submission

2007-09-22 Thread &lt;[EMAIL PROTECTED]>
I tried this patch, everything works like before, can't find any regression in apps like ET: QW, Oblivion, all nvidia D3D SDK tests, 3DMarks and others. Titan Quest looks beter, but there are still some issues in menu, game is not working because of gdi32.dll functionality. I create patch for a

Re: Making the wiki FAQ live

2007-06-23 Thread [EMAIL PROTECTED]
On 6/21/07, Ben Hodgetts (Enverex) <[EMAIL PROTECTED]> wrote: I've done some heavy modifications and additions to the Wiki FAQ and it's now the "YOU MUST READ THIS NOW!" document pointed to by the #winehq IRC channel so I agree. It's also impossible to edit the ol

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread [EMAIL PROTECTED]
On 5/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: > Reading the Ubuntu forums, I've noticed quite a few reports from users > complaining about Wine deadlocking their system - keyboard unresponsive, > with no s

Re: Alarming number of users getting hardlocks with Wine

2007-05-25 Thread [EMAIL PROTECTED]
On 5/24/07, Scott Ritchie <[EMAIL PROTECTED]> wrote: Reading the Ubuntu forums, I've noticed quite a few reports from users complaining about Wine deadlocking their system - keyboard unresponsive, with no solution but to restart the entire computer. I've had the keyboard

Re: Install fail on 64bit syst Q

2007-05-14 Thread [EMAIL PROTECTED]
configure:2404: checking for C compiler default output file name configure:2431: gcc -m32conftest.c >&5 /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -lc /usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc /usr/bin/ld: skipping inc

Re: Internet explorer not detected

2007-05-11 Thread [EMAIL PROTECTED]
On 5/11/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 5/11/07, Louis Lenders <[EMAIL PROTECTED]> wrote: > Hi, i tried help this dude on IRC channel getting an application to run called > MegaSpoof. Even after creating fake registry key it kept complaining about > miss

Re: [PATCH 3/3] winex11: Use TINN algorithm to speed up colour lookups. (try 2)

2007-05-09 Thread [EMAIL PROTECTED]
But I'm open to any ideas you may have as to how we could avoid using floats, yet not run into the overflow situations so easily. We could probably use division somewhere but I don't think that's actually any better performance-wise. It is, when implemented via bit-shifts (very cheap). I know w

Re: Resend 1/4 NtCreateMailslotFile tests

2007-02-18 Thread [EMAIL PROTECTED]
On 2/17/07, Eric Pouech <[EMAIL PROTECTED]> wrote: Jeff L a écrit : > Eric Pouech wrote: >> Jeff Latimer a écrit : >>> Establish the framework for testing NtCreateMailslotFile. Have >>> fixed issues with NTSTATUS return codes etc. >> those tests belong t

Re: 1/4 NtCreateMailslotFile tests

2007-02-18 Thread [EMAIL PROTECTED]
> Microsoft > appears to be pushing people away from NtClose. I'd suggest you to find a reason why. That particular documentation happens to be part of the API released under court order. They didn't want to give it out to begin with, and they don't want people using it now. Perhaps someone s

Re: -ansi, -pedantic warnings and errors on

2007-02-18 Thread [EMAIL PROTECTED]
On 2/18/07, Robert Shearman <[EMAIL PROTECTED]> wrote: Joris Huizer wrote: > Though the keyword "inline" implies the code should get inlined, and > if it shouldn't, the implementation copy should be removed from the > unicode.h file No, it's a hint to the co

Re: DIB Engine, some summarization

2007-02-15 Thread [EMAIL PROTECTED]
On 2/12/07, Daniel Remenak <[EMAIL PROTECTED]> wrote: On 2/12/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Montag 12 Februar 2007 19:54 schrieb Daniel Remenak: > > On 2/11/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: > > > What about the case where

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-14 Thread [EMAIL PROTECTED]
On 2/12/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 2/12/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > You advocated that wine aim for working exactly like Windows, no less > and no more, rather than deviating in user-configurable ways to > enhance the use

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-12 Thread [EMAIL PROTECTED]
On 2/12/07, James Hawkins <[EMAIL PROTECTED]> wrote: On 2/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 2/11/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > Hi everybody, > > > > Thanks for your suggestions. I just posted a new patch on wine-p

Re: wineboot: Start items in StartUp folder on boot, includes security measures.

2007-02-11 Thread [EMAIL PROTECTED]
On 2/11/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: Hi everybody, Thanks for your suggestions. I just posted a new patch on wine-patches where I tried to incorporate these and now it does the following (in addition to my previous patch which just started items in the StartUp folder):

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread [EMAIL PROTECTED]
On 2/10/07, Jacob Alberty <[EMAIL PROTECTED]> wrote: Why not integrate this functionality into wineboot? That way if a user wants to completely deny the start-up folder they can just not add wineboot to the list of programs to be started on login, but if they want that functionality th

Re: wineboot: Start items in StartUp folder on boot.

2007-02-10 Thread [EMAIL PROTECTED]
On 2/10/07, David Lichterman <[EMAIL PROTECTED]> wrote: Stefan Dösinger wrote: > Am Samstag 10 Februar 2007 05:20 schrieb Vitaliy Margolen: >> Misha Koshelev wrote: >>> Hi, >>> >>> As you all may have noticed, I have been making quite a few patches

Re: winegcc: sign-compare fixes

2007-02-08 Thread [EMAIL PROTECTED]
> > memmove(&arr->base[i], &arr->base[i + 1], > (arr->size - i - 1) * > > sizeof(arr->base[0])); > > arr->size--; > > } > > If the element size could be greater than one byte, > the multiplication > here should be checked for overflow (actually, this > is more necessary > when the array is crea

Re: winedump: sign-compare fixes

2007-02-07 Thread [EMAIL PROTECTED]
On 2/7/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote: "Joris Huizer" <[EMAIL PROTECTED]> wrote: > -static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER* hdr, int str_idx) > +static const MINIDUMP_DIRECTORY* get_mdmp_dir(const MINIDUMP_HEADER* h

Re: winegcc: sign-compare fixes

2007-02-07 Thread [EMAIL PROTECTED]
On 2/7/07, Joris Huizer <[EMAIL PROTECTED]> wrote: I believe this one causes problems -- please do not commit yet Joris Huizer <[EMAIL PROTECTED]> wrote: Need Mail bonding? Go to the Yahoo! Mail Q&A for great tips from Yahoo! Ans

Re: It's that time again - time to start thinking about WineConf 2007!

2007-02-05 Thread [EMAIL PROTECTED]
On 2/5/07, John Smith <[EMAIL PROTECTED]> wrote: Yeah, I can no longer find them on MSDN. Laying the blame on MS all I can say is "nice!". On 2/5/07, Tom Wickline <[EMAIL PROTECTED]> wrote: > On 2/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > &g

Re: It's that time again - time to start thinking about WineConf 2007!

2007-02-05 Thread [EMAIL PROTECTED]
On 2/5/07, Kai Blin <[EMAIL PROTECTED]> wrote: On Monday 05 February 2007 23:26, Jeremy White wrote: > So we can ask, once again: when will 1.0 ship!?!?! [...] > p.s. I think Wine will go 1.0 in the same year that is the > year of Linux on the Desktop . Oooh, can we make &quo

Re: OpenGL in child windows

2007-01-11 Thread [EMAIL PROTECTED]
I have to ask, is there a reason each thread uses its own display connection (which are all different from gdi_display), and leaves the window data to only be available from the thread the window was created in? Besides the aforementioned problem with the GL context, I'd imagine it would be proble

winhlp32 implementation

2006-10-24 Thread [EMAIL PROTECTED]
Hi, all! I intend to implement winhlp32 utility looks like native one (font size changing, GID and CNT files support, etc...). Please, share your opinion, has this idea any sense, or *.hlp died long ago and only few persons need it? Inspired by bug http://bugs.winehq.org/show_bug.cgi?id=5926

Re: wine notepad.exe: Segmentation fault

2006-08-01 Thread [EMAIL PROTECTED]
Molle Bestefich wrote: Been running 0.9.15 for a while without problems. Since a week ago (or so) when I updated to HEAD, all I get from Wine is this: wine-git # notepad Segmentation fault Nuking ~/.wine doesn't help: Just to confirm, I get the same problem, "segmentation fault" when run

Continuum patch

2006-07-20 Thread [EMAIL PROTECTED]
Hi, There is a patch in the AppDB entry for the game Continuum. (sorry I don't have AppDB playing nice with DNS here yet so no link.) What needs to be done to have this considered? Regards, -jan

Re: wine autorun utility

2006-06-29 Thread [EMAIL PROTECTED]
William Knop wrote: On Jun 29, 2006, at 8:59 PM, Vitaliy Margolen wrote: Thursday, June 29, 2006, 12:02:38 PM, William Knop wrote: Having the ability to autorun cds is most definitely not a misfeature. Of course it's not. It's the perfect means of distributing trojans, backdoors, rootkits an

Re: WoW broken for wine 0.9.16 Nvidia cards

2006-06-26 Thread [EMAIL PROTECTED]
Nick wrote: Hi, Just a quick question, WoW ( World of Warcraft ) was broken (for Nvidia cards) with there latest software update. Is anybody working on fixing Wow (with Nvidia Cards) ( working fine with ATI ). I just wondered if there was an opengl guru working on fixing this broken appl

WoW broken for wine 0.9.16 Nvidia cards

2006-06-26 Thread [EMAIL PROTECTED]
Hi, Just a quick question, WoW ( World of Warcraft ) was broken (for Nvidia cards) with there latest software update. Is anybody working on fixing Wow (with Nvidia Cards) ( working fine with ATI ). I just wondered if there was an opengl guru working on fixing this broken application ?. Or w

Adobe Photoshop

2005-05-01 Thread [EMAIL PROTECTED]
When I´ve installed Abobe Photoshop CS2 it was closed without any error Logs: fixme:msi:MsiGetProductInfoA "{236BB7C4-4419-42FD-0409-1E257A25E34D}" "PackageCode" 0x406fdbc8 0x406fdc38 fixme:msi:MsiGetProductInfoW L"{236BB7C4-4419-42FD-0409-1E257A25E34D}" L"PackageCode" 0x403e3f38 0x406fdc38 err:

Adobe Photoshop

2005-05-01 Thread [EMAIL PROTECTED]
When I´ve installed Abobe Photoshop CS2 it was closed without any error Logs: fixme:msi:MsiGetProductInfoA "{236BB7C4-4419-42FD-0409-1E257A25E34D}" "PackageCode" 0x406fdbc8 0x406fdc38 fixme:msi:MsiGetProductInfoW L"{236BB7C4-4419-42FD-0409-1E257A25E34D}" L"PackageCode" 0x403e3f38 0x406fdc38 err:

Calc

2005-04-17 Thread [EMAIL PROTECTED]
I've ported M$ Calc using winelib. Is this program needed for wine? -- Linux forever pgpxYWp9IWSlR.pgp Description: PGP signature

Jumbo Mail - fireworks

2004-12-31 Thread [EMAIL PROTECTED]
Ciao, questa è una Jumbo Mail, che [EMAIL PROTECTED] ti ha inviato per condividere con te * video.zip (119256515 byte) e questo messaggio: Greetings and Happy New Year from the Sorrento Peninsular. I've

Stack blowout in _w95_dump_dke

2004-07-11 Thread by way of Troy Rollo &lt;[EMAIL PROTECTED]>
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 _w95_dump_dke has code in it that processes sibling keys in the registry recursively. This results in a stack blowout for large registries (in my case in the Software\CLASSES key). It's trivial to stop the stack blowing out by changing this not to be

probs w/ make and make install

2004-05-10 Thread [EMAIL PROTECTED]
cd `dirname dlls/__install-lib__` && make install-lib rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a cd `dirname advapi32/

Re: Fix toolbar get style

2004-04-30 Thread [EMAIL PROTECTED]
> >>> [EMAIL PROTECTED] 04/29/04 22:59 PM >>> > > When a toolbar receives a TB_GETSTYLE message with wParam=0, the > > application expects to get the toolbar style and not the first button > > style. This patch fixes eMule 0.42e, now the toolbar is v

Wine bug with MFC/C++?

2004-04-25 Thread [EMAIL PROTECTED]
It appears that Wine cannot use tmpfs... so far my testing only works using swap :o( which I do have enabled at home and it crashes. At work I have a 500MB swap space and the same exact program does not crash there. It's not convenient for me to run swap at home, so does anyone know a fix for t

Wine-20040408 Results (so far) for MFC App

2004-04-12 Thread [EMAIL PROTECTED]
Now it works very nicely... I spent Easter debugging most of the crashes I was having due to the GUI menus (even in winders), from variables not freed, etc and now I cannot get it to crash...yet. I'm using MSVC6 for all the development under VMware 4.5.1. The GUI code is completely MFC with 16

Can't load/print with a 16 bit app, wine 20040408

2004-04-12 Thread [EMAIL PROTECTED]
I can't load a 16 bit app...The problem is correlated to the printing system: i get an "run-time Error 482: Printer Error". These are the logs: Log WINEDEBUG="warn+all" . warn:dosfs:DOSFS_FindUnixName L"test\\WINEPS16.dll" not found in '/home/franzo/. wine/dosdevices/e:' warn:file:CreateFileW

Wine-20040408 Compile Bug

2004-04-09 Thread [EMAIL PROTECTED]
Had a problem compiling this latest version on my Dell Latitude laptop... here is the exact make error; gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -DBINDIR="\"/usr/local/bin\"" -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasin

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread [EMAIL PROTECTED]
> integration. Ideally, we will have a GTK theme and a QT theme > that just calls the respective toolkit's theming code, so a > Wine app will look native both in GNOME and in KDE. I 100% agree > that native integration is paramount, and this is why we will > have it. This sounds very good. Maybe

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-01 Thread [EMAIL PROTECTED]
cky if you can get answers. But thanks to all the helpful people here, maybe it will grow. Shaun On Thu, 1 Apr 2004 17:39:14 -0500 (EST), "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote : > > You ask: > > > I am willing to re-write my best Windows software from scratc

MFC app compile problems with AFX

2004-04-01 Thread [EMAIL PROTECTED]
Since I was told the winlib docs are out of date, I'll try posting this problem. winemaker --interactive seems to have worked and converted the 'winders' source .cpp and .h files and made the backups fine. It only created one file; Makefile When I type 'make' it produced a bunch of afx errors

Winelib Test Drive problem

2004-03-31 Thread [EMAIL PROTECTED]
Hi, I'm starting to use the latest winelib (wine-20040309 release) to try eventually compiling an windows MFC app I wrote. Before attempting this however, I'm following all directions in the winelib user guide, but the Test Drive fails and so it tells me to post to this mailing list. I named m

Wineps.drv not a fully windows compliant printer driver?

2004-02-01 Thread [EMAIL PROTECTED]
1 week ago, i posted a msg (subject: 16bit app calls wineps.drv, but wine has wineps.dll) in the ml reporting a run-time error 482: Printer Error with a 16 bit app. Weel, that report is not rappresentative of the problem, it seems more complicated than i tought. At MSDN, i found: Printer error (E

Re: 16bit app calls wineps.drv, but wine has wineps.dll (missing alias?)

2004-01-29 Thread [EMAIL PROTECTED]
"Alexandre Julliard" <[EMAIL PROTECTED]> writes: > > > Ok, but the cups autoconfiguration set "wineps" in win.ini, and it seems > > impossible to ovveride this settings... Maybe a synlinks wineps.drv.so --> > > wineps16.drv.so in /etc/lib/win

16bit app calls wineps.drv, but wine has wineps.dll (missing alias?)

2004-01-26 Thread [EMAIL PROTECTED]
I have a 16 bit app that have a older printer initialization mechanism: it loads the printer driver reading its name from win.ini,adding ".DRV" to it. This is a problem, cause the builtin postscript driver is called wineps.dll in wine, and the apps quits with the VB Error (482 run-time error: Print

Re: Running Wine under MS SFU under Wine ... ?

2003-12-15 Thread [EMAIL PROTECTED]
> My real point is - SFU is yet another set of windows > programs we can use to test wine, may as well grab a > copy while they're 'free'. SFU3 contains also the POSIX personality for NT/2k. Does Wine run native NT apps yet?