windows-7,crash,microsoft-office-2010,microsoft-powerpointRelated issues-Collection of common programming errors


  • user1290793
    windows-7 hadoop
    I am new to hadoop and trying to get a single node setup of Hadoop 0.20.2 on my Windows 7 machine.My questions are two-fold – one with respect to the completeness of the installation itself and the other regarding the error in the reduce stage of a sample Word Count program.My Installation steps are as follows:I am following http://blog.benhall.me.uk/2011/01/installing-hadoop-0210-on-windows.html for the installation procedure.I have installed cygwin and set up password-less ssh on my localhost

  • Marc Friedman
    windows windows-7 installation virtualization uac
    I’m working with some legacy applications (10-15 years old), and am trying to find guidance on the “right” way to install and run them (and any user application) on Windows 7 without requiring full Admin privileges.In other words, where executable/read-only should files go, where user-data/read-write should files go, where registry entries should go, to avoid issues with the UAC and Windows 7 file/registry virtualization during both installation and at run-time.I seem to remember, years ago, a M

  • Nirav Zaveri
    ruby windows-7 pcap bundle-install msf
    C:\metasploit\apps\pro\msf3\tools>bundle install Fetching gem metadata from http://rubygems.org/……… Fetching gem metadata from http://rubygems.org/.. Resolving dependencies… Using rake (10.0.4) Using i18n (0.6.1) Using multi_json (1.0.4) Using activesupport (3.2.13) Using builder (3.0.4) Using activemodel (3.2.13) Using arel (3.0.2) Using tzinfo (0.3.37) Using activerecord (3.2.13) Using metaclass (0.0.1) Using mocha (0.13.3) Using bourne (1.4.0) Using database_cleaner (0.9.1) Using d

  • Andrew Thompson
    java eclipse windows-7 headless awtrobot
    I have managed to break a working application, and cannot work out how to fix it. I have a java web-app which runs on “tc server” on a Windows7 box from within Eclipse (spring STS version.) The app will use java.awt.robot to perform a screen capture, and display the captured image on the subsequent page. So far so good, and I have been able to collect a bufferedImage from the screen and display it on a subsequent page within the web-app. And then I somehow broke the web-app, possibly be loading

  • user1989103
    windows-7 ssis oracle11g driver
    I am having driver issues trying to connect to an Oracle Database 11g in an SSIS SQL Server Integration Package.In SSIS, I created a OLE Database Connection using the Native OLE DB\Microsoft OLE DB Provider for Oracle. When I test the connection, the outcome is successful but I run into issues when I attempt to reference this Connection from an OLE DB Source task. In the OLE DB Source task, I am able to see all of the tables but when I select one, I get the following error:Exception from HRESULT

  • Andrea Turri
    ruby-on-rails windows-7 capybara-webkit
    I’m quite new using Ruby and I need to install a rails server on Windows 7 in order to test few application in IE.I did everything good (I hope) but now when I try to run bundle install on cmd I receive this error:An error occured while installing capybara-webkit (0.8.0), and Bundler cannot co ntinue. Make sure that `gem install capybara-webkit -v ‘0.8.0’` succeeds before bundling .How can I install capybara-webkit on Windows 7?I also tried to follow other instructions found here on Stackoverflo

  • stimpy
    java windows-7 file-io
    I have been tearing my hair out on this and thus I am looks for some help . I have a loop of code that performs the following //imports ommitted public void afterPropertiesSet() throws Exception{//building of URL list ommitted // urlMap is a HashMap <String,String> created and populated just prior for ( Object urlVar : urlMap.keySet() ){String myURLvar = urlMap.get(urlVar.toString);System.out.println (“URL is “+myURLvar );BufferedImage imageVar = ImageIO.read(myURLvar);//URL confirmed t

  • dmuk
    ruby-on-rails-3 windows-7 capybara
    I am trying to run a Rails app that requires the “capybara-webkit” gem. I already have version 0.12.1 installed however application is asking for 0.10.1. I just cannot get it to work, even though I am sure everything else is installed. I wonder if path or Qt version is incompatible or incorrect?When I attempt to install the gem I get the following error message:Error: (gem install capybara-webkit -v ‘0.10.1’)Installing capybara-webkit (0.10.1) with native extensions Gem::Installer::ExtensionBuil

  • kleopatra
    java swing windows-7 fonts
    just (astonishingly 😉 noticed the reason why apps look so cramped on my win6+ machines (same for Vista and Win7, both with 120dpi setting, jdk6 and jdk7): the control font looked up from the the desktop property has both the wrong font family and the wrong size:public static void main(String[] args) {Font guiFont = (Font) Toolkit.getDefaultToolkit().getDesktopProperty(“win.defaultGUI.font”);int guiSize = guiFont.getSize();Font iconFont = (Font) Toolkit.getDefaultToolkit().getDesktopProperty(“w

  • SRy
    jsf-2 windows-7 java-7 glassfish-4
    I can’t seem to figure this one out…When deploying a JSF web app Glassfish complains about not being able to find JSFSServlet. It’s Glassfish 4 EE and I checked that c:/glassfish4/glassfish/modules contains javax.faces.jar.My webapp doesn’t have a JSF jar included in the WEB-INF/lib so there is no clash with the jar on the glassfish server.I’ve re-installed my JDK and re-set my JAVA_HOME & path environment variables. Confirmed these are working by running java -version & javac -version

  • wei zheng
    java crash jvm openjdk
    i built openjdk7u40-b43-26 successfully under ubuntu 12.04 in vmware 7, but when i using it debug code in eclipse, jvm crash at once when i debug into the constructor of String. can anyone help me? thanks!~this is my code, seems very simply!public static void main(String[] args) throws InterruptedException { String str = new String(“hello world!”); System.out.println(str); } this is my openjdk version info.openjdk version “1.7.0-internal-all_fastdebug” OpenJDK Runtime Environment (build 1

  • Dragos Rizescu
    xcode osx crash lldb
    I’ve only started using Xcode from this morning, although I have it for a while now. Anyway, for working mostly on C projects I used Netbeans…To make a long story short, I noticed this morning, right after creating my first project, an OS X C Command Line Application, that when running (CMD + R) my project, Xcode crashes right after building it. It crashes exactly when it’s running the project. It doesn’t give any error message, the program just quits. As I am new to Xcode, I have no idea wher

  • user3265633
    android crash
    I just want to ask why is my app is crashing and stopped sometimes when i’m processing data’s or clicking my button in my app. I just try it earlier and its ok but now it start crashing and says ” Unfortunately, Apps has Stopped! “.can anyone know what is the reason of it?This is the one that appear in my logcat:03-25 16:29:38.795: I/Process(737): Sending signal. PID: 737 SIG: 9 03-25 16:29:38.805: I/WindowState(277): WIN DEATH: Window{40f63440 u0 com.say.saintmichael/com.say.saintmichael.MakeAS

  • JadeSync
    cordova plugins camera crash tweak
    I was trying to tweak the camera plugin to find what camera resolutions my device can support. Following is the CameraLauncher.java’s takePicture function with my tweak in it:/*** Take a picture with the camera.* When an image is captured or the camera view is cancelled, the result is returned* in CordovaActivity.onActivityResult, which forwards the result to this.onActivityResult.** The image can either be returned as a base64 string or a URI that points to the file.* To display base64 string i

  • Thomas M. Tveten
    android permissions crash in-app-billing android-logcat
    After I implemented in-app purchase in my android app, it suddenly stops when I close it. And Im struggling to see what the problem is in log cat. Im receiving the errorPermission Denial: get/set setting for user asks to run as user -2 but is calling from user 0; this requires android.permission.INTERACT_ACROSS_USERS_FULLBut I have received this error before, and the application still worked fine. Here is my log cat, I was uncertain for how much I needed to add so sorry if it is a lot. Please le

  • Imran Raheem
    iphone crash iphone-sdk-3.1 crash-reports
    The app crashes on the tester’s device (with OS 3.1) but does well on the simulator and my device with OS 3.0.I have the crash log but I am finding it difficult to understand the reason of this crash as I cannot see the mentioned crashed thread (usually shown in a crash log).What does this mean? “Unknown thread crashed with unknown flavor: 5, state_count: 1″Is there anyone who understands Crash Logs very well?Any help is much appreciated!Incident Identifier: EF273E16-AA9F-47CD-9587-8AC824F8DCB4

  • Ricardo Cerqueira
    ios xcode crash cocos2d adhoc
    my app runs fine on development mode, but for some reason on ad hoc i get a crash right after loading screen.I really can’t understand what could be wrong, any tips on how to test it better?Apple rejected it with this message:We found that your app failed to launch on an iPhone 5 and iPad 3rd gen running iOS 6.1.3, on both Wi-Fi and cellular networks.We encountered the issue when selecting the application on the Home screen – the app displayed a launch image then quit unexpectedly. This may be b

  • zakishaheen
    ios crash google-analytics crash-reports
    I get the following crash (0x8badf00d) because of something to do with Google Analytics SDK 1.1. What’s also strange is that iOS killed it in just 1 second?I initialize the tracker like this:[[GANTracker sharedTracker] startTrackerWithAccountID:kGANWebPropertyID dispatchPeriod:kGANDispatchPeriodSec delegate:self];Here is the crash logIncident Identifier: 5459E916-5306-408A-A630-F405DFD97711 CrashReporter Key: 20ac546c31144c5f86de428ce3332012ab604d49 Hardware Model: iPhone3,1 Process:

  • jnm2
    crash visual-studio-2013
    Using the <NetFx40_LegacySecurityPolicy> Element enables me to use .NET 2.0 controls under the old .NET 2.0 licensing in the Visual Studio 2010 and 2012 Windows Forms designers, as required to develop for the TRAVERSE ecosystem. (See NetFx40_LegacySecurityPolicy in design-time mode.)However, that same setting forces Visual Studio 2013 to crash immediately open showing. Is there a workaround, or am I forced to install Visual Studio 2012 to use the Forms designer?It calls Environment.FailFas

  • Metamist
    java exception crash virtual-machine lwjgl
    I’m randomly getting EXCEPTION_ACCESS_VIOLATION when my game is running, and I do not know where in the code it happens or why, and I can’t post the code here since it’s quite large.If it’s related to rendering, I am using OpenGL11 with immediate mode (No vbos yet :P)I am also using the latest version of java, Version 7 Update 51Here’s the error log# # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00000000693034e0, pid=4344,

  • studiohack
    windows-7 backup microsoft-office-2010 vss
    While trying to do a backup on a new netbook with Windows 7 Starter, I’m getting the following error in the Event Viewer:Event ID 12348Volume Shadow Copy Service warning: VSS was deniedaccess to the root of volume\?\Volume{f699b9db-c6e3-11e0-9c7c-90a4de532e50}. Denyingadministrators from accessing volume roots can cause many unexpectedfailures and will prevent VSS from functioning properly. Checksecurity on the volume, and try the operation again.From looking in the registry, I can tell that the

  • Nam G. VU
    installation microsoft-office-2010 reinstall
    Recently the macro and mail merge function of my copy of Office 2010 stopped working and that made me reinstall the system.I have tried reinstall by choosing Repair but things remain erroneous like that.I also tried to uninstall using Control Panel – Programs but that helpless either.How do i force a reinstall of office from scratch?

  • Seyren
    windows-7 microsoft-outlook microsoft-office microsoft-outlook-2010 microsoft-office-2010
    I have a user whose Outlook 2010 (32-bit) client crashes when attempting to view mail with Japanese text in the body. The client crashes both when I use the reading pane and when I try to open the message without the reading pane. The user is running 64-bit Windows 7 Professional.This is what showed up in the Application log at first:Faulting application name: OUTLOOK.EXE, version: 14.0.6126.5003, time stamp: 0x505b1685Faulting module name: riched20.dll, version: 14.0.6015.1000, time stamp: 0x4d

  • wizlog
    uninstall microsoft-office-2010 addons
    Just recently I have installed office professional 2010 on my laptop. Whenever I open up any program from Office such as Word, Excel, Power Point, etc. The program will shut down and I cannot load or alter any files. So I did some search on some forums and found the following to be the most common fix to the issue on this site. I am most interested in removing/uninstalling officetab 1.22 add-on.Can someone please step me through on how to uninstall this add-on. Im not familiary with removing add

  • DMA57361
    windows-7 crash microsoft-office-2010 microsoft-powerpoint
    Windows 7 64-bit, recent install, added Office 2010.When I create some boxes and open the quick-style menu, it crashes (or stops responding, in windowese, and then it sends an error report).I’ve run the “Repair” from the installer, but it didn’t help. There’s nothing in Windows Update I’ve Googled and searched on Microsoft’s site, but nAny other ideas? (It’s not related to this ppt crash question as that concerns PPT 2007.Error in event log: Faulting application name: POWERPNT.EXE, version: 14.0

  • Tim Brigham
    rss microsoft-office-2010
    I am running Windows 7 x64 with Office 2010. I have a RSS feed on the same domain as my workstation. The feed requires authentication.I have enabled the ‘Synchronize RSS Feeds to the Common Feed List’ option within Outlook and verified that this is working. Several default feeds were pulled into Outlook. I have added a couple custom entries to the feed list in IE. Any time that my customized feeds with their user names and passwords saved are called I am getting an error – 0x800C008, unknown err

  • CharlieRB
    pdf microsoft-word-2010 microsoft-office-2010 embedding
    Embedding PDF documents in Word 2010 results in an error when trying to open them on other systems: The server application, source file, or item can’t be found, orreturned an unknown error. You may need to reinstall the serverapplication.I’ve followed the normal for embedding files (and the same procedure that worked for me when using Word 2007). The files aren’t set to be linked to. I’ve also uninstalled Acrobat X, which I read might encourage a permissions problem. I have Foxit Reader installe

  • Sandra
    microsoft-powerpoint themes templates microsoft-powerpoint-2010
    I have added 2 Custom Colours to an Office Theme called TMRColours.thmx. The goal is to have this theme used by default in Word, Excel, PowerPoint and Outlook, making the 2 colours available in all new documents.I have largely succeeded, but one small issue remains with PowerPoint, and I hope someone can shed some light.Successful behaviour in the other programs: In Word, Excel and Outlook, you can go to where you choose which Theme to use, and you can see that the theme ‘TMRColours’ is select

  • wcoenen
    ubuntu ubuntu-9.10 microsoft-powerpoint wine
    I am setting up an old PC on which I have installed Ubuntu 9.10. For viewing powerpoint slides, I first installed the pptview package . This doesn’t always seem to work well; in the first example I tried the slide text was almost unreadable. man pptview indicates that the package is based on PowerPoint Viewer 97 which seems very old to me.Therefore, I decided to try the newer Powerpoint Viewer 2007. This should work with Wine. The downloaded microsoft installer appears to work okay under wine. H

  • Devid
    windows-7 microsoft-word microsoft-office microsoft-powerpoint microsoft-office-2013
    Word crashes when trying to insert an equation.I have Microsoft Office Pro Plus 2013 (64 Bit). I am experiencing a problem with the equation editor in Word 2013 and PowerPoint 2013 (also Excel). In Word when i try to use the equation editor my Word crashes and i must reopen it. In PowerPoint the equation editor also doesn’t work as it should but the PowerPoint doesn’t crash, also i can see the equations (in Word i can’t see the equations) but they look as if the encoding is not correct or someth

  • studiohack
    windows microsoft-office startup microsoft-powerpoint
    Whenever my pc boots it tries to start powerpoint, which crashes and asks if it should be started in safe mode.After this wether you click yes or no powerpoint starts. How can I prevent powerpoint from starting with windows I can’t find anything in msconfig, the startup manager of CCleaner or the startup folder.Regards, XerossUsing Windows XP

  • DMA57361
    windows-7 crash microsoft-office-2010 microsoft-powerpoint
    Windows 7 64-bit, recent install, added Office 2010.When I create some boxes and open the quick-style menu, it crashes (or stops responding, in windowese, and then it sends an error report).I’ve run the “Repair” from the installer, but it didn’t help. There’s nothing in Windows Update I’ve Googled and searched on Microsoft’s site, but nAny other ideas? (It’s not related to this ppt crash question as that concerns PPT 2007.Error in event log: Faulting application name: POWERPNT.EXE, version: 14.0

  • Chris
    crash microsoft-powerpoint
    A user of mine does a lot of work in Powerpoint 2007. She frequently has several instances open, but we’ve experienced the same issue with only one instance open. She’ll be working in Powerpoint and it will crash. Below is the crash report:Problem signature:Problem Event Name: APPCRASHApplication Name: POWERPNT.EXEApplication Version: 12.0.4518.1014Application Timestamp: 45428035Fault Module Name:

Web site is in building

I discovery a place to host code、demo、 blog and websites.
Site access is fast but not money