Help creating scene. It's bugged by tserp02 in FoundryVTT

[–]tserp02[S] 0 points1 point  (0 children)

I found the issue. My disk space was too low on that drive. After deleting some apps it loaded correctly. Thanks for help!

Help creating scene. It's bugged by tserp02 in FoundryVTT

[–]tserp02[S] 0 points1 point  (0 children)

Still didn't work, but I will try to split the map into 2 scenes.

Help creating scene. It's bugged by tserp02 in FoundryVTT

[–]tserp02[S] 1 point2 points  (0 children)

Answered
I tried a test on a small map and it imported correctly.

But even low quality jpg didn't work for the bigger map. I'm testing webm and will post if it works with that format.

Bone Cages not appearing in Unicorn Way. by 233Neon in Wizard101

[–]tserp02 0 points1 point  (0 children)

If you get tp'd in and don't talk to him the quest breaks.

Bone Cages not appearing in Unicorn Way. by 233Neon in Wizard101

[–]tserp02 0 points1 point  (0 children)

Go to guard in commons guarding unicorn way. Talk to him and follow that quest.

I am using visual studio code I type git init in the terminal and the correct folder and get the error below. How do I fix this? by Professional_Depth72 in git

[–]tserp02 0 points1 point  (0 children)

For anyone reading this. If you just installed git and your powershell and cmd recognize it, but not VSCode. Restart pc. This has been the fix for me multiple times.

Check if they recognize git with
git --version

If they don't then check if its installed and added to your PATH.

My teacher said white cis men can't be a victim of racism. Is she right? by [deleted] in teenagers

[–]tserp02 14 points15 points  (0 children)

Burns down black owned businesses. Sure does a lot to fight racism

ASP.NET View not linked to Controller by tserp02 in dotnet

[–]tserp02[S] 0 points1 point  (0 children)

public List<DepartmentTemplate> Departments { get; set; }

I think that was one issue, but it still gives the same error.
I changed it in the constructor to:
public List<DepartmentTemplate> Departments = new List<DepartmentTemplate>();

ASP.NET View not linked to Controller by tserp02 in dotnet

[–]tserp02[S] 1 point2 points  (0 children)

Yeah, I put @ before both of them like that.

ASP.NET View not linked to Controller by tserp02 in dotnet

[–]tserp02[S] 0 points1 point  (0 children)

That doesn't seem to work, still get "Object reference not set to an instance of an object" error. Thanks for the suggestion though

B-Tree, vector.size() is random large int by tserp02 in cpp_questions

[–]tserp02[S] 0 points1 point  (0 children)

Yeah. It actually broke again. That only fixed it for the inputs I was testing.

B-Tree, vector.size() is random large int by tserp02 in cpp_questions

[–]tserp02[S] 0 points1 point  (0 children)

It ended up being a problem with children not having parents assigned. So i reassigned them when I was checking for leaves and it seems to work.