Search found 234 matches

by Fraizeraust
Fri Sep 01, 2017 10:32 am
Forum: General Discussion and Feedback
Topic: What happened to desktop switcher in ReactOS?
Replies: 5
Views: 5940

What happened to desktop switcher in ReactOS?

The past versions of ReactOS had this feature where you can switch your primary desktop to another one and vice versa. Right now this feature has been removed from the current release (and other early releases) of ReactOS. Begs the question, why? Was the feature full of bugs?
by Fraizeraust
Tue Aug 29, 2017 9:23 am
Forum: General Discussion and Feedback
Topic: I Really Want to See Success...But..
Replies: 53
Views: 33612

Re: I Really Want to See Success...But..

It always annoys me when I see people who were so willing to give $100+ for Windows licenses or even thousands of dollars for business licenses, but don't give even 1/4 of that to ReactOS. That's not their fault, really. At this point ReactOS is like an innocent little child living in darkness aski...
by Fraizeraust
Fri Aug 25, 2017 1:28 pm
Forum: General Discussion and Feedback
Topic: Will ReactOS still use some code from WINE? (user mode)
Replies: 8
Views: 6156

Will ReactOS still use some code from WINE? (user mode)

As you guys know, ReactOS and WINE projects are cooperating together like sharing snippets of code from both sides. At the moment ReactOS borrows some code from WINE for the userland part especially Services and System Libraries (as according to this screenshot, source Wikipedia) but things and deci...
by Fraizeraust
Thu Aug 24, 2017 12:59 pm
Forum: General Discussion and Feedback
Topic: 6600 Microsoft developer on Windows
Replies: 22
Views: 15146

Re: 6600 Microsoft developer on Windows

Actually ReactOS will be compatible to Windows Server 2003. But if they have reached its goal, they will be moving on to Windows 7 or so. If you know how many people working on Windows from Microsoft, you can think about it, how many years it will take for ReactOS to move on from Windows Server 200...
by Fraizeraust
Tue Aug 22, 2017 3:58 pm
Forum: Support
Topic: ReactOS 0.4.5 won’t login
Replies: 5
Views: 5511

Re: ReactOS 0.4.5 won’t login

Two hints I would like to recommend for you while creating a JIRA report: 1. Fix Version/s is used to judge in which the next version release of ReactOS the bug is fixed. Usually developers and/or responsible members of ROS JIRA take care of this. You posted it as 0.4.5 assuming the bug is already f...
by Fraizeraust
Tue Aug 22, 2017 8:54 am
Forum: Support
Topic: ReactOS 0.4.5 won’t login
Replies: 5
Views: 5511

Re: ReactOS 0.4.5 won’t login

You can fill a JIRA report about this case here. The developers will then take care of this when it's needed.
by Fraizeraust
Mon Aug 07, 2017 9:52 am
Forum: Off Topic
Topic: Hello everyone!
Replies: 4
Views: 10737

Re: Hello everyone!

Welcome within the forums, atoniocarlos1! In any case you are facing problems or having doubts don't hesitate to ask here.
by Fraizeraust
Fri Aug 04, 2017 8:50 pm
Forum: General Discussion and Feedback
Topic: Upcoming Libre Office 5.4 to be last to support XP
Replies: 21
Views: 19209

Re: Upcoming Libre Office 5.4 to be last to support XP

I find their action understandable. Don't get me wrong, Windows XP was indeed a great consumer OS but don't expect things lasting for so long. As long as those developers did not breach Libre Office creating new bugs you can still use it albeit they stopped giving updates and support to their produc...
by Fraizeraust
Tue Aug 01, 2017 4:22 pm
Forum: Off Topic
Topic: Unexpected behaviour in C code
Replies: 11
Views: 13307

Re: Unexpected behaviour in C code

hbelusca wrote:StringSTDIN usage is buggy.
I took care of this variable as well. Thanks for pointing it anyways.
by Fraizeraust
Tue Aug 01, 2017 10:45 am
Forum: Off Topic
Topic: Unexpected behaviour in C code
Replies: 11
Views: 13307

Re: Unexpected behaviour in C code

I fixed it by myself with strcmp() function. Now it compares strings flawlessly. Thanks erkinalp!

@val: Well, you're kinda right and this is what I am doing. I just wanted someone to point out my mistake(s) in this code so I can be sure to not repeat it again.
by Fraizeraust
Mon Jul 31, 2017 6:04 pm
Forum: Off Topic
Topic: Unexpected behaviour in C code
Replies: 11
Views: 13307

Unexpected behaviour in C code

Hi everyone! Recently I'm trying to enhance my C skills on my spare time. I wrote a code a few days ago and want to compile it today to get the results although it did not lead well that I expected. Here's the code I'm talking about: #include <stdio.h> #include <stdlib.h> #include <string.h> /* main...
by Fraizeraust
Mon Jul 31, 2017 10:41 am
Forum: Support
Topic: Steam fails to respond
Replies: 13
Views: 28347

Re: Steam fails to respond

I did every step and Steam still doesn't want to break ReactOS onto debugger mode. This is what I can say. I thank you and middings for trying at helping me nevertheless, it was a pleasure!
by Fraizeraust
Sun Jul 30, 2017 9:08 pm
Forum: Support
Topic: Steam fails to respond
Replies: 13
Views: 28347

Re: Steam fails to respond

That means there is no hope for me to translate all the crash addresses at all. Since Steam basically doesn't break up ReactOS into debugger I have no idea how can I make it so to track the culprit necessary for log2lines. Welp, I'm out...
by Fraizeraust
Sun Jul 30, 2017 8:54 pm
Forum: Support
Topic: RosBE-Unix does not find zlib - but zlib.so is in /lib
Replies: 8
Views: 7085

Re: RosBE-Unix does not find zlib - but zlib.so is in /lib

What is the architecture of the Puppy Linux OS you are using? Most of the time Linux complains about shared libraries, files, etc. for the mere reason that they are built for a specific arch whilst your arch OS differs. In other words, Puppy tells you that the specific zlib SO compatible for your OS...
by Fraizeraust
Sun Jul 30, 2017 8:34 pm
Forum: Support
Topic: Steam fails to respond
Replies: 13
Views: 28347

Re: Steam fails to respond

That because Steam doesn't actually crash the whole ReactOS so it did not enter in the debugger mode. Thought that these information from the log were enough for log2lines to produce a new log. I guess that's my mistake then? No worries, I made a new log, with backtrace! Hopefully it's correct. fixm...