cwittich(a)svn.reactos.com wrote:
> added UpdateDriverForPlugAndPlayDevicesA (untested)
It leaks memory in some error cases. Also, ERROR_GEN_FAILURE doesn't
look like the correct error code, although i might be wrong. Maybe it'd
be ok if the buffers are on the stack, that would save memory allocations.
- Thomas
~1700 lines to add a check? In the future, please do reformatting in its own patch without semantic changes. This patch would
require an hour or more to review if anyone dared to do it and even if someone did, that person would have be superhuman to be able
to keep track of that many lines of information.
The risk of introducing a bug is higher with some types of operations than others. Formatting is a relatively safe operation while
semantic changes to complex code is a highly risky operation. This means that reviewing a formatting patch is not as important as
reviewing a patch with semantic changes to complex code (and thus it doesn't hurt so much if a formatting change is large). When
mixing safe and unsafe operations, the overall risk of a introducing a bug in a given patch is the same as if the changes were
spread over several patches. However, the risk of the individual patch is equal to risk of the most risky operation in the patch. So
if a 1 line highly risky change is hidden in a 1700 line otherwise safe patch, then the overall risk for the whole patch is highly
risky.
It may not seem important to have only a few bugs in releases now. We can always use the excuse that ReactOS is alpha software.
However, if we ever want to have an 1.x release which is more than a toy-OS, then we have to learn to build better software. And I
would prefer that we learn it before 1 day before the deadline for 1.0.0 since that might give us some years to get really good at
it. I've written several school papers the night before the deadline, and they were never any good ;-( Another side effect of
starting early is that some might even be able to use ReactOS before 1.0.0.
Casper
I used Depends.exe and examined gdi32.dll. I found out that at least there functions are missing in the gdi32.dll api status at svn.reactos.com:
AnimatePalette
Arc
ArcTo
BitBlt
cGetTTFFromFOT
CombineRgn
CombineTransform
CreateBitmap
CreateBitmapIndirect
CreateCompatibleBitmap
CreateCompatibleDC
CreateDiscardableBitmap
CreateEllipticRgn
CreateEllipticRgnIndirect
CreateHalftonePalette
CreateHatchBrush
CreatePalette
CreatePatternBrush
CreatePen
CreatePenIndirect
CreatePolygonRgn
CreatePolyPolygonRgn
CreateRectRgn
CreateRectRgnIndirect
CreateRoundRectRgn
CreateSolidBrush
DdEntry0
DdEntry1
DdEntry10
---------------------------------
Gesendet von Yahoo! Mail - Jetzt mit 1GB kostenlosem Speicher
> > It's been 7 days since the TC position was put up for
> discussion, thus
> > I have created the poll for voting to commence.
> > _http://www.reactos.org/forum/viewtopic.php?t=1140_
> >
> > Anyone wanna take a bet on the outcome ;)
> >
> I think the only bet that could be placed would be on whether
> it's going
> to be unanimous :P
That's what I was referring too, and I know what my money would be on ;)
************************************************************************
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
It's been 7 days since the TC position was put up for discussion, thus I
have created the poll for voting to commence.
http://www.reactos.org/forum/viewtopic.php?t=1140
<http://www.reactos.org/forum/viewtopic.php?t=1140>
Anyone wanna take a bet on the outcome ;)
************************************************************************
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
Hi, all
Just went through this file, and fixed parts of the Shutdown messages,
so they actually look right. (Like replacing "i'm" with "I'm", and
"signal" to "signals", for example). No changes to the important
code.
I do have one question, though. How does it tell the difference
between whether or not to include one line, or two, in the quote at
shutdown? A few extend to two (One even, to four)
- TwoTailedFox
--
"I had a handle on life, but then it broke"
Also, just 2 things i noticed:
1) int -> INT and void -> VOID
2) the name of the function should be the first word on the line per our
unspoken formatting.
Brandon
ReactOS.Bugzilla(a)reactos.org wrote:
>http://www.reactos.org/bugzilla/show_bug.cgi?id=986
>
>
>
>
>
>------- Additional Comments From w3seek(a)reactos.com 2005-11-14 16:21 CET -------
>If you happen to use TortoiseSVN, there's an option 'Create Patch' in the menu,
>otherwise see help for svn diff. Anyway, here are the things I'd like you to fix
>before I'm going to commit it to svn:
>
>- add missing definitions to cfgmgr32.h if missing (instead of defining it in
>the .c file)
>- please don't mix tchar and unicode-only stuff like here (just use unicode
>stuff in there): wsprintf( resData, TEXT("%s %s"), resData, textData);
>- the code lacks a lot important failure case checks, making it unpredictable
>when a single function call fails
>
>This may sound like a lot, I'm just trying to preserve a certain level of
>quality ;) We already have more than enough code that needs a serious overhaul
>or even rewrite.
>
>
>
Reuben Perelman wrote:
> With the activity of reactos, you'd be crazy to use anything older than an
hour.
I'm not sure about that. I'm using 0.2.8 for testing at the moment, HEAD is
too broken .... Heh ;)
************************************************************************
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
Understanding and Replacing Microsoft Exchange
by Tom Adelstein
http://www.linuxjournal.com/article/6368
I've downloaded it in connection with something entirely different (shades of
Monty Python! ;) and discoverred this article.
So, we've got some network functionality already, we've got a NetBEUI in the
form of Sambs-NG, we've got most of the specialized stuff already out there.
We've just got to get it all fitting together. (famous last words ;)
Wesley Parish
--
Clinersterton beademung, with all of love - RIP James Blish
-----
Mau e ki, he aha te mea nui?
You ask, what is the most important thing?
Maku e ki, he tangata, he tangata, he tangata.
I reply, it is people, it is people, it is people.
What happens in a situation where a project position is up for a vote, and
only one candidate puts there name forward?
Do we just state a unanimous decision, or to try and keep some kind of
option do we do something like:
[] Yes, I want <person> to be <position>
[] No, I don't want <person> to be <position>
There is nothing in the wiki for this situation.
************************************************************************
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
Sebastian Gasiorek wrote:
> Is there any possibility to get svn write access? I would like to work
> with devmgr and control panel applets. Writing bug reports for every
> patch doesn't make me happy. :-)
Using bugzilla is the preferred method, but if you don't like using bugzilla
to submit patches, come into IRC, speak to the devs and get your code
committed directly through them. (if they aren't too busy)
It isn't difficult to get commit access, but you must prove your worth by
submitting code for a while first. You can then ask to be recommended for
commit access.
************************************************************************
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
You can't realistically expect things like slide show presentations and
flyers to be done in ASCII format.
-----Original Message-----
From: Reuben Perelman [mailto:reub2000@earthlink.net]
Sent: 14 November 2005 09:21
To: ReactOS Development List
Subject: Re: [ros-dev] Microsoft Office files in the trunk
"svn diff" can't handle binary files as good as text files.
Casper Hornstrup wrote:
Subversion handles binary files just as good as text files.
-----Original Message-----
From: ros-dev-bounces(a)reactos.org [mailto:ros-dev-bounces@reactos.org] On
Behalf Of Reuben Perelman
Sent: 14. november 2005 04:32
To: ReactOS Development List
Subject: Re: [ros-dev] Microsoft Office files in the trunk
Why use a binary format? Shouldn't you be using ascii formats in a
subversion repository.
Mike Swanson wrote:
In the branch of press-media, there are two documents currently. An MS
Word and MS PowerPoint document.
I'm calling for SVN committers for _no more_ MS Office documents. They
are a proprietary format, of which not all the features are currently
known. I recommend instead the use of OASIS OpenDocument. Not only
does it save much space, but it also does not contain any secrets in
which need to be reverse engineered to discover.
Real life example:
I opened the MS Word flyer into AbiWord, and saw strange boxes. I
wondered what they could be, so I loaded very-large OpenOffice.org.
They are images! Not only that, but the formatting was drastically
different in OOo compared to AbiWord. However, in OOo, it did look a
lot more jumbled than the image-less AbiWord interpretation. Without a
copy of Microsoft Office, I am unable to determine how the documents
really should look.
I am able to open the PowerPoint file in OpenOffice.org too, but as
it's the only presentation software I have, I can't tell to see if
there's any other interpretation differences between free presentation
programs (assuming they support PPT . . . )
OpenDocument isn't just some crazy format that a couple of programs
support, either. Two complete office suits which support it are
OpenOffice.org and KOffice. Two examples of individual applications
supporting it are AbiWord and Gnumeric. By far, these are not the only
programs which support it, the number is in the dozens. It's an
XML-based format (easy to implement), compressed with Info-ZIP's
DEFLATE.
Really, Microsoft is the only developer that refuses to use this open
file format. They claim that "it doesn't support all the features of
Office", but even that shouldn't stop them (weather it's true or not),
after all, they use _far_ more limiting formats like plain text or
CSV.
Please, for the good of the project, use the free OpenDocument format.
If not for the reason of being open or free, but simply for the fact
that it ensures that everybody will be able to view such documents (no
need to buy any pricey office suites here!).
--
Mike
_______________________________________________
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
_______________________________________________
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
In the branch of press-media, there are two documents currently. An MS
Word and MS PowerPoint document.
I'm calling for SVN committers for _no more_ MS Office documents. They
are a proprietary format, of which not all the features are currently
known. I recommend instead the use of OASIS OpenDocument. Not only
does it save much space, but it also does not contain any secrets in
which need to be reverse engineered to discover.
Real life example:
I opened the MS Word flyer into AbiWord, and saw strange boxes. I
wondered what they could be, so I loaded very-large OpenOffice.org.
They are images! Not only that, but the formatting was drastically
different in OOo compared to AbiWord. However, in OOo, it did look a
lot more jumbled than the image-less AbiWord interpretation. Without a
copy of Microsoft Office, I am unable to determine how the documents
really should look.
I am able to open the PowerPoint file in OpenOffice.org too, but as
it's the only presentation software I have, I can't tell to see if
there's any other interpretation differences between free presentation
programs (assuming they support PPT . . . )
OpenDocument isn't just some crazy format that a couple of programs
support, either. Two complete office suits which support it are
OpenOffice.org and KOffice. Two examples of individual applications
supporting it are AbiWord and Gnumeric. By far, these are not the only
programs which support it, the number is in the dozens. It's an
XML-based format (easy to implement), compressed with Info-ZIP's
DEFLATE.
Really, Microsoft is the only developer that refuses to use this open
file format. They claim that "it doesn't support all the features of
Office", but even that shouldn't stop them (weather it's true or not),
after all, they use _far_ more limiting formats like plain text or
CSV.
Please, for the good of the project, use the free OpenDocument format.
If not for the reason of being open or free, but simply for the fact
that it ensures that everybody will be able to view such documents (no
need to buy any pricey office suites here!).
--
Mike
Hi Guys,
I'm a little lost and in need for some suggestions. I am implementing the
device creation for Direct3D but cannot seem to figure out what microsoft
wants for NtGdiD3dContextCreate. My plan is to get d3d9.dll to work with
Microsoft's gdi32 and win32k and then later make it work by maybe filling in
some gaps in the ROS implementation of gdi32 and win32k.
Anyways, does anybody know where the hSurfColor handle comes from. The
documentation says it is a handle to a DD_SURFACE_LOCAL structure however.
My experiments have shown that win32k expects some specific handle, but I
don't know where it could get it from. (Apimon shows that
NtGdiCreateSurfaceObject hasn't been called so it can't be a handle returned
by that call.)
Any suggestions on this are welcome as I have been stuck on this for the
last week now ...
Jurgen (hoping to get D3D device creation to work before christmas ...)
What is it waiting for? Maybe an event is more appropriate?
Casper
_____
From: ros-diffs-bounces(a)reactos.org [mailto:ros-diffs-bounces@reactos.org] On Behalf Of hbirr(a)svn.reactos.com
Sent: 13. november 2005 18:32
To: ros-diffs(a)reactos.com
Subject: [ros-diffs] [hbirr] 19209: Shutdown the process manager beforeshutdown the registry.
Shutdown the process manager before shutdown the registry.
Running processes may have opened a registry handle.
Modified: trunk/reactos/ntoskrnl/ex/power.c
_____
Modified: trunk/reactos/ntoskrnl/ex/power.c
--- trunk/reactos/ntoskrnl/ex/power.c 2005-11-13 17:28:24 UTC (rev 19208)
+++ trunk/reactos/ntoskrnl/ex/power.c 2005-11-13 17:32:01 UTC (rev 19209)
@@ -148,15 +148,16 @@
sizeof(PCH))]);
}
+ PiShutdownProcessManager();
+ Waittime.QuadPart = (LONGLONG)-10000000; /* 1sec */
+ KeDelayExecutionThread(KernelMode, FALSE, &Waittime);
+
CmShutdownRegistry();
IoShutdownRegisteredFileSystems();
IoShutdownRegisteredDevices();
- PiShutdownProcessManager();
MiShutdownMemoryManager();
- Waittime.QuadPart = (LONGLONG)-10000000; /* 1sec */
- KeDelayExecutionThread(KernelMode, FALSE, &Waittime);
if (Action == ShutdownNoReboot)
{
> From: ion(a)svn.reactos.com
>
> - Add new configuration option "SARCH" to define the
> sub-architecture. Examples include i386-xbox, ppc-be/le
> (little/bigendian), or any other sub-types of the specified ARCH.
This means we will have to build, test and distribute different .isos for
different sub-architectures, only to save a few bytes in the
freeldr/setupldr binaries. I implemented calling of sub-architecture
specific code via a table of function pointers precisely to be able to keep
one binary (per architecture).
Please revert.
Gé van Geldorp.
Hi all,
Installing winamp,
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'C:\Program
Files\Winamp\Plugins\cddbcontrolwinamp.dll' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'comcat.dll
' (Status c0000135)
(lib/ole32/compobj.c:1630) couldn't load InprocServer32 dll L"comcat.dll"
(lib/ole32/compobj.c:1840) no classfactory created for CLSID {0002e005-0000-0000
-c000-000000000046}, hres is 0x80070005
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'comcat.dll
' (Status c0000135)
<Note: Window poped up about haven a problem with a file.>
(lib/ole32/compobj.c:1630) couldn't load InprocServer32 dll L"comcat.dll"
(lib/ole32/compobj.c:1840) no classfactory created for CLSID {0002e005-0000-0000
-c000-000000000046}, hres is 0x80070005
FIXME: CopyImage doesn't support IMAGE_ICON correctly!
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find mxdMessage
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'msacm.drv'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'midimap.dr
v' (Status c0000135)
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
FIXME: CopyImage doesn't support IMAGE_ICON correctly!
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find mxdMessage
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'msacm.drv'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'midimap.dr
v' (Status c0000135)
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 441000) C:\ReactOS\System32
\wshtcpip.dll
WARNING: WSHGetSockaddrType at drivers/net/wshtcpip/wshtcpip.c:103 is UNIMPLEME
NTED!
<Note: It did not like this.>
Entered debugger on last-chance exception number 14 (Page Fault)
Memory at 0x00000004 could not be read: Page not present.
kdb:> cont
KeBugCheckWithTf at ntoskrnl/ke/i386/exp.c:1236
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: ntoskrnl.exe
Technical information:
*** STOP: 0x0000001E (0xc0000005,0x80033121,0x00000000,0x00000004)
*** ntoskrnl.exe - Address 0x80033121 base at 0x80000000, DateStamp 0x0
Page Fault Exception: 14(0)
Processor: 0 CS:EIP 8:80033121 <ntoskrnl.exe:33121 (ntoskrnl/io/device.c:860 (Io
GetRelatedDeviceObject))>
cr2 4 cr3 333bf000 Proc: 81f120f8 Pid: 180 <eMusic-7plus.ex> Thrd: 81f1a028 Tid:
17c
DS 23 ES 23 FS 30 GS 0
EAX: 00000000 EBX: 8003f043 ECX: 81f62cb8
EDX: 8dc04000 EBP: a5911b74 ESI: 0055ee90 ESP: a5911af8
EDI: a5911d64 EFLAGS: 00010296 kESP a5911af8 kernel stack base a590f000
Frames:
<afd.sys:ccfe (drivers/net/afd/afd/tdi.c:1107 (TdiDisconnect))>
<afd.sys:5b8f (drivers/net/afd/afd/main.c:284 (AfdDisconnect))>
<afd.sys:6064 (drivers/net/afd/afd/main.c:384 (AfdDispatch))>
<ntoskrnl.exe:46824 (ntoskrnl/io/irp.c:1076 (IofCallDriver))>
<ntoskrnl.exe:3d4dc (ntoskrnl/io/file.c:619 (IopDeviceFsIoControl))>
<ntoskrnl.exe:3f09b (ntoskrnl/io/file.c:1738 (NtDeviceIoControlFile))>
<ntoskrnl.exe:9c57c ({standard input}:373 (KiSystemService))>
<msafd.dll:38e0 (lib/msafd/misc/dllmain.c:1278 (WSPShutdown))>
Entered debugger on embedded INT3 at 0x0008:0x800b2376.
kdb:> bt
Eip:
<ntoskrnl.exe:b2377 ({standard input}:28 (DbgBreakPointWithStatus))>
Frames:
<ntoskrnl.exe:99a62 (ntoskrnl/ke/i386/exp.c:1231 (KiDispatchException))>
<ntoskrnl.exe:9820f (ntoskrnl/ke/i386/exp.c:189 (KiKernelTrapHandler))>
<ntoskrnl.exe:b1344 (ntoskrnl/mm/i386/pfault.c:128 (KiPageFaultHandler))>
<ntoskrnl.exe:9cc61 ({standard input}:152 (KiTrapProlog2))>
<ntoskrnl.exe:33121 (ntoskrnl/io/device.c:860 (IoGetRelatedDeviceObject))>
<afd.sys:ccfe (drivers/net/afd/afd/tdi.c:1107 (TdiDisconnect))>
<afd.sys:5b8f (drivers/net/afd/afd/main.c:284 (AfdDisconnect))>
<afd.sys:6064 (drivers/net/afd/afd/main.c:384 (AfdDispatch))>
<ntoskrnl.exe:46824 (ntoskrnl/io/irp.c:1076 (IofCallDriver))>
<ntoskrnl.exe:3d4dc (ntoskrnl/io/file.c:619 (IopDeviceFsIoControl))>
<ntoskrnl.exe:3f09b (ntoskrnl/io/file.c:1738 (NtDeviceIoControlFile))>
<ntoskrnl.exe:9c57c ({standard input}:373 (KiSystemService))>
<msafd.dll:38e0 (lib/msafd/misc/dllmain.c:1278 (WSPShutdown))>
<ws2_32.dll:804a (lib/ws2_32/misc/stubs.c:217 (shutdown))>
<NSISdl.dll:1274>
<NSISdl.dll:2e20>
<eMusic-7plus.exe:138f>
<72676f72>
(ntoskrnl/mm/mm.c:275) Page fault at high IRQL was 31, address 505c3a47
(lib/rtl/i386/exception.c:90) Invalid exception frame
Entered debugger on last-chance exception number 14 (Page Fault)
Memory at 0x505c3a47 could not be read: Page not present.
KeBugCheckWithTf at ntoskrnl/ke/i386/exp.c:1236
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: ntoskrnl.exe
Technical information:
*** STOP: 0x0000001E (0xc0000005,0x800cb6cc,0x00000000,0x505c3a47)
*** ntoskrnl.exe - Address 0x800cb6cc base at 0x80000000, DateStamp 0x0
Reboot and run winamp,
<snip ....>
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
WARNING: ModifyMenuW at lib/user32/windows/menu.c:4424 is UNIMPLEMENTED!
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(ntoskrnl/cm/regfile.c:3507) CellOffset exceeds valid range (134656 > 131072)
(lib/ntdll/ldr/utils.c:2072) Relocating (76200000 -> 760000) C:\ReactOS\system32
\comdlg32.dll
(lib/ntdll/ldr/utils.c:2072) Relocating (77400000 -> 7df000) C:\ReactOS\system32
\iphlpapi.dll
(lib/ntdll/ldr/utils.c:2072) Relocating (77800000 -> 7f3000) C:\ReactOS\system32
\winspool.drv
FIXME: CopyImage doesn't support IMAGE_ICON correctly!
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find mxdMessage
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'msacm.drv'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'midimap.dr
v' (Status c0000135)
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ole32/compobj.c:1615) class {00000000-fe14-0065-ae4b-a577f8204800} not regi
stered
(ntoskrnl/ob/object.c:347) failed
(lib/ole32/rpc.c:614) class {00000000-fe14-0065-ae4b-a577f8204800} not registere
d
(lib/ole32/compobj.c:1840) no classfactory created for CLSID {00000000-fe14-0065
-ae4b-a577f8204800}, hres is 0x80040150
(lib/ole32/compobj.c:1615) class {00000001-fe14-0065-ae4b-a577e8354800} not regi
stered
(ntoskrnl/ob/object.c:347) failed
(lib/ole32/rpc.c:614) class {00000001-fe14-0065-ae4b-a577e8354800} not registere
d
(lib/ole32/compobj.c:1840) no classfactory created for CLSID {00000001-fe14-0065
-ae4b-a577e8354800}, hres is 0x80040150
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(subsys/win32k/ntuser/window.c:2412) Failed to lookup class atom!
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'C:\Program
Files\Winamp\wmahelp.dll' (Status c0000135)
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'wmvcore.dl
l' (Status c0000135)
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(ntoskrnl/cm/ntfunc.c:1666) ObReferenceObjectByHandle() failed with status c0000
008 00000000
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1030000) C:\Program Files\W
inamp\Plugins\read_file.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find winampGetExten
dedFileInfo
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 104b000) C:\Program Files\W
inamp\Plugins\in_mod.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find winampGetExten
dedFileInfo
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 11a0000) C:\Program Files\W
inamp\Plugins\in_vorbis.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1310000) C:\Program Files\W
inamp\Plugins\in_mp4.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1440000) C:\Program Files\W
inamp\Plugins\in_cdda.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 15a0000) C:\Program Files\W
inamp\pxsdkpls.dll
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 15bd000) C:\ReactOS\System3
2\PX.dll
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'PXDDM.DLL'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1850000) C:\ReactOS\System3
2\PXDRV.DLL
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'TFSWAPI.DL
L' (Status c0000135)
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 19b0000) C:\ReactOS\System3
2\PXMAS.DLL
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1af0000) C:\ReactOS\System3
2\PXWAVE.DLL
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'PXDDM.DLL'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1850000) C:\ReactOS\System3
2\PXDRV.DLL
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'TFSWAPI.DL
L' (Status c0000135)
(lib/ole32/compobj.c:1615) Unhandled exception
ExceptionCode: c0000005
Faulting Address: 0
Address: 77a84071 C:\ReactOS\system32\ole32.dll
CS:EIP 1b:77a84071
DS 23 ES 23 FS 3b GS 0
EAX: 00000000 EBX: 77a50000 ECX: 01c8fa3c
EDX: 7ffb9000 EBP: 01c8fc24 ESI: 7c823e72 ESP: 01c8fc1c
EDI: 00000000 EFLAGS: 00010216
Frames:
77a50000+346be C:\ReactOS\system32\ole32.dll
77a50000+65c4 C:\ReactOS\system32\ole32.dll
77a50000+63cf C:\ReactOS\system32\ole32.dll
77a50000+6a13 C:\ReactOS\system32\ole32.dll
15bd000+1ce1b C:\ReactOS\System32\PX.dll
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'PXDDM.DLL'
(Status c0000135)
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1850000) C:\ReactOS\System3
2\PXDRV.DLL
(lib/ntdll/ldr/utils.c:2015) Failed to create or open dll section of 'TFSWAPI.DL
L' (Status c0000135)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =D:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =E:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =F:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =G:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =H:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =I:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =J:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =K:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =L:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =M:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =N:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =O:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =P:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Q:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =R:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =S:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =T:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =U:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =V:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =W:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =X:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Y:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Z:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =D:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =E:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =F:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =G:
(ntoskrnl/io/file.c:125) Failed to mount logical volume (Status c000014f)
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =H:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =I:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =J:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =K:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =L:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =M:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =N:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =O:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =P:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Q:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =R:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =S:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =T:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =U:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =V:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =W:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =X:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Y:
(lib/rtl/env.c:570) Return STATUS_VARIABLE_NOT_FOUND: =Z:
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 533000) C:\Program Files\Wi
namp\Plugins\in_wave.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find winampGetExten
dedFileInfo
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsGetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsSetValue
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsFree
(lib/ntdll/ldr/utils.c:2072) Relocating (10000000 -> 1d90000) C:\Program Files\W
inamp\Plugins\in_dshow.dll
(lib/ntdll/ldr/utils.c:1190) LdrGetExportByName(): failed to find FlsAlloc
It loaded okay~, I had to kill winamp with Ctm.
Thanks,
James
gvg(a)svn.reactos.com wrote:
>+ "Don't abandon your computer, he wouldnt to it to you.\n",
>
>
he wouldn't *do* it to you ?
>+ "Remember to turn of your computer. (That was a public service message!)\n",
>
>
Remember to turn *off* your computer?
Sorry, here's a link for anyone feeling particularly lazy :)
http://www.reactos.org/wiki/index.php/ReactOS_Project_Coordinator
-----Original Message-----
From: Murphy, Ged (Bolton) [mailto:MurphyG@cmpbatteries.co.uk]
Sent: 12 November 2005 09:59
To: 'ReactOS Development List'
Subject: RE: [ros-dev] RE: Change of Project Coordinator
I've put the draft into the wiki for review and discussion.
Wasn't sure whether to follow the layout of the TC, but that would've meant
altering the text, so I left it.
-----Original Message-----
From: Steven Edwards [mailto:steven_ed4153@yahoo.com]
Sent: 11 November 2005 04:48
To: ReactOS Development List
Subject: RE: [ros-dev] RE: Change of Project Coordinator
Hi,
--- "Murphy, Ged (Bolton)" <MurphyG(a)cmpbatteries.co.uk> wrote:
> Can someone draft something up, this isn't really my forte.
How does the following sound?
Thanks
Steven
ReactOS Project Coordinator Job Description:
Mediate Small disputes to remove the need to vote on every issue -
The Coordinator is simply a figure head and does not have the power
to
dictate policy so if mediation cannot be reached on a conflicting issue then
it
is taken to a vote. No issue has to be brought to the Coordinator. All
developers
are free to start a vote without consulting the Coordinator. His role is an
advisory one.
Provide a contact point for media and 3party project relations -
The Project Coordinator be advised of major news announcements and
be
free to provide interviews, and or conduct meetings on behalf of the project
with any 3rd party such as other Free Software Projects, Businesses and
Universities.
The PC has the responsibility to keep track of these events and advise the
community
of new developments.
All developers have the freedom to grant interviews, establish
relationships
with other projects and organizations.
Provide quarterly status updates regarding all major activities of the
project -
The PC will provide reports as to the project status due on
Jan 1st, April 1st July 1st Oct 1st
Conduct regular meetings with the other Coordinators and developers in the
ReactOS Project -
The PC will make a good faith effort to meet monthly via IRC, email
exchange or VoIP with the various team coordinators to discuss any issues
they
feel may need to be addressed. The PC will also be obliged to be upon
request
conduct meetings with any other Coordinator or developer to address any
issue.
For developers that are limited in Internet Access the PC will make
a
good faith effort to keep in touch with those developers on a limited basis
and
seek out and address their development needs and goals.
__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
_______________________________________________
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
_______________________________________________
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