ion(a)svn.reactos.com wrote:
> - Major Win32k Header Cleanup: Add ntgdi.h based on latest Platform SDK Public header. It contains the official definitions for NtGdi APIs.
> - Added ntgdityps.h for structures needed to use the header (which were sadly not publically shipped).
> - Removed internal win32k header data from public headers and put it to internal win32k headers.
> - Fixed ntuser.h STDCALL->WINAPI.
> - Added ntgdihdl.h for shared GDI Handle information between gdi32/win32k
> - Added ntusrtyp.h for some shared NtUser types.
> - Added ntgdibad.h which contains all non-compatible NtGdi prototypes, along with a detailed comment for each, and information on how to fix it. I had a 20 000+ line patch fixing all these issues, but it contained many bugs and I scrapped it in place for this approach, which while dirtier at first, simplifies the number of changes needed so that others can work on it as well.
> - Fixed some gdi32/win32k/user32 header issues.
>
>
This change breaks running ros on qemu and real hardware. I don't see a
mouse cursor after the gui is started. If I move the mouse, ros does
crash. If I don't move the mouse, ros starts up to the first device
install dialog. After this ros terminates itself and does switch off the
computer.
- Hartmut
(ntoskrnl\mm\mm.c:317) Address: 87dcf974
Unhandled exception
ExceptionCode: c0000005
Faulting Address: 87dcf974
Address: 77e9238b C:\ReactOS\system32\user32.dll
CS:EIP 1b:77e9238b
DS 23 ES 23 FS 3b GS 0
EAX: 87dcf974 EBX: 0144fdec ECX: 0144ffb4
EDX: f000ff53 EBP: 0144fb6c ESI: 00000000 ESP: 0144fb24
EDI: 00000000 EFLAGS: 00000246
Frames:
77e50000+2f461 C:\ReactOS\system32\user32.dll
77e50000+2fdf6 C:\ReactOS\system32\user32.dll
77e50000+31fb6 C:\ReactOS\system32\user32.dll
10000000+72cf C:\ReactOS\system32\win32csr.dll
77e50000+52657 C:\ReactOS\system32\user32.dll
77e50000+53a52 C:\ReactOS\system32\user32.dll
7c900000+a15b C:\ReactOS\system32\ntdll.dll
10000000+764e C:\ReactOS\system32\win32csr.dll
7c800000+2fe1d C:\ReactOS\system32\kernel32.dll
(./subsys/win32k/ntuser/window.c:581) thread cleanup: while destroy
wnds, wnd=0x870d11a4
(subsys\win32k\main\dllmain.c:281) thread clean: remove reference obj
0x870d11a4
(subsys\win32k\main\dllmain.c:281) thread clean: remove reference obj
0x870d11a4
KeBugCheckWithTf at ntoskrnl\ke\i386\exp.c:1242
A problem has been detected and ReactOS has been shut down to prevent
damage to your computer.
The problem seems to be caused by the following file: win32k.sys
Technical information:
*** STOP: 0x0000001E (0xc0000005,0x9da2ba1f,0x00000000,0xfffffff4)
*** win32k.sys - Address 0x9da2ba1f base at 0x9d99b000, DateStamp 0x0
Page Fault Exception: 14(0)
Processor: 0 CS:EIP 8:9da2ba1f <win32k.sys:90a1f
(./subsys/win32k/ntuser/msgqueue.c:271 (co_MsqTranslateMouseMessage))>
cr2 fffffff4 cr3 f58c000 Proc: 80ac2050 Pid: 7c <csrss.exe> Thrd:
80c6d220 Tid: b4
DS 23 ES 23 FS 30 GS 0
EAX: fffffff4 EBX: 80c6d5f8 ECX: 00000000
EDX: 9da883d0 EBP: 9e194a8c ESI: 0164fe24 ESP: 9e1949f0
EDI: 9e194d64 EFLAGS: 00000297 kESP 9e1949f0 kernel stack base 9e192000
Frames:
<win32k.sys:9170b (./subsys/win32k/ntuser/msgqueue.c:621
(co_MsqPeekHardwareMessage))>
<win32k.sys:92bfa (./subsys/win32k/ntuser/msgqueue.c:1259
(co_MsqFindMessage))>
<win32k.sys:88626 (./subsys/win32k/ntuser/message.c:731
(co_IntPeekMessage))>
<win32k.sys:890a3 (./subsys/win32k/ntuser/message.c:941
(co_IntWaitMessage))>
<win32k.sys:893d2 (./subsys/win32k/ntuser/message.c:1051
(NtUserGetMessage))>
<ntoskrnl.exe:9a8ea (ntoskrnl\ke\i386\syscall.S:372 (KiSystemService))>
<user32.dll:52bd3 (lib/user32/windows/message.c:1166 (GetMessageW))>
>From the way ROS tends to hamng up when running CPU-intense processes,
I'm starting to suspect ROS is in fact not pre-emptively multitasking.
And this seems to have gotten worse from 0.2.8 to 0.2.9. Any thoughts?
/nitro2k01
--
The blog of nitro2k01: <http://soundandcomplete.blogspot.com/>
Saliga äro de som kan stava till 2k01!
hpoussin(a)svn.reactos.com wrote:
> Replace implementation of QueryServiceConfigW by a stub (like in pre-20255), as rpcrt4 throws sometimes an exception and breaks PnP manager
>
>
LOL!
That was no surprise! Sounds like Wine need to fix their broken code.
I had a patch but I'm still ban from sending email to wine-patch! So~
rm * the patch!
James
Hi,
I am pleased to announce that with Ge's patch to fix Exception
handling and Brandon and Thomas's work on the pagefile it is now
possible to install Office 2000 on the trunk. You will get quite a few
errrors at the end of the install due to missing dlls from MDAC/ADO
that Office2000 expects a Windows 2000 system to ship with, which we
of course do not have stubbed at this time. Thanks to Eric Kohls work
on services msiexec is mostly happy installing Office2000 if started
from the command line like the following
msiexec /i data1.msi
There is still issues with setup.exe properly working althogh I think
this is more due to version numbers we report.
We are still unable to run Office applications at this time due to
unhandled exceptions which look like they are due to COM errors as
well as some problems due to the amount of memory we are reporting.
Both Winword and Access display message boxes saying that there is not
enough memory to run the application. Also even if we do get those
issues fixed we are currently blocked by the registry instablity.
--
Steven Edwards - ReactOS and Wine developer
"There is one thing stronger than all the armies in the world, and
that is an idea whose time has come." - Victor Hugo
ReactOS on LinuxTag 2006
From 3. till 6. May 2006 over 15000 guests will visit the LinuxTag in
Wiesbaden (Germany).
They provide free stands on the expo for open source projects.
I think ReactOS could be there too. Wiesbaden is not far from where I
live and if some of
the developers are interrested we could talk about making a stand.
Best Regards,
dom
I have found some problems running Allegro programs in ReactOS. When I
have tested it they started up and the mouse moves the upper right hand
corner of the screen and ReactOS apparently hangs. I'm curious why is
this happening; although, I think it is possibly some bugs (or bug) that
is causing it, or it is caused by an unimplemented feature. It is most
like located in the DirectX and OpenGL components. This realtes to bug
1112.
Merry Christmas!! :D
On 12/24/05, ros-dev-request(a)reactos.org <ros-dev-request(a)reactos.org> wrote:
> Send Ros-dev mailing list submissions to
> ros-dev(a)reactos.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.reactos.org/mailman/listinfo/ros-dev
> or, via email, send a message with subject or body 'help' to
> ros-dev-request(a)reactos.org
>
> You can reach the person managing the list at
> ros-dev-owner(a)reactos.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Ros-dev digest..."
>
>
> Today's Topics:
>
> 1. Merry Christmas! (Filip Navara)
> 2. Re: Merry Christmas! (Rick Langschultz)
> 3. Re: Merry Christmas! (James Tabor)
> 4. Re: Merry Christmas! (Jerry)
> 5. Re: Merry Christmas! (Sebastian Gasiorek)
> 6. Re: Merry Christmas! (TwoTailedFox)
> 7. Merry Christmas (Magnus Olsen)
> 8. Re: Merry Christmas! (David Hinz)
> 9. Re: Merry Christmas! (Jonathon Keogh)
> 10. Re: PC offered with ReactOS preinstalled? (wac)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 24 Dec 2005 22:36:45 +0100
> From: Filip Navara <xnavara(a)volny.cz>
> Subject: [ros-dev] Merry Christmas!
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Message-ID: <43ADBF6D.9020206(a)volny.cz>
> Content-Type: text/plain; charset=ISO-8859-2; format=flowed
>
> Hi all,
>
> I thought we can't break the tradion, so ... Merry Christmas and Happy
> New Year! :-)
>
> - Filip
>
>
> ------------------------------
>
> Message: 2
> Date: Sat, 24 Dec 2005 15:58:11 -0600
> From: Rick Langschultz <rlangschultz(a)cox.net>
> Subject: Re: [ros-dev] Merry Christmas!
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Message-ID: <4912B7CF-9876-438A-A7D5-8F0E37ACAEFE(a)cox.net>
> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
>
> Merry Christmas Filip ;-) and Happy New Year
> On Dec 24, 2005, at 3:36 PM, Filip Navara wrote:
>
> > Hi all,
> >
> > I thought we can't break the tradion, so ... Merry Christmas and
> > Happy New Year! :-)
> >
> > - Filip
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
>
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 24 Dec 2005 22:07:21 +0000
> From: James Tabor <jimtabor(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
> Subject: Re: [ros-dev] Merry Christmas!
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Message-ID:
> <43ADC699.5020803(a)adsl-64-217-116-74.dsl.hstntx.swbell.net>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
> Filip Navara wrote:
> > Hi all,
> >
> > I thought we can't break the tradion, so ... Merry Christmas and Happy
> > New Year! :-)
> >
> > - Filip
> Yeah! Merry Christmas!
> 8^D
> James
>
>
> ------------------------------
>
> Message: 4
> Date: Sat, 24 Dec 2005 16:07:34 -0600
> From: Jerry <crashfourit(a)gmail.com>
> Subject: Re: [ros-dev] Merry Christmas!
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Message-ID: <43ADC6A6.1040503(a)gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Merry Christmas, Rick, Filip and all those who will read this.
> Rick Langschultz wrote:
>
> > Merry Christmas Filip ;-) and Happy New Year
> > On Dec 24, 2005, at 3:36 PM, Filip Navara wrote:
> >
> >> Hi all,
> >>
> >> I thought we can't break the tradion, so ... Merry Christmas and
> >> Happy New Year! :-)
> >>
> >> - Filip
> >> _______________________________________________
> >> Ros-dev mailing list
> >> Ros-dev(a)reactos.org
> >> http://www.reactos.org/mailman/listinfo/ros-dev
> >
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>
>
>
> ------------------------------
>
> Message: 5
> Date: Sat, 24 Dec 2005 23:12:23 +0100
> From: Sebastian Gasiorek <zebasoftis(a)gmail.com>
> Subject: Re: [ros-dev] Merry Christmas!
> To: ReactOS Development List <ros-dev(a)reactos.org>
> Message-ID: <77c53c6f0512241412m1644d008n(a)mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Merry Christmas
> and
> Happy New Year to everybody :-)
>
>
> 2005/12/24, Rick Langschultz <rlangschultz(a)cox.net>:
> >
> > Merry Christmas Filip ;-) and Happy New Year
> > On Dec 24, 2005, at 3:36 PM, Filip Navara wrote:
> >
> > > Hi all,
> > >
> > > I thought we can't break the tradion, so ... Merry Christmas and
> > > Happy New Year! :-)
> > >
> > > - Filip
> > > _______________________________________________
> > > Ros-dev mailing list
> > > Ros-dev(a)reactos.org
> > > http://www.reactos.org/mailman/listinfo/ros-dev
> >
> > _______________________________________________
> > Ros-dev mailing list
> > Ros-dev(a)reactos.org
> > http://www.reactos.org/mailman/listinfo/ros-dev
> >
>