Search found 92 matches
- Tue Jun 24, 2014 9:57 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Spilling the Wine
- Replies: 35
- Views: 20073
Re: Blog: Spilling the Wine
Hello, to anyone interested, here are a new set of builds from the branch, right after yesterday's trunk sync (r63640). You can choose between Compiled with Mingw-GCC , or Compiled with VS2013 Remember that VS builds need WinDbg attached to the serial port in order to start the installer (not requir...
- Mon Jun 23, 2014 9:20 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Spilling the Wine
- Replies: 35
- Views: 20073
Re: Blog: Spilling the Wine
Here: http://www.deleaker.com/download.html
EDIT: Yes, it requires "registration" for the trial, sadly.
EDIT: Yes, it requires "registration" for the trial, sadly.
- Mon Jun 23, 2014 8:56 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Spilling the Wine
- Replies: 35
- Views: 20073
Re: Blog: Spilling the Wine
Lol. I don't believe debugging WinDbg would be of much use, when the code itself is simply designed to make this specific task (following the code) very hard. Other than the author of the software deciding to let us have an unobfuscated build, I don't believe there's much I can do. That doesn't mean...
- Wed Jun 18, 2014 3:53 am
- Forum: General Discussion and Feedback
- Topic: Blog: Machining Virtually
- Replies: 7
- Views: 6092
Re: Blog: Machining Virtually
I am curious if the basic leaks info helped in any way. Too bad that things are corrupting too much to do more thorough tests. I do wonder if temporarily removing the instrumentation code would be of any help? The instrumentation code is what makes this leak detector work. That's why it was suppose...
- Mon Jun 09, 2014 1:53 am
- Forum: ReactOS Website discussion
- Topic: Submit Code Topic for the forums.
- Replies: 14
- Views: 21159
Re: Submit Code Topic for the forums.
Giga, there is no need to go on the spelling-nazi route. You should know best of all that not all people here are English native speakers, and of those that aren't, not everyone speaks as good English as you or me. I only ever decided to comment about the spelling because of the tone of this bit: N...
- Mon Jun 09, 2014 12:19 am
- Forum: ReactOS Website discussion
- Topic: Submit Code Topic for the forums.
- Replies: 14
- Views: 21159
Re: Submit Code Topic for the forums.
The rest of your post is just an example of exactly what JIRA is designed to help with: getting the people with the experience and knowledge to review and apply your changes. Yes, JIRA can have a delay, because if certain bugs with the internal system that manages accounts across the site. For those...
- Sun Jun 08, 2014 11:50 pm
- Forum: ReactOS Website discussion
- Topic: Submit Code Topic for the forums.
- Replies: 14
- Views: 21159
Re: Submit Code Topic for the forums.
Using the same acount you already have on reactos.org and the forums, log into jira. Click the nice "Create Issue" at the top-left. Fill in a few basic details about the patch, most notably give a description and mark the issue with the label "PATCH", and preferably also include "Patch" in the title...
- Tue Jun 03, 2014 8:35 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Leak-leaking leaks
- Replies: 11
- Views: 6476
Re: Blog: Leak-leaking leaks
Eh... let me explain in more detail. This is the change withthe fix: - globalStorage = GlobalAlloc(GMEM_FIXED, 0); - hResult = CreateStreamOnHGlobal(globalStorage, FALSE, &globalStream); - if (FAILED(hResult)) + hResult = CreateStreamOnHGlobal(NULL, FALSE, &globalStream); + if (FAILED_UNEXPECTEDLY(h...
- Mon Jun 02, 2014 10:57 am
- Forum: General Discussion and Feedback
- Topic: Blog: Advancing the TODO list...
- Replies: 10
- Views: 6450
Re: Blog: Advancing the TODO list...
My Dropbox Public folder was temporarily banned due to excessive traffic, so I have removed the iso links from it.
When I make new isos, I will upload them to a new place that has less restrictions.
When I make new isos, I will upload them to a new place that has less restrictions.
- Wed May 28, 2014 12:24 am
- Forum: General Discussion and Feedback
- Topic: Blog: Advancing the TODO list...
- Replies: 10
- Views: 6450
Re: Blog: Advancing the TODO list...
There's a rather bad leak currently. A dozen navigation actions (backspace, back/forward, enter/leave a folder, ...) are enough to cause a reproducible crash in the Heap. You found one of the fastest ways to cause it ;P
- Tue May 27, 2014 10:45 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Advancing the TODO list...
- Replies: 10
- Views: 6450
Re: Blog: Advancing the TODO list...
That was a little debugging trick I used, the X marks the menus with a submenu. It allowed me to tell if the menu was losing the submenus after it was assigned, or they were never there to begin with. At the time I took the screenshot, the code was still there, but I removed it afterwards. If you wa...
- Sun May 18, 2014 12:58 pm
- Forum: General Discussion and Feedback
- Topic: Blog: The Bar of the Tasks
- Replies: 9
- Views: 4781
Re: Blog: The Bar of the Tasks
Wow, a lot of progress was made now. Is this due to a re-bounce after the illness, like new inspiration after meditation? ;) It was nice to see how/what went on. It really feels it's making considerable progress, and I love reading about these things. [...] It wasn't that much progress, it was simp...
- Mon May 12, 2014 10:29 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Small Hickup
- Replies: 8
- Views: 4340
Re: Blog: Small Hickup
Don't worry, I'm already well enough to work again ;P
- Thu May 08, 2014 10:19 pm
- Forum: General Discussion and Feedback
- Topic: Blog: Tweaks and improvements
- Replies: 22
- Views: 10205
Re: Blog: Tweaks and improvements
It will happen, in time. I want to get all the basics working right first, else instead of happy users, we'll have a lot of complaints ;P
- Thu May 08, 2014 11:12 am
- Forum: General Discussion and Feedback
- Topic: Blog: Tweaks and improvements
- Replies: 22
- Views: 10205
Re: Blog: Tweaks and improvements
The "Internet" and "LAN/Intranet" zones? If so, it would be unnecessary to replicate that feature. I do not know any firewall or anything that really acts for that purpose acting by altering the zones. Yes. If you browse to a network location, you'd get the "LAN" ("Local Intranet" or something like...