Page 1 of 1

[Win7 x64] Crash - SymGetLineFromAddr64, GetLastError: 487

Posted: Fri Mar 06, 2015 9:35 pm
by MrP123
I'm currently testing out some things modding wise, and something I did caused this error. It seems to be related to Stack Walker having a problem with something I did.
The game crashes while loading (at around 3%).
In the attachment is the "mod" that caused it.

System:
Windows 7 x64
Factorio 0.11.17

Steps to reproduce:
load attached mod
start Factorio 0.11.17
experience crash

Log:
http://pastebin.com/xV2mdKhp

Re: [Win7 x64] Crash - SymGetLineFromAddr64, GetLastError: 487

Posted: Tue Mar 10, 2015 11:32 am
by kovarex
Ok, the problem was, that the game didn't handle properly when the require couldn't be opened (the rail pictures in your case).

Fixed for 0.11.18 where proper message is given, thx for the report.