Skip to content

Instantly share code, notes, and snippets.

@Mailaender
Mailaender / syncreport.log
Last active April 22, 2022 16:39
OpenRA bleed
This file has been truncated, but you can view the full file.
Player: Darkademic (Windows Microsoft Windows NT 10.0.19043.0 .NET CLR 6.0.2)
Game ID: 6d9a0be4-503f-4a6c-9f78-1ef35661df6a (Mod: Red Alert at Version {DEV_VERSION})
Sync for net frame 458 -------------
SharedRandom: 813467930 (#142876)
Synced Traits:
1 player Neutral HarvesterBotModule (1)
IsTraitDisabled: True
1 player Neutral BaseBuilderBotModule (1)
IsTraitDisabled: True
1 player Neutral BaseBuilderBotModule (1)
This file has been truncated, but you can view the full file.
Player: Darkademic (Windows Microsoft Windows NT 10.0.19043.0 .NET CLR 6.0.2)
Game ID: d13d7849-df4e-4f42-978c-6722786fac3f (Mod: Combined Arms at Version prep-CA)
Sync for net frame 2281 -------------
SharedRandom: 2033334868 (#95126)
Synced Traits:
1 player Neutral HarvesterBotModuleCA (1)
IsTraitDisabled: True
1 player Neutral CaptureManagerBotModuleCA (1)
IsTraitDisabled: True
1 player Neutral BridgeRepairBotModule (1)
@Mailaender
Mailaender / mono_crash.21acb2c4bb.0.json
Created October 10, 2021 17:21
OmniSharp crash on git checkout
{
"protocol_version" : "0.0.6",
"configuration" : {
"version" : "(6.12.0.90) (tarball)",
"tlc" : "__thread",
"sigsgev" : "altstack",
"notifications" : "epoll",
"architecture" : "amd64",
"disabled_features" : "none",
"smallconfig" : "disabled",
@Mailaender
Mailaender / NuGet.config
Created June 8, 2020 17:25
MonoDevelop 7.8.4.1
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="Nuget Official" value="https://api.nuget.org/v3/index.json" />
<add key="Roslyn Nightlies" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
<add key="VS Editor" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
<add key="VS Editor Impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
#region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version. For more
* information, see COPYING.
*/
#endregion
@Mailaender
Mailaender / ChronoshiftableWithSpriteEffect.cs
Created March 8, 2020 13:07
This doesn't work correctly.
#region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version. For more
* information, see COPYING.
*/
#endregion
@Mailaender
Mailaender / fetch-content.sh
Last active August 15, 2020 08:47
Install the Command & Conquer: Red Alert 2 Yuris Revenge files for OpenRA on Linux/Mac
#!/bin/bash
# Die on any error for Travis CI to automatically retry:
set -e
function download_url() {
URL="$1"
LOCAL_FILE="${1##*/}"
if [ -x "$(type -P wget)" ]; then
wget -O "${LOCAL_FILE}" "${URL}" --no-check-certificate
#region Copyright & License Information
/*
* Copyright 2007-2020 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or (at your option) any later version. For more
* information, see COPYING.
*/
#endregion
@Mailaender
Mailaender / npm-debug.log
Created December 29, 2017 08:54
npm ERR! Please include the following file with any support request: npm ERR! /home/matthias/Entwicklung/Zotero/zotero-client/npm-debug.log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node6', '/usr/bin/npm-default', 'run', 'build' ]
2 info using npm@3.10.10
3 info using node@v6.11.1
4 verbose run-script [ 'prebuild', 'build', 'postbuild' ]
5 info lifecycle zotero@5.0.0~prebuild: zotero@5.0.0
6 silly lifecycle zotero@5.0.0~prebuild: no script for prebuild, continuing
7 info lifecycle zotero@5.0.0~build: zotero@5.0.0
8 verbose lifecycle zotero@5.0.0~build: unsafe-perm in lifecycle true
9 verbose lifecycle zotero@5.0.0~build: PATH: /usr/lib64/node_modules/npm6/bin/node-gyp-bin:/home/matthias/Entwicklung/Zotero/zotero-client/node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
@Mailaender
Mailaender / eclipse.ini
Last active December 15, 2017 15:04
OpenChrom IDE launch configuration for openSUSE
-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
/home/matthias/.p2/pool/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.401.v20161122-1740
-product
org.eclipse.epp.package.rcp.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform