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 (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
Yeah that didn't work but thanks anyway.
You could try to fix it “the hard” way. Could you please try the following:
1. Make sure the game is not running
2. Go into the “Anno Online” game folder.
3. Create a folder “plugins”.
4. Copy the file “pepflashplayer.dll” from your Google Chrome into this new folder.
5. Edit the file “package.json” in your “Anno Online” game folder and change the path to the plugin to: 'plugins\\pepflashplayer.dll'
6. If there is no path: please add the following to the list of “chromium-args”: --ppapi-flash-path='plugins\\pepflashplayer.dll' --ppapi-flash-version=18.0.0.209
Please tell us if this works for you, so we can update our FAQ or work on a fix.
Best regards, BB_Trici
{
"name": "Anno Online",
"main": "index.html",
"window": {
"title": "Anno Online",
"toolbar": false,
"frame": true,
"width": 1400,
"height": 900,
"fullscreen": true,
"icon": "img/icon.png"
},
"webkit": {
"plugin": true
},
"chromium-args": "--in-process-gpu --ignore-certificate-errors --ignore-gpu-blacklist --enable-webgl --disable-transparency --disable-device-orientation --always-authorize-plugins --ppapi_placeholder --ppapi-flash-path='plugins\\pepflashplayer.dll' --ppapi-flash-version=18.0.0.209",
"buildDate": "2015-07-03 14:16:26"
}
Thank you Trici
Usaf
I'm glad it worked :)
Enjoy playing Anno Online!
Best regards, BB_Trici
Devs, please fix Linux build.
We found solution and you should apply it.
http://steamcommunity.com/app/336510/discussions/0/523890681404661732/#c535150948616189360
Looks like I have to apply this fix every time the game is updated. Any way the .dll and jsons can be included in a zip file with an update so people with this problem won't have to manually edit the jsons?
Dunno?!?
1. Make sure the game is not running - close the game
2. Go into the “Anno Online” game folder - go to steam>Library>Games>Right click Anno online (from list on right hand side of page)>Go to properties>Local Files>Click Browse local files (that opens the folder were the game is stored)
3. Create a folder “plugins”. - Make a new a folder in the anno online data folder and name it "plugins".
4. Copy the file “pepflashplayer.dll” from your Google Chrome into this new folder.
Go to your my computer navigate to C:\Program Files (x86)\Google\Chrome\Application
in this folder there may be a few folders. Look for the most recent date on the folder such as "44.0.2403.155" open the most recent folder and find the folder "PepperFlash". open this folder and there will be a file named "pepflashplayer.dll". copy this file and paste it into the anno plugins folder you created.
5. Edit the file “package.json” in your “Anno Online” game folder and change the path to the plugin to: 'plugins\\pepflashplayer.dll'
In the anno online folder find the file named "package" its a MAX json java file right click this file and open with notepad++(if you don't have notepad++ download and install it for free from https://notepad-plus-plus.org/) the file should read the following:
{
"name": "Anno Online",
"main": "index.html",
"window": {
"title": "Anno Online",
"toolbar": false,
"frame": true,
"width": 1400,
"height": 900,
"fullscreen": true,
"icon": "img/icon.png"
},
"webkit": {
"plugin": true
},
"chromium-args": "--in-process-gpu --ignore-certificate-errors --ignore-gpu-blacklist --enable-webgl --disable-transparency --disable-device-orientation --always-authorize-plugins --ppapi_placeholder --ppapi-flash-path='plugins\\pepflashplayer.dll' --ppapi-flash-version=18.0.0.209",
"buildDate": "2015-07-03 14:16:26"
}
copy paste this into the file and save. Repeat this step for the file named "package.json.default"
Where it says version=18.0.0.209 make sure the correct version for the .dll you pasted into the plugins folder. Do this by right clicking the "manifest" MAX json in the pepperflash folder and open with notepad++ if its not 18.0.0.209 and 18.0.0.232. change the part that says 209 to 232 in the stuff you copy pasted.
6. If there is no path: please add the following to the list of “chromium-args”: --ppapi-flash-path='plugins\\pepflashplayer.dll' --ppapi-flash-version=18.0.0.209 - just do step 5 and your gravy.
No problem. Don't forget to copy the files and the folder you edited to a different loaction as a backup. If there is an update to the game it will overright the fix. All you'll have to do to patch it is paste them back into the anno game folder!