Pro World Cricket Manager 2025 3D (Grab a chance to win GTA 6 copy)

New build uploaded
-The build will install any libraries needed to run the game (including python and every other libraries) when run for the first time
-Fixed many bugs and streamlined many things which i can't list
-Double clicking on any player in ranking tabs will display his full profile and last 5 seasons data
1753427254616.png
 

Attachments

  • Pro Cricket Final.rar
    2.2 MB · Views: 5
Last edited:
Downloaded your most recent build. It shows this error message.
 

Attachments

  • Screenshot 2025-07-26 010700.jpg
    Screenshot 2025-07-26 010700.jpg
    53.7 KB · Views: 7
Still not working. Comes up with:

View attachment 306578

If I do that then it comes up like:

View attachment 306579
You try downloading python 3.12 and it will solve the problem.

Even though I have forced the exe to download it when the game launches for the first time , guess the link is broken. Will update the exe
Post automatically merged:

Downloaded your most recent build. It shows this error message.
When this error comes? When you launched the game or after doing something?

Also copy paste the error code here so that I can vibe fixed it in one shot.
 
Last edited:
You try downloading python 3.12 and it will solve the problem.

Even though I have forced the exe to download it when the game launches for the first time , guess the link is broken. Will update the exe
Post automatically merged:


When this error comes? When you launched the game or after doing something?

Also copy paste the error code here so that I can vibe fixed it in one shot.
As soon as I launch the game it happens. I have python 3.8 and can't download higher version without running into issues on my PC, so I'm assuming it's a version specific issue. I know a little python and since you provided the source files I edited the f string in the source file mentioned in the error and removed the backslashes like the error mentioned, and it actually worked. But I'm unsure I haven't messed anything up so It's best if the actual dev fixes it :)

Here's the error message:
Starting Pro Cricket Game with Tier Columns...
Run-out fix successfully applied
Traceback (most recent call last):
File "fixed_cricket_game.py", line 5, in <module>
from fixed_cricket_game import fix_runout_issue
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\fixed_cricket_game.py", line 28, in <module>
spec.loader.exec_module(gamer_2024)
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\gamer 2024.py", line 8, in <module>
from team_news_templates import generate_team_news
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\team_news_templates.py", line 257
article = f""" ^ SyntaxError: f-string expression part cannot include a backslash
 
As soon as I launch the game it happens. I have python 3.8 and can't download higher version without running into issues on my PC, so I'm assuming it's a version specific issue. I know a little python and since you provided the source files I edited the f string in the source file mentioned in the error and removed the backslashes like the error mentioned, and it actually worked. But I'm unsure I haven't messed anything up so It's best if the actual dev fixes it :)

Here's the error message:
Starting Pro Cricket Game with Tier Columns...
Run-out fix successfully applied
Traceback (most recent call last):
File "fixed_cricket_game.py", line 5, in <module>
from fixed_cricket_game import fix_runout_issue
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\fixed_cricket_game.py", line 28, in <module>
spec.loader.exec_module(gamer_2024)
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\gamer 2024.py", line 8, in <module>
from team_news_templates import generate_team_news
File "C:\Users\Dell\Downloads\Pro Cricket Final\Pro Cricket Final\team_news_templates.py", line 257
article = f""" ^ SyntaxError: f-string expression part cannot include a backslash
Yea bro this error is due to python version you have , the game is only compatible with version 3.12 and any higher version will cause syntax error because of the change in python format in newer version , I am glad you are running the game now.

Provide feedback if you want to improve any features.
 
Instead of providing a Python-required app, you should offer the complete application as a downloadable file through a website like MediaFire or MEGA.nz.
 
Instead of providing a Python-required app, you should offer the complete application as a downloadable file through a website like MediaFire or MEGA.nz.
It automatically downloads python when you launch it for the first time but yea I will provide a standalone exe tomorrow.

Problem is that the AI never compiles the exe in first few runs and it consume credits after 3/4 attempts and if I find any bug in the version then the process has to start again.

It’s costing me a $2 to $3 in getting exe file to get compiled as the total code lines are well over 30k lines if it takes 7/8 attempts and when I add any new features then again have to start the process again.
 

Users who are viewing this thread

Top