Hello all,
I have tried both PSO and PSOv2 and while i can get online and create a team fine when i try to launch a quest it says that it is being loaded into memory and crashed my system.
Has anyone encountered this and know of a fix?
thanks.
PSO Quest Freeze Issue
- Nico0020
- Sunday Shootout
- Posts: 687
- Dreamcast Games you play Online: PSOv2
Quake 3 Arena
Alien Front Online
Chu Chu Rocket
Ooga Booga
And more
Re: PSO Quest Freeze Issue
This is an MTU issue. In your router, set your MTU to like 1400( IIRC ) and you should be fine.
Sent from my Pixel 3a using Tapatalk
Sent from my Pixel 3a using Tapatalk
- Joashwa
- noob
- Posts: 2
- Dreamcast Games you play Online: - Phantasy Star Online V1 & V2
- Location: United Kingdom
Re: PSO Quest Freeze Issue
Hello!
I've had the same issue today. Felt a sudden urge to play PSOV2. So I unpacked the dreampi, updated the software, hooked it all up to the Dreamcast.
Things went quite smoothly after some faffing around with WI-FI settings, I got online with PSO, no issues whatsoever.
Then I started trying to download some quests. The game froze and the music would stutter.
I had a play around, reset the console a few times, tried a few other quests on different ships. Read some advice online given to people who had a similar issue. I've cleaned the laser, wiped the disc, tested the retail disc (PAL) and the patched version (NTSC?). I've changed my MTU from 1500 to 1400, although I'm thinking of trying different numbers to see if that helps.
It's a strange thing, it doesn't seem to be a common problem. When playing PSOV1 and V2 a year or so ago, before I changed my router, it was downloading quests without freezing.
The only thing I can think of is that there might be an issue with my raspberry pi, or something to do with my new router.
Anyway, I'll probably experiment with a few things (I've got the time for it now!) to see if anything changes.
I'll let you guys know if it starts working again!
I've had the same issue today. Felt a sudden urge to play PSOV2. So I unpacked the dreampi, updated the software, hooked it all up to the Dreamcast.
Things went quite smoothly after some faffing around with WI-FI settings, I got online with PSO, no issues whatsoever.
Then I started trying to download some quests. The game froze and the music would stutter.
I had a play around, reset the console a few times, tried a few other quests on different ships. Read some advice online given to people who had a similar issue. I've cleaned the laser, wiped the disc, tested the retail disc (PAL) and the patched version (NTSC?). I've changed my MTU from 1500 to 1400, although I'm thinking of trying different numbers to see if that helps.
It's a strange thing, it doesn't seem to be a common problem. When playing PSOV1 and V2 a year or so ago, before I changed my router, it was downloading quests without freezing.
The only thing I can think of is that there might be an issue with my raspberry pi, or something to do with my new router.
Anyway, I'll probably experiment with a few things (I've got the time for it now!) to see if anything changes.
I'll let you guys know if it starts working again!
-
- noob
- Posts: 1
Re: PSO Quest Freeze Issue
Hi. I had exactly the same problem when playing PSO through raspberry pi (DreamPI) + USB Dial-UP Modem. The game freezes / crashes when trying to take any quest or download it to the memory card. After some experiments, I came to the conclusion that this is indeed somehow related to the size of the MTU / provider. Since on another provider (I share Wi-Fi from my phone) everything was ok. The following command in raspberry pi helped:
sudo ifconfig eth0 mtu 1200
sudo ifconfig wlan0 mtu 1200
sudo iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
(access to the raspberry pi console by default - login: pi, password: raspberry)
To save the command after rebooting, execute the command: sudo nano /etc/rc.local and add the iptables commands (without sudo) BEFORE exit0:
Save and exit using Ctrl+x, then y, then Enter.
sudo ifconfig eth0 mtu 1200
sudo ifconfig wlan0 mtu 1200
sudo iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
(access to the raspberry pi console by default - login: pi, password: raspberry)
To save the command after rebooting, execute the command: sudo nano /etc/rc.local and add the iptables commands (without sudo) BEFORE exit0:
Save and exit using Ctrl+x, then y, then Enter.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4 Replies
- 13053 Views
-
Last post by kremiso
-
- 15 Replies
- 5452 Views
-
Last post by Sonic1994DC
-
- 18 Replies
- 18871 Views
-
Last post by Ian Micheal
-
- 5 Replies
- 4939 Views
-
Last post by Ian Micheal
-
- 4 Replies
- 11194 Views
-
Last post by Sonic1994DC