Unable to display the log file in windows 7

Hi all

for all of you who are familiar with the text game, I use customer gMUD a certain game. gMUD is able to record activity as a document that is readable by microsoft Notepad.
so, one evening I played and connected my activity where the customer is located, for example c:\program files (x 86) \gmud
After the recording session, when I went in this directory, the journal was gone! in fact, there were 2 newspapers, lets call them document1.log and document2.log
I did some troubleshooting for:
1. When you are prompted for a location to save a log, when I choose my office, the journal appears and I can read it just fine using Notepad. This means that there is nothing wrong with the ability of the client to write and record newspapers.
2. When you are prompted for a location to save a log, when I choose the directory where is located, my client of mud and give a name, say document3, I see that document1 and document2 are there. I can now logging document3. but as for the previous 2 logs, when I open the directory in windows Explorer, it is simply not there. This means that the issue is consistent and I can reproduce it. and also that the logs are there, but I can't visually see it.
3 tried setting the options files of the control panel to show all hidden files, but the documents don't show still in windows Explorer.
4 tried to open the document via prompt back but the documents cannot be found.
5. I tried running Notepad and navigate this particular directory but there is no .log files or .txt files.
some other info:
running windows 7
used AVG at the time
my last hint is that the writing of the flies in a "program files" folder is somewhat limited (not hidden) and there should be a way to document1, document2, document3 access. can someone please show me how?
Hi Maraquet,
 
Thanks for choosing Microsoft Community Forums.
 

Please ask your question in the Forum on TechNet Support. You can follow the link to your question; It is better suited for the IT Pro TechNet public.

 
I hope it helps. If you have problems in the future regarding Windows please let us know. We will be happy to help you.

Tags: Windows

Similar Questions

  • ORA-39070: unable to open the log file, while using expdp

    Hello
    Please notice why I get ORA-39070: unable to open the log file.
    When you run the expdp against the default directory: the expdp DATA_PUMP_DIR is completed successfully.

    -current direcory on the Linux file system:
    $ pwd
    /log_files/oracle/cdl1
    -Create directory and grant of read/write on it
    $ sqlplus sys/xxxx@cdl as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Wed Feb 22 16:36:01 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    
    SQL> create or replace directory EXPTEMPDIR as '/log_files/oracle/cdl1';
    Directory created.
    
    SQL> grant read,write on directory EXPTEMPDIR to system;
    Grant succeeded.
    -Verify the existence of the directory:
    QL> select * from dba_directories;
    
    OWNER      DIRECTORY_ DIRECTORY_PATH
    ---------- ---------- --------------------------------------------------
    ...
    SYS        EXPTEMPDIR /log_files/oracle/cdl1
    ...
    Check for permission to write to the directory:
    [/log_files/oracle/cdl1]$ touch 1
    [/log_files/oracle/cdl1]$ ls -l
    total 0
    -rw-r--r-- 1 oracle oinstall 0 Feb 22 16:38 1
    -try to expdp:
    expdp system/xxxx@cdl FULL=y DIRECTORY=EXPTEMPDIR dumpfile=expfull220212.dmp
    Export: Release 11.2.0.3.0 - Production on Wed Feb 22 16:38:33 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
    Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.   <<<<<<<<=======
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 536
    ORA-29283: invalid file operation

    Post pl OS details - it's an RAC instance?

    Error ORA-39002 ORA-39070 ORA-29283 ORA-6512 when you use Export DataPump (EXPDP) [ID 1305166.1]
    Export DataPump (EXPDP) triggers errors ORA-39002 ORA-39070 ORA-29283 ORA-6512 on RAC Instance [1317798.1 ID]

    HTH
    Srini

  • R12 rapidwiz error on node2 - AC-00002: error: unable to create the log file

    Over multiple node R12 on Enterprise Linux 4 installation fees. below error is encountered on node2

    AC-00002: error: unable to create the log file
    The installation was successful on the database node and the main node of the Application. On the primary Application node only ' lot

    Treatment services are enabled.

    However, when installing on the application additional node the rapidwiz is errors

    "AC-00002: error: unable to create the log file - $INST_TOP/$CONTEXT_NAME/logs/12202114.log.
    Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: AC-00002: unable to create the log file.
    $INST_TOP/$CONTEXT_NAME/logs/12202114.log

    I tried to install several times but every time it failed with the same message

    I think that the reason for the failure:

    I am writing on a mounted NFS on Node2. If I access a NFS mount from one server other than of its origin, the root of the application server user is considered person not the user.
    I checked this by pressing a file being logged in as root:

    -rw - r - r - 1 person person 0 20 Dec 10:59 abc

    I mounted node2 successfully using
    Mount-t nfs nas1: / erparch /erparch

    Rapidwiz version is 12.0.0.20

    What are the steps to take in order to proceed with the installation on the second node.

    user10126380 wrote:
    I think that the reason for the failure:

    I am writing on a mounted NFS on Node2. If I access a NFS mount from one server other than of its origin, the root of the application server user is considered person not the user.
    I checked this by pressing a file being logged in as root:

    -rw - r - r - 1 person person 0 20 Dec 10:59 abc

    I think you've correctly identified the source of your problem. By default, the NFS mounts are usually created with the 'root_squash' option, where the user root on a remote system creates its files as the anonymous user ('nobody' in most cases) on the exported NFS volume. It is usually a good practical security; However, in your case, you need to export the NFS volume with no_root_squash to allow the user root on Node2 to create files as expected when you run RapidWiz. Once installation is complete, you should be able to go back to using the default root_squash option, as the following files in the filesystem level of demand will be created by non-root users.

    Your system administrators may not be happy with the idea of an export of no_root_squash, and I wouldn't blame them. :-) If there is dispute, make sure that they understand that it is only for the duration of the installation of the EBS, and she can (and should) be powered once the installation is complete and verified to work.

    These two articles offer a brief explanation of the purpose and value of the NFS mount root_squash/no_root_squash export options.

    Kind regards

    John P.
    http://only4left.jpiwowar.com

    Published by: jpiwowar on December 21, 2009 21:38

  • Unable to display the downloaded file

    Hello

    I wore an android app. Which has features to upload a file and store and then show it in the unit.

    I'm impossible to Ferrer file.

    The file is downloading successfully. location Z:\misc\android\attachments

    When I debug the code I get path of the downloaded under/SDCARD/accessories /.

    I use following code to download the file to the path

    String PATH = Environment.getExternalStorageDirectory()+ "/attachments/";
    

    I use following code to display the downloaded file

    Intent intent = new Intent();
                intent.setAction(Intent.ACTION_VIEW);
                Uri uri = Uri.fromFile(downloadedFile);
    
                //String mimeType = getMimeType(downloadedFile.getAbsolutePath());
    
                //if(extention.equalsIgnoreCase("pdf")){
                if(attachmentFileName.contains(".pdf")){
    
                    try {
                        intent.setDataAndType(uri, "application/pdf");
                        intent.setFlags(Intent.FLAG_ACTIVITY_NO_HISTORY);
                        startActivity(intent);
                    } catch (Exception e) {
                        // TODO Auto-generated catch block
                        showAttachmentException();
                        //e.printStackTrace();
                        //showAttachmentException();
    
                    }
                }
    

    Please guide me on this.

    Hello

    Cannot display the file PDF means the PDF I downloaded does not open. I want that whenever I click on the pdf link in my application it will start the PDF reader software and will open the PDF file that is downloaded into that.

    But this does not work on device DEV Aplha. but earlier I test said peripheral Z10, it's opening.

  • Unable to save the host file on Windows 7 error that access is denied.

    Original title: cannot save the hosts file

    Windows 7: I want to add the new ip address for the server on the host, while adding its allowing me to save despite the UAC is lower and I am the administrator of the machine. I've run Notepad as administrator and navigate through the host file edit but during the recording of overwriting file access is denied. How can I get around that?
    64-bit Windows 7

    Hello
     
     
    Method 1:
    Try saving the file in safe mode with network.
    Reference:

    Method 2: Temporarily disable the antivirus software and see if that helps.
    Reference:
    Important note: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.
  • Unable to read the .avi files with Windows Media Player 11 on XP

    Original title: Media player upgrade was worse than basic
    I recently updated my Player multimedia media Player 11 and now it won't play movies from AVI file that I used to be able to play easily on the outdated version. Why is this?

    Hello

    Do you have an error message when you try to play with Media Player AVI files?

    When you try to play a file that uses a codec that is not installed on your computer, Windows Media Player attempts to download the codec from a Microsoft server. If the
    Codec is available, the Windows Media Player installed on your computer, and then bed file. However, if the codec is not available on the server (for example, because)
    the codec not created by Microsoft), Windows Media Player displays a message that your computer is missing a codec.

    In some cases, the file you want to play uses a codec that is not available or compatible with Windows Media Player. When this happens, you may be unable to use Windows Media Player to play this particular .avi file.

    You can consult this article for a solution:

    You receive an error message when you try to play an .avi file in Windows Media Player
    http://support.Microsoft.com/kb/279242

    Kind regards
    Afzal Taher-Microsoft Support.
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • HP laptop - 14-ac003ne: brand laptop nine a of the log files and windows event, dated more than a year ago

    Hi all

    I am writing this post with a heavy heart. I did research to buy a laptop for three months, and finally, I decided to buy HP laptop as laptops for HP computers reviews were good.

    I bought the product (HP for laptop - 14-ac003ne) to the Kuwait on September 23 and went to India for holidays a week of. I started using the laptop and it was pointed out that there are a number of scratches of line on screen, completely unacceptable for a brand new product. Seeing this, I checked the logs, as well as the windows directory and pointed out that the laptop was one is not a brand new and it had from its windows and IIS in October 2014 information.

    I'm really happy with the purchase and to return the laptop.  Could you please tell if this is possible?

    I go to the Kuwait this Saturday. Y at - it an email address to raise my concerns of HP sales management?

    Thank you and best regards

    Anil

    Hi coolbiy, you can find all the support options for your region on this page: LINK

  • Unable to create the password file in windows 7

    Creating file password using orapwd utility exit is yet to come as usage (PFA attached the screenshot)

    Error_Screenshot.PNG

    Please help me with the question.

    entries = 20 digital no character you gave is as max_users... reason it

  • Windows Vista displays the downloaded files, or PPS. files or photos by e-mail.

    I had AVG Antivirus, after deleting, Vista screwed up now, he won of downloaded files, PPS show. files or attachments.

    Hello

    Run the AVG removal tool to make sure that his remains disappeared.

    Download - SAVE - go to where you put it - click right on - RUN AS ADMIN - reboot when done.

    AVG removal tool
    http://www.Avg.com/us-en/download-tools

    ===========================

    Cannot open. Attachments PPS directly from Windows Mail in Windows Vista PPS PPT (DOC & PDF see links)
    http://www.Winhelponline.com/articles/149/1/Unable-to-open-PPS-attachments-directly-from-Windows-mail-in-Windows-Vista.html

    To do the above to use this method to start Regedit.

    Logon as administrator then:

    Start - type in the search box-> Regedit - find top - make a right click on it - RUN AS ADMIN

    You will also need to have PowerPoint in MS Office or installed free PowerPoint Viewer.

    PowerPoint Viewer - free
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=048DC840-14E1-467D-8DCA-19D2A8FD7485&displaylang=en

    PowerPoint Viewer SP1 - free
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=e985ed98-5003-4DC1-88ec-3e151e4dc790&displaylang=en

    --------------------------------------------------------

    Then do these to erase corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

  • Download this message when I try to run Lightroom. Point procedure entry AgTransitCargo_pushTransitCargo could not be found in the AgKernel.dll dynamic link library - system: windows 7 64 bit is no error in the log file

    Download this message when I try to run Lightroom. The procedure entry point AgTransitCargo_pushTransitCargo could not be found in the AgKernel.dll dynamic link library

    system: windows 7 64-bit

    There is no error in the log file.

    no error in scannow at the command prompt.

    errore lightroom.jpg

    Hi Michela,

    Lightroom makes a call the the AGkernel.dll file, but the file isn't sure what to do because it can't find the line of code within himself to answer. This can happen for several reasons, that fall within these two broad categories: AGkernel.dll is damaged and must be repaired or AGKernel.dll version is incorrect and should be updated to the correct version.

    Here are some things you can do to fix the file:

    -Record again with Windows AGKernel.dll: https://support.microsoft.com/en-us/kb/249873

    -Windows repair: https://support.microsoft.com/en-us/kb/929833

    -Install all the updates that are available for Windows: Windows Installer updates

    -Uninstall and reinstall Lightroom

    Kind regards

    Tanuj

  • I get the following error messages at startup: Windows Sidebar Settings.ini. is used by another system. Recorder warning: recorder! Initialize is not yet call... The log file can corruption exp. application failure did not start.

    Original title: opening of the pop ups

    I have Vista Home version.  When I connect, I get the pop - ups following:

    1.) _Windows sidebar Settings.ini. is used by another system.

    Recorder 2.) WARNING: Logger! Initialize is not yet call... The log file can corruption exp.

    3.) down the application did not start.

    Also: while I'm on the internet a pop - up occurs from time to time indicating: "Internet Explorer has stopped working".  Sometimes I get started, and sometimes I can just 'X' out and I'm always on.

    Hello

    1 how long have you been faced with this problem?
    2 did you recent hardware or software changes to your computer before this problem?

    I suggest you try the procedure below.

    Step 1: Try to perform the clean boot in order to solve startup error messages.

    From your computer by using a minimal set of drivers and startup programs so that you can determine if a background program is interfering with your game or program. This type of boot is known as a "clean boot".

    Follow the steps provide in the article below to perform the clean boot. http://support.Microsoft.com/kb/929135

    Step 2: I suggest you try the steps outlined in the article below to solve the problem of internet Explorer.
    http://support.Microsoft.com/kb/936213

    Thanks and greetings
    Umesh P - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • KB2686509 fails to install, said lack of prerequisite useful and check the log file.

    I am running Windows XP on a Toshiba Satellite computer laptop, Intel PIII, 847 Mhz processor.  I installed SP3.

    Here are the contents of the log file:

    3,695: 17:49:52.498 27/01/2013 (local)
    3,695: c:\fb66e1fe6323f2b745bfc5d1\update\update.exe (version 6.3.13.0)
    3.755: DoInstallation: GetProcAddress (InitializeCustomizationDLL) returned: 0x7f
    3,775: hotfix started with following command line:
    3,775: in function GetReleaseSet, line 1211, RegOpenKeyEx failed with error 0x2
    3,775: in function GetReleaseSet, line 1240, RegOpenKeyEx failed with error 0x2
    3,805: CreateUserInterface: GetProcAddress for DefineInstallCustomUI failed: 0x7f
    3.946: return the value of IsMachineSafe = 0
    3.946: IsMachineSafe return 441092
    3.946: condition in Prereq.IsMachineSafe.Section failed with the fist
    3.946: Check condition for 1 line of prerequisite returned FALSE
    3.956: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3.966: KB2686509 Setup has encountered an error: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    3.996: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    3.996: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    13.830: message displayed to the user: Setup cannot continue because one or more prerequisites required for the installation of KB2686509 failed. For more details, check the c:\windows\KB2686509.log log file
    13.830: user input: OK
    13.830: Update.exe extended error code = 0xf0f4
    13.830: Update.exe return code was masked to 0 x 643 for MSI custom action compliance.

    Here is the content of the faultykeyboard log file:

    kbdsp.kbd
    kbdsp.kbd
    kbdno.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    Kbdus.kbd
    kbdla.kbd
    Kbdus.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdla.kbd
    kbdycl.kbd

    Thanks for your help!

    I've seen this before. Check this.

    http://social.technet.Microsoft.com/wiki/contents/articles/10876.kb2686509-failure-due-to-upgrade-from-Windows-Me-or-98-to-Windows-XP.aspx

  • Unable to display the remote folder: the remote folder F:/wamp/www / "MYWEBSITENAME" / is not accessible or does not exist.

    In CS4, all of a sudden, I get the error "unable to display the remote folder: the remote folder F:/wamp/www /"MYWEBSITENAME"/ is not accessible or does not exist.»

    I'm in Manage Sites and test the file in the remote folder and it says "Dreamweaver connected to your web service successfully.

    I have not changed anything.  I had this once before a few years ago and just copied on the site of a new name and that fixed it, but it does not for the moment.

    Help.   Any ideas?  Thank you

    When you click the expand button in your files window, whose icon is selected in the upper part?

    The middle one is the test server (list of lightning bolt), if you try to download, you will need to switch to the remote server (standard search bullet list icon).

    If you do not have a local server running on a drive of F, and you try to put it on the test server, you will get an error saying: there is no. Is it happening?

    If you do not have a local server running on your F drive, remove the test server info, it is not necessary.

  • imageFORMULA CR-180 check the log file to scan

    Hello

    I work with an imageFORMULA CR-180 check Scanner and when executing a good amount (longer than 100) of the controls, I noticed that the scan control stops and a pop-up window appears on the Analysis ToolPak asked if I would like to replace my log file and start over.

    The software that I use is called "Utility scan for CR-180II" and the log file contains the information of MICR line controls scanned, as well as the date of the analysis, and the location of the file to the images captured from the parser.

    Log file options under "Options-> MICR data parameters.

    What I do, it is by clicking on ' no, I want to overwirte the file ", stop the scan, moving the log of the 'old' file, restart the scanning and backup to a new log file.

    Is there anyway to work around this problem and record continuously in the same log file?

    Is there a memory limit on the scanner?

    This is the Web page of the scanner that I use:

    http://www.USA.Canon.com/Cusa/support/Office/imageformula_scanners/imageformula_cr_180_cr_180ii/imag...

    Hi lendjones!

    Thanks for posting in the Forum! Canon does not provide direct support for imageFORMULA product series, but your dealer will be able to help you! If you do not have a reseller, please call us at 1-800-OKCANON (652-2666) and we will be happy to provide you with dealers who are in your area.

  • Is this OK to remove most or all the *.log files?

    Windows XP Media Center Edition SP3 on Gateway Intel system double heart Hz 6300, 1.86, 3.24 GB/ram, 320 GB hard drive.

    He is allowed to delete most or all the *.log files, or would be a serious mistake?

    I never used for anything else than to troubleshooting, then very rarely.  So I would delete them to your heart's content.  However, I must point out that they do not have enough disk space amount to something meaningful, so there is really no need to worry about them.

    I hope this helps.  Good luck.

Maybe you are looking for