Difference between revisions of "Talk:Common Issues"

From Era Wiki
Jump to: navigation, search
Line 3: Line 3:
 
"WINEPREFIX=~/.wine32_era winetricks corefonts takao dotnet20 dotnet45 fakejapanese"
 
"WINEPREFIX=~/.wine32_era winetricks corefonts takao dotnet20 dotnet45 fakejapanese"
 
as those versions use 64bit libraries and running it on win32 Wine will result in crash.
 
as those versions use 64bit libraries and running it on win32 Wine will result in crash.
 +
 +
Alternately, you can copy libwebp_x86.dll (eraTohoK and the main English fork of TW still have it), rename it "libwebp.dll", and copy it into the Tw folder, and it'll work in 32-bit mode.
  
 
Also, anything using streaming audio (eraBEMANI, etc.) needs Windows Media Player installed, so add "wmp11" to your winetricks command.
 
Also, anything using streaming audio (eraBEMANI, etc.) needs Windows Media Player installed, so add "wmp11" to your winetricks command.

Revision as of 23:09, 15 November 2022

Regarding ">How do I run on linux?" - for Pedy fork of TW or anything that uses EE Emuera/libwebp_x64: "WINEARCH=win32 WINEPREFIX=~/.wine32_era winetricks corefonts takao dotnet20 dotnet45 fakejapanese " should be replaced with "WINEPREFIX=~/.wine32_era winetricks corefonts takao dotnet20 dotnet45 fakejapanese" as those versions use 64bit libraries and running it on win32 Wine will result in crash.

Alternately, you can copy libwebp_x86.dll (eraTohoK and the main English fork of TW still have it), rename it "libwebp.dll", and copy it into the Tw folder, and it'll work in 32-bit mode.

Also, anything using streaming audio (eraBEMANI, etc.) needs Windows Media Player installed, so add "wmp11" to your winetricks command.