Jump to content

Recommended Posts

Hi guys, I need your help.
I am using sources with the following upgrades by blackdragonx61:

 

Granny 2.11.8
libjpeg-9a	
Python-2.7
Boost-1.71
Crypto++ 8.2.0	
DevIL-1.8.0	
lzo-2.10

 

When I add the pet system, I choose the character the client crashes and I get this:

 

0817 22:53:13712 :: Property already registered, replace property/devils_dragon_island/thing/obj_mtthund_thorn01.prb to property/devils_dragon_island/mtthunder_thorn01.prb
0817 22:53:13758 :: LoadWaterMapFile metin2_map_a1\000001\water.wtr 0
0817 22:53:13758 :: LoadRawHeightMapFile metin2_map_a1\000001\height.raw 0817 22:53:13761 :: LoadHeightMap::CalculateNormal 3 ms
0817 22:53:13761 :: LoadAttrMapFile metin2_map_a1\000001\attr.atr 0817 22:53:13762 :: 0
0817 22:53:13762 :: LoadSplatFile metin2_map_a1\000001\tile.raw 0817 22:53:13779 :: CTerrain::RAW_AllocateSplats 17
0817 22:53:13780 :: CTerrain::LoadShadowTexture 1 ms
0817 22:53:13780 :: LoadShadowMap metin2_map_a1\000001\shadowmap.raw 0817 22:53:13780 :: 0 ms
0817 22:53:13780 :: CTerrain::LoadMiniMapTexture 0 ms
0817 22:53:13781 :: CMapOutdoor::LoadTerrain 24
0817 22:53:13782 :: CMapOutdoor::LoadArea1 0

 

By debugging I get this:

.gif

 

If I comment on the following function, the game starts but I only see NPCs and Mobs:

 

if ( !pArea->Load(szAreaPathName) )

 

 

Can you tell me why it crashes and how to solve it if necessary? Thanks in advance!

  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 8 months later...

Problem
Directx9

        D3DXVECTOR3                m_vecScalePos;
        D3DXVECTOR3                m_vecScaleNew;
        D3DXMATRIX                m_matAbsoluteTrans;
        D3DXMATRIX                m_matScale;
        D3DXMATRIX                m_matPositon;
        D3DXVECTOR3                m_v3ScalePosition;
        D3DXMATRIX                m_ScaleMatrix, m_PositionMatrix, m_TransformMatrix;

commands error.

badass hei GIF

Link to comment
Share on other sites

Not these variables in my sources.

I managed to log in, I see the objects now.

The problem, in my case, is the lack of trees. I think here is the problem:

 

if (!GetMainTree(dwTreeCRC, &pMainTree, c_szTreeName)) //<--- @@@@@@@@@
    {
        TraceError("CSpeedTreeForest::CreateInstance - Cannot find: %s", c_szTreeName); // 1 iunie 2018
        return NULL;
    }

 

Link to comment
Share on other sites

  • 2 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.