Jump to content

Cactus Canyon Continued - Proc In Vp?


Dazz

Recommended Posts

  • 1 month later...
  • 1 year later...

When i add a second player, the game exists out.  I'm on visualpinball 10.7 final and the last dmdext that supports .pac files.  I have tried the minimal vp 10.6 but still have the same issue.

Here is my proc log (I'm sorry for the lengthy post) -->

2022-05-19 11:04:05,875 - game.config - WARNING - pyprocgame configuration not found at ./config.yaml. Checking C:\Users\pinball/.pyprocgame/config.yaml.
2022-05-19 11:04:05,875 - game.config - INFO - pyprocgame configuration found at C:\Users\pinball/.pyprocgame/config.yaml
2022-05-19 11:04:05,892 - vpcom - INFO - S11 is ...False
2022-05-19 11:04:05,905 - game.config - INFO - pyprocgame configuration found at ./config.yaml
2022-05-19 11:04:05,914 - game.config - INFO - pyprocgame configuration found at ./config.yaml
2022-05-19 11:04:06,301 - game.sound - INFO - Initializing sound...
2022-05-19 11:04:06,846 - game - INFO - Loading machine configuration from "cc_machine.yaml"...
2022-05-19 11:04:06,930 - game - INFO - Programming switch rules...
2022-05-19 11:04:07,111 - game - INFO - Programming flipper flipperLwR
2022-05-19 11:04:07,111 - game - INFO - Enabling WPC style flipper
2022-05-19 11:04:07,111 - game - INFO - Programming flipper flipperLwL
2022-05-19 11:04:07,111 - game - INFO - Enabling WPC style flipper
2022-05-19 11:04:13,269 - vpcom - INFO - GameName: cc_13
2022-05-19 11:04:13,269 - vpcom - INFO - SplashInfoLine: Cactus Canyon - Midway/Williams 1998
2022-05-19 11:06:09,003 - game - INFO - GAME STARTED
2022-05-19 11:06:09,006 - game - INFO - Programming flipper flipperLwR
2022-05-19 11:06:09,006 - game - INFO - Enabling WPC style flipper
2022-05-19 11:06:09,006 - game - INFO - Programming flipper flipperLwL
2022-05-19 11:06:09,006 - game - INFO - Enabling WPC style flipper
2022-05-19 11:06:11,989 - vpcom - INFO - PYTHON FAILURE (Visual Pinball Bridge is now broken)
2022-05-19 11:06:11,989 - vpcom - INFO - Exception Name AttributeError: 'CCGame' object has no attribute 'set_player_defaults'
2022-05-19 11:06:11,989 - vpcom - INFO - Traceback (most recent call last):
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\tools\register_vpcom.py", line 300, in RunGame
2022-05-19 11:06:11,990 - vpcom - INFO -     self.game.run_loop()
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\game.py", line 568, in run_loop
2022-05-19 11:06:11,990 - vpcom - INFO -     self.process_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\game.py", line 525, in process_event
2022-05-19 11:06:11,990 - vpcom - INFO -     self.modes.handle_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\mode.py", line 369, in handle_event
2022-05-19 11:06:11,990 - vpcom - INFO -     handled = mode.handle_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\ep\ep_mode.py", line 232, in handle_event
2022-05-19 11:06:11,990 - vpcom - INFO -     result = handler(self.game.switches[accepted.name])
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\cc_modes\base.py", line 162, in sw_startButton_active
2022-05-19 11:06:11,990 - vpcom - INFO -     self.game.set_player_defaults(1)
2022-05-19 11:06:11,990 - vpcom - INFO - AttributeError: 'CCGame' object has no attribute 'set_player_defaults'

Thanks in advance!

Link to comment
Share on other sites

  • 8 months later...
On 5/19/2022 at 3:03 PM, digable said:

When i add a second player, the game exists out.  I'm on visualpinball 10.7 final and the last dmdext that supports .pac files.  I have tried the minimal vp 10.6 but still have the same issue.

Here is my proc log (I'm sorry for the lengthy post) -->

2022-05-19 11:04:05,875 - game.config - WARNING - pyprocgame configuration not found at ./config.yaml. Checking C:\Users\pinball/.pyprocgame/config.yaml.
2022-05-19 11:04:05,875 - game.config - INFO - pyprocgame configuration found at C:\Users\pinball/.pyprocgame/config.yaml
2022-05-19 11:04:05,892 - vpcom - INFO - S11 is ...False
2022-05-19 11:04:05,905 - game.config - INFO - pyprocgame configuration found at ./config.yaml
2022-05-19 11:04:05,914 - game.config - INFO - pyprocgame configuration found at ./config.yaml
2022-05-19 11:04:06,301 - game.sound - INFO - Initializing sound...
2022-05-19 11:04:06,846 - game - INFO - Loading machine configuration from "cc_machine.yaml"...
2022-05-19 11:04:06,930 - game - INFO - Programming switch rules...
2022-05-19 11:04:07,111 - game - INFO - Programming flipper flipperLwR
2022-05-19 11:04:07,111 - game - INFO - Enabling WPC style flipper
2022-05-19 11:04:07,111 - game - INFO - Programming flipper flipperLwL
2022-05-19 11:04:07,111 - game - INFO - Enabling WPC style flipper
2022-05-19 11:04:13,269 - vpcom - INFO - GameName: cc_13
2022-05-19 11:04:13,269 - vpcom - INFO - SplashInfoLine: Cactus Canyon - Midway/Williams 1998
2022-05-19 11:06:09,003 - game - INFO - GAME STARTED
2022-05-19 11:06:09,006 - game - INFO - Programming flipper flipperLwR
2022-05-19 11:06:09,006 - game - INFO - Enabling WPC style flipper
2022-05-19 11:06:09,006 - game - INFO - Programming flipper flipperLwL
2022-05-19 11:06:09,006 - game - INFO - Enabling WPC style flipper
2022-05-19 11:06:11,989 - vpcom - INFO - PYTHON FAILURE (Visual Pinball Bridge is now broken)
2022-05-19 11:06:11,989 - vpcom - INFO - Exception Name AttributeError: 'CCGame' object has no attribute 'set_player_defaults'
2022-05-19 11:06:11,989 - vpcom - INFO - Traceback (most recent call last):
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\tools\register_vpcom.py", line 300, in RunGame
2022-05-19 11:06:11,990 - vpcom - INFO -     self.game.run_loop()
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\game.py", line 568, in run_loop
2022-05-19 11:06:11,990 - vpcom - INFO -     self.process_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\game.py", line 525, in process_event
2022-05-19 11:06:11,990 - vpcom - INFO -     self.modes.handle_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\procgame\game\mode.py", line 369, in handle_event
2022-05-19 11:06:11,990 - vpcom - INFO -     handled = mode.handle_event(event)
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\ep\ep_mode.py", line 232, in handle_event
2022-05-19 11:06:11,990 - vpcom - INFO -     result = handler(self.game.switches[accepted.name])
2022-05-19 11:06:11,990 - vpcom - INFO -   File "C:\P-ROC\games\cactuscanyon\cc_modes\base.py", line 162, in sw_startButton_active
2022-05-19 11:06:11,990 - vpcom - INFO -     self.game.set_player_defaults(1)
2022-05-19 11:06:11,990 - vpcom - INFO - AttributeError: 'CCGame' object has no attribute 'set_player_defaults'

Thanks in advance!

An FYI to this issue, I finally resolved it by completely uninstalling and removing all folders associated with it.  I reinstalled and no longer have any issues. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...