#Bugs in Beta version
1 messages · Page 1 of 1 (latest)
Where is that screenshot from @zinc anvil
Chatbox message when displaying the text bubble of a talent/power
@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)...
So you're installing it manually in foundry with the system manifest?
The problem here is, that the manifest still has the old url of the repo (we moved from "parrickmohrmann" to "earthdawn-vtt" org). If you can just that manually for now, that could work.
Maybe we can do a small beta update tonight @steady vortex ? Then we can fix that error as well?
but you geht an info that it is work in progress, right? @zinc anvil ?
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.
Here is the console log from the browser.
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)...
Ah I know. That is a bug we introduced two days ago. It is fixed
ah yes, it was a problem with an override, the fix is in main now, as patrick said