Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game crash #3983

Closed
fengluo2 opened this issue Nov 30, 2024 · 1 comment
Closed

Game crash #3983

fengluo2 opened this issue Nov 30, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@fengluo2
Copy link

Description

use NuttyB Raptors 1.52 mod and adjusted some options.
log: 20241130181736_infolog.txt

Expected Behaviour

no clash

Actual Behaviour

has clash

Reproduction steps

No response

Other

No response

@fengluo2 fengluo2 added the Bug Something isn't working label Nov 30, 2024
@saurtron
Copy link
Contributor

saurtron commented Dec 6, 2024

Checking the logs here, there is indeed a crash towards the end (line 46737): D:\Program Files\Beyond-All-Reason\data\infolog.txt" msgCaption="Spring: Unhandled exception" mainThread=1

There's not very useful information (to me) about where that's coming from though.

Other than that, I see some lua errors:

  • [Internal Lua error: Call failure] [string "LuaRules/Gadgets/unit_evolution.lua"]:352: attempt to index field '?' (a nil value)
  • [Font] Error: called End() without Begin()
    • tricky to know where this is coming from since we get no lua line number. I see some suspicious Begin/End usage at AtlasOnDemand and QuadTreeAtlas but likely not that. Will check again to see if I see smth else, but finding a mismatching font begin/end is like finding a needle at a haystack.

All in all, beyond checking those lua errors I don't think this report gives us enough information to know what happened, although maybe someone else can interpret and debug the stacktrace information, but it's just some hex offsets into spring.exe and I have no idea how to interpret or use that.

@Ruwetuin Ruwetuin closed this as completed Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants