The Talos Principle

The Talos Principle

Campaigns, puzzles, localizations and more...
Discover and download new campaigns, custom puzzles, item modifications, skins, and much more. You can also create custom localizations here.
Learn More
"Waiting for an uninitialized event."
Hello,

I am trying to update my Dutch localization mod, but run into an error message "Waiting for uninitialized event." when I select my mod. When clicking "Ok" the editor shuts down. What does this message mean, and is there a way I can troubleshoot this?

For completeness, I have recorded a small screen video what I am doing:

http://www.freepascal.org/~daniel/taloseditor.mkv
< >
Showing 1-6 of 6 comments
AlenL 12 Jan, 2016 @ 3:55am 
Can you please send a SeriousEditor.log file from this session?
HellyHella  [developer] 12 Jan, 2016 @ 6:04am 
Filed as internal bug #44863.
AlenL 12 Jan, 2016 @ 11:12pm 
It seems like this is a problem with loading the jpg file for the thumbnail. We are looking into this.
HellyHella  [developer] 13 Jan, 2016 @ 1:37am 
The log file shows the editor is stuck loading the mod's preview jpg image. Can you put the jpg image somewhere for us to download it? The editor loads our jpg images fine, we need your jpg to test why it causes the problem.
daniel.mantione 1 13 Jan, 2016 @ 12:29pm 
My first reaction was "jpg? it's a png". Taking a closer look:

daniel@commandchair:/media/spel/steam_windows/steamapps/common/The Talos Principle/Temp/Workshop/257510/Published> ls -al totaal 344 drwxr-xr-x 2 daniel users 4096 13 jan 21:08 . drwxr-xr-x 3 daniel users 4096 9 dec 00:16 .. -rw-r--r-- 1 daniel users 336580 13 jan 21:08 zz058948d0de33c877.jpg -rwxr-xr-x 1 daniel users 197 9 dec 00:16 zz058948d0de33c877.txt daniel@commandchair:/media/spel/steam_windows/steamapps/common/The Talos Principle/Temp/Workshop/257510/Published> file zz058948d0de33c877.jpg zz058948d0de33c877.jpg: PNG image data, 1920 x 1080, 8-bit/color RGBA, non-interlaced
.png got renamed to .jpg! Let's convert:

daniel@commandchair:/media/spel/steam_windows/steamapps/common/The Talos Principle/Temp/Workshop/257510/Published> pngtopnm zz058948d0de33c877.jpg | cjpeg -quality 90 > tmp.jpg daniel@commandchair:/media/spel/steam_windows/steamapps/common/The Talos Principle/Temp/Workshop/257510/Published> file tmp.jpg tmp.jpg: JPEG image data, JFIF standard 1.01 daniel@commandchair:/media/spel/steam_windows/steamapps/common/The Talos Principle/Temp/Workshop/257510/Published> mv tmp.jpg zz058948d0de33c877.jpg

Problem solved!

What I think happened: During initial upload I selected the .png image (the file browse dialog has no problems with that). Could it be that because of the .png extenstion, the editor actually treats it like a .png file? At least during initial upload everything works fine.

However, after initial upload the file is renamed to .jpg, and when you try to update your mod, I suppose that the editor tries to handle it like a jpeg file, and because it is not, the jpeg loading routines crash.

So the error was on my side, sorry!
Last edited by daniel.mantione; 13 Jan, 2016 @ 12:33pm
< >
Showing 1-6 of 6 comments
Per page: 1530 50