Rollecoaster tycoon cant launch error initialising Direct3D9

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
picarica
Level 2
Level 2
Posts: 16
Joined: Sat Jul 07, 2018 10:14 am

Rollecoaster tycoon cant launch error initialising Direct3D9

Post by picarica »

everytime i launch i get the error in subject

when i launch throught terminal i got this output

Code: Select all

 0009:err:wgl:X11DRV_WineGL_InitOpenglInfo  couldn't initialize OpenGL, expect problems
my OS is Solus 64x
and i use wine-3.13
i have 32 bit wine prefix

any idea how to fix this ?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Rollecoaster tycoon cant launch error initialising Direc

Post by jkfloris »

Do you have a Nvidia GPU and did you also installed the 32-bit gpu drivers?
https://solus-project.com/articles/hard ... rivers/en/
picarica
Level 2
Level 2
Posts: 16
Joined: Sat Jul 07, 2018 10:14 am

Re: Rollecoaster tycoon cant launch error initialising Direc

Post by picarica »

no actually i have AMD graphics card rx 460 exacly
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: Rollecoaster tycoon cant launch error initialising Direc

Post by DarkShadow44 »

Have you installed 32bit mesa?
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Rollecoaster tycoon cant launch error initialising Direc

Post by Bob Wya »

picarica wrote: ...
any idea how to fix this ?
Try firing up Rollercoaster Tycoon with the following Wine debug channels enabled:

Code: Select all

export WINEDEBUG=+timestamp,+tid,+wgl
cd # "main game directory"
wine # "game executable" &>~/wine_rct_log.txt
(replacing the comments with something more useful obviously!)

If the log file is <~200 lines (ish) then just post it in a forum post, with a continuing (excellent) use of the forum Code tags.
  • What exact (Wine) command string you are using and the working directory for this?
  • What media is the game on? (E.g. digital GOG, digital Steam, or CD?)
  • What major version of RCT is that?
Ta
Bob
Locked