Jump to content

File "mouseModule.py", line 152, in ChangeCursor


Recommended Posts

Hi, how can I fix this error?

 

0504 22:45:00156 :: Traceback (most recent call last):

0504 22:45:00156 ::   File "mouseModule.py", line 152, in ChangeCursor

0504 22:45:00156 :: AttributeError
0504 22:45:00156 :: : 
0504 22:45:00156 :: 'CMouseController' object has no attribute 'cursorDict'
0504 22:45:00156 :: 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 2 months later...

If you add the fix for camera when minimize client, open PythonApplicationProcedure.cpp and this case should look like this

 

case WM_ACTIVATEAPP:
			{
				m_isActivateWnd = (wParam == WA_ACTIVE) || (wParam == WA_CLICKACTIVE);

				if (m_isActivateWnd)
				{
					m_SoundManager.RestoreVolume();

					if (m_isWindowFullScreenEnable)
						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
				}
				else
				{
					m_SoundManager.SaveVolume();

					if (m_isWindowFullScreenEnable)
					{
						__MinimizeFullScreenWindow(hWnd, m_dwWidth, m_dwHeight);
						__ResetCameraWhenMinimize();
					}
					else
					{
						__ResetCameraWhenMinimize();
					}
				}
			}
			break;
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 11

      Metin2 Closed Beta Content (2003-2004)

    2. 11

      Metin2 Closed Beta Content (2003-2004)

    3. 0

      Football Ground

    4. 11

      Metin2 Closed Beta Content (2003-2004)

    5. 0

      Error compile binary Zentoria2

    6. 11

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.