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
| function cuda_switch -a cuda_version | |
| if test -z $cuda_version | |
| echo "cuda_switch info : Switch to default CUDA" | |
| echo "To switch to specific version, append after the command (eg: cuda_switch 11.7)" | |
| set PATH (echo "$PATH" | sed "s/\/opt\/cuda[-0-9\.]*/\/opt\/cuda/") | |
| set CUDA_PATH "/opt/cuda" | |
| else if test -e /opt/cuda-$cuda_version | |
| echo "cuda_switch info : Found CUDA $cuda_version at /opt/cuda-$cuda_version" | |
| echo "Switching to CUDA $cuda_version" | |
| set PATH (echo "$PATH" | sed "s/\/opt\/cuda[-0-9\.]*/\/opt\/cuda-$cuda_version/") |
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
| Mar 11, 2024 11:53:42 AM dev.enginecrafter77.imhotepmc.net.stream.server.PacketStreamManager onStartMessageReceived | |
| INFO: Channel dbcf2827-5bd9-4c3a-81e5-314df56e96ce OPEN (topic:blueprint-encode) | |
| Mar 11, 2024 11:53:42 AM dev.enginecrafter77.imhotepmc.net.stream.client.PacketStreamClientChannel flush | |
| INFO: Channel dbcf2827-5bd9-4c3a-81e5-314df56e96ce: Flush 522 bytes (tr: f479771f-76ac-44b2-adc2-540c774c88e9) | |
| Mar 11, 2024 11:53:42 AM dev.enginecrafter77.imhotepmc.net.stream.client.PacketStreamClientChannel flush | |
| INFO: Channel dbcf2827-5bd9-4c3a-81e5-314df56e96ce: Flush 4096 bytes (tr: 6af4964f-3af4-40ec-a4f2-fc8743883e64) | |
| Mar 11, 2024 11:53:42 AM dev.enginecrafter77.imhotepmc.net.stream.server.PacketStreamManager onTransferMessageReceived | |
| INFO: Transfer dbcf2827-5bd9-4c3a-81e5-314df56e96ce chunk #0 (f479771f-76ac-44b2-adc2-540c774c88e9:522B) | |
| Mar 11, 2024 11:53:42 AM dev.enginecrafter77.imhotepmc.net.stream.client.PacketStreamClientChannel flush | |
| INFO: Channel dbcf2827-5bd9-4c3a-81e5-314df56e96ce: Flush 4096 by |
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
| def hotswapAgent = file('libs/hotswap_agent.jar') | |
| if (!hotswapAgent.exists()) { | |
| new URL('https://github.com/HotswapProjects/HotswapAgent/releases/download/1.4.2-SNAPSHOT/hotswap-agent-1.4.2-SNAPSHOT.jar') | |
| .withInputStream{ i -> hotswapAgent.withOutputStream{ it << i }} | |
| } | |
| minecraft { | |
| extraRunJvmArguments.add('-XXaltjvm=dcevm') | |
| extraRunJvmArguments.add('-javaagent:' + hotswapAgent.getAbsolutePath().replace('\\', '\\\\')) | |
| } |
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
| 2024-01-04T15:25:56.056+0700 [INFO] [org.gradle.launcher.daemon.server.exec.LogToClient] The client will now receive all logging from the daemon (pid: 9924). The daemon log file: C:\Users\Li\.gradle\daemon\8.3\daemon-9924.out.log | |
| 2024-01-04T15:25:56.056+0700 [INFO] [org.gradle.launcher.daemon.server.exec.LogAndCheckHealth] Starting 57th build in daemon [uptime: 1 hrs 32 mins 26.261 secs, performance: 100%, GC rate: 0.00/s, heap usage: 0% of 3 GiB] | |
| 2024-01-04T15:25:56.057+0700 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] The daemon has started executing the build. | |
| 2024-01-04T15:25:56.057+0700 [DEBUG] [org.gradle.launcher.daemon.server.exec.ExecuteBuild] Executing build with daemon context: DefaultDaemonContext[uid=0d28f724-d200-4182-836b-b0aaab9732f5,javaHome=D:\Programs\JetBrains\IntelliJ IDEA Community Edition 2023.2.5\jbr,daemonRegistryDir=C:\Users\Li\.gradle\daemon,pid=9924,idleTimeout=10800000,priority=NORMAL,applyInstrumentationAgent=true,daemonOpts=--add-opens=java.base/java.util=ALL-UN |
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
| > Task :runClient | |
| [2022-08-27 21:24:28] [INFO ] Natives: D:\Project\Logistics-Bridge-FG5\build\natives | |
| [2022-08-27 21:24:28] [INFO ] Main Class: net.minecraft.launchwrapper.Launch | |
| [2022-08-27 21:24:28] [INFO ] Srg2Mcp: D:\Project\Logistics-Bridge-FG5\build\createSrgToMcp\output.srg | |
| [2022-08-27 21:24:28] [INFO ] Extra: [] | |
| [2022-08-27 21:24:29] [INFO ] Running with arguments: [--version, 1.12.2, --assetIndex, 1.12, --assetsDir, C:\Users\Admin\.gradle\caches\forge_gradle\assets, --accessToken, {REDACTED}, --userProperties, [], --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] | |
| [21:24:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [21:24:29] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
| [21:24:29] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.Corem |
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
| // TODO: Set folder ID | |
| var folderId = 'replace_your_folder_id'; | |
| // Main function 1. List folders | |
| function listFolders(){ | |
| getFolderTree(folderId, false); | |
| }; | |
| // Main function 2: List all folders, & write into the current sheet. | |
| function listAll(){ |
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
| ---- Minecraft Crash Report ---- | |
| // On the bright side, I bought you a teddy bear! | |
| Time: 2020-12-08 17:12:51 ICT | |
| Description: Exception in server tick loop | |
| net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from ProjectE (projecte) | |
| Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/common/ISpecialArmor$ArmorProperties | |
| at java.lang.Class.getDeclaredMethods0(Native Method) | |
| at java.lang.Class.privateGetDeclaredMethods(Unknown Source) |
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
| [22:37:47] [main/INFO] [mixin]: Instancing error handler class org.spongepowered.mod.mixin.handler.MixinErrorHandler | |
| [22:37:47] [main/INFO] [Sponge]: /***********************************************************************************************************************************************************/ | |
| [22:37:47] [main/INFO] [Sponge]: /* */ | |
| [22:37:47] [main/INFO] [Sponge]: /* Oh dear. Something went wrong and the server had to shut down! */ | |
| [22:37:47] [main/INFO] [Sponge]: /* */ | |
| [22:37:47] [main/INFO] [Sponge]: /*------------------------------------------------------------------------------------------------------------ |
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
| MultiMC version: 0.6.11-1430 | |
| Minecraft folder is: | |
| E:/MultiMC/instances/Test/.minecraft | |
| Java path is: | |
| C:/Program Files/AdoptOpenJDK/jre-8.0.242.04-openj9/bin/javaw.exe |
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
| ---- Minecraft Crash Report ---- | |
| // Who set us up the TNT? | |
| Time: 2020-02-17 17:04:19 ICT | |
| Description: Exception while adding particle | |
| java.lang.NullPointerException | |
| at jds.bibliocraft.models.BiblioModelWood.getParticleTexture(BiblioModelWood.java:222) | |
| at net.minecraft.client.renderer.BlockModelShapes.getTexture(BlockModelShapes.java:204) | |
| at net.minecraft.client.particle.ParticleDigging.<init>(SourceFile:22) |
NewerOlder