View Issue Details

IDProjectCategoryView StatusLast Update
0000183ServerServerpublic2020-08-18 15:25
ReporterTosfera Assigned Tojack9267  
PrioritylowSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx64OSWindowsOS Version10
Summary0000183: Hidden folders seen as resources
Description

Most of my projects are either on github or bitbucket, I'm not a fan of adding a whole bunch of other folders to the source code (for example; initializing git in the folder where the server.exe is) so I always initialize my repository in the resources folder.

By initializing a git repo, you always get a .git folder. The server does an attempt on booting up this folder, I think it's safe to say that you can skip every hidden folder/file while booting up resources. It's also not in my list of resources in the server.xml so it shouldn't even try to boot it up in the first place.

Steps To Reproduce
  1. Initialize a new git repo (git init) in the resources folder
  2. boot your server
  3. the following errors pop up:
    Loading resources...
    unable to load meta.xml in resource .git!
    Failed to load resource .git!
TagsNo tags attached.
Game

Activities

jack9267

2020-08-18 15:25

administrator   ~0000085

Fixed ready for new version

Issue History

Date Modified Username Field Change
2020-07-22 06:45 Tosfera New Issue
2020-08-18 15:25 jack9267 Assigned To => jack9267
2020-08-18 15:25 jack9267 Status new => resolved
2020-08-18 15:25 jack9267 Resolution open => fixed
2020-08-18 15:25 jack9267 Note Added: 0000085