Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Net.SocketException and System.NullReferenceException while playing Catch. #28

Open
Someone999 opened this issue Jan 14, 2020 · 10 comments

Comments

@Someone999
Copy link
Contributor

No description provided.

@Someone999
Copy link
Contributor Author

At win7 ,the Windows tells me pypy3-rtpp.exe crashed for so many times.

@Someone999
Copy link
Contributor Author

By the way. I forgot to test the plugin after last modify. Today I find, Stars from RTPPD is still 0, and I curtained that I initialized that.
image

@Someone999
Copy link
Contributor Author

public class RtppdInfo : RealTimePPDisplayer.Displayer.DisplayerBase
{
public RtppdInfo()
{
Sync.Tools.IO.CurrentIO.Write($"[osuTools] Initialized Beatmap:Stars{BeatmapTuple.Stars} RealTimeStars:{BeatmapTuple.RealTimeStars}");
}
}

@Someone999
Copy link
Contributor Author

if I launch it as Administrator with func system
image

@Someone999
Copy link
Contributor Author

"It“ is run_ctb_server.bat

@KedamaOvO
Copy link
Member

By the way. I forgot to test the plugin after last modify. Today I find, Stars from RTPPD is still 0, and I curtained that I initialized that.
image

BeatmapTuple will be set on Playing and it will be clean on Select Song.
When RTPP::Mania output stars,it's not be filled. the meesage is output during parse end.

At win7 ,the Windows tells me pypy3-rtpp.exe crashed for so many times.

run run_ctb_server with cmd, it should show crash message.

@Someone999
Copy link
Contributor Author

错误应用程序名称: pypy3-rtpp.exe,版本: 0.0.0.0,时间戳: 0x5aded4c4
错误模块名称: libpypy3-c.dll,版本: 0.0.0.0,时间戳: 0x5aded4bc
异常代码: 0xc0000005
错误偏移量: 0x00921ee3
错误进程 ID: 0xcb0
错误应用程序启动时间: 0x01d5cf4f6f705b9f
错误应用程序路径: C:\Users\hesiy\Desktop\sync app\ctb-server\pypy3\pypy3-rtpp.exe
错误模块路径: C:\Users\hesiy\Desktop\sync app\ctb-server\pypy3\libpypy3-c.dll
报告 ID: d68f2288-097c-4bc0-a690-3765a7d5f4c3
错误程序包全名:
错误程序包相对应用程序 ID:

@Someone999
Copy link
Contributor Author

info in event viwer

@Someone999
Copy link
Contributor Author

By the way, if I do something like assignment in PlayModeChanged event handler, the progress seems to be blocked.

@Someone999
Copy link
Contributor Author

image
After I started the game with mania mode , RTPPD didn't show anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants