Loading

Paste #pgtcjzyqf

  1. OpenTTD.andythenorth(7213)$ valgrind ./bin/openttd
  2. ==94051== Memcheck, a memory error detector
  3. ==94051== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
  4. ==94051== Using Valgrind-3.14.0 and LibVEX; rerun with -h for copyright info
  5. ==94051== Command: ./bin/openttd

Paste #pwbjmocxr

  1. Error: Assertion failed at line 168 of /home/pavels/Builds/OpenTTD/src/tilearea_type.h: this->tile != INVALID_TILE
  2. Crash encountered, generating crash log...
  3. *** OpenTTD Crash Report ***
  4.  
  5. Crash at: Tue Feb 19 19:29:07 2019

Paste #p6yebqjtt

  1. uild FAILED.
  2.  
  3.        "D:\a\1\s\projects\openttd_vs141.sln" (default target) (1) ->
  4.        "D:\a\1\s\projects\openttd_vs141.vcxproj" (default target) (2) ->
  5.        (ClCompile target) ->

Paste #pn9ozxfzw

  1.      2>Done Building Project "D:\a\1\s\projects\openttd_vs141.vcxproj" (default targets) -- FAILED.
  2.      1>Done Building Project "D:\a\1\s\projects\openttd_vs141.sln" (default targets) -- FAILED.
  3.  
  4. Build FAILED.
  5. …         d:\a\1\s\src\viewport.cpp(3196): error C2065: 'line': undeclared identifier [D:\a\1\s\projects\openttd_vs141.vcxproj]

Paste #pasmwbwr2

  1. 1 - dbg: [misc] [Collect Garbage] 540138635 [avg: 540138635.0]
  2. 2 - dbg: [misc] [Collect Garbage] 980850 [avg: 980850.0]
  3. 3 - dbg: [misc] [Collect Garbage] 1080357 [avg: 1080357.0]
  4. 4 - dbg: [misc] [Collect Garbage] 3437898 [avg: 3437898.0]
  5. 5 - dbg: [misc] [Collect Garbage] 1894220 [avg: 1894220.0]

Paste #pfxktjee4

  1.     openttd.exe!ScriptConfig::SetSetting(const char * name, int value) Line 109 C++
  2.     openttd.exe!ScriptConfig::AddRandomDeviation() Line 137 C++
  3. >   openttd.exe!ScriptConfig::ScriptConfig(const ScriptConfig * config) Line 57 C++
  4.     openttd.exe!AIConfig::AIConfig(const AIConfig * config) Line 31 C++
  5.     openttd.exe!MakeNewgameSettingsLive() Line 369  C++

Paste #p1kktkghs

  1. svn diff svn://svn-archive.openttd.org/branches/1.8/src  svn://svn-archive.openttd.org/tags/1.8.0/src
  2. Index: rev.cpp.in
  3. ===================================================================
  4. --- rev.cpp.in  (.../branches/1.8/src)  (revision 28004)
  5. +++ rev.cpp.in  (.../tags/1.8.0/src)    (revision 28004)

Paste #p8yedjtpa

  1. commit f437cd06b66357f1276e6d20cba18ebba28bc669 (HEAD -> req_desc)
  2. Author: Ingo von Borstel <planetmaker@openttd.org>
  3. Date:   Sat Feb 9 17:39:40 2019 +0100
  4.  
  5.     Change: Improve description of what is really needed to run OpenTTD

Paste #pezv03ama

  1. planetmaker@aeolusmaximus-vortex:~/ottd/website$ git reflog
  2. 83c9bf0 (HEAD -> req_desc, pm/req_desc) HEAD@{0}: commit (merge): Change: Improve description of what is really needed to run OpenTTD
  3. 8d6525c HEAD@{1}: checkout: moving from req_desc to req_desc
  4. 8d6525c HEAD@{2}: reset: moving to HEAD
  5. 8d6525c HEAD@{3}: commit (amend): Add: support openttd-releases and openttd-pullrequests on new infrastructure

Paste #pbpxjvaz6

  1. openttd git@github.com:OpenTTD/website.git (fetch)
  2. openttd Nope (push)
  3. origin  git@github.com:OpenTTD/website.git (fetch)
  4. origin  git@github.com:planetmaker/website.git (push)
  5. pm  git@github.com:planetmaker/website.git (fetch)
  6. pm  git@github.com:planetmaker/website.git (push)

Paste #ppuzyudqr

  1. [remote "origin"]
  2.     url = git@github.com:OpenTTD/website.git
  3.     pushurl = git@github.com:planetmaker/website.git
  4.     fetch = +refs/heads/*:refs/remotes/origin/*
  5.         fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

Paste #pyhyb5jcb

  1. commit 6d1e51eeaf6bdf3f3637bcc327f6f341dcf065e7
  2. Author: translators <translators@openttd.org>
  3. Date:   Sat Feb 9 13:48:28 2019 +0100
  4.  
  5.     Update: Translations from eints

Paste #pbcxineit

  1.     for (int yc = y1; yc != y2; yc++) {
  2.         for (int xc = x1; xc != x2; xc++) {
  3.             TileIndex tile = TileXY(xc, yc);
  4.  
  5.             if (_settings_game.station.serve_water_industries) {

Paste #pvwc6g3dv

  1.     for (int yc = y1; yc != y2; yc++) {
  2.         for (int xc = x1; xc != x2; xc++) {
  3.             TileIndex tile = TileXY(xc, yc);
  4.             if (!IsTileType(tile, MP_INDUSTRY)) {
  5.                 AddAcceptedCargo(tile, acceptance, always_accepted);

Paste #pjmafahbk

  1. diff --git a/src/tgp.cpp b/src/tgp.cpp
  2. index 02621f127..6b6c9708f 100644
  3. --- a/src/tgp.cpp
  4. +++ b/src/tgp.cpp
  5. @@ -881,10 +881,10 @@ static void HeightMapNormalize()