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/
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
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
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
>
>
>
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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):
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
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
> > 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
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
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
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
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
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
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
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
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
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
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
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
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:
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:
I've ported M$ Calc using winelib.
Is this program needed for wine?
--
Linux forever
pgpxYWp9IWSlR.pgp
Description: PGP signature
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
-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
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/
> >>> [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
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
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
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
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
> 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
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
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
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
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
"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
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
> 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?
52 matches
Mail list logo