Cannot Start Netplay Game
Moderator: Shannon V. OKeets
Cannot Start Netplay Game
Both players Version 1.0.2. Login no problem. When other player accepts game in netplay the game disappears but opens fine on the one starting the game. We tried from both ends. i.e we each started a game up. No error messages just crash to desktop.
We initially started with me at version 1.0.2 and PeekingDuck with 1.0.1 but we then realized we should be the same and that is when the issues started. However when he ended the startup phase nothing happened for me on my end.
This is a real major issue!!
We initially started with me at version 1.0.2 and PeekingDuck with 1.0.1 but we then realized we should be the same and that is when the issues started. However when he ended the startup phase nothing happened for me on my end.
This is a real major issue!!
Keep Moving and Keep your Head DOWN!!
RE: Cannot Start Netplay Game
Is there anyone else experiencing this issue?
Keep Moving and Keep your Head DOWN!!
- Zorachus99
- Posts: 789
- Joined: Fri Sep 15, 2000 8:00 am
- Location: Palo Alto, CA
RE: Cannot Start Netplay Game
You'd have to explain how to Netplay. I tried for an hour with a friend and failed to figure out how it worked. 
Most men can survive adversity, the true test of a man's character is power. -Abraham Lincoln
RE: Cannot Start Netplay Game
Well it didn't for my opponent and I. But basically you start the game as normal, choose internet work through the forms eg scenario, optional rules and then enter the names Both players. They need to be exact. Then when that is done it opens up the netplay screen where you are prompted to log in. The other player should be already logged in and then it will give you pop up saying your opponent is logged in and he will be asked to join the game and then the game should load. That part did not work for us however. Whoever was acting as the host (starting game) would get the game to load but the other player CTD. Happened both ways to us today. So until this is resolved I guess no multiplayer unless someone else wants to try.
Keep Moving and Keep your Head DOWN!!
RE: Cannot Start Netplay Game
Me and my friend experienced the exact same problem! Very frustrating to say the least...
-
robertl123456
- Posts: 31
- Joined: Sat Nov 16, 2013 5:13 pm
RE: Cannot Start Netplay Game
We have the same problem. One of us (2 players) start the Barbarossa game, it does not matter whom, using no optional rules. The NetPlay Formus ask to start the game and than it only starts for one of us. For the other it just closes everything down. We spent over 2 hours tonight to get it working...
If no AI, NetPlay is the only way to play (unless you play with yourself
. So this is something Matrix Games needs to address ASAP!
If no AI, NetPlay is the only way to play (unless you play with yourself
-
Shannon V. OKeets
- Posts: 22165
- Joined: Wed May 18, 2005 11:51 pm
- Location: Honolulu, Hawaii
- Contact:
RE: Cannot Start Netplay Game
I'm working on this bug this morning (Sunday, Hawaii time). We should have a Hot patch available tomorrow morning (Monday) as Update 1.0.3.ORIGINAL: robertl123456
We have the same problem. One of us (2 players) start the Barbarossa game, it does not matter whom, using no optional rules. The NetPlay Formus ask to start the game and than it only starts for one of us. For the other it just closes everything down. We spent over 2 hours tonight to get it working...
If no AI, NetPlay is the only way to play (unless you play with yourself. So this is something Matrix Games needs to address ASAP!
I seem to have destroyed the ability to start NetPlay with version 1.0.2.[:(] I didn't run any tests on starting new NetPlay games because I hadn't made any changes to that code directly; I must have sideswiped it somehow.[:@] Sorry.
Steve
Perfection is an elusive goal.
Perfection is an elusive goal.
RE: Cannot Start Netplay Game
We forgive you. You know the old say sh.. Happens
Keep Moving and Keep your Head DOWN!!
-
Shannon V. OKeets
- Posts: 22165
- Joined: Wed May 18, 2005 11:51 pm
- Location: Honolulu, Hawaii
- Contact:
RE: Cannot Start Netplay Game
I've fixed the problem but I want to run through a series of tests to make sure everything else works.ORIGINAL: rekm41
We forgive you. You know the old say sh.. Happens
---
There are flags to send and receive Game Record Logs (GRLs) between two computers. For NetPlay games they are on, obviously. But I made some changes to turn them off when players switch to a Solitaire saved game (or new game) from within the middle of a NetPlay game. If the player then restores another NetPlay game (from within the solitaire game) I need to turn them back on.
My wife (who also has 40+ years of programming & project management experience) is helping me test NetPlay, and her advice is just disable starting or restoring ANY games from within a current game. A rather harsh decision.[:)] I'm glad I never worked for her.[;)]
So what I am testing are all the combinations of starting and restoring 3 Solitaire/Head-to-head and NetPlay games: New N, Saved S, New N; New N, Saved S, Saved N; ...
Steve
Perfection is an elusive goal.
Perfection is an elusive goal.
RE: Cannot Start Netplay Game
Based on years of interaction with my wife (also a very smart lady) is that adopting assumption that she is right is nearly always correct...[:D]
I don't see a real need to start or restore a different game during a netplay session. The utility of restoring a previous instance of the current game however is likely to be used.
I don't see a real need to start or restore a different game during a netplay session. The utility of restoring a previous instance of the current game however is likely to be used.
ORIGINAL: Shannon V. OKeets
I've fixed the problem but I want to run through a series of tests to make sure everything else works.ORIGINAL: rekm41
We forgive you. You know the old say sh.. Happens
---
There are flags to send and receive Game Record Logs (GRLs) between two computers. For NetPlay games they are on, obviously. But I made some changes to turn them off when players switch to a Solitaire saved game (or new game) from within the middle of a NetPlay game. If the player then restores another NetPlay game (from within the solitaire game) I need to turn them back on.
My wife (who also has 40+ years of programming & project management experience) is helping me test NetPlay, and her advice is just disable starting or restoring ANY games from within a current game. A rather harsh decision.[:)] I'm glad I never worked for her.[;)]
So what I am testing are all the combinations of starting and restoring 3 Solitaire/Head-to-head and NetPlay games: New N, Saved S, New N; New N, Saved S, Saved N; ...
"Don’t you think that if I were wrong, I’d know it?"
-
Shannon V. OKeets
- Posts: 22165
- Joined: Wed May 18, 2005 11:51 pm
- Location: Honolulu, Hawaii
- Contact:
RE: Cannot Start Netplay Game
NetPlay to NetPlay is already disabled (in version 1.0.2). There are two separate Matrix servers involved starting a NetPlay game: one for the forum and one for the game-in-progress execution. The reason for the two is to make sure the workload isn't all on one server. The program opens and closes the first server to start/restore a NetPlay game and the open the second. Going back in the other direction is problematical to code. It's not that difficult to restart a saved NetPlay game; both players just need to know which saved game they are restarting. That's required information anyway.ORIGINAL: JLPOWELL
Based on years of interaction with my wife (also a very smart lady) is that adopting assumption that she is right is nearly always correct...[:D]
I don't see a real need to start or restore a different game during a netplay session. The utility of restoring a previous instance of the current game however is likely to be used.
ORIGINAL: Shannon V. OKeets
I've fixed the problem but I want to run through a series of tests to make sure everything else works.ORIGINAL: rekm41
We forgive you. You know the old say sh.. Happens
---
There are flags to send and receive Game Record Logs (GRLs) between two computers. For NetPlay games they are on, obviously. But I made some changes to turn them off when players switch to a Solitaire saved game (or new game) from within the middle of a NetPlay game. If the player then restores another NetPlay game (from within the solitaire game) I need to turn them back on.
My wife (who also has 40+ years of programming & project management experience) is helping me test NetPlay, and her advice is just disable starting or restoring ANY games from within a current game. A rather harsh decision.[:)] I'm glad I never worked for her.[;)]
So what I am testing are all the combinations of starting and restoring 3 Solitaire/Head-to-head and NetPlay games: New N, Saved S, New N; New N, Saved S, Saved N; ...
Steve
Perfection is an elusive goal.
Perfection is an elusive goal.
RE: Cannot Start Netplay Game
This thread explains my problem last night except for my posting of wanting to play. It posted but not the information I had put into the fields. I couldn't find how to take down a posting on the netplay forums so when it comes back up I can delete my posting. How do you delete a posting on the netplay forum?
RE: Cannot Start Netplay Game
ORIGINAL: bommerrang
This thread explains my problem last night except for my posting of wanting to play. It posted but not the information I had put into the fields. I couldn't find how to take down a posting on the netplay forums so when it comes back up I can delete my posting. How do you delete a posting on the netplay forum?
Type "delete" in the box bottom left.
RE: Cannot Start Netplay Game
AxeInl - what do you mean? Where the "reply to Seeking Opponent Post box" is?
there is no delete box.
there is no delete box.




