Fix issues
This page list some known issue you can have using PSDK.
RubyFPS are low
Usually in PSDK, RubyFPS should always be higher than 200FPS. If your hardware is good but you RubyFPS are low, ask yourself this question: Am I running PSDK under a Nvidia Graphic Card ?
If the answer is yes, then there's an easy fix for this issue:
The game doesn't start
Sometime, the game can crash during the starting process. If that happen, we cannot help unless you do the following procedure:
- Double click on
cmd.bat
in your project folder (cmd
if extensions are not visible). - Write the command
game debug
and press enter. - Wait until you're able to write commands on the console again.
- Click in the dark area of the console, press
CTRL+A
two time and pressCTRL+C
(this should copy the whole console content) - Open Notepad (
Window+R
=>notepad
) - Paste the content of the console using
CTRL+V
- Save the file and send it to use in the channel
#en-psdk-support
We'll tell you what's wrong.