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

crash on restart #74

Open
hellfiremaga opened this issue Dec 15, 2015 · 3 comments
Open

crash on restart #74

hellfiremaga opened this issue Dec 15, 2015 · 3 comments

Comments

@hellfiremaga
Copy link

Hello

when I restart a game by keeping R pulled, the tracker crash and won't restart (the window only show for a second). The tracker log says :

Traceback (most recent call last):
File "item_tracker.py", line 581, in main
File "item_tracker.py", line 498, in run
AttributeError: 'NoneType' object has no attribute 'group'

HAve I done something wrong?

@Hyphen-ated
Copy link
Owner

doesn't sound like you are doing anything wrong
can you please post your log.txt from Documents\My Games\Binding of Isaac Afterbirth
and also your options.json from inside the tracker install dir

@hellfiremaga
Copy link
Author

here is the log :
timeBeginPeriod( 1 )
OpenGL version 4.5.13399 Compatibility Profile Context 15.201.1151.0
GLSL version 4.40
Framebuffer ID: 1
Renderbuffer ID: 1 size 1024x1024
New gamepad attached:
Description: XInput Controller 1
Vendor ID: 1118
Product ID: 654
Number of axes: 6
Number of buttons: 15
Binding of Isaac: Afterbirth v1.06.0077
Initialize ColorOffset Shader
Initialize Pixelation Shader
Initialize Bloom Shader
Initialize Color Correction Shader
Initialize HQ4X Shader
Initialize Shockwave Shader
Initialize OldTV Shader
Initialize Water Surface Shader

and here is the options
{
"background_color": "#3C3C3C",
"bold_font": true,
"custom_message": "Seed: {seed} / Guppy: {guppy} / dmg: {dmg} / tears: {tears} / delay: {delay} / speed: {speed} / range: {range}",
"default_spacing": 64,
"framerate_limit": 30,
"height": 96,
"item_details_link": "http://platinumgod.co.uk/afterbirth?id=$ID",
"message_duration": 7,
"min_spacing": 24,
"show_blind_icon": true,
"show_custom_message": true,
"show_description": true,
"show_floors": true,
"show_font": "Arial",
"show_health_ups": true,
"show_rerolled_items": true,
"show_space_items": true,
"size_multiplier": 2.0,
"text_color": "#FFFFFF",
"width": 1366,
"word_wrap": false,
"x_position": 100,
"y_position": 100
}

@sillypears
Copy link
Contributor

If that's all that is in the log file, it looks like the game isn't fully loading. The full log.txt file would need to be shown, so we can see why the tracker crashes when trying to parse the data in the log.txt as what you have is ignored by the tracker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants