• 0
UCJOHN

Found a Bug

Question

11:13:04 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d

11:13:04 Render target memory points m1p & m1d not found.

11:13:04 Render target memory points m2p & m2d not found.

11:13:04 Render target memory points m3p & m3d not found.

11:13:05 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d

11:13:05 Render target memory points m1p & m1d not found.

Figured if someone can help me sort this out as it loops so many times that would be appreciated thanks.

Share this post


Link to post
Share on other sites

12 answers to this question

  • 0

I am having the same issue.

 

19:47:33 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:47:33 Render target memory points m1p & m1d not found.
19:47:33 Render target memory points m2p & m2d not found.
19:47:33 Render target memory points m3p & m3d not found.
19:47:48 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:47:48 Render target memory points m1p & m1d not found.
19:47:48 Render target memory points m2p & m2d not found.
19:47:48 Render target memory points m3p & m3d not found.
19:48:04 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:48:04 Render target memory points m1p & m1d not found.
19:48:04 Render target memory points m2p & m2d not found.
19:48:04 Render target memory points m3p & m3d not found.
19:48:20 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:48:20 Render target memory points m1p & m1d not found.
19:48:20 Render target memory points m2p & m2d not found.
19:48:20 Render target memory points m3p & m3d not found.
19:48:35 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:48:35 Render target memory points m1p & m1d not found.
19:48:35 Render target memory points m2p & m2d not found.
19:48:35 Render target memory points m3p & m3d not found.
19:48:51 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:48:51 Render target memory points m1p & m1d not found.
19:48:51 Render target memory points m2p & m2d not found.
19:48:51 Render target memory points m3p & m3d not found.
19:49:07 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:49:07 Render target memory points m1p & m1d not found.
19:49:07 Render target memory points m2p & m2d not found.
19:49:07 Render target memory points m3p & m3d not found.
19:49:23 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:49:23 Render target memory points m1p & m1d not found.
19:49:23 Render target memory points m2p & m2d not found.
19:49:23 Render target memory points m3p & m3d not found.
19:49:38 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:49:38 Render target memory points m1p & m1d not found.
19:49:38 Render target memory points m2p & m2d not found.
19:49:38 Render target memory points m3p & m3d not found.
19:49:54 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:49:54 Render target memory points m1p & m1d not found.
19:49:54 Render target memory points m2p & m2d not found.
19:49:54 Render target memory points m3p & m3d not found.
19:50:10 Warning Message: Cannot open object exile_psycho_lada\lada_lm.p3d
19:50:10 Render target memory points m1p & m1d not found.
19:50:10 Render target memory points m2p & m2d not found.
19:50:10 Render target memory points m3p & m3d not found.

Share this post


Link to post
Share on other sites
Advertisement
  • 0
1 hour ago, UserKevinFlynn said:

Do you mean (Lada_Militia)? That is the one with the light bar on it. The taxi has the same exterior setup and the frilly hanging ornaments inside.

Exile_Car_Lada_Taxi

Share this post


Link to post
Share on other sites
  • 0

 

On 02. 05. 2018. at 4:51 PM, StokesMagee said:

@UCJOHN @UserKevinFlynn Ya don't fix it, only way YOU can fix it is by removing the lada with the light bar on the top from your server. (Lada taxi)

same issue here on 64bit dedi, same RPT spam, but removing class Exile_Car_Lada_Taxi from mission config.cpp did not solve tha issue, or did I misunderstand something?

Share this post


Link to post
Share on other sites
  • 0
11 minutes ago, Brenner said:

 

same issue here on 64bit dedi, same RPT spam, but removing class Exile_Car_Lada_Taxi from mission config.cpp did not solve tha issue, or did I misunderstand something?

you also have to remove any traces of it in the database

Share this post


Link to post
Share on other sites
  • 0
11 minutes ago, StokesMagee said:

you also have to remove any traces of it in the database

It is a new server, still in development, locked from public, currently 2 vehicles in database and none of them is Lada

 

Share this post


Link to post
Share on other sites
  • 0
10 minutes ago, Brenner said:

It is a new server, still in development, locked from public, currently 2 vehicles in database and none of them is Lada

 

you removed all traces in the exile_server_config and the mission config?

Share this post


Link to post
Share on other sites
  • 0
19 minutes ago, Brenner said:

 

same issue here on 64bit dedi, same RPT spam, but removing class Exile_Car_Lada_Taxi from mission config.cpp did not solve tha issue, or did I misunderstand something?

This is what worked for me.

Go to @ExileServer/addons/exile_server_config.pbo and go into the config.cpp and search for the line "Stuff to spawn on roads", remove the line  "Exile_Car_Lada_Taxi",

Then go into Exile Server\mpmissions\Exile.Altis.pbo and go into config.cpp and first search for Exile_Car_Lada_Taxi. There should be a line for it to remove under "class CfgExileArsenal"

Then under "class CfgTraderCategories" find the taxi line and remove it

then under "class CfgVehicleCustoms" find and remove the taxi line.

Done correctly and this should remove the traces of the error from your server log.

Share this post


Link to post
Share on other sites
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.