Window freezes when loading

Hi I have a window which loads fine most of the times(on a button click), but sometimes it just freezes and i get the follwing messages in the dos prompt . Does anyone know why? Thanks.
[java] Exception in thread "AWT-EventQueue-0" java.util.NoSuchElementExcept
ion: Vector Enumeration
[java] at java.util.Vector$1.nextElement(Vector.java:308)
[java] at javax.swing.plaf.basic.BasicTableHeaderUI.getPreferredSize(Ba
sicTableHeaderUI.java:475)
[java] at javax.swing.JComponent.getPreferredSize(JComponent.java:1615)
[java] at javax.swing.ViewportLayout.preferredLayoutSize(ViewportLayout
.java:78)
[java] at java.awt.Container.preferredSize(Container.java:1558)
[java] at java.awt.Container.getPreferredSize(Container.java:1543)
[java] at javax.swing.JComponent.getPreferredSize(JComponent.java:1617)
[java] at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout
.java:702)
[java] at java.awt.Container.layout(Container.java:1401)
[java] at java.awt.Container.doLayout(Container.java:1390)
[java] at java.awt.Container.validateTree(Container.java:1473)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validateTree(Container.java:1480)
[java] at java.awt.Container.validate(Container.java:1448)
[java] at java.awt.Window.show(Window.java:515)
[java] at nl.jj.swingx.gui.modal.JModalFrame.show(JModalFrame.java:834)
[java] at java.awt.Component.show(Component.java:1300)
[java] at java.awt.Component.setVisible(Component.java:1253)
[java] at nl.jj.swingx.gui.modal.JModalFrame.setVisible(JModalFrame.jav
a:861)
[java] at shareholder.gui.GuiUtils.showCenteredFrame(GuiUtils.java:86)
[java] at shareholder.gui.MainFrame.miTransactions_actionPerformed(Main
Frame.java:988)
[java] at shareholder.gui.MainFrame.access$36(MainFrame.java:979)
[java] at shareholder.gui.MainFrame$30.actionPerformed(MainFrame.java:1
614)
[java] at javax.swing.AbstractButton.fireActionPerformed(AbstractButton
.java:1849)
[java] at javax.swing.AbstractButton$Handler.actionPerformed(AbstractBu
tton.java:2169)
[java] at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultBut
tonModel.java:420)
[java] at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.
java:258)
[java] at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
[java] at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemU
I.java:1000)
[java] at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(
BasicMenuItemUI.java:1041)
[java] at java.awt.Component.processMouseEvent(Component.java:5488)
[java] at javax.swing.JComponent.processMouseEvent(JComponent.java:3126
[java] at java.awt.Component.processEvent(Component.java:5253)
[java] at java.awt.Container.processEvent(Container.java:1966)
[java] at java.awt.Component.dispatchEventImpl(Component.java:3955)
[java] at java.awt.Container.dispatchEventImpl(Container.java:2024)
[java] at java.awt.Component.dispatchEvent(Component.java:3803)
[java] at java.awt.LightweightDispatcher.retargetMouseEvent(Container.j
ava:4212)
[java] at java.awt.LightweightDispatcher.processMouseEvent(Container.ja
va:3892)
[java] at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3
822)
[java] at java.awt.Container.dispatchEventImpl(Container.java:2010)
[java] at java.awt.Component.dispatchEvent(Component.java:3803)
[java] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
[java] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDi
spatchThread.java:242)
[java] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDisp
atchThread.java:163)
[java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
ava:157)
[java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.j
ava:149)
[java] at java.awt.EventDispatchThread.run(EventDispatchThread.java:110
[java] Couldn't find window: "View Transactions - Test Fund" (timeout = 120
000)
[java] C:\ISSApp\BAT\..\AcceptanceTests\tests\NewIssue\ExistFundNewIssEr.xm
l line 1
[java] java.lang.RuntimeException: Couldn't find window: "View Transactions
- Test Fund" (timeout = 120000)
[java] at shareholder.testing.gui.WindowComponentFinder.findWindow(Wind
owComponentFinder.java:218)
[java] C:\ISSApp\BAT\..\AcceptanceTests\tests\NewIssue\ExistFundNewIssEr.xm
l line 25
[java] at shareholder.testing.gui.WindowComponentFinder.<init>(WindowCo
mponentFinder.java:39)
[java] at shareholder.testing.gui.WindowComponentFinder.<init>(WindowCo
mponentFinder.java:18)
[java] C:\ISSApp\BAT\..\AcceptanceTests\tags\addSubscription.xml line 11
[java] at shareholder.testing.gui.GuiAdapter.<init>(GuiAdapter.java:29)
[java] at shareholder.testing.acceptance.tags.LookAtWindow.doExecute(Lo
okAtWindow.java:9)
[java] at shareholder.testing.acceptance.Tag.execute(Tag.java:23)
[java] at shareholder.testing.acceptance.tags.CollectingTag.doExecute(C
ollectingTag.java:15)
[java] at shareholder.testing.acceptance.tags.DefineTag.doExecute(Defin
eTag.java:36)
[java] at shareholder.testing.acceptance.Tag.execute(Tag.java:23)
[java] at shareholder.testing.acceptance.tags.CollectingTag.doExecute(C
ollectingTag.java:15)
[java] at shareholder.testing.acceptance.Tag.execute(Tag.java:23)
[java] at shareholder.testing.acceptance.tags.AcceptanceTest.execute(Ac
ceptanceTest.java:14)
[java] at shareholder.testing.acceptance.CustomerAcceptanceTestTask.run
(CustomerAcceptanceTestTask.java:68)
[java] at shareholder.testing.acceptance.CustomerAcceptanceTestTask.exe
cute(CustomerAcceptanceTestTask.java:34)
[java] at shareholder.testing.acceptance.CustomerAcceptanceTestTask.mai
n(CustomerAcceptanceTestTask.java:18)

[java] Exception in thread "AWT-EventQueue-0"
java.util.NoSuchElementExcept
on: Vector Enumeration
[java] at
java.util.Vector$1.nextElement(Vector.java:308)http://java.sun.com/j2se/1.4.2/docs/api/java/util/NoSuchElementException.html
Hmm....

Similar Messages

  • Extension Manager CS6 freezes when loading extensions

    Extension Manager CS6 freezes when loading extensions
    When launching Extension Manager CS6 it starts loading extensions but totally freezes when the last 30 percent of the loading extension bar is still unaccomplished. It is not possible to close the window, not even with the task manager.  I have restart the computer to get rid of it.
    My OS is Windows 7, 64 bit. The most recent versions of the entire Adobe CS family are installed, freshly updated, including the Extension Manager CS6.
    To trace the cause of the problem I tried to create a log file in the folder C:\Program Files (x86)\Adobe\Adobe Extension Manager CS6. I logged in as administrator and wrote in the Command Prompt Window:
    echo > ExManLog.YES
    The log file was created but contains nothing but "ECHO is on".
    A possible cause of the problem might be that I have two installed active version of Ajatix Advanced CSS Drop Down Menu, which is an add-on to Dreamweaver. The first version is the free one, the second is the full paid version. I would like to deactivate the first one since which might make the Extension Manager happier. But the only way to deactivate it that I know of is to use the Extension Manager. Catch 22.

    Dear Carl, thanks for the advice that made me understand how to remove an extension without using the Extension Manager. However, the problem persists, i.e the Extension Manager freezes soon after it is launched, when the last 30 percent of the loading extension bar is still unaccomplished.
    Following your instruction I have tried to remove both my versions of the troublesome DW extension (Ajatix Advanced CSS Drop Down Menu). Which in my case meant that I deleted the following files:
    the files com.ajatix.AdvancedCSSMenuLight.mxi, com.ajatix.AdvancedCSSMenuLight.mxi_air and com.ajatix.AdvancedCSSMenuLight.zxp in C:\Users\<My UserName>\AppData\Roaming\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6
    and the files ajxcssmenu2.3.0.mxi, ajxcssmenu2.3.0.mxi_air and ajxcssmenu2.3.0.mxp in C:\ProgramData\Adobe\Extension Manager CS6\EM Store\Dreamweaver CS6
    In the hope of cleaning out everything from this extension I have also deleted the following files:
    AJXCSSMenu.chm, AJXCSSMenu.dll in C:\Users\UpdatusUser\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\JSExtensions
    and AJXCSSMenu.chm, AJXCSSMenu.dll, AJXCSSMenuLight.chm, AJXCSSMenuLight.dll in C:\Users\ipb-master\AppData\Roaming\Adobe\Dreamweaver CS6\en_US\Configuration\JSExtensions
    Every time I thus get rid of the Ajitex files the Extension Manager seems happy and loads the only extension I currently have left (Adobe exchange). However when I reinstall the Ajitex extension, the Extension Manager behaves in the same bad manner, freezes after approximately 70 percent of the process of loading extensions. Same thing when I remove this extension and try to install another from Ajitex (Email Spam Blocker). It seems to install all right but afterward the Extension Manager freezes when launched.
    Don't know what to do now.

  • CC illustrator freezes when loading. What to do?

    CC illustrator freezes when loading. What to do?

    What OS? What version of AI? Do you get any error messages? New computer?

  • After updating my plugins firefox 5.0.1 still hangs/freezes when loading web pages.

    After making sure my plug-ins were updated, firefox 5.0.1 hangs/freezes when loading web pages.

    I changed the setting, but unfortunately, this didn't fix the problem. This situation does seem to occur more, when I load or reload my eBay home page. I noticed that all data and information would go ahead and load, but the random ads bar would not immediately load and when I would left click anywhere on the page, Firefox would temporarily freeze, the page turns white, Firefox not responding will display, and then the banner would load and everything is fine. I'm wondering if it has something to do with my Flash Player. Any additional suggestions would be greatly appreciated. Thanks! Reggie

  • Safari slow and freezes when loading pages

    Hi I've been having a problem with Safari for the past few months it frequently freezes when loading web pages, sometimes it will eventually load, other times it wont. the blue progress bar in the address bar stops on about 10% with a plain white page it doesn't happen all the time but disturbingly it happens on pages as simple as Google search, not just data heavy sites. other symptoms include having to click links several times to get them to respond and I get the you are not connected to the Internet page when I go to some sites only to try another page from my bookmarks and it will load perfectly.
    Any help greatly appreciated its driving me nuts.

    I only posted the other post because I hadnt anticipated getting such a quick responce from you , Im on a tight deadline for work and I needed to get this problem sorted a.s.a.p, I didnt think that anybody else would hop onto this discussion Anyway heres the output I get
    Last login: Wed May  9 13:18:21 on console
    Gareth-Joness-iMac:~ gareth$ kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'
    Gareth-Joness-iMac:~ gareth$ sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfi x|x)/{print $3}'
    WARNING: Improper use of the sudo command could lead to data loss
    or the deletion of important system files. Please double-check your
    typing when using sudo. Type "man sudo" for more information.
    To proceed, enter your password, or type Ctrl-C to abort.
    Password:
    Sorry, try again.
    Password:
    com.microsoft.office.licensing.helper
    com.adobe.SwitchBoard
    Gareth-Joness-iMac:~ gareth$ launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}'
    com.wacom.pentablet
    com.adobe.AAM.Scheduler-1.0
    Gareth-Joness-iMac:~ gareth$ ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta} * L*/Fonts 2> /dev/null
    /Library/Components:
    /Library/Extensions:
    /Library/Frameworks:
    AEProfiling.framework
    AERegistration.framework
    Adobe AIR.framework
    AudioMixEngine.framework
    NyxAudioAnalysis.framework
    PluginManager.framework
    iLifeFaceRecognition.framework
    iLifeKit.framework
    iLifePageLayout.framework
    iLifeSQLAccess.framework
    iLifeSlideshow.framework
    /Library/Input Methods:
    /Library/Internet Plug-Ins:
    AdobePDFViewer.plugin
    Flash Player.plugin
    JavaAppletPlugin.plugin
    Quartz Composer.webplugin
    QuickTime Plugin.plugin
    SharePointBrowserPlugin.plugin
    SharePointWebKitPlugin.webplugin
    WacomNetscape.plugin
    WacomSafari.plugin
    flashplayer.xpt
    iPhotoPhotocast.plugin
    npContributeMac.bundle
    nsIQTScriptablePlugin.xpt
    /Library/Keyboard Layouts:
    /Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.wacom.pentablet.plist
    /Library/LaunchDaemons:
    com.adobe.SwitchBoard.plist
    com.apple.remotepairtool.plist
    com.microsoft.office.licensing.helper.plist
    /Library/PreferencePanes:
    Flash Player.prefPane
    PenTablet.prefPane
    /Library/PrivilegedHelperTools:
    com.microsoft.office.licensing.helper
    /Library/QuickLook:
    iWork.qlgenerator
    /Library/QuickTime:
    AppleIntermediateCodec.component
    AppleMPEG2Codec.component
    /Library/ScriptingAdditions:
    Adobe Unit Types.osax
    /Library/Spotlight:
    Microsoft Office.mdimporter
    iWork.mdimporter
    /Library/StartupItems:
    /etc/mach_init.d:
    /etc/mach_init_per_login_session.d:
    /etc/mach_init_per_user.d:
    com.adobe.SwitchBoard.monitor.plist
    Library/Address Book Plug-Ins:
    SkypeABDialer.bundle
    SkypeABSMS.bundle
    Library/Fonts:
    Library/Input Methods:
    .localized
    Library/Internet Plug-Ins:
    Library/Keyboard Layouts:
    Library/LaunchAgents:
    com.adobe.AAM.Updater-1.0.plist
    com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.E3CFAA50-1194-4D76-B170-E96 8592213B6.plist
    [email protected]list
    Library/PreferencePanes:
    Gareth-Joness-iMac:~ gareth$ osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null
    iTunesHelper
    Gareth-Joness-iMac:~ gareth$
    Thanks

  • Starcraft 2 freezes when loading.

    I have had starcraft for a few months now and it has not given me any trouble. But for some reason, this morning it freezes whenever run with wine. I played it yesterday, did not update anything, and it worked fine.
    I then updated all of my software, but the problem persisted. I also removed all configuration problems, and SC still freezes when it runs.
    The freeze occurs right after the game loading screen, and before the user login window is displayed. When SC freezes, one of my cores is stuck at 100% usage.
    I'm running Arch 64 bit, have an NVIDIA 9600M GT graphics card, all of my drivers and software are recent.
    I am particularly confused by this since I literally did nothing to my system before SC started freezing. Below is the output from wine.
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    fixme:process:GetLogicalProcessorInformation (0x33fa5c,0x33fd5c): stub
    fixme:hnetcfg:fw_profile_get_FirewallEnabled 0x138970, 0x440f0e8
    fixme:process:GetProcessWorkingSetSize (0xffffffff,0x440ed78,0x440ed7c): stub
    fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
    fixme:win:EnumDisplayDevicesW ((null),0,0x440ea08,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e90c,0x00000000), stub!
    fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314644 (as fourcc: DF16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x34324644 (as fourcc: DF24) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x34324644) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x4c4c554e (as fourcc: NULL) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x4c4c554e) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e7e0,0x00000000), stub!
    fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
    fixme:win:EnumDisplayDevicesW ((null),0,0x440e7b8,0x00000000), stub!
    fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x825ea38): stub
    fixme:msctf:ThreadMgrSource_AdviseSink (0x78713a8) Unhandled Sink: {71c6e74e-0f28-11d8-a82a-00065b84435c}
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:d3d9:Direct3DShaderValidatorCreate9 stub
    fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe32ea38): stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe32ea38): stub
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe62ea38): stub
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xe96ea2c): stub
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc: R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072a4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407578,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407568,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072fc,0x00000000), stub!
    fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x211aea38): stub
    fixme:mmdevapi:AEV_GetMute stub
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:imm:ImmReleaseContext (0x40054, 0x13eb30): stub
    Last edited by wakkadojo (2010-10-20 18:13:37)

    I am having this exact same issue on ubuntu. I'm running wine-1.3.5 which version are you using?
    Also, a friend of mine had a similar issue under windows where the game would freeze before displaying the login screen. Seems it was the Defense+ system. Now this does not make sense for wine but what it does seem is that if the socket create / bind operation halts the game locks up. If the problem is similar someone did something to wine's networking.
    I'm also getting an error about internal dll mmdevaip.dll not loading. If I remember correctly that needs to be disabled in your wine config. I checked this and attempted setting then unsettling it to no effect.
    Edit: Running starcraft with winedbg Starcraft\ II.exe command line seems to work. Once you have done this once starcraft works with normal wine. I have no idea why but it worked for me.
    NOTE: once winedbg starts you will need to type cont then hit enter. Once you get to the login screen exit and run starcraft normally.
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36314c41 (as fourcc: AL16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36314c41) in the format lookup table
    fixme:d3d:debug_d3dformat Unrecognized 0x36315220 (as fourcc:  R16) WINED3DFORMAT!
    fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the format lookup table
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072a4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407578,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x4407568,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x44072fc,0x00000000), stub!
    err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"mmdevapi.dll"
    err:ole:create_server class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
    fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
    err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x17
    fixme:winhttp:WinHttpGetIEProxyConfigForCurrentUser returning no proxy used
    fixme:imm:ImmReleaseContext (0x50054, 0x1476a8): stub
    fixme:d3d_surface:IWineD3DVolumeImpl_Map (0x981ae88) : pBox=(nil) stub
    Last edited by harkin (2010-10-20 21:15:28)

  • TS3212 after downloading the new version of Itunes onto my windows 8, my windows freezes when attempting to gain access to itunes store.  How do i Fix?

    After downloading the new version of Itunes onto my windows 8, my computer freezes when i attempt access into itunes store.  How can I fix this problem?

    Never heard of that being caused by installing iTunes. Try asking on a Windows forum. This isn't a problem with iTunes or any other Apple product. If you believe it is, uninstall iTunes. If the problem persists, you'll have to seek advice on a Windows forum or contact Microsoft for support.

  • Window freezes when Product category selected via match-code (search help)

    Hello Experts,
    I am using SRM 7.0 Extended Classic Scenario.
    I maintained a product category hierarchy in the SRM environment.
    I maintained the GL Accounts related, the tax determination, the source system etc.
    I did all this customizing in a Development environment where everything was working fine.
    Now I just transported all this to a Quality environment.
    And in the Quality I am facing the following issue :
    If I select a product category via the match-code (search help), after the category is selected, the window freezes.
    I have to shut it down manually using the Windows Close button.
    However, when I type the category number, everything works fine.
    Do you have any idea what could be causing this issue, and how to fix it ?
    Thanks in advance,
    Sofiane

    Hello,
    We have the exact same issue in SRM 7.0 Extented Classic Scenario. This was working fine before we installed the latest support package 11. Which support package do you have?
    The same problem occurs with every drop down menu (search help) in EBP. For example when creating a new shopping cart, if I try to add approver, the same thing happens. After clicking 'Approval Process: Display / Edit Agents' > 'Add Approver', the window freezes. Same thing happens with IE8 and Firefox 3.6.13. Could you also try the same?
    Could it be a new bug in SP11?
    Thanks and best regards,
    Matti Hokkanen
    Edited by: Matti Hokkanen on Nov 4, 2011 10:30 AM
    Edited by: Matti Hokkanen on Nov 4, 2011 10:43 AM

  • AppleWorks for Windows crashes when loading -asks for QuickTime 4.1

    I've run into a QuickTime error when loading AppleWorks 6.2.9 for Windows (Education version).  The message says it needs QuickTime 4.1 to run; though I already have QuickTime 7 installed ( my windows has just been upgraded to Windows 7).  Anyone know if this can be cured?  Any suggestions gratefully received!

    First, the last version of AppleWorks 6 for Windows is 6.2.2. AppleWorks 6.2.9 is the last Mac version.
    I thought I had AppleWorks 6.2.2 installed in Windows 7 in Parallels 7 but I don't. I'm not sure when I'll have the chance to do that.
    In the meantime, it might be best to start over. Delete QuickTime 7 & AppleWorks 6 & then reinstall from the AW CD including QuickTime 4.1. You can then reinstall QuickTime 7 after AW is up & running.

  • Elements 11 Organiser freezes when loading

    When loading Elements 11 the Organiser freezes, Edit loads OK.  I have followed all the suggestions in the Forum and I have found that when setting up a new account, it works OK but the original account doesn't work.  The Forum suggests ask the administrator, but I haven't got one.  Help please.
    Thanks

    You mention stopping active file monitor, but you don't say anything about stopping autoanalyzer, which is far more likely to cause this than anything mentioned in your post. (organizer preferences>media analysis, shut off everything except face recognition, if you use that)
    Incidentally, the chat line et al are not "ours", since this is the user to user forum and we are just other customers like you, not Adobe employees.

  • System Prefs window freezing when clicking on Login Items

    Can anyone help me with this? In System Prefs>Accounts, I click on the button next to "Password" called "Login Items." It turns gray like I clicked on it, but everything in the window freezes and nothing happens. None of the buttons work except "Login Options." I bring up Force Quit, but the application does not show as "not responding," in other words, it appears to be working fine, but even the red, close window button stops working. The only way to get out of it is to hit command-Q to quit System prefs and then reopen it.

    This is annoying, but when you are authenticating with a network ID it adopts settings which restrict access to the login items. If you look in your Accounts control panel, you will see under the name something like Admin, Managed, Mobile/Network (depending on if you made the account mobile). That "managed" word is the problem. If you hold down option when you login you have the option of disabling the management. This will give you full control, but only for that login instance. You can check the save this choice box, but it seems to be useless.
    On another note, has anyone figured out how to get around this without having an admin account on the AD domain?

  • Firefox sometimes freezes when loading new pages

    I have had an issue for several months now & any help with it would be gratefully appreciated.
    Quite often, when loading a new page, Firefox will hang for up to 30 seconds; the loading circle in the left hand corner of the tab will freeze & I will be locked out of the browser. That website's usually then fine for the rest of the session, but if I close and reopen Firefox the same thing will happen again.
    I have tried other browsers such a IE, and the same thing also happens there. My laptop is becoming quite claggy in general, but I'm hoping I can at least find a solution to this!

    Do you get a dialog saying a script is running slowly with Stop/Continue buttons, or does the problem just clear up without any messages?
    Two other thoughts:
    (1) To diagnose a possible Flash issue, you can switch the Shockwave Flash plugin to "Ask to Activate." The page should load the non-Flash components first. If it's just as slow, then we can rule out Flash as a potential culprit, but if it's much faster, that would be useful to know.
    You can make the change on the Add-ons page. Either:
    * Ctrl+shift+a
    * orange Firefox button (or Tools menu) > Add-ons
    In the left column, click Plugins. Then use the drop-down list for Shockwave Flash to select "Ask to Activate."
    Sites that use Flash will generate a notification icon on the address bar, and either a link will appear in the black rectangle where you normally get videos loading automatically, or an infobar will slide down between the toolbar area and the page.
    (2) About 8 months ago, a user with an enormous font collection discovered that when visiting pages that use downloadable fonts for the first time during a session, Firefox would hang for 3 minutes. ([https://support.mozilla.org/en-US/questions/957111 Firefox hangs on Websites (example: g2play.net)]) I don't know whether this is still a problem, but if you have tons of fonts, as a diagnostic, you could temporarily disable downloadable fonts.
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box that appears above the list, type or paste '''gfx''' and pause while the list is filtered
    (3) Double-click the '''gfx.downloadable_fonts.enabled''' preference to switch its value from true to false.
    I say temporary because many sites now use fancy fonts to display little icons instead of using images. With downloadable fonts disabled, these icons turn into tall rectangles with two rows of two characters (in other words, useless).

  • IDVD08 freezes when loading media

    Most of them are AVI files (Xvid and Divx) which I installed proper codec. I don't know why the program freeze when I try to load the media tab to put some movies into the DVD.

    I have exactly the same problem and after try almost all possibilities including:
    1 reinstalling SL
    2 reinstalling ilife 09
    3 delete idvd preference
    Problem continues....however here it was way to solved and hope can help you.
    Create a new user and test imovie, idvd and all other ilife apps and loading imovie projects. It works with a new user. That only means that one of the libraries of ilife is corrupted.
    GO back to your old user account and remove all imovie projects and create a new iphoto library. It problem is solved then one of the videos on one of the libraries is corrupted. Go back to your old iphoto library first and put all videos you have on your iphoto on the trash (temp). Check it, if works only you need to do the videos one by one to the iphoto library until to find it. Same procedure with your imovie projects and events.
    In my case it was a corrupted event in imovie that freeze all the apps in ilife.
    Hope that helps.

  • FF4 freezes when loading default homepage, Google and when using search engines

    Whenever I open FF4, it will freeze/hang when loading the default homepage, Google.
    Same with the problem on other search engines, Yahoo!, MSN, Bing, etc.
    Search engines main problem.

    Do you have the McAfee Site Advisor installed? If so, remove it from your PC and try using any search engine with FF. Removing the Site Advisor worked for me, seems like FF 4 b10 isn't compatible with the Site Advisor.

  • ITunes Freezes when loading music

    I dont know what to do, My Itunes freezes when i try load and play music. I have tried reinstalling. Reinstalling an earlier version of itunes. Ive tried diagnostics. I dont know what to Do. HELP!!!!

    FIrst goto control panel>add and remove and uninstall iTUnes AND quicktime there. DIsable antivirus and download/install the latest version off apple.com
    It may be where your library is so big. Also try updating the ipods software witht eh ipod updater 06-28-2006

Maybe you are looking for

  • File mapping in R/3

    Hey guys, is there a mapping module in R/3 like on PI Enterprise Service Builder? I mean, i want to know whether it is possible to use a standard tool from SAP to do a file mapping to a ABAP structure? E.g. a get a XML file via PI (i know, i could do

  • Exception when parsing schema with XJC

    Using the command "xjc -d C:\Temp -p sbxml C:\Temp\sb2.xsd" in attempt to generate java classes for my schema I get the error below. The schema is well-formed and valid according to XMLSpy. The schema in question is found below the error. Thanks. Mar

  • How to create an image from another one with midp1.0 as in midp 2.0

    hi: we can create an image from part of another one in midp2.0 width the following method createImage(Image image, int x,int y,int width,int height,int transform) but have to work with midp1.0, then how? regards

  • MIRO Posting - Block invoices due to Tolerence Key BR

    Hi Gurus, I am testing a new scenario in Invoice Tolerence Limits. I need to create a scenario for Invoice getting blocked due to tolerence key "BR". I am able to block the invoices but i am not sure that it is getting blocked due to the tolerence ke

  • Tkprof : 0  user  SQL statement in trace file

    Hello! Please explain , what is difference of tkprof-converting of user session trace file and an internal/background process ? Get I message "0 user SQL statement in trace file" cause this difference? In my target session I issued : begin sys.dbms_s