It is currently April 27th, 2024, 11:50 am

Problem with an application launch

Get help with installing and using Rainmeter.
Rain
Posts: 4
Joined: July 9th, 2012, 11:59 am

Problem with an application launch

Post by Rain »

Hello,

I have a problem with an application launch.

Image
Error at an application launch (0хс000007Ь). For an output from application push button "ОК".

What does it mean error 0хс000007Ь???
In what there can be a problem???

P.S. OS Windows 7 x64 SP1.
User avatar
Brian
Developer
Posts: 2686
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Problem with an application launch

Post by Brian »

Do you have the "Visual C++ 2010 SP1 Redistributable Package" installed?

http://rainmeter.net/redist/

-Brian
Rain
Posts: 4
Joined: July 9th, 2012, 11:59 am

Re: Problem with an application launch

Post by Rain »

Brian wrote:Do you have the "Visual C++ 2010 SP1 Redistributable Package" installed?

http://rainmeter.net/redist/

-Brian

Yes I have "Microsoft Visual C++ 2010 x64 Redistributable" (v. 10.0.30319.1).



I've downloaded "Visual C++ 2010 SP1 Redistributable Package" on the link above, at installation chose option repair install. And Rainmeter was launched!
After that uninstall and install again redistributable package. I think, that something dlls in Windows\System32 directory are missing…


But now, error in «WebParser.dll». [Matching error! (-1)].

Because of what it can be???
Last edited by Brian on July 9th, 2012, 6:23 pm, edited 1 time in total.
Reason: Use [hsimg] on larger images.
User avatar
Brian
Developer
Posts: 2686
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Problem with an application launch

Post by Brian »

Rain wrote:But now, error in «WebParser.dll». [Matching error! (-1)].

Because of what it can be???
This is problem with the Regular Expression in your [QuoteFeed] measure.

Could you post your .ini file in

Code: Select all

 tags so that we can help you better?

-Brian
Rain
Posts: 4
Joined: July 9th, 2012, 11:59 am

Re: Problem with an application launch

Post by Rain »

Section:
[QuoteFeed]
...
RegExp="(?siU)<Q_NUM>(.*)</Q_NUM>.*<QUOTE>(.*)</QUOTE>.*<AUTHOR>(.*)</AUTHOR>.*<DATE>(.*)</DATE>"
...
Last edited by Rain on July 11th, 2012, 8:49 am, edited 1 time in total.
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: Problem with an application launch

Post by Kaelri »

Looks like somebody modified one of my old skins without a) providing attribution, or b) knowing what they were doing. Cute. :)

The skin stopped working because the source webpage (http://www.depodra.com/rainmeter/index.php) no longer exists. You'll need to find a new source, or create your own.

EDIT: Looks like the page was only temporarily down. Try refreshing your skin. It may work now.
User avatar
Brian
Developer
Posts: 2686
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Problem with an application launch

Post by Brian »

Kaelri wrote:Looks like somebody modified one of my old skins without a) providing attribution, or b) knowing what they were doing. Cute. :)

The skin stopped working because the source webpage (http://www.depodra.com/rainmeter/index.php) no longer exists. You'll need to find a new source, or create your own.
The feed works for me, however I do receive an error every once in a while.

If the error keeps happening, I do suggest finding a more stable feed.

-Brian

Edit: Oh, you edited your post.... :)
Rain
Posts: 4
Joined: July 9th, 2012, 11:59 am

Re: Problem with an application launch

Post by Rain »

Kaelri wrote:my old skins without a) providing attribution, or b) knowing what they were doing.
...
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
...

What is the old skins???

Brian wrote:however I do receive an error every once in a while.
So, problem is not in regular expressions.