Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • EDuke32 EDuke32
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 96
    • Issues 96
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Richard Gobeille
  • EDuke32EDuke32
  • Issues
  • #197

Closed
Open
Created Sep 20, 2021 by Dino Bollinger@dibollingerDeveloper

Compiling eduke32 outside of a Git repository inserts an error string in place of the revision number

To reproduce, simply rename the .git folder to something else, and then run make.

When starting the game, the first line in the log will show the following (I compiled for Fury in this case):

Ion Fury rfatal: not a git repository (or any of the parent directories): .git[fatal: not a git repository (or any of the parent directories): .git]-fatal: not a git repository (or any of the parent directories): .git

This means that the error case isn't being properly handled right now.

Since this is a likely result of someone downloading the source code in zipped format, it should be resolved.

Assignee
Assign to
Time tracking