- _refresh_messages: widget pool reuse to avoid layout cascade → QWebEngineView crash - viewer.html: QWebChannel bridge, texture resize, burst render, gl.finish - live2d_view.py: debug checkpoints, playMotion/setExpression render-on-demand - main.py: Chromium flags --no-sandbox --in-process-gpu --disable-gpu-rasterization --ignore-gpu-blocklist - scheduler.py: test_reminder re-enabled - docs: complete root cause analysis
12 lines
291 B
HTML
12 lines
291 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head><meta charset="utf-8"></head>
|
|
<body style="background:rgba(0,0,0,0)">
|
|
<h1 style="color:white;text-align:center;margin-top:80px;">OK</h1>
|
|
<script>
|
|
console.log("[MINIMAL] Page loaded, no WebGL, no Live2D");
|
|
document.title = "MINIMAL_OK";
|
|
</script>
|
|
</body>
|
|
</html>
|