Files
EzVibe/assets/live2d/march7/viewer_minimal.html
e2hang 798e5c2f7d checkpoint: segfault root cause analysis + Live2D stability fixes
- _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
2026-05-23 13:33:58 +08:00

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>