n1889 / srcdemo2

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

srcdemo not outputting foinal frames #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.launching and activating srcdemo2, with tga files as output.
2.starting the demo, executing the commands to start saving the tga files 
(host_framerate etc,startmovie srcdemo2/someprefix_)
stopping recording (endmovie) 
3.closing the game (tf2) and deactivating srcdemo2.

What is the expected output? What do you see instead?
I want the final frames COMPILED WITH MOTIONBLUR, but I end up only getting the 
captured frames, which I have to dig out of the dir to which the 
game/application is outputting it to btw.

What version of the product are you using? On what operating system?
2012-04-07 on windows 7 premium.

Please provide any additional information below.

Original issue reported on code.google.com by 92jon...@gmail.com on 11 Aug 2014 at 2:25

GoogleCodeExporter commented 9 years ago
That sounds like it's not even mounting the directory to the directory. Did you 
install Dokan? Did you reboot after installing it (this is actually necessary)? 
Can you provide a debug mode log?

Original comment by windypo...@gmail.com on 11 Aug 2014 at 3:26

GoogleCodeExporter commented 9 years ago
I have dokan and yes I have reebooted. I could get back to you with the log, 
I'm sorry ask but how do I go about starting it in debug mode? Do I even have 
to or are you taking about some kind of an error prompt.

In case if you´re wondering, I'm not getting any errors below the browse 
button(final frame output). Hope that makes sence.

Original comment by 92jon...@gmail.com on 11 Aug 2014 at 4:34

GoogleCodeExporter commented 9 years ago
Hello, I must´ve messed up some commands before cause I got it work now, sorry 
to consume your time!

One last thing, does´nt matter if you reply, I just thought you might want to 
know.

This error hasnt caused any concern so far but I get an error message everytime 
I deactivate after I finish recording.

This is the debug log(sorry for the swedish parts, it essentially means The 
requested operation requires elevation):

Traceback (most recent call last):
  File "SrcDemo2.py", line 2, in <module>
  File "SrcDemo2Launcher.pyo", line 283, in launch
  File "SrcDemo2Launcher.pyo", line 147, in unmount_registered_mountpoint
  File "SrcDemo2Launcher.pyo", line 125, in attempt_unmount
  File "SrcDemo2Launcher.pyo", line 112, in subprocess_call
  File "subprocess.pyo", line 493, in call
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 893, in _execute_child
WindowsError: [Error 740] Den begärda åtgärden kräver en privilegiehöjning
Traceback (most recent call last):
  File "SrcDemo2.py", line 2, in <module>
  File "SrcDemo2Launcher.pyo", line 283, in launch
  File "SrcDemo2Launcher.pyo", line 147, in unmount_registered_mountpoint
  File "SrcDemo2Launcher.pyo", line 125, in attempt_unmount
  File "SrcDemo2Launcher.pyo", line 112, in subprocess_call
  File "subprocess.pyo", line 493, in call
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 893, in _execute_child
WindowsError: [Error 740] Den begärda åtgärden kräver en privilegiehöjning
Traceback (most recent call last):
  File "SrcDemo2.py", line 2, in <module>
  File "SrcDemo2Launcher.pyo", line 283, in launch
  File "SrcDemo2Launcher.pyo", line 147, in unmount_registered_mountpoint
  File "SrcDemo2Launcher.pyo", line 125, in attempt_unmount
  File "SrcDemo2Launcher.pyo", line 112, in subprocess_call
  File "subprocess.pyo", line 493, in call
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 893, in _execute_child
WindowsError: [Error 740] Den begärda åtgärden kräver en privilegiehöjning
Traceback (most recent call last):
  File "SrcDemo2.py", line 2, in <module>
  File "SrcDemo2Launcher.pyo", line 283, in launch
  File "SrcDemo2Launcher.pyo", line 147, in unmount_registered_mountpoint
  File "SrcDemo2Launcher.pyo", line 125, in attempt_unmount
  File "SrcDemo2Launcher.pyo", line 112, in subprocess_call
  File "subprocess.pyo", line 493, in call
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 893, in _execute_child
WindowsError: [Error 740] Den begärda åtgärden kräver en privilegiehöjning
Traceback (most recent call last):
  File "SrcDemo2.py", line 2, in <module>
  File "SrcDemo2Launcher.pyo", line 283, in launch
  File "SrcDemo2Launcher.pyo", line 147, in unmount_registered_mountpoint
  File "SrcDemo2Launcher.pyo", line 125, in attempt_unmount
  File "SrcDemo2Launcher.pyo", line 112, in subprocess_call
  File "subprocess.pyo", line 493, in call
  File "subprocess.pyo", line 679, in __init__
  File "subprocess.pyo", line 893, in _execute_child
WindowsError: [Error 740] Den begärda åtgärden kräver en privilegiehöjning

I got this error from following this guide, he gets the same error prompt 
though.

Original comment by 92jon...@gmail.com on 11 Aug 2014 at 4:55

GoogleCodeExporter commented 9 years ago
Oh sorry frogot to post the link to the guide!

https://www.youtube.com/watch?v=a4x3o5m8o-4

Original comment by 92jon...@gmail.com on 11 Aug 2014 at 4:56