Open Side Menu Go to the Top
Register
[PokerStars] Software Improvement Thread [PokerStars] Software Improvement Thread

10-18-2021 , 04:11 PM
Quote:
Originally Posted by PaulyJames200x
Also are you suppose to have animations set on high or low for aurora? Heard few people mentioned earlier its suppose to be high which to me doesn't make sense.
High. If I use low it causes serious lags. Yeah it's stupid and idiotic just like the whole aurora.
[PokerStars] Software Improvement Thread Quote
10-18-2021 , 10:36 PM
Quote:
Originally Posted by Esa_Perse
High. If I use low it causes serious lags. Yeah it's stupid and idiotic just like the whole aurora.
Thanks. But what about the other settings on the animation page?


I have


Animation - Disabled

Zoom Animation - Disabled

Aurora Graphics Quality - High

Aurora Ambient Animations - Disabled

Throwables - Disabled

Prestige - Disabled


What should I choose for the other options? So the first one should be change the animation from disabled to full with ko animation?


Aurora Ambient animations to Enabled?


What about throwables and prestige?



It still lags a ton with these settings. Unless you are suppose to enable all the other things? I don't want throwables on the table but does that make it lag less?
[PokerStars] Software Improvement Thread Quote
10-19-2021 , 01:44 AM
Quote:
Originally Posted by Top Pig
How ******ed is this ****??? LMFAOO.



Quote:
Originally Posted by Hilips
Agree.

I have been reading this issue with aurora for a long time now, and i personally never had any issue whatsoever. I can play 8 tables of zoom if chose to (i don't BTW) with no lag. I just have an I7-6700 with 16GB of RAM. So, nothing to brag about.

Must be something going on here besides hardware power.


Quote:
Originally Posted by nb2016
guys, if anyone knows the way to fix the lag Id really appreciate your help. Been on aurora for 2weeks now and its been a rubish playing experience so far


+1
[PokerStars] Software Improvement Thread Quote
10-19-2021 , 04:38 AM
Quote:
Originally Posted by PaulyJames200x
Thanks. But what about the other settings on the animation page?


I have


Animation - Disabled

Zoom Animation - Disabled

Aurora Graphics Quality - High

Aurora Ambient Animations - Disabled

Throwables - Disabled

Prestige - Disabled


What should I choose for the other options? So the first one should be change the animation from disabled to full with ko animation?


Aurora Ambient animations to Enabled?


What about throwables and prestige?



It still lags a ton with these settings. Unless you are suppose to enable all the other things? I don't want throwables on the table but does that make it lag less?
I have everything turned off and can play without lags. I don't play more than six tabels though. One weird thing is that if I play with small table it lags more.
[PokerStars] Software Improvement Thread Quote
10-19-2021 , 01:59 PM
Quote:
Originally Posted by getmeoffcompletely
I mean everything above $5 was getting 0 traffic anyway. I'd love to play $30 or $60 45mans but they just don't run. I just checked now at prime time and there's 1 $60 6max running. SNG traffic is just in a very dire state. Doesn't look like the recent rakeback changes have had much of an impact at all.
wtfing hell r u talking about? $15 and $30 18's ran just fine. As did $7's everything. They should've put the $30 to $20 instead of $25, that would've been better. As it is it's going better than I thought it would but lowering abi's as cost of living goes up is just in line with the great reset/scamdemic plans, probably won't be long before poker's banned worldwide online anyway.

SNG traffic is fine on Stars and extremely rapeable. Need couching?
[PokerStars] Software Improvement Thread Quote
10-19-2021 , 07:27 PM
Quote:
Originally Posted by panem et circenses
Dunno what to tell you:

[IMG][/IMG]

At first I thought it didnt work anymore, as the update message wouldnt disappear, but eventually it did again and I could log in normally after deleting the ImgCache, for whatever reason.
Plese tell me what to do to got hypersimple theme back and remove aurrora nightmarre out, i will sned you some $$$$ on stars if worked to me.
Plese help me i stop to play poker on stars bcs of shitty software of aurrora theme
Plese help y can shoot me msg inbox
[PokerStars] Software Improvement Thread Quote
10-20-2021 , 09:02 AM
why should he msg it to you if he can post it here and can help everyone

but if you read back panem already explained it, unfortunately what worked for him doesnt work for the majority of players
[PokerStars] Software Improvement Thread Quote
10-20-2021 , 12:44 PM
Create the rollback bat: paste this guff into a notepad, change all .UK bits to .EU/ .wherever and save it whatever.bat.

@echo off
:: BatchGotAdmin
::-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
set params = %*:"="
echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
exit /B

:gotAdmin
pushd "%CD%"
CD /D "%~dp0"
::--------------------------------------
xcopy "C:\Program Files (x86)\PokerStars.UK\backup\*.*" "C:\Program Files (x86)\PokerStars.UK" /e /k /h /y







Then create another one using this plain and simple english.

del %LOCALAPPDATA%\PokerStars.UK\ImgCache\*.* /f /q
@echo off
:: BatchGotAdmin
::-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"

REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
echo Requesting administrative privileges...
goto UACPrompt
) else ( goto gotAdmin )

:UACPrompt
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
set params = %*:"="
echo UAC.ShellExecute "cmd.exe", "/c %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs"

"%temp%\getadmin.vbs"
del "%temp%\getadmin.vbs"
exit /B

:gotAdmin
pushd "%CD%"
CD /D "%~dp0"
::--------------------------------------
start "" "C:\Program Files (x86)\PokerStars.UK\PokerStars.exe"



Run the first one, then run the second. Only need to run the second from that point on. Can do it manually but forogt exactly how.
[PokerStars] Software Improvement Thread Quote
10-20-2021 , 05:15 PM
Thank you that looks useful. But why do you have to write a script when you can simply copy/paste the contents of the backup folder?

Also what does the script do extra to delete the contents of the imgcache folder?
[PokerStars] Software Improvement Thread Quote
10-20-2021 , 05:38 PM
Fluff knows, all I know is doing it manually never worked for me but using those things did so bleehhhhhhhhhh. Seems to be a different story for different peeps
[PokerStars] Software Improvement Thread Quote
10-26-2021 , 04:04 PM
so I was pretty happy playing on the old engine till today.. I had the backup, Legacy=1 and had to open with the exact .exe file (not any shortcut), however, my gf didn´t know, did open with shortcut and kinda ruined everything

I was able to roll back, but not completely - I have a new issue - anytime I log in, its ok, when I open any table (even just to observe), the client just closes after a second or two. Anyone can help with this, please?

#hateAurora
[PokerStars] Software Improvement Thread Quote
10-27-2021 , 07:52 AM
Quote:
Originally Posted by BuchoCZ
so I was pretty happy playing on the old engine till today.. I had the backup, Legacy=1 and had to open with the exact .exe file (not any shortcut), however, my gf didn´t know, did open with shortcut and kinda ruined everything

I was able to roll back, but not completely - I have a new issue - anytime I log in, its ok, when I open any table (even just to observe), the client just closes after a second or two. Anyone can help with this, please?

#hateAurora
how do u hate aurora its pretty good
[PokerStars] Software Improvement Thread Quote
10-27-2021 , 08:00 AM
its terrible starsrep
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 12:45 AM
Has anyone else noticed that since last nights update the preflop timebank has stopped working?
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 06:34 AM
Quote:
Originally Posted by dogarse
Has anyone else noticed that since last nights update the preflop timebank has stopped working?
Same problem here.
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 07:53 AM
When you click on it it doesnt work?
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 09:49 AM
Anyone play on the mobile client? I just tried playing some FF last couple days and every few hands, for no reason, I just get sat out. Happens every 15/20 hands. Incredibly annoying.

Also, any way to change the preset bet slider buttons?
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 09:49 AM
Quote:
Originally Posted by Anonimi
When you click on it it doesnt work?
Yes. This is only at preflop when there is no money in the pot by hero.
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 09:56 AM
Quote:
Originally Posted by dogarse
Has anyone else noticed that since last nights update the preflop timebank has stopped working?
+1 (only at preflop when there is no money in the pot by hero)
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 10:21 AM
Quote:
Originally Posted by epsz
+1 (only at preflop when there is no money in the pot by hero)
same here, it is terrible
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 12:26 PM
out of nowhere it works again now lol
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 12:35 PM
Quote:
Originally Posted by Fat_Vicious
out of nowhere it works again now lol
love you
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 02:36 PM
Quote:
Originally Posted by JohnBoyWWFC
Anyone play on the mobile client? I just tried playing some FF last couple days and every few hands, for no reason, I just get sat out. Happens every 15/20 hands. Incredibly annoying.

Also, any way to change the preset bet slider buttons?
Yeh this has been happening for a while. Only seems to be in zoom so not game breaking but definitely annoying.
[PokerStars] Software Improvement Thread Quote
10-28-2021 , 10:52 PM
Quote:
Originally Posted by Fat_Vicious
out of nowhere it works again now lol
Obviously because I sent log files
[PokerStars] Software Improvement Thread Quote
10-30-2021 , 01:00 PM
I'm on an older client, but the timebank bug came through. However, the timebank value under the info tab won't update from 0 unless I let it activate, and it resets to 0 whenever I change table.

Anyone with a fix that doesn't involve updating the client? Thanks!
[PokerStars] Software Improvement Thread Quote

      
m