安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
i made a small incorrect change in that file and so long as i have the compat settings that were mntioned earlier now its running... i am using win 10, 64bit and have an intel graphics card...
Listen to this guy! he know's what he's talking about, i just tried it and it works!
The above instructions worked for me. However, I did not have to implement all of these changes to be able to run BJ Twist. So experiment with your system and see what works.
Young: If you tried to run the .exe directly, then you will get the error after these changes. Try running it from the overlay and see what happens.
My BJT options are currently set like this:
Windows 7
640x480 resolution
and that's it.
My system is:
W10 Pro
AMD Phenom II Processor 2.8 ghrz.
8gb RAM
64bit
Nvidia GTX 660
UPDATE: After some more testing, it seems like the 640x480 option is the only thing keeping it from running, on my system anyway.
I don't have the Steam version I have the CD one, and it only worked once
it stopped working for me the second time i ran it, then i selected the 640x480 option and it worked on my system
https://www.youtube.com/watch?v=n9NyA-qD7Ds
It's a really great fix for 3D Acceleration.
i found that my integrated card (intel 520) didnt have enough VRAM according to bejeweled (discrete GPU), but the NVIDIA card would. when i tried to run with graphics card from the context menu, it would just spawn another application to run on integrated. i eventually found that by disabling my integrated graphics card (using devmgmt.msc) and running bejeweled, i would be able to run it AND enable 3d acceleration, but having all other applications running on it at once slowed it down, and caused framerate issue (cause: probably Windows explorer + lower end GPU)
ANYWAYS after all this i found that by having a batch file disable the integrated card (using a nifty command line program called devmanview -> http://www.nirsoft.net/utils/device_manager_view.html ), then start bejeweled, wait 5 seconds then re-enable the intel card (see batch code below), everything BUT bejeweled would go back to integrated and i could run BT fine on normal resolution and 3d acceleration enabled, with no framerate issues
i do realise that this may only work on similar hardware to mine, but this is another potential fix. i would also like to point out that i have a physical (CD) copy of the game, and that no compatibility settings needed to be altered for this to work for me.
BATCH CODE (change locations of devmanview.exe and BejeweledTwist.exe as required):
==================================================================
@echo off
C:\BTF\devmanview.exe /disable "Intel(R) HD Graphics 520"
start "" /D "C:\Program Files (x86)\PopCap Games\Bejeweled Twist\" /MAX /NORMAL BejeweledTwist.exe
timeout /t 5
C:\BTF\devmanview.exe /enable "Intel(R) HD Graphics 520"
exit
And the game immediately stops.