wolfetplayer / RealRTCW

RealRTCW mod based on ioRTCW engine
https://store.steampowered.com/app/1379630/RealRTCW/
GNU General Public License v3.0
113 stars 28 forks source link

not run. unknow ahiviment #75

Closed dipol0 closed 2 years ago

dipol0 commented 2 years ago

Hi. Then iam run game engine with game pak files in MAIN dir game start...show intro and menu/ then i start new game, it start...little intros...but then loading maps game quit. In console i get this:

********************
ERROR: AICast_ScriptParse(), Error (line 343): unknown action: achievement_speedrun.

********************
----- Server Shutdown (Server crashed: AICast_ScriptParse(), Error (line 343): unknown action: achievement_speedrun.

) -----
AAS shutdown.
recursive error after: AICast_ScriptParse(), Error (line 343): unknown action: achievement_speedrun.

AL lib: (EE) alc_cleanup: 2 devices not closed

may be i need another version pak files? thnx

UPD i try build ARCH=x86_64 make and ARCH=x86_64 make STEAM=1

but have same error

wolfetplayer commented 2 years ago

Curent code is useless without new assets and game archives. You should wait for 4.0 release or use pre built 3.3 from moddb or steam.

dipol0 commented 2 years ago

Curent code is useless without new assets and game archives. You should wait for 4.0 release or use pre built 3.3 from moddb or steam.

u can get need work prebuild 3.3 link to moddb ? thnx/ i use https://github.com/wolfetplayer/RealRTCW/issues/75#issuecomment-1138635913 but get error with it.

wolfetplayer commented 2 years ago

https://www.moddb.com/mods/realrtcw-realism-mod/downloads/realrtcw-31

wolfetplayer commented 2 years ago

shouldnt have any problems with this one

dipol0 commented 2 years ago

shouldnt have any problems with this one

i can build 3.3n - https://github.com/wolfetplayer/RealRTCW/releases/tag/3.3n and download data from ModDB you link (3.3.4) and....

Try start Chapter by Chapter

Chapter 1 - same error.


Chapter 2 dont start

...
LOADING...  - particles
LOADING...  - game media done
LOADING... flamechunks
LOADING... clients
LOADING... RealRTCWPlayer
UI menu load time = 3 milli seconds
CL_InitCGame: 12.42 seconds
56 msec to draw all images
Com_TouchMemory: 0 msec
********************
ERROR: AICast_ScriptParse(), Error (line 3068): unknown action: achievement_warcrime.

********************
----- Server Shutdown (Server crashed: AICast_ScriptParse(), Error (line 3068): unknown action: achievement_warcrime.

) -----
AAS shutdown.
recursive error after: AICast_ScriptParse(), Error (line 3068): unknown action: achievement_warcrime.

AL lib: (EE) alc_cleanup: 2 devices not closed

Chapter 3 - dont start.

...
LOADING... flamechunks
LOADING... clients
LOADING... RealRTCWPlayer
UI menu load time = 2 milli seconds
CL_InitCGame: 10.56 seconds
56 msec to draw all images
Com_TouchMemory: 0 msec
********************
ERROR: AICast_ScriptParse(), Error (line 106): unknown action: achievement_stealth1.

********************
----- Server Shutdown (Server crashed: AICast_ScriptParse(), Error (line 106): unknown action: achievement_stealth1.

) -----
AAS shutdown.
recursive error after: AICast_ScriptParse(), Error (line 106): unknown action: achievement_stealth1.

tty]

Chapter 4 - Good start!


Chapter 5 - Good start!


Chapter 6 - Good start!


Chapter 7 - dont start


...
LOADING... flamechunks
LOADING... clients
LOADING... RealRTCWPlayer
UI menu load time = 2 milli seconds
CL_InitCGame:  6.62 seconds
42 msec to draw all images
Com_TouchMemory: 0 msec
********************
ERROR: AICast_ScriptParse(), Error (line 197): unknown action: achievement_crystal.

********************
----- Server Shutdown (Server crashed: AICast_ScriptParse(), Error (line 197): unknown action: achievement_crystal.

) -----
AAS shutdown.
recursive error after: AICast_ScriptParse(), Error (line 197): unknown action: achievement_crystal.

tty]

i try build engine from master but it not build...get error:

CC code/steam/steam.c
CC code/steamshim/steamshim_child.c
code/steamshim/steamshim_child.c: In function ‘dbgpipe’:
code/steamshim/steamshim_child.c:39:5: warning: implicit declaration of function ‘va_start’ [-Wimplicit-function-declaration]
   39 |     va_start(args, fmt);
      |     ^~~~~~~~
code/steamshim/steamshim_child.c:58:34: warning: implicit declaration of function ‘va_arg’ [-Wimplicit-function-declaration]
   58 |                 fprintf(f, "%i", va_arg(args, int));
      |                                  ^~~~~~
code/steamshim/steamshim_child.c:58:47: error: expected expression before ‘int’
   58 |                 fprintf(f, "%i", va_arg(args, int));
      |                                               ^~~
code/steamshim/steamshim_child.c:61:47: error: expected expression before ‘unsigned’
   61 |                 fprintf(f, "%i", va_arg(args, unsigned int));
      |                                               ^~~~~~~~
code/steamshim/steamshim_child.c:64:47: error: expected expression before ‘char’
   64 |                 fprintf(f, "%c", va_arg(args, char));
      |                                               ^~~~
code/steamshim/steamshim_child.c:67:47: error: expected expression before ‘float’
   67 |                 fprintf(f, "%f", va_arg(args, float));
      |                                               ^~~~~
code/steamshim/steamshim_child.c:70:47: error: expected expression before ‘const’
   70 |                 fprintf(f, "%s", va_arg(args, const char *));
      |                                               ^~~~~
code/steamshim/steamshim_child.c:79:5: warning: implicit declaration of function ‘va_end’ [-Wimplicit-function-declaration]
   79 |     va_end(args);
      |     ^~~~~~
make[2]: *** [Makefile:2729: build/release-linux-x86_64/client/steamshim_child.o] Ошибка 1
make[2]: выход из каталога «/home/manager/src/RealRTCW»
make[1]: *** [Makefile:1551: targets] Ошибка 2
make[1]: выход из каталога «/home/manager/src/RealRTCW»
make: *** [Makefile:1447: release] Ошибка 2

gcc version 10.3.0 (Ubuntu 10.3.0-1ubuntu1~20.04) GNU Make 4.2.1

wolfetplayer commented 2 years ago

use pre built files or just wait for 4.0

dipol0 commented 2 years ago

@wolfetplayer OK. thnx. be wait... :+1: