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

ブラウザ:稀に真っ白になる #211

Open
andanteyk opened this issue Mar 23, 2018 · 3 comments
Open

ブラウザ:稀に真っ白になる #211

andanteyk opened this issue Mar 23, 2018 · 3 comments

Comments

@andanteyk
Copy link
Owner

時々(ログインー母港間、アイテム購入時に顕著)、ブラウザが真っ白になって操作不能になる
リロードで解決することがある(が、再度真っ白になることも)
スタイルシートの有効無効を切り替えても直らない
原因の調査が必要

@leeyc0
Copy link

leeyc0 commented Jun 14, 2018

Just my two cents. I believe it's some sort of race condition inside Flash player (or the game itself).

For some reason I have to move out from home to a temporary location without internet connection, relying on mobile phone to access the internet (meaning slow), for two or three months.

As soon as I moved out, this problem is easily observed. When the game is still loading something (i.e. while the mouse pointer changes between arrow and hand) and press the "start" button, the game easily hangs into blank screen. I have to wait until the mouse pointer stops changing (i.e. finish loading the game), then press start button to reliably enter the game.

This problem seldom occurs if the internet connection is fast, because the race condition cannot be triggered easily with fast internet connection.

@ForsakenRei
Copy link

ForsakenRei commented Jun 16, 2018

I not sure whether I met the same problem but my browser just disappeared and I need to restart EO to get it back.

エラー : CommunicationException
There was an error writing to the pipe: The pipe is being closed. (232, 0xe8).
追加情報 : ブラウザの終了中にエラーが発生しました。
スタックトレース:

Server stack trace:
at System.ServiceModel.Channels.StreamConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout)
at System.ServiceModel.Channels.StreamConnection.Write(Byte[] buffer, Int32 offset, Int32 size, Boolean immediate, TimeSpan timeout, BufferManager bufferManager)
at System.ServiceModel.Channels.FramingDuplexSessionChannel.OnSendCore(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.TransportDuplexSessionChannel.OnSend(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at BrowserLib.IBrowser.CloseBrowser()
at ElectronicObserver.Window.FormBrowserHost.CloseBrowser() in C:\projects\electronicobserverextended\ElectronicObserver\Window\FormBrowserHost.cs:line 442

There is the error report. I met this problem after upgrade to 3.1.2.0.
So I tried to reproduce the problem and it seems once I switch my sound device the browser will gone. Maybe something wrong with my computer.

@skycrusoe
Copy link

起動直後に真っ白になる。

ログタブには
{{{
[2021/11/12 19:21:12][2] : 七四式電子観測儀 を起動しています…
[2021/11/12 19:21:12][2] : レコードをロードしました。
[2021/11/12 19:21:13][2] : APIObserver: ポート 40620 番で受信を開始しました。
[2021/11/12 19:21:14][2] : Settings\WindowLayout.zip からウィンドウ レイアウトを復元しました。
[2021/11/12 19:21:14][3] : 起動処理が完了しました。
[2021/11/12 19:21:14][3] : ブラウザプロセスが予期せず終了しました。 : net.pipe://localhost/34252/ElectronicObserverBrowser/Browser との接続の確立中に操作が中止されました。
[2021/11/12 19:21:14][3] : ブラウザプロセスが予期せず終了しました。 : パイプが閉じられているため、操作を完了できません。この原因としては、パイプの反対側のアプリケーションが終了していることが考えられます。
}}}

以下はエラーレポート
{{{
エラーレポート [ver. 4.7.0] : 2021/11/12 19:21:14
エラー : CommunicationObjectAbortedException
net.pipe://localhost/34252/ElectronicObserverBrowser/Browser との接続の確立中に操作が中止されました。
追加情報 : ブラウザプロセスが予期せず終了しました。
スタックトレース:

Server stack trace:
場所 System.ServiceModel.Channels.ConnectionPoolHelper.SnapshotConnection(IConnection upgradedConnection, IConnection rawConnection, Boolean isConnectionFromPool)
場所 System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
場所 System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
場所 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
場所 System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
場所 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
場所 System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
場所 System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
場所 System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
場所 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
場所 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
場所 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

Exception rethrown at [0]:
場所 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
場所 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
場所 BrowserLib.IBrowser.SetIconResource(Byte[] canvas)
場所 System.Threading.Tasks.Task.Execute()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
場所 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
場所 BrowserLib.PipeCommunicator`1.d__20.MoveNext() 場所 I:\tools\ElectronicObserver\BrowserLib\PipeCommunicator.cs:行 114
}}}

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

No branches or pull requests

4 participants