Page 1 of 1

Scenario error in tutorial

Posted: Fri May 17, 2024 11:21 pm
by Helioe
After finishing the last level of the tutorial (level 5 I think) I've received the folowing message:
The scenario level caused a non-recoverable error.
Please report this error to the scenario author.

Error while running event level::on_tick (ID 0)
Scripts can only use paths relative to the currently playing folder. Path: D:/Jogos/Factorio/temp/currently-playing/factorio-cover.png
stack traceback:
[C]: in function 'add'
D:/Jogos/Factorio/temp/currently-playing/final_screen.lua:17: in function 'create'
D:/Jogos/Factorio/temp/currently-playing/control.lua:511: in function 'init'
__core__/lualib/story.lua:56: in function 'story_update'
D:/Jogos/Factorio/temp/currently-playing/control.lua:567: in function <D:/Jogos/Factorio/temp/currently-playing/control.lua:566>

Re: Scenario error in tutorial

Posted: Mon May 27, 2024 9:48 am
by Bilka
Hey, this error indicates that the "factorio-cover.png" file doesn't exist in the data\base\campaigns\tutorial\level-05 folder. However, it should be there by default. So, most likely your install is corrupted somehow. If you use Steam, try using Steam's verify game files function. Or, if you installed from a zip file, redo the install.

Re: Scenario error in tutorial

Posted: Sun Jun 23, 2024 7:50 pm
by Helioe
Thanks for the reply, I'll try that!