Jump to content
Dante Unbound: Share Bug Reports and Feedback Here! ×

Alert Displaying And Filtering Program


Okiesmokie
 Share

Recommended Posts

Another crash. The report was given by windows, not your program.

 

 

"Files that help describe the problem:
\AppData\Local\Temp\WER4CD6.tmp.WERInternalMetadata.xml
\AppData\Local\Temp\WER63D0.tmp.appcompat.txt
\AppData\Local\Temp\WER63F1.tmp.mdmp"
 
The files don't exist, tho.
Link to comment
Share on other sites

Is it possible for the program to notify me of active alerts as I turn it on? It seems to show only next alert.

 

No, it's a limitation of the twitter streaming API.

 

 

Latest version inexplicably crashed for me on the first alert. Would've been a filtered one according to twitter.

 

e: and doesn't show the latest one at all, which I didn't filter. No crash though.

 

 

 

Another crash. The report was given by windows, not your program.

 

 

"Files that help describe the problem:
\AppData\Local\Temp\WER4CD6.tmp.WERInternalMetadata.xml
\AppData\Local\Temp\WER63D0.tmp.appcompat.txt
\AppData\Local\Temp\WER63F1.tmp.mdmp"
 
The files don't exist, tho.

 

 

Hmm, I haven't had it crash on me yet.  Does it give any error message when it happens?

Link to comment
Share on other sites

Just chiming in again... Working fine still on my end. 1.3.3 is solid for me. Or so I think...

 

Question... If I filter all the artifacts and ask for anything > 1800 and all BPs... Will I get a notification that is worth say, 1900 but is also giving an artifact?

 

I think it missed a couple >2000 alerts that were also giving artifacts. Not sure tho...

Link to comment
Share on other sites

Just chiming in again... Working fine still on my end. 1.3.3 is solid for me. Or so I think...

 

Question... If I filter all the artifacts and ask for anything > 1800 and all BPs... Will I get a notification that is worth say, 1900 but is also giving an artifact?

 

I think it missed a couple >2000 alerts that were also giving artifacts. Not sure tho...

 

It will still show things with >1800 even if they have artifacts.  The check boxes for items are inclusive not exclusive.  ie:  First it checks the credit reward, if that matches, it'll show the reward no matter what.  If it doesn't match, then it checks for the artifacts/blueprints.

Link to comment
Share on other sites

It will still show things with >1800 even if they have artifacts.  The check boxes for items are inclusive not exclusive.  ie:  First it checks the credit reward, if that matches, it'll show the reward no matter what.  If it doesn't match, then it checks for the artifacts/blueprints.

Excellent. Thanks for that confirmation. 

Link to comment
Share on other sites

No, it's a limitation of the twitter streaming API.

 

 

 

 

 

Hmm, I haven't had it crash on me yet.  Does it give any error message when it happens?

Crashed again, didn't give any warning. It happened around the time I received the update on my phone, but it wasn't in my filters.

Link to comment
Share on other sites

I think i'm using an outdated version, but I got a crash, something to do with a string, and assumed it was because the name of the missions was "Collect T-Cyte cell research samples" does the dash make it crash?

 

As a side note i'll update and see if it works better :3 love the filters btw. Thanks Okie!

Link to comment
Share on other sites

I started to have weird problem - program shows only the first alert after I turn it on. It continues to work, but no notifications.

 

I tryed different versions, deleted old configs and started anew - but no effect. Any tips where should I be looking?
Link to comment
Share on other sites

Yeppers.

 

 

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="WarframeAlerts.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <userSettings>
        <WarframeAlerts.Properties.Settings>
            <setting name="Password" serializeAs="String">
                <value></value>
            </setting>
            <setting name="Username" serializeAs="String">
                <value></value>
            </setting>
            <setting name="RememberUser" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="FirstTimeRun" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="LogAlertsCheck" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="Filters" serializeAs="Xml">
                <value>
                    <ArrayOfFilter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                        <Filter>
                            <Name>?</Name>
                            <AlertSound>notify.wav</AlertSound>
                            <CreditAmountCheck>false</CreditAmountCheck>
                            <CreditAmountCompare>2</CreditAmountCompare>
                            <CreditAmountValue>0</CreditAmountValue>
                            <OtherRewardsCheck>true</OtherRewardsCheck>
                            <OtherRewardsFilter>Steel Charge;Sniper Scavenger;Shotgun Scavenger;Rifle Scavenger;Rifle Amp;Rejuvenation;Pistol Scavenger;Physique;Energy Siphon;Enemy Radar;Hemlock Saryn Helmet;Storm Volt Helmet;Aura Trinity Helmet;Thrak Rhino Helmet;Scorpion Ash Helmet;Coil Mag Helmet;Essence Loki Helmet;Menticide Nyx Helmet;Aurora Frost Helmet;Avalon Excalibur Helmet;Phoenix Ember Helmet;Dagger Axe;Brokk Hammer;Plasma Sword;Pangolin;Jaw;Heat Sword;Heat Dagger;Dark Dagger;Ceramic Dagger;Orokin Catalyst;Orokin Reactor;Dark Sword;</OtherRewardsFilter>
                        </Filter>
                    </ArrayOfFilter>
                </value>
            </setting>
            <setting name="LaunchWithWindows" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="LogAlertsFilename" serializeAs="String">
                <value>C:\Users\Pzyko\Downloads\Warframe\log1.log</value>
            </setting>
        </WarframeAlerts.Properties.Settings>
    </userSettings>
</configuration>
Link to comment
Share on other sites

The oldest version works fine.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="WarframeAlerts.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <userSettings>
        <WarframeAlerts.Properties.Settings>
            <setting name="Password" serializeAs="String">
                <value>password</value>
            </setting>
            <setting name="Username" serializeAs="String">
                <value>uresname</value>
            </setting>
            <setting name="RememberUser" serializeAs="String">
                <value>True</value>
            </setting>
            <setting name="FirstTimeRun" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="LogAlertsCheck" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="Filters" serializeAs="Xml">
                <value>
                    <ArrayOfFilter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xmlns:xsd="http://www.w3.org/2001/XMLSchema">
                        <Filter>
                            <Name />
                            <AlertSound>notify.wav</AlertSound>
                            <CreditAmountCheck>false</CreditAmountCheck>
                            <CreditAmountCompare>2</CreditAmountCompare>
                            <CreditAmountValue>0</CreditAmountValue>
                            <OtherRewardsCheck>true</OtherRewardsCheck>
                            <OtherRewardsFilter />
                        </Filter>
                    </ArrayOfFilter>
                </value>
            </setting>
            <setting name="LaunchWithWindows" serializeAs="String">
                <value>False</value>
            </setting>
            <setting name="LogAlertsFilename" serializeAs="String">
                <value />
            </setting>
        </WarframeAlerts.Properties.Settings>
    </userSettings>
</configuration>

Edited by V0LK
Link to comment
Share on other sites

Hmm so you both have credit amount unchecked, let me test a bit to see if that's what's causing it.

 

(Also, if you have other rewards checked, the specific filters below won't be counted at all)

Yeah, I just wanted to try. I'll take it off, maybe it'll tell us what's wrong.

Link to comment
Share on other sites

Recommending a few things to do onto the program.

1) Have it read from the processes and pull the currently running WarframeAlert.exe open if we open a new one.

2) Have an option to minimize to tray when selecting the Close button.

3) Have an option to minimize to tray when selecting the Minimize button. (I want to have it off personally.)

Edited by matrixEXO
Link to comment
Share on other sites

This file is currently set to private.

When a file is set to private by its owner only the owner of the file can access it. If you are the owner of the file please log into your account to access this file.

Still have questions, or think we've made a mistake? Please contact support for further assistance.

 

on that mediafire ink

Link to comment
Share on other sites

I have a minor issue with it, i changed the .wav and it doesn't play it, do i need to convert it to a specific format ?

I have changed mine a couple times. It seems to play fine. Did you rename the new .wav to "notify.wav"

Edited by RawGritz
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...