project-navigation
Personal tools

Author Topic: R28180 Error on start mission (Texture bug)  (Read 5328 times)

Offline O01eg

  • Rookie
  • ***
  • Posts: 73
    • View Profile
R28180 Error on start mission (Texture bug)
« on: January 20, 2010, 10:17:49 am »
Code: [Select]
==== InitGame ====
SV_AssembleMap: Sequential map assembly in 2 ms
CM_LoadMap: "-ufocrash/uc_ +craft_drop_firebird +craft_crash_fighter +h07 +d01 +h01 +h01 +h01 +h05" "-16 -16 0 -24 0 0 8 -16 0 16 8 0 0 0 0 16 0 0 -24 16 0 -24 -16 0"
Rerouted for RMA in   0.0s
checksum for the map '+ufocrash': 221903652
ufo script checksum 243850177
Not enough spawn points for team 0
Created AI player (team 0)
Created AI player (team 7)
-------------------------------------
Connecting to localhost...
connection attempt from loopback connection
load material file: 'materials/ufocrash.mat'
Starting the game...
o01eg has joined team 1
music change to van_mission (from karlmacklin_geoscape)
********************
ERROR: Texture is already freed and no longer uploaded, texnum is invalid for model models/soldiers/femalemedium/head03a.md2
********************
Shutdown server: Server crashed.
==== ShutdownGame ====
/mnt/other/games/ufoai.d/share/ufoai/ufo(Sys_Backtrace+0x1c)[0x56ae8b] src/ports/unix/unix_main.c:493
/mnt/other/games/ufoai.d/share/ufoai/ufo(Com_Error+0x1bb)[0x50965d] src/common/common.c:267
/mnt/other/games/ufoai.d/share/ufoai/ufo(R_AliasModelState+0x1d8)[0x556b08] src/client/renderer/r_model.c:325
/mnt/other/games/ufoai.d/share/ufoai/ufo(R_DrawModelDirect+0xd9)[0x5544f7] src/client/renderer/r_mesh.c:251
/mnt/other/games/ufoai.d/share/ufoai/ufo(MN_DrawModelNode+0x5a6)[0x4e7919] src/client/menu/node/m_node_model.c:357
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x4e6b91] src/client/menu/node/m_node_model.c:88
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x4cd6e1] src/client/menu/m_draw.c:242
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x4cd811] src/client/menu/m_draw.c:263
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x4cd811] src/client/menu/m_draw.c:263
/mnt/other/games/ufoai.d/share/ufoai/ufo(MN_Draw+0xf1)[0x4cdbfc] src/client/menu/m_draw.c:365
/mnt/other/games/ufoai.d/share/ufoai/ufo(SCR_UpdateScreen+0xda)[0x43ae7a] src/client/cl_screen.c:448
/mnt/other/games/ufoai.d/share/ufoai/ufo(CL_Frame+0xf7)[0x439b61] src/client/cl_main.c:1142
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x50aea6] src/common/common.c:1010
/mnt/other/games/ufoai.d/share/ufoai/ufo(Qcommon_Frame+0x70)[0x50b36e] src/common/common.c:1158
/mnt/other/games/ufoai.d/share/ufoai/ufo(main+0x57)[0x569c49] src/ports/linux/linux_main.c:53
/lib/libc.so.6(__libc_start_main+0xe6)[0x7ffff4ea1a26]
/mnt/other/games/ufoai.d/share/ufoai/ufo[0x42b5e9]
And screeshot:

Offline Halleth

  • Rookie
  • ***
  • Posts: 52
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #1 on: January 20, 2010, 09:39:14 pm »
R28183: I received similar message, just with another texture. And it kicks me out back to geoscape, without black screen:

********************
ERROR: Texture is already freed and no longer uploaded, texnum is invalid for model models/aircraft/drop_firebird/firebird.md2
********************
Shutdown server: Server crashed.
==== ShutdownGame ====
ufoai_2.3/src/ports/unix/unix_main.c:493
ufoai_2.3/src/common/common.c:267
ufoai_2.3/src/client/renderer/r_model.c:330
ufoai_2.3/src/client/renderer/r_entity.c:616
ufoai_2.3/src/client/renderer/r_main.c:318
ufoai_2.3/src/client/battlescape/cl_view.c:376
ufoai_2.3/src/client/cl_screen.c:445
ufoai_2.3/src/client/cl_main.c:1142
ufoai_2.3/src/common/common.c:1010
ufoai_2.3/src/common/common.c:1158
ufoai_2.3/src/ports/linux/linux_main.c:53
/lib/libc.so.6(__libc_start_main+0xe6)[0x7f14affae5a6]
/build/buildd/glibc-2.9/csu/../sysdeps/x86_64/elf/start.S:116
music change to van_geoscape (from defeatfear)

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #2 on: January 31, 2010, 09:37:49 am »
The problem discripted in the first post is still present in last windows dev build 28338. Is this a known issue? The problem occurs after playing 2 - 4 battles in sequence during campaign mode.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: R28180 Error on start mission (Texture bug)
« Reply #3 on: January 31, 2010, 09:49:48 am »
it's the same issue as this ticket https://sourceforge.net/tracker/?func=detail&aid=2890118&group_id=157793&atid=805242

we are still searching for a way to reliable reproduce it.

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #4 on: January 31, 2010, 10:28:19 am »
yup very hard to figure out. its definitly not happen on the first map and retrying the battle doesnt trigger the bug, it happens only in one of the next battles .

one side question: i have no soldier und firebird textures in battle, is it meant to be or do i have a setting problem?

« Last Edit: January 31, 2010, 10:35:23 am by j4l »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: R28180 Error on start mission (Texture bug)
« Reply #5 on: January 31, 2010, 11:14:21 am »
that's the same bug

publish a r_listimage output if you get this error please (execute on the game console)

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #6 on: January 31, 2010, 12:25:11 pm »
the texture prob is permanent. i have attached an image.

sorry for the newbe question, but how do execute a r_listimage on the console? typing "r_listimage" does nothing

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: R28180 Error on start mission (Texture bug)
« Reply #7 on: January 31, 2010, 12:34:43 pm »
that is most likely glsl shaders, try to turn them off - game console: shift+esc

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #8 on: January 31, 2010, 01:16:48 pm »
deactivating the glsl shaders did it.

shift+escape brings me to the console okay, but how do i execute that r_lightimage listing? Typing "r_lightimage" on console doesn't do it.
« Last Edit: January 31, 2010, 01:35:29 pm by j4l »

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #9 on: January 31, 2010, 07:14:26 pm »
Sorry for doubleposting, but i have the error now. i attached the complete console log. 2 Times ufocrash and the third map little forest didnt load

What about that r_lightimage thing?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: R28180 Error on start mission (Texture bug)
« Reply #10 on: January 31, 2010, 10:19:08 pm »
publish a r_listimage output if you get this error please (execute on the game console)

not sure where the heck you got r_lightimage from.

maybe it's r_listimages idk - use tab to autocomplete

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #11 on: February 01, 2010, 06:02:51 am »
not sure where the heck you got r_lightimage from.

maybe it's r_listimages idk - use tab to autocomplete

hehe you told me to do a "r_listimage", you missed the s man, now its working  ;D The r_listimage thing i don't know  :o

that's the same bug

publish a r_listimage output if you get this error please (execute on the game console)


i'll post a list as soon as possible

Offline j4l

  • Rookie
  • ***
  • Posts: 24
    • View Profile
Re: R28180 Error on start mission (Texture bug)
« Reply #12 on: February 01, 2010, 09:38:05 pm »
got it. i hope it helps