Search found 481 matches

by binarymaster
Tue Oct 04, 2022 3:38 pm
Forum: General Discussion and Feedback
Topic: SMSS.exe CSRSS.exe AUTOCHK.exe
Replies: 3
Views: 2421

Re: SMSS.exe CSRSS.exe AUTOCHK.exe

EmuandCo wrote: Tue Oct 04, 2022 12:43 pm Yes, you cannot run these by double click. Why should you at all?
Heh I remember my first days of exploring Windows' system32 directory, I assumed too that every *.exe file has to show a window or something :lol:
by binarymaster
Tue Oct 04, 2022 3:34 pm
Forum: Support
Topic: A freeze! Any suggestions?
Replies: 3
Views: 4591

Re: A freeze! Any suggestions?

Is there a way I can help you debug "the initial problem of a freeze" ? It's not a trivial process, you can probably ask in our chat: https://chat.reactos.org/ About a VM snapshot, you probably mean this is one I make with my system (here QEMU), don't you? Yes. Is there a particular proce...
by binarymaster
Sun Oct 02, 2022 2:32 pm
Forum: Support
Topic: A freeze! Any suggestions?
Replies: 3
Views: 4591

Re: A freeze! Any suggestions?

I opened a new tab to look for a page, found it, clicked on the link. Then all froze. Restarted the VM. Then it froze on the pre log-in page (where you have to press CTRL+ALT+REMOVE), no matter how often I restarted... Then I booted into a debug option, and this is what I got: https://imgur.com/a/N...
by binarymaster
Fri Aug 05, 2022 3:32 pm
Forum: General Discussion and Feedback
Topic: GitLab mirror
Replies: 25
Views: 19963

Re: GitLab mirror

Rosh wrote: Tue Jun 12, 2018 2:13 am Anyone interested in doing and mantain a GitLab mirror with ReactOS source code and automatically keeping in sync to ReactOS GitHub repository?
GitLab plans to delete dormant projects in free accounts:
https://www.theregister.com/2022/08/04/ ... on_policy/

:lol:
by binarymaster
Mon Jul 25, 2022 2:18 pm
Forum: Russian
Topic: Помогите создать загрузочную флешку react os
Replies: 2
Views: 3708

Re: Помогите создать загрузочную флешку react os

Здравствуйте я попробовал некоторые способы в интернете, чтобы создать загрузочную флешку react os на у меня получается чёрный экран и всё Загрузочная флешка с ReactOS Эта статья уже давно не обновлялась, и в ней отсутствуют некоторые очень важные детали. Лучше ссылаться на официальную вики: https:...
by binarymaster
Thu Jul 21, 2022 2:34 pm
Forum: General Discussion and Feedback
Topic: How to compile apps in visual studio to run inside ros?
Replies: 6
Views: 2842

Re: How to compile apps in visual studio to run inside ros?

Elentirith wrote: Thu Jul 21, 2022 12:00 am How to compile apps in visual studio to run inside ros?
Read this guide on our wiki: https://reactos.org/wiki/Developing_Rea ... ual_Studio

If you follow every step described there, you should have no problem building apps.
by binarymaster
Wed Jul 20, 2022 2:12 pm
Forum: General Discussion and Feedback
Topic: How to exit from kdbg
Replies: 1
Views: 1608

Re: How to exit from kdbg

Your filesystem is corrupted. Reinstall or restore it from snapshot.

I'm sure this is not KDBG problem.
by binarymaster
Mon Jul 18, 2022 9:08 pm
Forum: Support
Topic: Boot from disk ended with black screen
Replies: 2
Views: 4144

Re: Boot from disk ended with black screen

OlivierKuster wrote: Sun Jul 17, 2022 8:03 pm Unfortuately, after boot the screen goes black and I can't do nothin'. Can someone please give me a simple fix :| ?
Simple fix is to use Live CD. If it hangs on bootup, use Live CD (Screen) option in the bootloader.
by binarymaster
Tue Jul 12, 2022 12:12 am
Forum: Off Topic
Topic: China Switches to Linux?
Replies: 7
Views: 5944

Re: China Switches to Linux?

I wonder if they knew about ReactOS? Would they download and adapt the source code to their needs? I think they could or have those in China who could do a lot with the source code. :idea: I think it would be really neat if Lenovo would work on ReactOS (or at least their version of it) so it can be...
by binarymaster
Mon Jul 11, 2022 11:36 pm
Forum: Support
Topic: How to disable tab+B?
Replies: 1
Views: 3344

Re: How to disable tab+B?

Is there any way to disable tab+B or change the key combination? (I keep accidentally crashing the system when I use autocompletion in Cygwin bash.) I think these keys are defined here: https://github.com/reactos/reactos/blob/54a00aa8ebddbbfdc8261f918d19888cd5e41ecd/drivers/input/i8042prt/keyboard....
by binarymaster
Mon Jun 27, 2022 6:04 pm
Forum: General Discussion and Feedback
Topic: Couldn't create issues in Jira
Replies: 5
Views: 2730

Re: Couldn't create issues in Jira

So I should report bugs in the forum instead of Jira? No, you should report bugs in proper place, which is Jira. "If you are reporting a bug, you don't need to touch this field at all. Also make sure you're reporting in a proper project (usually it should be CORE)." Did you verify that? D...
by binarymaster
Sun Jun 26, 2022 7:27 pm
Forum: General Discussion and Feedback
Topic: Couldn't create issues in Jira
Replies: 5
Views: 2730

Re: Couldn't create issues in Jira

Only developers can assign themselves or other people to the tickets. You have to ask in the chat to assign you to some ticket if wanted.

If you are reporting a bug, you don't need to touch this field at all. Also make sure you're reporting in a proper project (usually it should be CORE).
by binarymaster
Sun May 29, 2022 11:58 pm
Forum: Support
Topic: 2017, 2022.......[..]...
Replies: 2
Views: 3720

Re: 2017, 2022.......[..]...

orimavi wrote: Sat May 28, 2022 12:52 pm I guess I can't deal with uninstallable project :o
Works just fine and installable for me in VirtualBox.

If you have problems on hardware, the best thing you can do is to try debugging it: https://reactos.org/wiki/Debugging
by binarymaster
Wed May 11, 2022 4:34 pm
Forum: General Discussion and Feedback
Topic: SFI systems support
Replies: 55
Views: 28677

Re: SFI systems support

Sources is here: https://gitlab.com/XenRE/sfi-freeldr I decide to pack all new/modified files to archive, you can extract it over existing ReactOS sources and build. Sources is updated to lastest version from github. Common changes: fixes in fs.c (described above), new CallFar16 realmode function, ...