RiiConnect24 / File-Maker

Generate data files for Wii Channels that have the latest news, forecast data, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Article Screw-Up Bug

larsenv opened this issue · comments

Basically, there's an error with the News Channel where an extra offset/size is present for something I can't exactly pinpoint, and it screws up all the articles for that file. Pictures and locations are fine, however.

Screenshot
Bug

People have bothered me on Discord about it.

Hopefully @V0idSt4r can help debug it.

I think cd573ba might fix the problem, it seems like the issue is that it's writing offsets to entries that don't exist, thus it creates them. No idea why that would be, since it uses the same method to loop through the articles.

Looks like that didn't really fix it, I saw it happen again.

Didn't think it would.

@V0idSt4r You know what, I think it might have fixed it since I haven't seen the bug since I commented... If I don't see it for a couple more days I'll close the issue.

The issue has happened a few times since the last comment on this issue.

f3324b2 might fix it, the issue might have been caused with it writing captions and credits appending to the pictures table.

The news has been fine after f3324b2, so I'm gonna close this as it seems to be fixed.