This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[5196:5200:0416/172024.544:23453:VERBOSE1:trace_logging.cc(21)] Register TraceLogging provider | |
[5196:5200:0416/172024.544:23453:VERBOSE1:setup_main.cc(2788)] Command Line: "C:\Program Files (x86)\Microsoft\Edge\Application\100.0.1185.36\Installer\setup.exe" --on-finish-install --system-level --verbose-logging | |
[5196:5200:0416/172024.544:23453:VERBOSE1:setup_main.cc(2794)] system install is 1 | |
[5196:5200:0416/172024.548:23468:VERBOSE1:installer_state.cc(95)] Install | |
[5196:5200:0416/172024.548:23468:VERBOSE1:install_util.cc(289)] Windows NT 10.0.22621 | |
[5196:5200:0416/172024.549:23468:VERBOSE1:setup_singleton.cc(60)] SetupSingleton::Acquire entry for 2 | |
[5196:5200:0416/172024.597:23515:VERBOSE1:setup_singleton.cc(135)] SetupSingleton exit_event_mutex acquire begin (5000) | |
[5196:5200:0416/172024.597:23515:VERBOSE1:setup_singleton.cc(143)] SetupSingleton exit_event_mutex acquire success | |
[5196:5200:0416/172024.597:23515:VERBOSE1:setup_singleton.cc(148)] SetupSingleton exit_event_mutex signal | |
[5196:5200:0416/172024.597: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Phaser from "phaser"; | |
import Player from '../entities/Player'; | |
class PlayScene extends Phaser.Scene{ | |
constructor() { | |
super('PlayScene'); | |
this.player = null; | |
this.endZone = null; | |
} | |
create(){ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Level Date and Time Source Event ID Task Category | |
Information 4/29/2019 2:51:50 PM Service Control Manager 7040 None The start type of the Background Intelligent Transfer Service service was changed from demand start to auto start. | |
Warning 4/29/2019 2:42:05 PM storahci 129 None Reset to device, \Device\RaidPort0, was issued. | |
Information 4/29/2019 2:33:43 PM Service Control Manager 7040 None The start type of the Background Intelligent Transfer Service service was changed from auto start to demand start. | |
Information 4/29/2019 2:31:46 PM Microsoft-Windows-FilterManager 6 None File System Filter 'wcnfs' (10.0, 2008-01-23T20:38:29.000000000Z) has successfully loaded and registered with Filter Manager. | |
Error 4/29/2019 2:31:44 PM Microsoft-Windows-DistributedCOM 10016 None "The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID | |
{D63B10C5-BB46-4990-A94F-E40B9D520160} | |
and APPID | |
{9CA88EE3-ACB7-47C8-AFC4-AB702511C276} | |
to the user DESKTOP- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log Name: Application | |
Source: Application Error | |
Date: 4/19/2019 3:16:36 PM | |
Event ID: 1000 | |
Task Category: (100) | |
Level: Error | |
Keywords: Classic | |
User: N/A | |
Computer: DESKTOP-5MAIT1L | |
Description: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System Information report written at: 04/06/19 06:44:21 | |
System Name: DESKTOP-QKTAGJP | |
[System Summary] | |
Item Value | |
OS Name Microsoft Windows 10 Pro | |
Version 10.0.17134 Build 17134 | |
Other OS Description Not Available | |
OS Manufacturer Microsoft Corporation | |
System Name DESKTOP-QKTAGJP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// blog.clearlyionnovative.com | |
// twitter: @aaronksaunders | |
// | |
// Model file for integration Appcelerator Titanium Alloy with Wordpress JSON Plugin | |
// | |
exports.definition = { | |
config : { | |
"columns" : {}, |