#Bugs in Beta version

1 messages · Page 1 of 1 (latest)

steady vortex
#

finding

steady vortex
steady vortex
zinc anvil
azure thistle
#

@bright spruce @steady vortex When I run the latest main branch from github, I'm getting the following when I try to log in as administrator:

FoundryVTT | 2026-03-04 20:59:47 | [info] Created client session abe1bd574c10e5a989b9ac58
FoundryVTT | 2026-03-04 20:59:53 | [info] User authentication successful for user Gamemaster
FoundryVTT | 2026-03-04 20:59:54 | [warn] No system manifest found at https://raw.githubusercontent.com/patrickmohrmann/fvtt-earthdawne4e/refs/heads/dev/system.json
FoundryVTT | 2026-03-04 20:59:54 | [info] No system update for Earthdawn (Beta) is currently available.
FoundryVTT | 2026-03-04 20:59:54 | [info] Vended World data to User [k73nK05DTr3kpB0a] in 410ms```

Looks like it's looking for `https://raw.githubusercontent.com/patrickmohrmann/fvtt-earthdawne4e/refs/heads/dev/system.json` but can't find it...  This doesn't happen on a branch synced with main from last week (if I switch back and forth)...
bright spruce
steady vortex
azure thistle
#

I'm running it via the node command node /Applications/Foundry\ Virtual\ Tabletop\ 13.app/Contents/Resources/app/main.js --dataPath=/Users/utopian/Library/Application\ Support/FoundryVTT and when I login as Gamemaster from the 'Join Game Session' dialog of foundry, it goes to a completely black screen, and those errors appear in the terminal I'm running the node command in.

#

If I switch back to my bugfix branch 3515-en-translations-for-reattune-matrix which is based off of main from about 40-50 commits ago, it starts fine and I can log in and interact with the world.

azure thistle
#

So the manifest error (actually warning) was a red herring. I changed it in the code to the new location and it gets rid of the warning with the same behavior. The thing that is new that I think is either the root cause (or symptom of the root cause) is the following error from the developer console:

    at new TypedObjectField (foundry.mjs:9114:50)
    at new MappingField (mapping-field.mjs:32:5)
    at CreatureData.defineSchema (common.mjs:18:22)
    at CreatureData.defineSchema (sentient.mjs:19:36)
    at CreatureData.defineSchema (creature.mjs:19:18)
    at get schema (foundry.mjs:11508:55)
    at get schema (foundry.mjs:55350:26)
    at Localization.localizeDataModel (foundry.mjs:167587:39)
    at #localizeDataModels (foundry.mjs:167601:22)
    at Localization.initialize (foundry.mjs:167565:37)```

which I do not get from my older branch (which starts up fine)...
steady vortex
#

Ah I know. That is a bug we introduced two days ago. It is fixed

bright spruce