Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Bug ~~~~~~

  1. #11
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by XtrmJosh View Post
    Did you just disable chat-off mid-hunt or did you start the client and bot with it disabled? I feel like this might be WindBot caching some setting and using ~ as a fasthotkeys hotkey.

    Start the bot normally, I load the script, it does the whole buying process and goes to the basement, when it arrives at the 1 bug. It starts appearing in chat ~~~ and stops attacking. And stands in front of the beast. When I click on chat off it hunts normally.

  2. #12
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @laerciooz @kvra

    Please upload the following file clientoptions.json inside the folder %LOCALAPPDATA%\Tibia\packages\Tibia\conf\

    Don't worry, it does not contain any information about your characters on anything that could identify you.

  3. #13
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    @laerciooz @kvra

    Please upload the following file <span style="font-family: 'Lucida Console'; font-size: 11px; background-color: #DDD; padding: 3px 5px;">clientoptions.json</span> inside the folder <span style="font-family: 'Lucida Console'; font-size: 11px; background-color: #DDD; padding: 3px 5px;">%LOCALAPPDATA%\Tibia\packages\Tibia\conf\</span>

    Don't worry, it does not contain any information about your characters on anything that could identify you.
    PHP Code:
    {
        
    "name""Qt built-in GPU driver blacklist",
        
    "version""5.6",
        
    "entries": [
            {
                
    "id"1,
                
    "description""Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263)",
                
    "vendor_id""0x8086",
                
    "device_id": [ "0x0A16" ],
                
    "os": {
                    
    "type""win"
                
    },
                
    "driver_version": {
                    
    "op""<=",
                    
    "value""10.18.10.3277"
                
    },
                
    "features": [
                    
    "disable_desktopgl"
                
    ]
            },
            {
                
    "id"2,
                
    "description""Intel Q965/Q963 - GMA 3000 has insufficient support of opengl and directx",
                
    "vendor_id""0x8086",
                
    "device_id": [ "0x2992" ],
                
    "os": {
                    
    "type""win"
                
    },
                
    "features": [
                    
    "disable_desktopgl"
                
    ]
           },
           {
               
    "id"3,
               
    "description""No OpenGL on Intel G33/G31 (QTBUG-47522)",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0x29C2" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_desktopgl""disable_angle"
               
    ]
           },
           {
              
    "id"4,
              
    "description""Intel HD Graphics 3000 crashes when initializing the OpenGL driver (QTBUG-42240)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x0102""0x0106""0x010A""0x0112""0x0116""0x0122""0x0126""0x0046""0x2A42""""0x2E32""0x0BE1""0x0A26""0x0152""0x0042" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
           },
           {
               
    "id"5,
               
    "description""Intel GMA 3150 (QTBUG-43243), Mobile Intel 945GM (QTBUG-47435) crash",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0xA001""0xA011""0x27A0""0x27AE" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_desktopgl"
               
    ]
            },
            {
               
    "id"6,
               
    "description""Intel(R) HD Graphics 4000 / 5500 cause crashes on orientation changes in fullscreen mode (QTBUG-49541)",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0x0166""0x1616" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_rotation"
               
    ]
            },
            {
              
    "id"7,
              
    "description""AMD Radeon HD 6310 causes crashes on OpenGL initialization test (CipSoft)",
              
    "vendor_id""0x1002",
              
    "device_id": [ "0x9802" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
            },
            {
              
    "id"8,
              
    "description""NVIDIA GeForce 630M/710M causes crashes on OpenGL initialization (CipSoft)",
              
    "vendor_id""0x10DE",
              
    "device_id": [ "0x1140""0x0DE9" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
            },
            {
              
    "id"9,
              
    "description""Mobile Intel(R) 4 Series Express Chipset Family - has very broken text rendering (CipSoft)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x2a42" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
           },
           {
              
    "id"10,
              
    "description""Intel 82945G Express crashes when starting up (CipSoft)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x2772" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl""disable_angle"
              
    ]
           }
        ]


  4. #14
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by laerciooz View Post
    PHP Code:
    {
        
    "name""Qt built-in GPU driver blacklist",
        
    "version""5.6",
        
    "entries": [
            {
                
    "id"1,
                
    "description""Desktop OpenGL is unreliable on some Intel HD laptops (QTBUG-43263)",
                
    "vendor_id""0x8086",
                
    "device_id": [ "0x0A16" ],
                
    "os": {
                    
    "type""win"
                
    },
                
    "driver_version": {
                    
    "op""<=",
                    
    "value""10.18.10.3277"
                
    },
                
    "features": [
                    
    "disable_desktopgl"
                
    ]
            },
            {
                
    "id"2,
                
    "description""Intel Q965/Q963 - GMA 3000 has insufficient support of opengl and directx",
                
    "vendor_id""0x8086",
                
    "device_id": [ "0x2992" ],
                
    "os": {
                    
    "type""win"
                
    },
                
    "features": [
                    
    "disable_desktopgl"
                
    ]
           },
           {
               
    "id"3,
               
    "description""No OpenGL on Intel G33/G31 (QTBUG-47522)",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0x29C2" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_desktopgl""disable_angle"
               
    ]
           },
           {
              
    "id"4,
              
    "description""Intel HD Graphics 3000 crashes when initializing the OpenGL driver (QTBUG-42240)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x0102""0x0106""0x010A""0x0112""0x0116""0x0122""0x0126""0x0046""0x2A42""""0x2E32""0x0BE1""0x0A26""0x0152""0x0042" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
           },
           {
               
    "id"5,
               
    "description""Intel GMA 3150 (QTBUG-43243), Mobile Intel 945GM (QTBUG-47435) crash",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0xA001""0xA011""0x27A0""0x27AE" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_desktopgl"
               
    ]
            },
            {
               
    "id"6,
               
    "description""Intel(R) HD Graphics 4000 / 5500 cause crashes on orientation changes in fullscreen mode (QTBUG-49541)",
               
    "vendor_id""0x8086",
               
    "device_id": [ "0x0166""0x1616" ],
               
    "os": {
                   
    "type""win"
               
    },
               
    "features": [
                   
    "disable_rotation"
               
    ]
            },
            {
              
    "id"7,
              
    "description""AMD Radeon HD 6310 causes crashes on OpenGL initialization test (CipSoft)",
              
    "vendor_id""0x1002",
              
    "device_id": [ "0x9802" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
            },
            {
              
    "id"8,
              
    "description""NVIDIA GeForce 630M/710M causes crashes on OpenGL initialization (CipSoft)",
              
    "vendor_id""0x10DE",
              
    "device_id": [ "0x1140""0x0DE9" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
            },
            {
              
    "id"9,
              
    "description""Mobile Intel(R) 4 Series Express Chipset Family - has very broken text rendering (CipSoft)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x2a42" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl"
              
    ]
           },
           {
              
    "id"10,
              
    "description""Intel 82945G Express crashes when starting up (CipSoft)",
              
    "vendor_id""0x8086",
              
    "device_id": [ "0x2772" ],
              
    "os": {
                  
    "type""win"
              
    },
              
    "features": [
                  
    "disable_desktopgl""disable_angle"
              
    ]
           }
        ]

    That's the wrong file. The one I want is called clientoptions.json.

  5. #15
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Raphael View Post
    That's the wrong file. The one I want is called clientoptions.json.

    The bug occurs when the battle is open.


    Where to place the file.

  6. #16
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Quote Originally Posted by laerciooz View Post
    The bug occurs when the battle is open.


    Where to place the file.
    You can e-mail it to me on [email protected]

  7. #17
    Free User
    Join Date
    Nov 2014
    Posts
    24
    Reputation
    10
    Rep Power
    0
    Done.

  8. #18
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    @laerciooz

    I see you have a hotkey on the ' character to attack the next target. Can you try deleting that and checking if the error persists?

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •