Difference between revisions of "Common Issues"
(More formatting) |
|||
| Line 8: | Line 8: | ||
===How do I hook text?=== | ===How do I hook text?=== | ||
| − | You don't hook eragames. They automatically copy the most recent message on screen to your clipboard, which you can paste directly into a translation tool. ChiiTrans/Translation Aggregator automatically | + | You don't hook eragames. They automatically copy the most recent message on screen to your clipboard, which you can paste directly into a translation tool. ChiiTrans/Translation Aggregator/[[Sugoi]] automatically read from the clipboard. |
| − | ===dotnet refuses to install ("already installed") | + | ===dotnet refuses to install ("already installed") or Game crashes at launch with "narrow/wide" errors.=== |
Uninstall wine-mono via winetricks. | Uninstall wine-mono via winetricks. | ||
===My game starts, but the screen is white with a black cross. (Missing renderer)=== | ===My game starts, but the screen is white with a black cross. (Missing renderer)=== | ||
| − | Install d3dcompiler_43. | + | Install d3dcompiler_43. |
===Images fail to load. (EmuEra EE)=== | ===Images fail to load. (EmuEra EE)=== | ||
Use a 64-bit prefix or replace libwebp.dll with an older renamed libwebp_x86.dll. | Use a 64-bit prefix or replace libwebp.dll with an older renamed libwebp_x86.dll. | ||
| Line 18: | Line 18: | ||
Use a 64-bit prefix. | Use a 64-bit prefix. | ||
===Help me, my game crashes when I launch it!=== | ===Help me, my game crashes when I launch it!=== | ||
| − | Go scream at the people in the thread or on discord, they'll help you. Make sure you save any error messages it spits at you. | + | Go scream at the people in the thread or on discord, they'll help you. Make sure you save any error messages it spits at you. |
===The text is misaligned=== | ===The text is misaligned=== | ||
| − | Use Japanese locale, or scream enough, I think there exists an anchor somewhere that fixes that, but it crashes old megaten saves so there's that. | + | Use Japanese locale, or scream enough, I think there exists an anchor somewhere that fixes that, but it crashes old megaten saves so there's that. |
===I found a bug, wat do?=== | ===I found a bug, wat do?=== | ||
| − | Go [https://wiki.eragames.rip/bugreport.php here] and report it please. | + | Go [https://wiki.eragames.rip/bugreport.php here] and report it please. |
===Which branch/version do I download?!=== | ===Which branch/version do I download?!=== | ||
| − | Usually you'll want to grab | + | Usually you'll want to grab eng-development (Latest updates with /egg/ bugfixes/additions, eng-translation usually doesn't have these) or eng-release (Stable releases but slightly behind).<br> |
| − | If the game doesn't have those branches, grab the | + | If the game doesn't have those branches, grab the master branch. That's it. |
[[Category:NewbieGuide]] | [[Category:NewbieGuide]] | ||
Revision as of 15:37, 29 August 2023
Contents
- 1 How do I run on linux?
- 2 How do I hook text?
- 3 dotnet refuses to install ("already installed") or Game crashes at launch with "narrow/wide" errors.
- 4 My game starts, but the screen is white with a black cross. (Missing renderer)
- 5 Images fail to load. (EmuEra EE)
- 6 Game crashes frequently! (EmuEra EE)
- 7 Help me, my game crashes when I launch it!
- 8 The text is misaligned
- 9 I found a bug, wat do?
- 10 Which branch/version do I download?!
How do I run on linux?
- install wine, winetricks
- locale-gen ja_JP.UTF-8 to your system
WINEARCH=win64 WINEPREFIX=~/.wine64_era winetricks corefonts takao dotnet20 dotnet45 dotnet7 dotnetdesktop7 fakejapanese d3dcompiler_43- (optional) get a copy of msgothic.ttc from a windows install and paste it into
~/.wine32_era/drive_c/windows/Fonts/ - your prefix is ready, run the game with:
DOTNET_ROOT="C:\Program Files\dotnet" LC_ALL=ja_JP.UTF-8 LANG=ja_JP.UTF-8 WINEARCH=win64 WINEPREFIX=~/.wine64_era wine ./Emuera-Anchor.exe - if you're using wine 8.12, it might crash. use proton 8.0 (preferably with lutris) and it'll work
How do I hook text?
You don't hook eragames. They automatically copy the most recent message on screen to your clipboard, which you can paste directly into a translation tool. ChiiTrans/Translation Aggregator/Sugoi automatically read from the clipboard.
dotnet refuses to install ("already installed") or Game crashes at launch with "narrow/wide" errors.
Uninstall wine-mono via winetricks.
My game starts, but the screen is white with a black cross. (Missing renderer)
Install d3dcompiler_43.
Images fail to load. (EmuEra EE)
Use a 64-bit prefix or replace libwebp.dll with an older renamed libwebp_x86.dll.
Game crashes frequently! (EmuEra EE)
Use a 64-bit prefix.
Help me, my game crashes when I launch it!
Go scream at the people in the thread or on discord, they'll help you. Make sure you save any error messages it spits at you.
The text is misaligned
Use Japanese locale, or scream enough, I think there exists an anchor somewhere that fixes that, but it crashes old megaten saves so there's that.
I found a bug, wat do?
Go here and report it please.
Which branch/version do I download?!
Usually you'll want to grab eng-development (Latest updates with /egg/ bugfixes/additions, eng-translation usually doesn't have these) or eng-release (Stable releases but slightly behind).
If the game doesn't have those branches, grab the master branch. That's it.