Re: [msvcrt] properly align struct _stati64's st_size

2007-02-03 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: Does the approach used in winbase.h in declaration of WIN32_STREAM_ID to align the Size field help? That should fix this particular struct but __int64 is used elsewhere inside and outside of Wine, so maybe the typedef for __int64 itself should get th

Re: [msvcrt] properly align struct _stati64's st_size

2007-02-03 Thread Francois Gouget
On Sat, 3 Feb 2007, Damjan Jovanovic wrote: [...] > * Added padding so that struct _stati64's st_size has an offset of 24 > bytes from the beginning of the struct like it should. Does the st_size field get the right offset when using Wine's header with the Windows compiler? -- Francois Gouget <

Re: [msvcrt] properly align struct _stati64's st_size

2007-02-03 Thread Hans Leidekker
On Saturday 03 February 2007 18:25:05 Hans Leidekker wrote: > inside and outside of Wine, so maybe the typedef for __int64 itself > should get the alignment attribute? To answer my own question: __int64 is not a typedef when compiling with GCC, but a preprocessor define. This way it is possible t

Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-03 Thread Detlef Riekenberg
On Sa, 2007-02-03 at 01:33 -0800, Scott Ritchie wrote: > I'll change the link to a page on our wiki with the same info and > resend. Please remove the tips for libxxf86dga from http://wiki.winehq.org/UbuntuAMD64 winex11.drv dropped DGA Support at the end of July 2006 Thanks -- By by ...

Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-03 Thread Scott Ritchie
On Sat, 2007-02-03 at 21:52 +0100, Detlef Riekenberg wrote: > On Sa, 2007-02-03 at 01:33 -0800, Scott Ritchie wrote: > > > > > > > > And as a Note on https://wiki.ubuntu.com/I386WineInAmd64 and > > > > https://help.ubuntu.com/community/WineForAMD64 > > > > > > > > The provided automatic installat

Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-03 Thread Detlef Riekenberg
On Sa, 2007-02-03 at 01:33 -0800, Scott Ritchie wrote: > > > > > > And as a Note on https://wiki.ubuntu.com/I386WineInAmd64 and > > > https://help.ubuntu.com/community/WineForAMD64 > > > > > > The provided automatic installation script includes the sidenet-script. > > > Please include a BIG WARNI

Re: Getting Fallout 2 to work well

2007-02-03 Thread Stefan Dösinger
Am Samstag 03 Februar 2007 12:20 schrieb Mirek: > Sorry, my mistake :) How can I download wine from your tree? Yes, your > latest patches from 26.1.2007 fixed this regression, great work! "In my tree" == Those patches :-) > Mirek > > Stefan Dösinger napsal(a): > > Am Freitag 02 Februar 2007 17:15

Re: [msvcrt] properly align struct _stati64's st_size

2007-02-03 Thread Hans Leidekker
On Saturday 03 February 2007 16:15:11 Dmitry Timoshkov wrote: > Does the approach used in winbase.h in declaration of WIN32_STREAM_ID to > align the Size field help? That should fix this particular struct but __int64 is used elsewhere inside and outside of Wine, so maybe the typedef for __int64 i

Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-03 Thread Vitaliy Margolen
Scott Ritchie wrote: > On Sat, 2007-02-03 at 00:06 -0700, Vitaliy Margolen wrote: >> Detlef Riekenberg wrote: >>> On Di, 2007-01-30 at 01:09 -0800, Scott Ritchie wrote: + +While there is currently no Wine package explicitly designed for the 64-bit version +of Ubuntu, there are

Re: [msvcrt] properly align struct _stati64's st_size

2007-02-03 Thread Dmitry Timoshkov
"Damjan Jovanovic" <[EMAIL PROTECTED]> wrote: In wine's struct _stati64, st_size has an offset of 20 bytes from the beginning of the struct, unlike mingw's and Window's 24. This breaks Java 1.4.x pretty badly, it dies on startup complaining about a truncated class file (#2953). Using #include a

Re: Getting Fallout 2 to work well

2007-02-03 Thread Mirek
Sorry, my mistake :) How can I download wine from your tree? Yes, your latest patches from 26.1.2007 fixed this regression, great work! Mirek Stefan Dösinger napsal(a): Am Freitag 02 Februar 2007 17:15 schrieb Mirek: Getting Fallout 2 to work well Hi, for me Flatout 2 works perfect with lates

Re: Getting Fallout 2 to work well

2007-02-03 Thread Stefan Dösinger
Am Freitag 02 Februar 2007 17:15 schrieb Mirek: > Getting Fallout 2 to work well > Hi, for me Flatout 2 works perfect with latest CVS wine and some Stefan > patches from 26.1.2007 Not the same game. Fallout 2 is an old ddraw game, Flatout 2 is a Direct3D9 game afaik. Did you do a regression test

Re: [lostwages] Update download-deb page with better information, error fixes

2007-02-03 Thread Scott Ritchie
On Sat, 2007-02-03 at 00:06 -0700, Vitaliy Margolen wrote: > Detlef Riekenberg wrote: > > On Di, 2007-01-30 at 01:09 -0800, Scott Ritchie wrote: > >> + > >> +While there is currently no Wine package explicitly designed for > >> the 64-bit version > >> +of Ubuntu, there are several hacks that can b