I'm having problems getting SRL6 to find the login boxes. I wanted to see if anyone else has seen similar or had any thoughts.
My suspicion is that it's being caused by my graphics card/driver. The machine was made for XP and is running windows 7. The graphics card is radeon X300/X500/X1050 series and the available drivers are made for vista not windows 7. I'm thinking about getting a cheap card to see if things run properly.
I'm reasonably sure my simba/smart/srl/opengl software is good. I carefully matched the client graphic settings to the guide. I also had this problem with beta releases. It did work a few times (I think when I was messing with opengl.dll files, windows version vs. brandon's). I'm now running only the released software from last week.
RS loads ok in the smart window, then __setInputBoxes returns with lousy values. __enterLoginInfo adds 8 to the X value causing an out of bounds value to get passed to findColors.
Code:------ __setInputBoxes(): Set username and password boxes ---- __setInputBoxes(): _boxUsername(0,191,959,218) ---- __setInputBoxes(): _boxPassword(0,263,959,290) ---- Client is ready. ---- Setup SRL in 61995ms. -- setupSRL(): True -- TPlayer.login() ---- TPlayer.loginToLobby() ------ xyz@example.com () ------ Entering username... Exception in Script: Runtime error: "You passed a wrong xe to a finder function: 967. The client has a width of 960, thus the xe is out of bounds." at line 145, column 23 in file "C:\Simba1.0\Includes\srl-6\lib\utilities\wrappers.simba" File[C:\Simba1.0\Includes\SRL-6/logs/SRL log (27-09-13 at 02.35.14 PM).txt] has not been freed in the script, freeing it now.
The TPA returned by findColors(tpaActive, 6774863, 0, 0, w-1, h-1) is all out of whack:
Code:[{X = 739, Y = 191}, {X = 740, Y = 191}, ... through {X = 959, Y = 191}, {X = 0, Y = 192}, {X = 1, Y = 192}, ... through {X = 23, Y = 192}, {X = 745, Y = 196}, {X = 37, Y = 197}, {X = 747, Y = 197}, {X = 39, Y = 198}, {X = 749, Y = 198}, {X = 41, Y = 199}, {X = 751, Y = 199}, {X = 43, Y = 200}, {X = 753, Y = 200}, {X = 45, Y = 201}, {X = 755, Y = 201}, {X = 47, Y = 202}, {X = 757, Y = 202}, {X = 49, Y = 203}, {X = 759, Y = 203}, {X = 51, Y = 204}, {X = 761, Y = 204}, {X = 53, Y = 205}, {X = 763, Y = 205}, {X = 55, Y = 206}, {X = 765, Y = 206}, {X = 57, Y = 207}, {X = 767, Y = 207}, {X = 59, Y = 208}, {X = 769, Y = 208}, {X = 61, Y = 209}, {X = 771, Y = 209}, {X = 63, Y = 210}, {X = 773, Y = 210}, {X = 65, Y = 211}, {X = 775, Y = 211}, {X = 67, Y = 212}, {X = 777, Y = 212}, {X = 69, Y = 213}, {X = 791, Y = 217}, {X = 792, Y = 217}, ... through {X = 959, Y = 217}, {X = 0, Y = 218}, {X = 1, Y = 218}, ... through {X = 75, Y = 218}]


Reply With Quote













