Search found 293 matches

by ThFabba
Sun May 05, 2019 11:12 am
Forum: General Discussion and Feedback
Topic: ReactOS recovers from a low memory situation...
Replies: 10
Views: 2169

Re: ReactOS recovers from a low memory situation...

By default, we want to replicate Windows behavior. Now if you can actually reproduce the issue reliably and determine its cause, and we consider that a bug, we may fix it. But the implications of such a fix have to be carefully considered (Microsoft's kernel developers aren't idiots, they often have...
by ThFabba
Tue Apr 30, 2019 5:47 pm
Forum: General Discussion and Feedback
Topic: Meeting minutes
Replies: 7
Views: 1673

Re: Meeting minutes

We already have someone responsible for writing up the minutes. The raw log files are available to developers but often contain discussions that are private and not to be shared with the public -- therefore they can't be released.
by ThFabba
Sun Apr 21, 2019 11:29 am
Forum: Development Help
Topic: The Start menu modern
Replies: 6
Views: 2730

Re: The Start menu modern

https://git.reactos.org/?p=reactos.git;a=blob;f=boot/bootdata/hivesft.inf;hb=cfe54aa4b50d6aa6ed82ec6d06f5beddbac9667e#l217 https://git.reactos.org/?p=reactos.git;a=blob;f=boot/bootdata/hivedef.inf;hb=cfe54aa4b50d6aa6ed82ec6d06f5beddbac9667e#l1902 ... though I don't expect that enabling the UI for a ...
by ThFabba
Fri Apr 19, 2019 8:56 pm
Forum: Support
Topic: just installed ReactOS on a VM and was greeted with this error
Replies: 24
Views: 4817

Re: just installed ReactOS on a VM and was greeted with this error

Uh, no, I'm working on about a hundred bugs already. So it's much more likely for me (or any other dev) to want to help if I can look at the backtrace in an existing debug log and see whether this is code that I'm familiar with and might have an easy fix for.
by ThFabba
Fri Apr 19, 2019 6:09 pm
Forum: Support
Topic: just installed ReactOS on a VM and was greeted with this error
Replies: 24
Views: 4817

Re: just installed ReactOS on a VM and was greeted with this error

How exactly your VM is configured is additional information. A screenshot of the "Virtual Machine Settings" dialog would be one way, a copy of the .vmx file even better.
A debug log is also additional information.
by ThFabba
Thu Apr 18, 2019 7:08 am
Forum: Development Help
Topic: The Start menu modern
Replies: 6
Views: 2730

Re: The Start menu modern

The modern start menu is not implemented in ROS. So there's no shortcut...
by ThFabba
Tue Apr 16, 2019 9:24 pm
Forum: Design
Topic: Project Mizu
Replies: 70
Views: 45252

Re: Project Mizu

Oh. My. $deity. Read the fucking title of the thread! This is so horrendously off-topic that I'm surprised you aren't all banned yet.
Move the icon talk elsewhere.
by ThFabba
Tue Apr 16, 2019 9:12 pm
Forum: General Discussion and Feedback
Topic: Advertisement
Replies: 12
Views: 2840

Re: Advertisements on this forum

Guys this is spam, stop replying to it.
viewtopic.php?f=2&t=17154 is the original thread (don't reply to that either!)

Mark, impressively consistent! :D
by ThFabba
Sun Apr 14, 2019 2:11 pm
Forum: General Discussion and Feedback
Topic: REACTOS-Medienforschung, München: is it related ?
Replies: 1
Views: 661

Re: REACTOS-Medienforschung, München: is it related ?

There's no relation.
But it looks like they've had this name for quite some time ;) https://register.dpma.de/DPMAregister/m ... 2903849/DE
by ThFabba
Sat Apr 13, 2019 7:57 am
Forum: Design
Topic: Project Mizu
Replies: 70
Views: 45252

Re: Project Mizu

You really should create your own thread is what I think.
Also, 403 Forbidden.
by ThFabba
Sat Mar 30, 2019 7:26 am
Forum: Support
Topic: ReactOS and Vb6 for embeded device
Replies: 1
Views: 1147

Re: ReactOS and Vb6 for embeded device

Mearapen wrote: Fri Mar 29, 2019 10:31 pm Is it realiable enough
No. ROS is full of security vulnerabilities, it's prone to crashing, and crashes are more likely to cause data loss than on other OSes.
There is no practical use case for which it is reliable enough. That's why we call it Alpha (not even Beta).
by ThFabba
Sat Mar 23, 2019 10:01 am
Forum: Support
Topic: just installed ReactOS on a VM and was greeted with this error
Replies: 24
Views: 4817

Re: just installed ReactOS on a VM and was greeted with this error

Screen debugging will switch back to the debug log in case of a crash. So yes, it would be useless in this case -- but you don't need screen debugging in a VM; all the common hypervisors support serial ports.
by ThFabba
Tue Mar 19, 2019 10:07 am
Forum: General Discussion and Feedback
Topic: Language C
Replies: 29
Views: 3668

Re: Language C

There are operating systems written in C# and probably Java... it's just a question of how much effort you want to put into the toolchain and execution environment. There are at least three aproaches I can think of: 1. You could create/use a toolchain that will compile these languages to native code...