statistics
People Online: 17
Today's Visitors: 447
Total Visitors: 3,727,957
February 07, 2012, 06:03:38 PM
Shoutbox
   
 
[Guest] [joshmiller83]: Can we get an Astrolabe fix please? Or has WIM stopped being developed?
[DevTeam] [Astaldo]: You can disable wim2wim for now or visit the forum thread where you originally posted the issue
[DevTeam] [Zeke]: Yay for spam!
[DevTeam] [Zeke]: ....
[DevTeam] [Zeke]: I love that I get emailed when someone reports spam on the boards, but I can't do anything about it.
[DevTeam] [Nachonut]: lol i got you
[DevTeam] [Astaldo]: How about "hide email address from public checked" and it's still visible in all my posts...
[DevTeam] [Astaldo]: I'd delete my account on this site, but by the time I realized the problem half the spambots on the planet had it already
[Developer] [Pazza]: Astaldo if you log out and view your profile with a refresh you'll see that your email is hidden.
[Developer] [Pazza]: Your user level on the forums permit you to see emails even though they are marked hidden.
[DevTeam] [Astaldo]: Ah.. thanks for the clarification and apologies for "crying wolf" in that case :
[DevTeam] [Kaidenn]: PAZZA! i miss you.
[DevTeam] [Nachonut]: Lol, it's funny how it takes spam message reports to get me to come back
[DevTeam] [sylvanaar]: Check out the beta tester forum. Need alpha testers and feedback so I can come up with a maintenance plan.
[Developer] [Pazza]: loaded some new spam prevention modules... lets see if this stops the bastards.
[DevTeam] [Maziel]: Thought I'd check in and say Howdy Doody from Australia
[DevTeam] [Maziel]: Yeah the spam from shoes salesmen was becoming insane
[Guest] [Delakando]: What ever happened to the ability to track friend's location by wim? Other then just showing their general zone location.
Zeke pokes his head around the corner.
[DevTeam] [Zeke]: Anybody home?
[Guest] [Theillur]: I would like to know if it is just me.
[Guest] [Theillur]: http://www.wimaddon.com/forums/index.php/topic,1796.0.html
[Guest] [Nev]: I'm here
[Guest] [Nev]: I don't think anyone else is though
[Guest] [tomasio]: great site [url=http://freeonlinemusicvideos.net].[/url] [url=http://freepeopleclothing.org].[/url]
[Guest] [Theillur]: Nev it is not working for Zeke as well.
[DevTeam] [lothaer]: im here
[DevTeam] [lothaer]: ...
lothaer yawns sleepily.
[DevTeam] [lothaer]: sooooooooooooooooo
[Guest] [j3ff]: Hello. It is very quiet. I would love a response to my thread directly below your "Been very quiet" thread!
[DevTeam] [lothaer]: Check out my new post in the Skins forum
[DevTeam] [lothaer]: Posted a new download in the skins forum check it out
[DevTeam] [lothaer]: Zeke, Maziel, Pazza, Nachonut, sylvanaar, Kaidenn, Astaldo where are you?
[DevTeam] [lothaer]: It would be a real shame if WIM was left to die.
[DevTeam] [lothaer]: i think these forums are dead, Sylvanaar dosnt post on them as he only bug fixes when possible. WIMs future isnt very bright
[Guest] [justgiz]: Yea, its rather sad.
[Guest] [silvercola]: I wish it had skype
[DevTeam] [lothaer]: noy possible for a addon to do.
[DevTeam] [lothaer]: ...........
[Guest] [elzershark]: where is the download file?
lothaer beckons everyone over to you.
[DevTeam] [lothaer]: has anyone been able to take WIM to the beta yet?
[DevTeam] [lothaer]: PTR*
[DevTeam] [Maziel]: *sticks head up and looks around*
lothaer cries.
[DevTeam] [lothaer]: who the hell flagged my post as spam?
[Guest] [primalforce]: Hey guys
[DevTeam] [lothaer]: hello Primalforce.
[DevTeam] [lothaer]: PAZZA COME BACK!!!
 
   
   
News: World of Warcraft v4.0.1
 
Pages: [1]
Print
Author Topic: [Fixed] wim-2-wim option not saving  (Read 994 times)
Portshot
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
« on: April 01, 2009, 10:50:33 AM »

Hello,

I tried searching for this on this forum and on Google to see if someone else experienced this issue, and could not find anything. My apologies if this was already dealt with or not WIM related.

Been using WIM for a year now. At some point a week a go, I noticed that I was no longer able to see when my sister and friends (who also use WIM) were typing, nor could they see me typing. I promptly updated to the latest version, but the problem prevailed. I went into the WIM options, and noticed that the "Enable" check box for W2W was unchecked. I checked it, closed, tested, not working. I went back into the options panel, and the checkbox was unchecked yet again. I re-checked it, went to a different section in the options panel, went back to W2W, box was unchecked.

I logged out, disabled all my add-ons except for WIM to test whether there was a conflict. Still not working, the option for W2W won't save. I exited the game, moved my add-on folder out of the interface folder, re-launched the game, exited, copied the WIM addon folder back in the interface folder, re-started the game. The option still doesn't save.

I looked up the LUA config file in SavedVariables, found the W2W option, manually set it to true, restarted game, opened LUA file, option was set to false again.

I'm running Windows Vista 64, and the game is installed in the public folder. I checked the directory permission, nothing changed as far as I can tell. I can set other options in WIM and they are saved, but the W2W is the only one that simply won't turn on.

Any help would be appreciated.
Logged
Pazza
Administrator
Hero Member
*****

Karma: +89/-15
Offline Offline

Posts: 1375


Effin A


View Profile WWW
« Reply #1 on: April 01, 2009, 10:57:30 AM »

W2W auto disables if you are on a private server. Is this the case?
Logged

My hobbies consume way too much time :-).
Portshot
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
« Reply #2 on: April 01, 2009, 11:18:20 AM »

No, it is not.
Logged
Portshot
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 3


View Profile
« Reply #3 on: April 01, 2009, 08:27:30 PM »

What you asked about private servers made me think. I took the W2W:OnEnable() function in your code and commented out the isPrivateServer check so that it looked like so:

function W2W:OnEnable()
    -- if(isPrivateServer) then
        -- Private servers can not handle AddonMessages
        -- W2W:Disable();
    -- else
        RegisterWidget("w2w", createWidget_W2W);
        RegisterWidget("chatting", createWidget_Chatting);
        for user, _ in pairs(Windows) do
            SendServiceList(user);
        end
        myTimer:Show();
        UpdateAllServices();
    -- end
end

This resolved the problem.

I'm not sure, but this may be triggered because I merged all my accounts with the new battle.net. Now that I think of it, that's about at the same time I started having this issue. Hope it helps for your next update.
Logged
Pazza
Administrator
Hero Member
*****

Karma: +89/-15
Offline Offline

Posts: 1375


Effin A


View Profile WWW
« Reply #4 on: April 01, 2009, 10:02:55 PM »

interesting... The private server check is done by looking at the domain of the realm server... if merging accounts modifies this, it definitely can be the issue. I'll have to investigate this.
Logged

My hobbies consume way too much time :-).
Pages: [1]
Print
Jump to:  

You must be logged in to send a message to the shout box.
     
  test stamp