PSO Quest Freeze Issue

Online games, how to get online, and anything involving Dreamcast online can be discussed here.
kiktuo
noob
Posts: 1
Dreamcast Games you play Online: PSO, Quake.

PSO Quest Freeze Issue

Post by kiktuo »

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.

User avatar
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

Post by Nico0020 »

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

User avatar
Joashwa
noob
Posts: 2
Dreamcast Games you play Online: - Phantasy Star Online V1 & V2
Location: United Kingdom

Re: PSO Quest Freeze Issue

Post by Joashwa »

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!

DreamState
BFG-10K
Posts: 205

Re: PSO Quest Freeze Issue

Post by DreamState »

Please see my post called UNSOLVED ISSUE. I’m having a similar problem.

Owlet43
noob
Posts: 1

Re: PSO Quest Freeze Issue

Post by Owlet43 »

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.

  • Similar Topics
    Replies
    Views
    Last post