I'm trying to play STEINS;GATE but I can't because I get a black screen. These were the errors I got in a pastebin because I have trouble uploading things here.
http://pastebin.com/tPpLNb2t
I did set the locale to Japanese but I don't think that's my problem.
I need help running a visual novel.
Re: I need help running a visual novel.
@waddict,
You can attach log and console outputs in .tar format... As in...
It's a pet hate... But why do people not link directly to the Pastebin raw format.
From the log output your main issue is lack of native Linux OpenGL support.
So what's the output of:
Just post them inline (with code brackets).
Ta
Bob
You can attach log and console outputs in .tar format... As in...
Code: Select all
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.

From the log output your main issue is lack of native Linux OpenGL support.
So what's the output of:
Code: Select all
glxinfo | grep '^[a-zA-Z]'
uname -a
wine --version
Ta
Bob
Re: I need help running a visual novel.
Okay, here's what I got when I did the commands you asked for,
Code: Select all
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
GLX version: 1.4
GLX extensions:
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) 945GM x86/MMX/SSE2
OpenGL version string: 2.1 Mesa 9.2.2
OpenGL shading language version string: 1.20
OpenGL extensions:
Code: Select all
Linux debian 3.13-1-686-pae #1 SMP Debian 3.13.5-1 (2014-03-04) i686 GNU/Linux
Code: Select all
wine-1.6.2