I need help running a visual novel.

Questions about Wine on Linux
Locked
waddict
Level 1
Level 1
Posts: 7
Joined: Mon Mar 24, 2014 10:42 pm

I need help running a visual novel.

Post by waddict »

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.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I need help running a visual novel.

Post by Bob Wya »

@waddict,

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.
It's a pet hate... But why do people not link directly to the Pastebin raw format. :cry:

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
Just post them inline (with code brackets).

Ta
Bob
waddict
Level 1
Level 1
Posts: 7
Joined: Mon Mar 24, 2014 10:42 pm

Re: I need help running a visual novel.

Post by waddict »

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
Locked