Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Error upon opening

A topic by Lumps Plays - Visual Let's Plays created Apr 03, 2018 Views: 265 Replies: 2
Viewing posts 1 to 2

"

___________________________________________
ERROR in
action number 1
of Create Event
for object game_manager:

Error opening file for writing.

"

Developer

I need the log that pops up now. In the first line of code the game it creates all the .bat files and all images that are needed, so I don't know where the problem is.
If you could send me the log that might help me figure out where it bugs out. It should appear in the same directory as the game's executable. (You need to re-download it if you haven't yet.)

Sure thing:

[Main]
0=Successfully saved image at 'C:\wallpaper.bmp'
1=Successfully saved image at 'C:\wallpaper2.bmp'
2=Successfully saved image at 'C:\wallpaper3.bmp'
3=Successfully saved image at 'C:\wallpaper4.bmp'
4=Successfully saved image at 'C:\wallpaper5.bmp'
5=Successfully created file 'name.bat' at 'D:\Temp\gm_ttt_31865'
6=Successfully executed programm 'name.bat' at 'D:\Temp\gm_ttt_31865'
7=Successfully created file 'wallpaper.bat' at 'D:\Temp\gm_ttt_31865'
8=Successfully created file 'wallpaper2.bat' at 'D:\Temp\gm_ttt_31865'
9=Successfully created file 'wallpaper3.bat' at 'D:\Temp\gm_ttt_31865'
10=Successfully created file 'wallpaper4.bat' at 'D:\Temp\gm_ttt_31865'
11=Successfully created file 'wallpaper5.bat' at 'D:\Temp\gm_ttt_31865'
12=Successfully created file 'explorer1.bat' at 'D:\Temp\gm_ttt_31865'
13=Successfully created file 'desktop1.bat' at 'D:\Temp\gm_ttt_31865'
14=Successfully created file 'desktop2.bat' at 'D:\Temp\gm_ttt_31865'
15=Successfully created file 'windows.bat' at 'C:\Windows\.New_folder'


That's it for the gamelog.txt

game_errors.log had same info as before

Lemme know how it goes, good luck!