Recommended Posts

i got an error as soon as i tryed to open it.

it said

runtime error

this application has requested the runtime to terminate it in an unusual way

What OS are you running? Do you have MSXML 3 installed?

http://msdn.microsoft.com/library/default..../xmlgeneral.asp

i am running winxp, so does xp come with MSXML 3

OK, I just duped it. I was running VPN to my company's network, so it may be a timeout issue. How are you connecting to the internet(behind proxy, dialup, etc)?

nice app, i like although the mem usage is a tad bit on the high side

thanks, working on reducing the memory consumption. does anyone here know why simply calling ShellExecuteEx causes memory to jump almost 1MB? I've even closed the handle to the process and it's still jumping.

I am aware of the text being html escapes in some instances. I've known about it since I started getting the feeds. I just haven't had time to build a parser routine to replace the errant characters.

@ToastGodSupreme

Thanks! It will get cooler... I hope.

thanks, working on reducing the memory consumption. does anyone here know why simply calling ShellExecuteEx causes memory to jump almost 1MB? I've even closed the handle to the process and it's still jumping.

Just curious to know why you need ShellExecuteEx in the first place.

Edit: Nevermind. Forgot about actually opening the web page...

I am aware of the text being html escapes in some instances. I've known about it since I started getting the feeds. I just haven't had time to build a parser routine to replace the errant characters.

So, you're saying that the existing XML parser is buggy? Or is it the data that's buggy? It just feels kind of redundant to reimplement functionality that the parser should've handled correctly.

Edited by Oogle
Just curious to know why you need ShellExecuteEx in the first place.

Edit: Nevermind.? Forgot about actually opening the web page...

hehe.. it's ok. I've tried to create a process as well, but I still get the same problem.

So, you're saying that the existing XML parser is buggy?? Or is it the data that's buggy?? It just feels kind of redundant to reimplement functionality that the parser should've handled correctly.

I'm guessing that it is something that is happening with the PHP that is generating the XML that the app consumes. Instead of leaving things like apostrophes and > < symbols, it is tokenizing the string a replacing them with the HTML escape equivalents, > < #39; #33; etc. So it is nothing I'm doing. Those symbols would break the XML parser, too. They are illegal text inbetween tags.

Edited by weenur

There is an auto refresh. It defaults to 1200 seconds/20minutes. You can change that to a lower value in the app.config, under TimerInterval. :D

I don't know that it would be practical to monitor for every new post. People post like mad here. You'd be getting a new balloon every second. lol!

Edited by weenur
There is an auto refresh. I defaults to 1200 seconds/20minutes. You can change that to a lower value in the app.config, under TimerInterval. :D

I don't know that it would be practical to monitor for every new post. People post like mad here. You'd be getting a new balloon every second. lol!

that would be annoying :pinch:

I'm guessing that it is something that is happening with the PHP that is generating the XML that the app consumes. Instead of leaving things like apostrophes and > < symbols, it is tokenizing the string a replacing them with the HTML escape equivalents, > < #39; #33; etc. So it is nothing I'm doing. Those symbols would break the XML parser, too. They are illegal text inbetween tags.

Hmm, it's starting to sound more like a data problem, then. With symbols like that, you probably need to encapsulate it in CDATA tags.

http://msdn.microsoft.com/library/default....kedsections.asp

Is there some way you can relate that to the people who generate the XML?

It would be easier just to stick the original text, with exception to & in an attribute, which would still be &.

Instead of:

&lt;rdf:RDF&gt;
  &lt;item&gt;
    &lt;title&gt;Some news feed title&lt;/title&gt;
    &lt;link&gt;https://www.neowin.net/blah&lt;/link&gt;
  &lt;/item&gt;
&lt;/rdf:RDF&gt;

make it

&lt;rdf:RDF&gt;
  &lt;item title="Some news!" link="http://neowin.net/forums/blah.php?"/&gt;
&lt;/rdf:RDF&gt;

The downside to attributes in this case, is that data contained within them have to follow even more restrictive format requirements than nodes; which, in turn, requires more unnecessary coding and exception handling on your part.

http://msdn.microsoft.com/library/default....nattributes.asp

Whichever format you prefer (attributes or nodes), the fact is that the current XML data can be corrupted should the title use invalid characters. It would be a lot easier (and cleaner) for them to fix the problem than for you to code around it.

Whichever format you prefer (attributes or nodes), the fact is that the current XML data can be corrupted should the title use invalid characters. It would be a lot easier (and cleaner) for them to fix the problem than for you to code around it.

Absolutely. I'd rather not have to create my own tokenizer for this app. I'm having a hard enough time keeping memory usage down as it is.

I'm getting this one too. However, I'm at work where we block port 80 to force everyone through a proxy server. I'm assuming that the app is attempting to connect to neowin.net, not getting there and crashing.

Proxy support would be nice...  ;)

OK. I'm looking into proxy configuration right now. Looks like it will be easy. A current workaround would be to run from the command line proxycfg.exe -u if your IE is setup for proxy already. This will import your settings to WinHttp. Please let me know if that helps or not.

Cheers!

i got an error as soon as i tryed to open it.

it said

runtime error

this application has requested the runtime to terminate it in an unusual way

What OS are you running? Do you have MSXML 3 installed?

http://msdn.microsoft.com/library/default..../xmlgeneral.asp

i am running winxp, so does xp come with MSXML 3

OK, I just duped it. I was running VPN to my company's network, so it may be a timeout issue. How are you connecting to the internet(behind proxy, dialup, etc)?

i have a home network but i am not behind a proxy nor am i connecting with dial up, just good ol' cable

i am behind a router, what port is it going through?? maybe my port is blocked, and that is what is causing it.

Ok. I think your issue is a timeout issue. I'll send you a build with timeouts set to 5 seconds, though I would think with cable you'd have no problem. The request is sent on port 80 via HTTP, so if you can hit the web, you should be able to run this app.

Email me at [email protected], and I'll send you a build to test, if you would. I'd greatly appreciate it.

I'm getting this one too. However, I'm at work where we block port 80 to force everyone through a proxy server. I'm assuming that the app is attempting to connect to neowin.net, not getting there and crashing.

Proxy support would be nice...?;))

OK. I'm looking into proxy configuration right now. Looks like it will be easy. A current workaround would be to run from the command lineproxycfg.exe -u> if your IE is setup for proxy already. This will import your settings to WinHttp. Please let me know if that helps or not.

Cheers!

Excellent, works well.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I am not a fan of haptic feedback touchpads. I've owned a Surface Laptop 7 (Snapdragon) with one and a Lenovo Slim (Intel), and I hated both to the point where I purchased different laptops. It's not that they don't work most of the time; it's that they don't work 100% of the time, and there is no advantage from a user's perspective over a good mechanical trackpad like what's on a ThinkPad X1 or a Yoga 9i. I do not believe that I'll buy another haptic feedback touchpad laptop again in the near future.
    • Works fine here too. About this build, I don't like to download any kind of Windows, from any site except Microsoft. The mod might work, but I don't know what it's inside. Can contain malware, backdoors... Long time ago I've used something like this but reversed - it was 98se with the look and some functionality  of XP. Or, later XP with Vista look. But I made it myself. Not downloaded from obscure sites.
    • Rockstar gives last-gen GTA V players free upgrades tomorrow by Pulasthi Ariyasinghe Rockstar is preparing to launch Grand Theft Auto VI later this year, but ahead of that, the company has revealed a new offer for some Grand Theft Auto V owners. It today announced that Xbox One and PlayStation 4 version owners of the 2013-released title will soon be receiving a free upgrade to the current generation version. The studio released the Xbox Series X|S and PlayStation 5 version of Grand Theft Auto V back in 2022, bringing significant upgrades to the original console editions. This included 60 FPS gameplay at up to 4K resolution, as well as major upgrades to textures, draw distance, and audio. Faster load times, ray tracing elements, and HDR support were also added with it. While this new and enhanced version needed a new purchase of the game to jump in, now Rockstar has decided to make it a free upgrade, dropping the $40 price tag entirely on consoles. "Beginning tomorrow, those who own any PS4 version or the digital Xbox One version of Grand Theft Auto V will be able to upgrade to the PS5 or Xbox Series X|S versions at no additional cost, and experience the best versions of GTA V and GTA Online," said the company in an official blog post. The free upgrade offer will be released tomorrow, June 18, for all Xbox One and PlayStation 4 owners of Grand Theft Auto V. Players who will be jumping in on the offer will want to check how to migrate their GTA Online profile from last-generation to current-generation consoles by heading over here. The offer lands ahead of The Kortz Center Heist hitting Grand Theft Auto Online, where players and crews will be tasked with stealing priceless international art from a prestigious gallery in Pacific Bluffs. It doesn't look like Rockstar plans to stop updating its previous game even with Grand Theft Auto VI being on the horizon. The latest title is slated to launch on November 19, 2026, across Xbox Series X|S and PlayStation 5.
    • Now comes with a money back guarantee instead of a replacement! Hah
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      +Edouard
      172
    3. 3
      PsYcHoKiLLa
      89
    4. 4
      Steven P.
      76
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!