#91
07 февраля 2014 в 15:47
CZR He downloaded the file, he would turn Bersqer @ SP wait to run after the gray screen Appears and goes to the desktop. What could be Causing this? His computer configuration:
AMD Athlon 64 X2 Dual Core 5200 + 2.7 GHz GE FORCE 3600 GT 512 MB 2 GB RAM WINDOWS XP SP3.
His log on console:
... releasing DC: success ... destroying window ... resetting display ... shutting down QGL ... unloading OpenGL DLL --------------------- - glGetString (GL_EXTENSIONS) returned NULL
and he goes to main / profile / name / here no config "bersconfig" and i sent it him we config and noothing hapens.
AMD Athlon 64 X2 Dual Core 5200 + 2.7 GHz GE FORCE 3600 GT 512 MB 2 GB RAM WINDOWS XP SP3.
His log on console:
... releasing DC: success ... destroying window ... resetting display ... shutting down QGL ... unloading OpenGL DLL --------------------- - glGetString (GL_EXTENSIONS) returned NULL
and he goes to main / profile / name / here no config "bersconfig" and i sent it him we config and noothing hapens.
#92
07 февраля 2014 в 17:57
I have already explained to you all. Original rtcw use old opengl not above 1.3. Bers@RTCW uses the latest lighting-shading technoligies (opengl 3, realtime lighting-shadowing, soft shadows etc). Why are you trying to use it for what it was 14 years ago?????
#93
08 февраля 2014 в 05:58
Gregorio
Если ты получил эту строку:
glGetString(GL_EXTENSIONS) returned NULL
это значит, что glGetStringi не поддерживается (получение GL-строки в GL3+ контексте),
а старый способ получения GL-строки:
glGetString (GL_EXTENSIONS)
возвращает NULL.
Это критичная ошибка, без GL-строки невозможно узнать с какой видео-системой имеешь дело.
Такое обычно бывает на встроенных Intel-видеокартах. Запускали на ноутбуке?
Попробуй запустить так:
+set r_glCoreProfile 0
Если ты получил эту строку:
glGetString(GL_EXTENSIONS) returned NULL
это значит, что glGetStringi не поддерживается (получение GL-строки в GL3+ контексте),
а старый способ получения GL-строки:
glGetString (GL_EXTENSIONS)
возвращает NULL.
Это критичная ошибка, без GL-строки невозможно узнать с какой видео-системой имеешь дело.
Такое обычно бывает на встроенных Intel-видеокартах. Запускали на ноутбуке?
Попробуй запустить так:
+set r_glCoreProfile 0
#94
08 февраля 2014 в 07:07
он запускал через враппер гл 1,4
соотв ничего у него работать не будет
соотв ничего у него работать не будет
#95
09 февраля 2014 в 22:25
Hi. I'll do what did You say and I have another error. And I haven't integrated video card. :( Help please!
GL_CheckErrors: GL_INVALID_ENUM in file '..\..\..\Berserker@RTCW_SP\src\renderer\tr_fbo.c' subroutine 'R_CheckFBO' line 7
----- CL_Shutdown -----
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...destroying window
...resetting display
...shutting down QGL
...unloading OpenGL DLL
-----------------------
R_CheckFBO: unknown status 36054
GL_CheckErrors: GL_INVALID_ENUM in file '..\..\..\Berserker@RTCW_SP\src\renderer\tr_fbo.c' subroutine 'R_CheckFBO' line 7
----- CL_Shutdown -----
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...destroying window
...resetting display
...shutting down QGL
...unloading OpenGL DLL
-----------------------
R_CheckFBO: unknown status 36054
#96
10 февраля 2014 в 09:09
What is GE FORCE 3600 GT 512 MB ?
May be 8600GT ? In this case, I stronly recommend to change the videocard.
Second: GL wrappers do not 100% correctrly emulate the OpenGL3+.
R_CheckFBO: unknown status 36054
INCOMPLETED_BUFFER. You video does't support required FBO format.
May be 8600GT ? In this case, I stronly recommend to change the videocard.
Second: GL wrappers do not 100% correctrly emulate the OpenGL3+.
R_CheckFBO: unknown status 36054
INCOMPLETED_BUFFER. You video does't support required FBO format.
#97
10 февраля 2014 в 15:33
Yes 8600GT. My bad :D There is no chance to use "Berserker@WolfSP" with my video card?
#98
10 февраля 2014 в 16:21
I used 8600GT DDR3 at the work, idTech3 with my PPL renderer works, but FPS is too low.
Not-PPL renderer runs fine on 8600GT, much better then on embedded video.
Not-PPL renderer runs fine on 8600GT, much better then on embedded video.
#99
10 февраля 2014 в 17:10
I used nVidia GeForce 8600 GT DDR3 too. Not embedded video card
#100
10 февраля 2014 в 17:21
I install new nVidia drivers and NET. Framework 4 and everything is good! :D