BUG: Access Connect Abort, when I create a new network profile.

Where can I report bugs?
My system is windows xp sp2 on X60.
I have been using AC-4.42(Access Connection) for a long time. And before,  there is no problem when I added new network profile into it.
But yesterday, I wanted to add a new profile into it. I opened the "create profile" window and input the name of the new profile (I have two network adapters, wired and wireless. So by default, the both are selected. And I left the default selection unchanged.), then "Next". The 2nd window is about wireless config, I configured everything, then go on "Next", at this moment, an error occured and AC aborted with four error windows. The titles of those windows are "ACMainGUI.exe error" and "ACMainGUIWnd: ACMainGUI.exe".
Then I did it again, I opened the "create profile" window, and this time, in this (1st) window, I changed the selection of network adapter, besides inputing the name of the new profile. I only selected the wired adapter, and then "Next". Sadly, this time the 2nd(next) window did not appear(pop up) at all. Instead, those four error windows poped up one by one.  AC aborted again.
I repeated the above operations many times, and everytime, AC aborted.
So I went to the online "support and download" to look for some updates about AC. And I found AC-4.52 with luck. After downloading and installing, unfortunately the problem still exists. AC-4.52 still aborts when I create a new network profile.
So now, what to do. I have no ways. I am expecting the developers could note this problem and fix it and give me a newer update as soon as possible.
Sigh...

I have exactly the same issue. Next to the actions mentioned by ixbm I have also fully uninstalled and reinstalled the AC-4.52, but this didn't help.
Any idea on how to solve, installing older version?
regards,
Bart

Similar Messages

  • Can't access my appleId when I created a new one for my dad

    Hi All,
    I really hope someone can help me out with this...here goes:
    I've been using my apple ID for a few years now...I use it for my iTouch at first...then bought an iPhone...and an iPad Mini...no problem whatsover...
    A few days ago..my dad bought his first ever Apple product (iPad Air). The other night we tried to set it up but our internet at home was intermittent so I used the iTunes on my laptop to start it up. When it was connected to my iTunes, it showed on the left panel my name as the iPad's owner which was weird because I clicked on set-up as new iPad. I don't sync any of my apple gadgets to my iTunes.
    Anyway, last night, I told my dad he needed to create his apple ID. So we did, from the Air. And that's when the problems started. When we tried to manage his Apple Id thru a computer, he was asked for security questions, but he wasn't able to input anything except for a new apple ID and a password and that's it. And when we checked out other details when we managed his ID, there were information on the address, and even credit card details...which turned out to be my details. Now when I try to access my own apple ID, I couldn't anymore. It says wrong password. So I went to my laptop and clicked manage my ID and asked my password to be reset thru email. No email came into my personal email address. I tried to do what I can but I can't seem to locate my apple ID. I thought it would send the reset email in my dad's gmail address but still none.
    My old apple ID is also linked to my iCloud. I couldn't access iMessage or Facetime so I decided to create a new ID.
    This morning, when I checked my Dad's iPad...and tried to access his iMessage or Facetime, when it was on the page wherein the apple id was verified and asked which email or apple id the messages should go through, I saw my apple ID there together with his apple ID.
    I know it's a bit confusing but I hope someone can help me out in retrieving my old Apple ID and separate it from my dad's apple ID account. If that's even possible.
    Help

    Oh and to add, when I downloaded the skype app onto my dad's air...I got a notification to my personal yahoo mail, it says:
    Dear My Dad's Name ----------- weird because it's my email address
    Your Apple ID, *my dad's apple id* was just used to download Skype for iPad from the App Store on a computer or device that had previously been associated with that Apple ID.
    I'm guessing his apple ID is linked to my email address...however, when we checked his personal gmail account, he got the same email..

  • How to load a default prefereces when a create a new profile

    i need disable access for a urer creates a new profile in firefox. if it not possible block a profiler manager in firefox, other solution is when user create a new firefox profile, it load defaults preferences

    hello, probably the best solution in this case is to use the ''mozilla.cfg'' file to lock certain preferences - it will work regardless of which profile is used. for more information about how to implement it please see http://kb.mozillazine.org/Locking_preferences

  • When i create a new project, my application cannot find textLayout_1.0.595, is this a bug??

    hey guys, so this is the second time this has happened, im not sure what i did the first time to fix the error but when i create a new project and create a textinput box in there, i get the following error,
    "SecurityError: Error #2148: SWF file file:///Users/tkanagala/web projects/flex 4/podcast/bin-debug/podcast.swf cannot access local resource file:///Users/tkanagala/web%20projects/flex%204/podcast/bin-debug/textLayout_1.0.0.595.sw f. Only local-with-filesystem and trusted local SWF files may access local resources."
    any ideas why??

    I get the same error.  This isn't something you should have to update a policy file for - it seems like a flash builder error in the way it generates the library swf.  The steps I took were:
    - create a new application
    - type some basic demo app code or paste in code.  In my situation I pasted in some charting examples from the docs (appended to the end)
    - click "run"
    - the error appears:
    SecurityError: Error #2148: SWF file file://localhost/Users/rj.owen/Documents/ProjectFiles/TIAA-CREF/code/tiaa-eii/production/ ChartingTests/bin-debug/ChartingTests.swf cannot access local resource file://localhost/Users/rj.owen/Documents/ProjectFiles/TIAA-CREF/code/tiaa-eii/production/ ChartingTests/bin-debug/textLayout_1.0.0.595.swf. Only local-with-filesystem and trusted local SWF files may access local resources.
    at flash.net::URLStream/load()
    I'll go post on JIRA as well.
    the code I used was:
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
    <fx:Script>
    <![CDATA[
    import mx.collections.ArrayCollection;
    [Bindable]
    public var stockDataAC:ArrayCollection = new ArrayCollection( [
    {date: "2005, 7, 27", close: 41.71},
    {date: "2005, 7, 28", close: 42.21},
    {date: "2005, 7, 29", close: 42.11},
    {date: "2005, 8, 1", close: 42.71},
    {date: "2005, 8, 2", close: 42.99},
    {date: "2005, 8, 3", close: 44} ]);
    public function myParseFunction(s:String):Date {
    // Get an array of Strings from the comma-separated String passed in.
    var a:Array = s.split(",");
    // Create the new Date object. Subtract one from
    // the month property because months are zero-based in
    // the Date constructor.
    var newDate:Date = new Date(a[0],a[1]-1,a[2]);
    return newDate;
    ]]>
    </fx:Script>
    <mx:Panel title="DateTimeAxis Example" height="100%" width="100%">
    <mx:LineChart id="mychart" height="100%" width="100%"
      paddingRight="5" paddingLeft="5"
      showDataTips="true" dataProvider="{stockDataAC}">
    <mx:horizontalAxis>
    <mx:DateTimeAxis dataUnits="days" parseFunction="myParseFunction"/>
    </mx:horizontalAxis>
    <mx:verticalAxis>
    <mx:LinearAxis baseAtZero="false" />
    </mx:verticalAxis>
    <mx:series>
    <mx:LineSeries yField="close" xField="date" displayName="AAPL"/>
    </mx:series>
    </mx:LineChart>
    </mx:Panel>
    </s:Application>

  • Access Connection crash when editing

    Hi,
    Latest version of access connection crash when I try to edit and save an existing profile.
    Last time we had this (there is 2 years) it was due to something wrong in translated version.
    Best regards

    hey Poil,
    could you explain more on what is going on ?
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • When I create a new contact on my iPhone 5, despite having all my devices connected to iCloud, the contact does not appear anywhere else. Please can you let me know how to solve this?

    When I create a new contact on my iPhone 5 it does not appear on any of my other devices (iPad, PC).

    '''''#This will fix the problem for most I think:'''''
    ''Firefox 4.0 has a new feature that automatically saves your tabs when you close Firefox.''
    Its seems that for many people, this feature was not enabled automatically, instead it is set on a different setting of 'show my homepage' or 'show a blank page'. But it is very easy to change, I just did it myself! Here is how to do it:
    At the top left of the screen is an orange 'Firefox' box, click on it. On the right of the dropdown menu you will see 'Options'. Click on it. Then you will see another 'Options', click on it. This will bring up the Options menu.
    The part we are interested in for this fix is where it says, 'When FireFox starts:'. There is a dropdown selection next to that sentance, click on the little down-arrow, and choose ' Show my windows and tabs from last time'. Then click on 'OK' at the bottom of the Options menu, this will close the menu.
    You should be sorted now, I was. I hope it works for you too. To test it out, have a few tabs open, and close firefox. Then try open it. Those same tabs should re-appear. Holding thumbs & fingers crossed :)

  • When i create a new window, firefox Yanks me back to where i was and i dont want to be yanked back.

    i duplicate current pages by create new windows on a very frequent basis;
    to do this, i go to the top of the page that i want to duplicate and right-click and click on Open Link in New Window;
    I specifically want to duplicate the page i am on in another Window, not a new tab;
    Because
    Duplicating the current page to Open Link in New Tab, gives tabs on the top of my screen;
    Duplicating the current page to Open Link in New Window, gives 'tabs' on the bottom of my screen;
    I want 'tabs' to show on the bottom of my screen and to do that i have to Open Link in New Window;
    My question and What is happening, is that firefox is yanking me back to the page that i have just duplicated by right-clicking at the top of the page and clicking on Open Link in New Window;
    When i create the new Window, firefox yanks me back to the page that i just duplicated and i dont want to be yanked back to that page;
    I want to stay on the page that i just duplicated.
    I have tried changing the way tabs work in Options but nothing checked or unchecked results in the specific way i want to have new Windows open and STAY on that newly created Window and not be YANKED back to the window i duplicated.

    The original window did not have a Flash object, but does the window that hides itself contain a Flash object? That is the usual pattern for this bug in the plugin's protected mode feature.
    If you have not already tried disabling it, the following pages/posts provide different ways to do that:
    * Adobe support article under the heading "Last Resort": [http://forums.adobe.com/message/4468493#TemporaryWorkaround Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]
    * Manual steps: https://support.mozilla.org/questions/968190?page=5#answer-509209
    * Batch file to automate the manual steps: https://support.mozilla.org/questions/982093#answer-518078
    Flash needs to completely unload from memory (restarting Firefox might help) before this would take effect.
    More history: [https://support.mozilla.org/questions/955659 Opening New Windows and Shockwave Flash]

  • Help, I cannot connect to the internet via airport with either my Imac or I-Pad.  Connecting via ethernet works okay for Imac.  I can connect wirelesssly with my windows laptop.  I have reset my router, created a new network. It was all okay on Monday

    Normally I have my IMac, I-Pad and Windows Laptop all working on my home network via wi-fi. This week I find that I cannot access the inetrnet on my IMac or I-pad via wi-fi but I can connect to the internet via wi-fi with my windows based laptop.
    The airport diagnostics (reds/yellows) indcate that I am connected
    I can access the internet if I plug my IMac into the router via an ethernet cable
    I have restarted the IMac and the I-Pad, rebooted the router and created a new network.  None of these changes has made a difference.  Does anyone have any ideas please?

    You have not completed your profile so we cannot assist you. In  your profile you will indicate critical information such as what version of OS X is installed on your computer and the computer's configuration. If you do not know how to complete your profile please click Profile Update

  • When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    When I create a new project in iMovie and drop clips into it, it plays the first one and then quits right near the end of the second clip.  I have re-started my computer, tried a new project etc, and no luck, does anyone know how to fix this issue?

    This is a part of the larger MacBook Pro connectivity issue. There are several related threads dealing with the MBP's networking problems. If your unit is suffering from this type of difficulty, good luck ... (or a long ethernet cable)
    (PS Everybody please make noise on this one so apple comes up with a solution.)
    < Edited by Host >

  • When I create a new song logic crashes

    When I create a new song logic crashes! I have to load another song, cancel all data and after I can work.
    Logic seems to get worse every day.
    I have repair permission, cancel logic preference, install, again logic, it's 15 years that I use Logic and I think that now it have a lot of bug.
    Emagic was another planet

    domani è un altra musica wrote:
    When I create a new song logic crashes! I have to load another song, cancel all data and after I can work.
    Logic seems to get worse every day.
    I have repair permission, cancel logic preference, install, again logic, it's 15 years that I use Logic and I think that now it have a lot of bug.
    Emagic was another planet
    Certainly a friendlier more communicative planet.
    Are you still using Snow Leopard 10.6.8 as your tagline says?
    If so, this fix may help.
    http://support.apple.com/kb/TS3968
    Follow it exactly, no more, no less.

  • When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?

    When I create a New Folder (on the desktop or in Finder), the system uses the Generic Document Icon instead of the Generic Folder Icon. How can I change this back?
    All of a sudden I noticed that most of the folders on my computer were no longer using the folder icon, but the generic document icon. I had to manually change back the icon being used by opening Get Info for each folder and copying and pasting the generic folder icon from some folders that remained unchanged. Now whenever I create a New Folder (right click -> "New Folder"), the icon that shows up is the generic document icon (white page with top right corner turned down). And I have to manually change it so it shows up as a folder in Finder or on my desktop. I don't know why or how this switch happened. All of the folders now on my computer look ok, but I need to change the default so when I create a New Folder it uses the correct icon.
    I have also Forced Relaunch of my Finder and rebooted the system. I downloaded Candybar but am not sure what will fix anything, so I haven't proceeded.
    Anyone know how I can do this? Thanks.

    Anyone?

  • How do I get rid of the auto signature "sent from my iPhone" when I create a new message?

    how do I get rid of the auto signature "sent from my iPhone" when I create a new message?

    Settings -> Mail -> Signature and edit it to whatever you'd like.

  • I have set up a second iTunes user account on my PC, but when I create the new iTunes account it copies the music, videos etc from the original account and they seem to be linked.  What am I doing wrong?

    I have set up a second iTunes user account on my PC, but when I create the new iTunes account it copies the music, videos etc from the original account and they seem to be linked, so that when I delete a song from one library it deletes from the other one. 
    On the online tutorials I've seen it shows that when you create a new iTunes library it should open as a blank account, but that isn't happening.
    What am I doing wrong?

    If you  have iTunes 11 turn on the Sidebar. Go to iTunes>View and click on Show Sidebar. You can also do a Crtl+S to show the sidebar. The sidebar is where Devices appears. and Control+B to show the Menu bar
    If necessary:
    iOS: Device not recognized in iTunes for Windows
    or
    iOS: Device not recognized in iTunes for Mac OS X

  • Recently, when I create a new album (untitled), it immediately fills with picture either from the album above it or, if I have a Faces collection open, with the pictures from that collection. Why and how do I fix it?

    Recently, when I create a new album (untitled), it immediately fills it immediately fills with picture either from the album above it or, if I have a Faces collection open, with the pictures from that collection. Why and how do I fix it?

    When a new album is created it will fill with whatever is in the right hand window,  If you're in the Events or Photos mode it will contain all photos in the library.  Yes, strange behavior.
    OT

  • I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use?

    I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use? Essentially having two wifi connection off the same network? If so how do I set this up?

    Extending using a wireless connection always results in a performance compromise.
    If the Express is going to extend using a wireless connection, then the Express will need to be located about half way between the AirPort Extreme and the general area where you need more wireless coverage. The more that you have line-of-sight between the Extreme and Express, the better the network will operate.
    Remember......the Express can only "extend" the quality and signal speed that it receives, so it needs to be located where it can get a very good signal from the Extreme. Although Apple cleverly uses the term "extend", a more accurate term for the Express would be "repeater".
    If the Express will extend by connecting to the Extreme using a permanent, wired Ethernet cable connection......highly recommended for best performance.....then the Express can be located exactly where you need more wireless coverage. There is no signal loss at all through the Ethernet cable, so the Express gets a full speed signal no matter where it might be located.
    Post back to let us know which way to you want to go.

Maybe you are looking for

  • My itunes wont let me sync music onto my ipod touch, even though i have a ton of music on my touch already

    My itunes is currently empty with no music in the library when i try and add music by dragging and dropping. (which used to work) i try and sync but it dont copy onto my touch. Any ideas? I have tried restoring the ipod and also re-downloading itunes

  • XML file not updating

    The imsmanifest.xml doesn't seem to be updated after I have completed the test in the presentation. I have tried all the settings in quiz manager. I am suppose to see the test results in the imsmanifest.xml file, right?

  • Officejet Pro 8600 plus e-all-in-one N-911g App Connection Error

    Windows 8.1 Update 64 bit version Printer connected wirelessly "Connection Error:  The printer was unable to connet to the server.  Check your internet connection and try again."   I get this message when touching the "Apps" Icon on the printer touch

  • Downloads not working after all steps taken

    After installing 4.0, downloads no longer work. A tab opens, but the download window does not appear and file does not download. I've been through all troubleshooting steps listed and nothing has worked. I've cleared the list, reset "user defined," c

  • PLEASE HELP: Mouse Pairing Failed and I cannot use the computer!

    Hi, PLEASE HELP! The batteries in my Blue Tooth, wireless Mighty Mouse died. I changed the batteries and since then cannot get the mouse to work with my computer. I went through the process of attempting to connect the mouse (this came up after I res