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
| LICENSE SYSTEM [20181221 14:46:16] Next license update check is after 2018-11-18T01:45:35 | |
| LICENSE SYSTEM [20181221 14:46:16] 00330-80000-00000-AA412 != 00330-80000-00000-AA108 | |
| Built from '2018.2/release' branch; Version is '2018.2.14f1 (3262fb3b0716) revision 3302139'; Using compiler version '191225831' | |
| OS: 'Windows 10 (10.0.0) 64bit' Language: 'no' Physical Memory: 16295 MB | |
| BatchMode: 0, IsHumanControllingUs: 1, StartBugReporterOnCrash: 1, Is64bit: 1, IsPro: 0 | |
| [Package Manager] Server::Start -- Port 49275 was selected |
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
| test | |
| at AnimeListBot.Modules.Administrator.<SendErrorTest>d__1.MoveNext() in A:\Projects\AnimeListBot\AnimeListBot\Modules\Administrator.cs:line 43 | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at Discord.Commands.ModuleClassBuilder.<>c__DisplayClass6_0.<<BuildCommand>g__ExecuteCallback|0>d.MoveNext() | |
| --- End of stack trace from previous location where exception was thrown --- | |
| at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() | |
| at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
| at Discord.Commands.CommandInfo.<ExecuteInternalAsync>d__45.MoveNext() |
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
| { | |
| "RawDocsCount": 2351801, | |
| "RawDocsSearchTime": 7992, | |
| "ReRankSearchTime": 815, | |
| "CacheHit": false, | |
| "trial": 1, | |
| "docs": [ | |
| { | |
| "from": 1283.5, | |
| "to": 1284.17, |
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
| { | |
| "RawDocsCount":36561111, | |
| "RawDocsSearchTime":87400, | |
| "ReRankSearchTime":10599, | |
| "CacheHit":false, | |
| "trial":3, | |
| "docs":[ | |
| { | |
| "from":168.42, | |
| "to":168.5, |
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
| 181017-22:05:34.534 INFO [ 1] <Global> Initializing GitHubForUnity:'v1.1.0' Unity:'v2018.3.0b5' | |
| 181017-22:05:34.572 TRACE [ 7] <DownloadTask> Download of http://github-vs.s3.amazonaws.com/unity/latest.json to C:\Users\Bruker\AppData\Local\GitHubUnity\latest.json Attempt 1 of 1 | |
| 181017-22:05:34.574 TRACE [ 8] <UnzipTask> Unzip File: C:\Users\Bruker\AppData\Local\GitHubUnity\downloads\octorun.zip to Path: C:\Users\Bruker\AppData\Local\Temp\octorun_extract_archive_path_1704110412 | |
| 181017-22:05:34.631 TRACE [ 7] <DownloadTask> Downloading http://github-vs.s3.amazonaws.com/unity/latest.json | |
| 181017-22:05:34.955 TRACE [ 8] <OctorunInstaller> MoveOctorun fromPath: C:\Users\Bruker\AppData\Local\Temp\octorun_extract_archive_path_1704110412\octorun toPath:C:\Users\Bruker\AppData\Local\GitHubUnity\octorun | |
| 181017-22:05:34.956 TRACE [ 7] <DownloadTask> Downloading http://github-vs.s3.amazonaws.c |
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
| "C:\Program Files\OpenJDK\jdk-10.0.2\bin\java.exe" -verbose "-javaagent:A:\ProgramFiles\JetBrains\IntelliJ IDEA Community Edition 2018.2.4\lib\idea_rt.jar=50682:A:\ProgramFiles\JetBrains\IntelliJ IDEA Community Edition 2018.2.4\bin" -Dfile.encoding=UTF-8 -classpath "A:\Projects\LWJGL Game\out\production\LWJGL Game;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-assimp-natives-linux.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-assimp-natives-macos.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-assimp-natives-windows.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-assimp.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-bgfx-natives-linux.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-bgfx-natives-macos.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-bgfx-natives-windows.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-bgfx.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-egl.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-glfw-natives-linux.jar;A:\Projects\LWJGL Game\Libraries\LWJGL\lwjgl-glfw-natives-m |
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
| public class RegisterHandler { | |
| @SubscribeEvent | |
| public void RegisterItems(RegistryEvent.Register<Item> event) { | |
| for(int itemIndex = 0; itemIndex < ModItems.items.size(); itemIndex++){ | |
| Item item = ModItems.items.get(itemIndex); | |
| event.getRegistry().register(item); | |
| ModLogger.LogInfo("Item Registered: " + item.getUnlocalizedName()); | |
| } | |
| } |
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
| C:\Users\thaun\Documents\Projects\Halo-Ripoff>git lfs fsck | |
| Object Halo Ripoff/Assets/Gizmos/Cinemachine/cm_logo_lg.png (3841fa64b887ddf68d6f0175bc8e99dd32637df547bcb174b3e760bd3275f092) could not be checked: The system cannot find the file specified. | |
| Object Halo Ripoff/Assets/Plugins/GitHub/Editor/AsyncBridge.Net35.dll (0f61d9c0550c3a1e36e6eaa9bebbc3b5ca701c4e960dc2a92746df792d392140) could not be checked: The system cannot find the file specified. | |
| Object Halo Ripoff/Assets/Plugins/GitHub/Editor/ICSharpCode.SharpZipLib.dll (fbace48694fbfff69ff99ff7aefbde67965f7723092df9c13ff537d2a319f410) could not be checked: The system cannot find the file specified. | |
| Object Halo Ripoff/Assets/Plugins/GitHub/Editor/Mono.Posix.dll (bda42c2c2c6d83a5c840d5262bfb1ae0e24e3c1778c96d5ea1ff96a1bb244f70) could not be checked: The system cannot find the file specified. | |
| Object Halo Ripoff/Assets/Plugins/GitHub/Editor/QuickGuide.pdf (4b77f156c9a80a0e5fb995c135784aeade3c9f14273b428e1d1d6ef7a5df9ad8) could not be checked: The system canno |
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
| 180621-02.31.40.243 INFO [ 1] <Global> Initializing GitHubForUnity:'v1.0.0' Unity:'v2018.1.4f1' | |
| 180621-02.31.40.278 TRACE [ 9] <DownloadTask> Download of http://github-vs.s3.amazonaws.com/unity/latest.json to C:\Users\Bruker\AppData\Local\GitHubUnity\latest.json Attempt 1 of 1 | |
| 180621-02.31.40.288 TRACE [ 8] <ProcessWrapper> Running 'C:\Users\Bruker\AppData\Local\GitHubUnity\git\cmd\git.exe --version' | |
| 180621-02.31.40.311 TRACE [ 9] <DownloadTask> Downloading http://github-vs.s3.amazonaws.com/unity/latest.json | |
| 180621-02.31.40.600 TRACE [ 8] <ProcessWrapper> Running 'C:\Users\Bruker\AppData\Local\GitHubUnity\git-lfs\git-lfs.exe version' | |
| 180621-02.31.40.663 TRACE [ 9] <DownloadTask> Downloading http://github-vs.s3.amazonaws.com/unity/latest.json StatusCode:200 | |
| 180621-02.31.40.678 TRACE [ 9] <Global> Skipping GitHub for Unity update v1.0.0, we already have it | |
| 1 |
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
| 180621-02.17.39.185 INFO [ 1] <Global> Initializing GitHubForUnity:'v1.0.0' Unity:'v2018.1.4f1' | |
| 180621-02.17.39.203 TRACE [21] <DownloadTask> Download of http://github-vs.s3.amazonaws.com/unity/latest.json to C:\Users\Bruker\AppData\Local\GitHubUnity\latest.json Attempt 1 of 1 | |
| 180621-02.17.39.232 TRACE [20] <ProcessWrapper> Running 'C:\Users\Bruker\AppData\Local\GitHubUnity\git\cmd\git.exe --version' | |
| 180621-02.17.39.237 TRACE [21] <DownloadTask> Downloading http://github-vs.s3.amazonaws.com/unity/latest.json | |
| 180621-02.17.39.437 TRACE [20] <ProcessWrapper> Running 'C:\Users\Bruker\AppData\Local\GitHubUnity\git-lfs\git-lfs.exe version' | |
| 180621-02.17.39.596 TRACE [21] <DownloadTask> Downloading http://github-vs.s3.amazonaws.com/unity/latest.json StatusCode:200 | |
| 180621-02.17.39.616 TRACE [21] <Global> Skipping GitHub for Unity update v1.0.0, we already have it | |
| 1 |