Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by sunnior »

Hello,

I have just installed Rollercoaster Tycoon 3, but failed to run it with wine-1.1.7
I got the following message:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x960x0 @0! (desktop)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1600x1200x0 @0! (desktop)
How to fix it? TIA:)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Rollercoaster Tycoon 3 No matching mode found 1280x960x0

Post by vitamin »

sunnior wrote:Hello,

I have just installed Rollercoaster Tycoon 3, but failed to run it with wine-1.1.7
I got the following message:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1280x960x0 @0! (desktop)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1600x1200x0 @0! (desktop)
How to fix it? TIA:)
Modify your xorg.conf to list all required resolutions. You can check what resolutions you have by running 'xrandr'.
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

xrandr:

Code: Select all

Screen 0: minimum 320 x 240, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
   1280x800       50.0* 
   1024x768       51.0  
   960x540        52.0  
   840x525        53.0  
   800x600        54.0  
   800x512        55.0  
   720x450        56.0  
   680x384        57.0     58.0  
   640x512        59.0  
   640x480        60.0     61.0  
   576x432        62.0  
   512x384        63.0  
   400x300        64.0  
   320x240        65.0  
Does this mean I don't have the required screen mode?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

sunnior дµÀ:
xrandr:


Code:
Screen 0: minimum 320 x 240, current 1280 x 800, maximum 1280 x 800
default connected 1280x800+0+0 0mm x 0mm
1280x800 50.0*
1024x768 51.0
960x540 52.0
840x525 53.0
800x600 54.0
800x512 55.0
720x450 56.0
680x384 57.0 58.0
640x512 59.0
640x480 60.0 61.0
576x432 62.0
512x384 63.0
400x300 64.0
320x240 65.0



Does this mean I don't have the required screen mode?



Yes!


sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

Is there any way to fix it?

Am I done?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by austin987 »

On Tue, Nov 4, 2008 at 9:09 PM, sunnior <[email protected]> wrote:
Is there any way to fix it?

Am I done?





Fix your xorg.conf

--
-Austin
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

Fix your xorg.conf
just add the required resolution 1600x1200 1280x960 to xorg.conf?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

In fact, there is no such a resolution. Can a screen display at 0Hz?
?You might choose other resolutions in your game :)
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

You can disable the resolution change feature.

./configure --without-xrandr
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

You might choose other resolutions in your game
The fact is I can't enter the game

and

Code: Select all

./configure --without-xrandr
How to use this command since I didn't compile anything. I just use wine to run a windows game

Code: Select all

wine RCT.exe
:?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

sunnior wrote:
The fact is I can't enter the game

and


Code:
./configure --without-xrandr

Spd
How to use this command since I didn't compile anything. I just use wine to run a windows game


Code:
wine RCT.exe



Did you compile Wine or just down packages?

If you compile Wine, you may know. Compiling is the best way to know Wine.

You can down source from www.winehq.org and compile it. This provide
best compatibility.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

sunnior wrote:
Fix your xorg.conf
just add the required resolution 1600x1200 1280x960 to xorg.conf?
Yes. Read my previous post.
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

Cai wrote:
Did you compile Wine or just down packages?

If you compile Wine, you may know. Compiling is the best way to know Wine.
I compiled the wine without xrandr , but, unfortunately, it didn't bring any difference.:?
vitamin wrote:
sunnior wrote:
Fix your xorg.conf
just add the required resolution 1600x1200 1280x960 to xorg.conf?
Yes. Read my previous post.
I add the resolution to my xorg.conf and now it looks like this:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960"
EndSubSection
EndSection
But it didn't work. I don't know if I added them in the right way.
I'm so confused that how would it work since I don't have the resolutions at all.
and what does the sentence mean on earth:
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 1600x1200x0 @0! (desktop)
Are these resolutions only used on desktop. But I am using laptop.

Another confusion is , without any change, I can enter the main menu of the game now, but still can not play. It seems that this game collapses every time it begin to run 3D engine.

I'm so confused now.
:? :?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

sunnior дµÀ:
I compiled the wine without xrandr , but, unfortunately, it didn't bring any difference.:?


But it didn't work. I don't know if I added them in the right way.
I'm so confused that how would it work since I don't have the resolutions at all.
and what does the sentence mean on earth:



Are these resolutions only used on desktop. But I am using laptop.

Another confusion is , without any change, I can enter the main menu of the game now, but still can not play. It seems that this game collapses every time it begin to run 3D engine.

I'm so confused now.
:? :?



Try regedit.exe. Maybe this game just store its settings in reg. You can
find and change it. Probably store in
HKLM\\software\\Rollercoaster\\settings

I don't know this game. can you give a site so i can down?
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

I can't find the regedit.exe and I don't know how to edit the reg either.:shock:
Well, if you really want to try it. I would say it's really a cool game, I have been a fan of it since a child.8)
I'm sorry, but I can't find the original link and even don't know if it still exists, since I downloaded long ago via bittorrent. But I think this one is similar enough.
Thank you!:)
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Rollercoaster Tycoon 3 No matching mode found 1280x960x0

Post by vitamin »

Cai wrote:Try regedit.exe. Maybe this game just store its settings in reg. You can
find and change it. Probably store in
HKLM\\software\\Rollercoaster\\settings

I don't know this game. can you give a site so i can down?
Do you even have a clue about what you suggesting? Please learn a bit more before sending people on the wild goos chaise.

sunnior, don't listen to him. You have to add the resolution to the Monitor section.
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

So complicated!
vitamin wrote:
You have to add the resolution to the Monitor section
Is this right?
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960"
EndSubSection
EndSection
But it didn't work.
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Post by Tlarhices »

sunnior wrote:So complicated!
vitamin wrote:
You have to add the resolution to the Monitor section
Is this right?
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960"
EndSubSection
EndSection
But it didn't work.
Did you try looking at the appdb ?

http://appdb.winehq.org/objectManager.p ... n&iId=3781

There is a message called "Works fine" talking about several native dll to use and specific configuration. Did you try that ?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

Cai wrote:
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm


I think I send wrong :( . Re-send, :)




sunnior wrote:
So complicated!
vitamin wrote:

You have to add the resolution to the Monitor section
Is this right?


Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x960"
EndSubSection
EndSection
But it didn't work.







Truly can not work. The problem is that 1280x960x0 @ 0, it means
1280X960 , 0bit , 0hz .
see the source code of settings.c :
*
/* no valid modes found */
ERR("No matching mode found %ux%ux%u @%u! (%s)\n",
devmode->dmPelsWidth, devmode->dmPelsHeight,
devmode->dmBitsPerPel, devmode->dmDisplayFrequency, handler_name);
return DISP_CHANGE_BADMODE;


*The game pass a mode that doesn't exist on earth.
*devmode->dmBitsPerPel=0 , *so adding the resolution to the Monitor
section won't work.

It is a bug. But we cannot tell whether it belongs to Wine or Rollercoaster.
But I do not know how to debug. Who knows can help to debug this game?
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Re: Rollercoaster Tycoon 3 No matching mode found 1280x960x0

Post by Tlarhices »

Truly can not work. The problem is that 1280x960x0 @ 0, it means
1280X960 , 0bit , 0hz .
[...]
It is a bug. But we cannot tell whether it belongs to Wine or Rollercoaster.
But I do not know how to debug. Who knows can help to debug this game?
Or maybe 0bpp and 0Hz is just a way to probe for existing resolutions (that may or may not work with wine) and the problem does not come from this at all.
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

Tlarhices дµÀ:
Truly can not work. The problem is that 1280x960x0 @ 0, it means
1280X960 , 0bit , 0hz .
[...]
It is a bug. But we cannot tell whether it belongs to Wine or Rollercoaster.
But I do not know how to debug. Who knows can help to debug this game?
Or maybe 0bpp and 0Hz is just a way to probe for existing resolutions (that may or may not work with wine) and the problem does not come from this at all.





So complicate! I think I need to wait for a new version of Wine. By the
way, thanks
Tlarhices
Level 4
Level 4
Posts: 101
Joined: Sun Mar 02, 2008 9:28 pm

Re: Rollercoaster Tycoon 3 No matching mode found 1280x960x0

Post by Tlarhices »

Cai wrote:So complicate! I think I need to wait for a new version of Wine. By the way, thanks
Before giving up, did you try what is written on the appdb page ?
Cai

Rollercoaster Tycoon 3 No matching mode found 1280x960x0 @0!

Post by Cai »

Tlarhices wrote:
Before giving up, did you try what is written on the appdb page ?

:-X Er, No. Just a game, I have work to do. :-P
sunnior
Level 1
Level 1
Posts: 9
Joined: Tue Nov 04, 2008 8:49 am

Post by sunnior »

Tlarhices wrote:
There is a message called "Works fine" talking about several native dll to use and specific configuration. Did you try that ?
I tried but fail. It is an old post so any failure is not surprise.
I think I'd better stop here. This problem is so complicated.
Maybe this game will run flawlessly on the later version of wine.

Thank you all!
Locked