View Poll Results: Do you like WolfcamQL?

Voters
667. You may not vote on this poll
  • I Like WolfcamQL

    619 92.80%
  • I Dislike WolfcamQL

    48 7.20%
+ Reply to Thread
Page 64 of 141 FirstFirst ... 14 54 62 63 64 65 66 74 114 ... LastLast
Results 631 to 640 of 1408

Thread: WolfcamQL :D

  1. #631
    Member Lapppy is on a distinguished road
    Join Date
    Aug 2010
    Posts
    57
    Wolfcam has been crashing upon loading any demo or doing a vid_restart since 8.0, even with a clean config, clean install, etc. 7.5 worked perfectly.

    No error output or anything either.
    Last edited by Lapppy; 06-16-2011 at 05:26 PM.

  2. #632
    Senior Member KittenIgnition is on a distinguished road
    Join Date
    Aug 2010
    Location
    #Toronto.ON
    Posts
    3,742
    Quote Originally Posted by Lapppy View Post
    Wolfcam has been crashing upon loading any demo or doing a vid_restart since 8.0, even with a clean config, clean install, etc. 7.5 worked perfectly.

    No error output or anything either.
    See if there's anything in the console logs (not the console, obviously).

  3. #633
    Member Lapppy is on a distinguished road
    Join Date
    Aug 2010
    Posts
    57
    Quote Originally Posted by KittenIgnition View Post
    See if there's anything in the console logs (not the console, obviously).
    Heres something from stderr.txt, Before this error was just a list of the loaded pk3s

    Code:
    ...
    handle 1: demos/raZerAvekkk(POV)-vs-raZerCypher-qzdm13-2010_06_21-16_49_04.dm_73[0m
    ----------------------[0m
    10629 files in pk3 files[0m
    RE_Shutdown( 0 )[0m
    0x0 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : [unknown file] 
    0x523ca1 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/renderer/tr_init.c (560) : in function (R_DeleteFramebufferObject) 
    0x42216c : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_main.c (1650) : in function (CL_ShutdownAll) 
    0x4225b5 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_main.c (2707) : in function (CL_InitDownloads) 
    0x4230af : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_parse.c (635) : in function (CL_ParseGamestate) 
    0x423e48 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_parse.c (1026) : in function (CL_ParseServerMessage) 
    0x41ea47 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_main.c (1135) : in function (CL_ReadDemoMessage) 
    0x41ff0e : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/client/cl_main.c (1580) : in function (CL_PlayDemo_f) 
    0x441789 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/qcommon/cmd.c (179) : in function (Cbuf_Execute) 
    0x446bb1 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/qcommon/common.c (3263) : in function (Com_Frame) 
    0x54f464 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/acano/work/hg/ioquakelive-demo-player/code/sys/sys_main.c (577) : in function (SDL_main) 
    0x5e0c3b : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /Users/hercules/trunk/SDL-1.2/./src/main/win32/SDL_win32_main.c (318) : in function (console_main) 
    0x5e0cf8 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /Users/hercules/trunk/SDL-1.2/./src/main/win32/SDL_win32_main.c (402) : in function (WinMain) 
    0x5e05e9 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : math_matrix.cpp 
    0x4010a7 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c (237) : in function (__mingw_CRTStartup) 
    0x401123 : C:\Documents and Settings\User\Desktop\wolfcamql8.0\wolfcamql.exe : /home/ron/devel/debian/mingw32-runtime/mingw32-runtime-3.13/build_dir/src/mingw-runtime-3.13-20070825-1/crt1.c 
    Failed to init bfd from (C:\WINDOWS\system32\kernel32.dll)
    0x7c817077 : C:\WINDOWS\system32\kernel32.dll : RegisterWaitForInputIdle
    Might have to do with the new r_usefbo?

    EDIT: After some research, It appears that my "intel" graphics card does not support fbo. The problem is that even when r_usefbo is set to 0, wolfcam still crashes with an fbo error.
    Last edited by Lapppy; 06-16-2011 at 09:22 PM.

  4. #634
    Banned Fudge911 is an unknown quantity at this point
    Join Date
    Oct 2010
    Location
    Withheld by the Witness Protection Program
    Posts
    1,339
    Quote Originally Posted by KittenIgnition View Post
    See if there's anything in the console logs (not the console, obviously).
    What are the console logs?

  5. #635
    Senior Member KittenIgnition is on a distinguished road
    Join Date
    Aug 2010
    Location
    #Toronto.ON
    Posts
    3,742
    Quote Originally Posted by Lapppy View Post
    EDIT: After some research, It appears that my "intel" graphics card does not support fbo. The problem is that even when r_usefbo is set to 0, wolfcam still crashes with an fbo error.
    Try setting r_useFbo to "0" in the command-line (the shortcut, or the .bat, depending on how you launch wolfcam).

  6. #636
    Junior Member NetriK is on a distinguished road
    Join Date
    Apr 2011
    Posts
    7
    I'm using QLDT to cut the demos, and Wolfcam to play/record them.

    First, I tried /cl_avidemo 60, and then /video avi, how ever, the video was really slow.

    So I tried using a image sequence; /video tga, and then I put it into Sony Vegas. It was normal speed, but it was flickering at some parts, as if it were missing some frames or something.

    So then I put it into virtual dub, the the avi that came out was really slow and laggy. So then I /video tga, at /cl_avidemo 200

    and used vdub, but it was still really laggy and slow...

    How do I get normal speed/non laggy/good quality?

    offtopic: does anyone know how to find good competition demos? I can find them, but idk what points the frags r at, and dont wanna look thro all of them.

    thanks in advance

  7. #637
    Senior Member vanBasten is on a distinguished road vanBasten's Avatar
    Join Date
    Aug 2010
    Location
    CHINCHA ALTA - PERU.
    Posts
    418
    l
    Quote Originally Posted by NetriK View Post
    I'm using QLDT to cut the demos, and Wolfcam to play/record them.

    First, I tried /cl_avidemo 60, and then /video avi, how ever, the video was really slow.

    So I tried using a image sequence; /video tga, and then I put it into Sony Vegas. It was normal speed, but it was flickering at some parts, as if it were missing some frames or something.

    So then I put it into virtual dub, the the avi that came out was really slow and laggy. So then I /video tga, at /cl_avidemo 200

    and used vdub, but it was still really laggy and slow...

    How do I get normal speed/non laggy/good quality?

    offtopic: does anyone know how to find good competition demos? I can find them, but idk what points the frags r at, and dont wanna look thro all of them.

    thanks in advance
    FIRST AT ALL, WHEN U USED IMAGE SECUENCE IN VEGAS ARE YOU TALKING ABOUT THE PLAYBACK IN VEGAS OR ABOUT THE RESULTING VIDEO ENCODED?

    IF U R TALGING ABOUT A VIDEO ENCODED THAT A REAL PROBLEM, BUT IF U R TALKING ABOUT THE PLAYBACK OR A RESULTING VIDEO "AVI UNCOMPRESSED (VIRTUALDUB)" IS NORMAL IF IT IS LAGGY AND SLOW CAUSE ITS UNCOMPRESSED U NEED A PROGRAM LIKE "Megui, VEGAS" FOR ENCODE THAT VIDEOS.
    "THE CHILI PEPPERS HAVE BABY APPEAL"

  8. #638
    Member Lapppy is on a distinguished road
    Join Date
    Aug 2010
    Posts
    57
    Quote Originally Posted by KittenIgnition View Post
    Try setting r_useFbo to "0" in the command-line (the shortcut, or the .bat, depending on how you launch wolfcam).
    Even when adding seta r_useFbo 0 to the end of the shortcut or the batchfile, it still crashes...

  9. #639
    Junior Member kanzo is on a distinguished road kanzo's Avatar
    Join Date
    Aug 2010
    Location
    Scotland
    Posts
    20
    Quote Originally Posted by Lapppy View Post
    Even when adding seta r_useFbo 0 to the end of the shortcut or the batchfile, it still crashes...
    Exactly the same problem here.

  10. #640
    Junior Member NetriK is on a distinguished road
    Join Date
    Apr 2011
    Posts
    7
    Quote Originally Posted by NetriK View Post
    I'm using QLDT to cut the demos, and Wolfcam to play/record them.

    First, I tried /cl_avidemo 60, and then /video avi, how ever, the video was really slow.

    So I tried using a image sequence; /video tga, and then I put it into Sony Vegas. It was normal speed, but it was flickering at some parts, as if it were missing some frames or something.

    So then I put it into virtual dub, the the avi that came out was really slow and laggy. So then I /video tga, at /cl_avidemo 200

    and used vdub, but it was still really laggy and slow...

    How do I get normal speed/non laggy/good quality?

    offtopic: does anyone know how to find good competition demos? I can find them, but idk what points the frags r at, and dont wanna look thro all of them.

    thanks in advance
    http://www.youtube.com/watch?v=7SGVJXMlkwo


    :/

    why is it so slow... :/

    and quality is bad too . . .

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts