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

プレイ中にブラウザが真っ白になる #242

Open
andanteyk opened this issue Aug 30, 2018 · 6 comments
Open

プレイ中にブラウザが真っ白になる #242

andanteyk opened this issue Aug 30, 2018 · 6 comments
Labels

Comments

@andanteyk
Copy link
Owner

しばらく(1h~)プレイしていると発生することがある
この時、開発者ツールを開くと以下のように表示される

DevTools was disconnected from the page. 
Once page is reloaded, DevTools will automatically reconnect.

再読み込みすればまた動作するようになる

CefSharp.BrowserSubprocess.exe がクラッシュしている模様

イベントビューアーのログ曰く:

アプリケーション:CefSharp.BrowserSubprocess.exe
フレームワークのバージョン:v4.0.30319
説明: ハンドルされない例外のため、プロセスが中止されました。
例外情報:例外コード e0000008、例外アドレス 76FCDDC2
障害が発生しているアプリケーション名: CefSharp.BrowserSubprocess.exe、バージョン: 65.0.1.0、タイム スタンプ: 0x5b761ca9
障害が発生しているモジュール名: KERNELBASE.dll、バージョン: 10.0.17134.165、タイム スタンプ: 0xfa43f4b2
例外コード: 0xe0000008
障害オフセット: 0x0010ddc2
障害が発生しているプロセス ID: 0x4ea4
障害が発生しているアプリケーションの開始時刻: 0x01d43ee7352dc0d4
障害が発生しているアプリケーション パス: 
障害が発生しているモジュール パス: C:\WINDOWS\System32\KERNELBASE.dll
レポート ID: 959761ff-7f26-41aa-8a10-13ab29ab35a9
障害が発生しているパッケージの完全な名前: 
障害が発生しているパッケージに関連するアプリケーション ID: 

参考になるかもしれないサイト:

@andanteyk andanteyk added the bug label Aug 30, 2018
@ForsakenRei
Copy link

I didn't encounter any white screen during about 2 days' play time on 2 different PCs.
There is a similar situation (#229 (comment)) in @RadarNyan 's temporary solution when 4.0 is not released but I'm not sure whether the causes are related or not. Maybe you guys can have a further discussion.

@andanteyk
Copy link
Owner Author

http://rt.gsspat.jp が原因でブラウザが真っ白になる現象は、私も体験しています。
その場合、開発者ツールを開くとそのページの情報が表示されます。(!= DevTools was disconnected)

したがって、#229 での問題とは異なる現象だと考えています。

@xiaozhikang0916
Copy link
Contributor

I came to such problem frequently, but not after long time playing. It happened when I just start 74EO for few seconds, and the dev-tool was not disconnected but has only script of rt.gsspat.jp in the elements view

image

@andanteyk
Copy link
Owner Author

更に別の要因(?)を発見したので一応メモ:

現象:

  • ページ遷移は発生しないが、canvas 部分が真っ白になる
    • 上の "DMM GAMES" や下の "作戦要綱" などは正常に表示されている
    • クリック等は無視される?少し試した限りでは操作不能
  • HTML 文書の構成はおそらく通常時と同じ
  • BGM は再生されたまま
  • 開発者ツールは動作する
  • 開発者ツールのログには WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost とある
  • 発生条件は不明、しばらくプレイしてから発生
  • 再読み込みすると正常にプレイできる

@sinsinpub
Copy link

ずっと古い公式のchromium build (m54)やっていたが、前日win10 update 1803になってから、Remote DesktopでやるとWebGL: CONTEXT_LOST_WEBGL: loseContext: context lostよく発生するようになってしまいました。。。同時にGPUプロセス勝手に再起動されて、大量のエラーがGPU Logに。Tab切り替えたら画面復旧できる場合もあるし(できない場合も)、謎であります 😭

@xiaozhikang0916
Copy link
Contributor

It may because of lack of memory.

Got a report that a user is getting white-screen when 74EO takes more than 2.8g memory (not precisely) and dev-tools disconnects. But when he changed to 64bit version of 74EO, memory usage can reach more than 5g without coming to this problem.

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

No branches or pull requests

4 participants