-
Notifications
You must be signed in to change notification settings - Fork 39
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
Error: "Only letters, digits, and underscores are allowed in property name" #22
Comments
Full crash log, please. |
As to what's causing it, a property that is being set doesn't follow the rules enforced by DOSBox Staging. Most likely a property set by Boxer. |
All right, here's the full log
|
Can you post your game's Once we figure this out, you can rebuild with optimizations and |
It was within Boxer itself. Probably written out on an older version of Boxer. |
Yes, I guess the application support folder is still there from the previous Boxer version. So should I remove it? Or wait for the next version? |
Hi everyone,
I managed to build the Boxer app, but when I try opening an actual game, the thing crashes every time and gives me the error:
"Only letters, digits, and underscores are allowed in property name"
`Process: Boxer [46262]
Path: /Users/USER/Library/Developer/Xcode/DerivedData/Boxer-flujobqovxnimpgabobhyqdbccaq/Build/Products/Debug/Boxer.app/Contents/MacOS/Boxer
Identifier: net.washboardabs.boxer
Version: 2.0.0-alpha (2.0.0-alpha+20191017)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Boxer [46262]
User ID: 501
Date/Time: 2021-02-10 22:09:19.331 +0100
OS Version: macOS 11.1 (20C5048k)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: C94ED913-732F-9A25-9738-1AE3192FA08F
Sleep/Wake UUID: 454D2960-6DE6-4DA3-9A9F-52CA7021BCE8
Time Awake Since Boot: 1000000 seconds
Time Since Wake: 50000 seconds
System Integrity Protection: enabled
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
ID Vend/Dev
ad59 731f1002
Seconds Ago ID Type
1100000.0 ad59 Attach
Application Specific Information:
Assertion failed: (((void)"Only letters, digits, and underscores are allowed in property name", std::regex_match(name, std::regex{"[a-zA-Z0-9_]+"}))), function Property, file /Users/thomin/BoxerTemp/Boxer/DOSBox-Staging/src/misc/setup.cpp, line 235.
`
Any ideas what that could be?
The text was updated successfully, but these errors were encountered: