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

项目运行后只播放音乐,图片不能正常显示 #1

Open
YuanBaian opened this issue Jun 7, 2020 · 1 comment
Open

项目运行后只播放音乐,图片不能正常显示 #1

YuanBaian opened this issue Jun 7, 2020 · 1 comment

Comments

@YuanBaian
Copy link

No description provided.

@YuanBaian
Copy link
Author

在WZL.cs(104): FS_wzl.Position = OffsetList[index] + 16;这行执行后就不往下执行了
调试了下发现FS_wzl已经被释放了所以会报异常
using (BinaryReader rwzl = new BinaryReader(FS_wzl))这里用到了BinaryReader,BinaryReader 关闭后就自动给FS_wzl释放了,无语,不知道怎么解决

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

1 participant