Hi,
After running listdlls,
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\SystemRoo
t\system32\smss.exe' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\SystemRoo
t\system32\smss.exe' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\??\C:\Rea
ctOS\system32\csrss.exe' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\??\C:\Rea
ctOS\system32\csrss.exe' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\SystemRoo
t\system32\winlogon.exe' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of '\SystemRoo
t\system32\winlogon.exe' (Status c0000135)
Unhandled exception
ExceptionCode: c0000005
Faulting Address: 978333
Address: 7c9253d8 C:\ReactOS\system32\ntdll.dll
CS:EIP 1b:7c9253d8
DS 23 ES 23 FS 3b GS 0
EAX: 00978333 EBX: 00866b00 ECX: 00000004
EDX: 00007473 EBP: 0052d904 ESI: 77a49064 ESP: 0052d8fc
EDI: 00978333 EFLAGS: 00010202
Frames:
77a40000+17db C:\ReactOS\system32\VERSION.dll
77a40000+181d C:\ReactOS\system32\VERSION.dll
400000+115d D:\rosbackup\tools\listdlls.EXE
I tried "listdlls > dumpdata", and it did not work. Only touch the file w/o
any data, just 0 bytes in file size. It quits at winlogon.exe at pid 156.
svn info
Path: .
URL: svn://svn.reactos.com/trunk/reactos
Repository UUID:
Revision: 19072
Node Kind: directory
Schedule: normal
Last Changed Author: ion
Last Changed Rev: 19072
Last Changed Date: 2005-11-08 22:54:39 +0000 (Tue, 08 Nov 2005)
Properties Last Updated: 2005-10-01 16:19:41 +0000 (Sat, 01 Oct 2005)
Thanks,
James
Do you guys actually try to compile the release
versions of ReactOS? Version 0.2.8-REL doesn't
compile:
1. Need to "copy lib/msafd/msafd.h lib/msafd/include",
otherwise you get:
[CC] lib/msafd/misc/dllmain.c
lib/msafd/misc/dllmain.c:13:19: msafd.h: No such file
or directory
2. Need to comment out "-Werror", otherwise thousands
of these warnings become errors:
In file included from include/ndk/kefuncs.h:13,
from include/ndk/ntndk.h:31,
from hal/hal/hal.c:15:
include/ndk/ketypes.h:295: warning: redefinition of
`PKINTERRUPT'
w32api/include/ddk/winddk.h:205: warning:
`PKINTERRUPT' previously declared hereIn file included
from include/ndk/cmtypes.h:15,
from include/ndk/extypes.h:19,
from include/ndk/pstypes.h:17,
from include/ndk/psfuncs.h:13,
from include/ndk/ntndk.h:34,
from hal/hal/hal.c:15:
include/ndk/iotypes.h:562: warning: redefinition of
`PIO_TIMER'
w32api/include/ddk/winddk.h:201: warning: `PIO_TIMER'
previously declared here
3. Doesn't link under Linux, binutils 2.14.90, it
needs to be severely hacked to link, and then crashes
when booted.
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
> -----Original Message-----
> From: Damjan Jovanovic [mailto:dj015@yahoo.com]
> Sent: 09 November 2005 13:39
> To: ReactOS Development List
> Subject: RE: [ros-dev] ReactOS compilation errors (fixed)
>
> --- Ge van Geldorp <gvg(a)reactos.org> wrote:
>
> > > From: Damjan Jovanovic
> > >
> > > Do you guys actually try to compile the release
> > versions of
> > > ReactOS? Version 0.2.8-REL doesn't compile
> >
> > No, we just do some magic chants and poof, the .iso
> > appears.
>
> Then how come I am getting the errors I described and
> you're not? I built it with the standard build
> environment.
More than likely your build environment is wrong.
>
> > > 3. Doesn't link under Linux, binutils 2.14.90, it
> > needs to be
> > > severely hacked to link, and then crashes when
> > booted.
> >
> > 2.14.90 is seriously old and contains some bugs
> > which prevent ReactOS from
> > building correctly.
>
> Why isn't that documented anywhere?
http://www.reactos.org/wiki/index.php/HOWTO/setup_a_build_environment_for_Li
nux
States you should use the mingw x-compile script, which uses binutils
2.15.91 (although this does need updating)
http://www.reactos.org/wiki/index.php/HOWTO/setup_a_build_environment_for_Wi
ndows
States the files you need for the full build environment, including binutils
2.15.94
(although I personally prefer 2.16.91)
>
> > I'm using MinGW binutils 2.15.94
> > and MinGW gcc 3.4.2 on
> > Linux, works without a hitch.
> >
> > Gé van Geldorp.
> >
Once you have your build environment set up correctly, you'll find ReactOS
builds well.
It's not very often the build is broken, and when it is, it's quickly fixed.
Ged.
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Eerrmm, scratch that.
I've just noticed that the ws2_32 code is already in the branch ........ and
I'm currently doing a little dance at my desk !!!
<homer voice> Woo Hoo!! </homer voice>
-----Original Message-----
From: Murphy, Ged (Bolton)
Sent: 09 November 2005 11:47
To: 'ros-dev(a)reactos.org'
Subject: RE: [ros-svn] [ion] 19090: User-Mode Networking Rewrite for 0.2.9
Cool, will the winsock code be in this branch anytime soon?
-----Original Message-----
From: ion(a)svn.reactos.com [mailto:ion@svn.reactos.com]
Sent: 09 November 2005 05:07
To: ros-svn(a)reactos.com
Subject: [ros-svn] [ion] 19090: User-Mode Networking Rewrite for 0.2.9
User-Mode Networking Rewrite for 0.2.9
Added files:
branches/alex-network-branch/
_______________________________________________
Ros-svn mailing list
Ros-svn(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-svn
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Cool, will the winsock code be in this branch anytime soon?
-----Original Message-----
From: ion(a)svn.reactos.com [mailto:ion@svn.reactos.com]
Sent: 09 November 2005 05:07
To: ros-svn(a)reactos.com
Subject: [ros-svn] [ion] 19090: User-Mode Networking Rewrite for 0.2.9
User-Mode Networking Rewrite for 0.2.9
Added files:
branches/alex-network-branch/
_______________________________________________
Ros-svn mailing list
Ros-svn(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-svn
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
The vote on the constitution is now closed. The results are:
Yes, make the constitution official 15
No, don't make the constitution official 0
Further discussion 1
This means the constitution is now accepted, effective immediately.
Casper
You might not be doing anything wrong with regard to ipconfig.
There are a couple of issues with our ipconfig in ROS at the moment.
I haven't been able to look at it recently as I haven't been able to boot
ROS.
Now as this is fixed, I'll find some time to have a look at it.
-----Original Message-----
From: Richard Campbell [mailto:eek2121@comcast.net]
Sent: 09 November 2005 05:31
To: ReactOS Development List
Subject: [ros-dev] VMWare 5.0 Networking issues...
Currently when i try to use networking with VMWare 5.0 i notice the
adapter (which doesn't seem to have a name in IPConfig) has a loopback
address (127.0.0.1) but no other address. Trying to renew results in a
function not supported message. If i try to set a static IP then
ipconfig fails with a GetAdapterInfo() error. I cannot figure out what
i am doing wrong, i tried both the WinNT and win2k drivers. Any idea as
to how to get networking running with VMWare 5?
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Currently when i try to use networking with VMWare 5.0 i notice the
adapter (which doesn't seem to have a name in IPConfig) has a loopback
address (127.0.0.1) but no other address. Trying to renew results in a
function not supported message. If i try to set a static IP then
ipconfig fails with a GetAdapterInfo() error. I cannot figure out what
i am doing wrong, i tried both the WinNT and win2k drivers. Any idea as
to how to get networking running with VMWare 5?
> From: ion(a)svn.reactos.com
>
> - Update KTHREAD and KUSER_SHARED_DATA to latest versions.
> This should make 2K3 drivers (eg: npfs.sys) work with their
> inlined KeEnterCriticalRegion/KeLeaveCriticalRegion and ASSERTS.
> - Update KAPC and DISPATCHER_HEADER to latest DDK definitions.
This change seems to break networking in VMware.
Gé van Geldorp.