[Official] WINE info thread
" My ATI card scores well over 1000 on that site and won't play the game smoothly in Wine. Nvidia should be fine though with the GLSL disabled as noted by others. |
|
Game runs very well with PlayOnLinux, I'm using WINE version 1.5.3.
Everything except shadows are on max state, I have to disable shadows otherwise it looks really terrible. I've got 60 fps the whole time, my system specs: Linux Mint 13 AMD Phenom II 965 Geforce 450 GTS 8 GB RAM |
|
" thanks for info, have to try that. 1.5.22 was crashing for me with usp10. |
|
Did anyone already find a fix for the font corruption issue?
| |
EDIT: Fixed issue, had to install some missing 32 bit libraries.
Last edited by defkult#3006 on Feb 7, 2013, 4:00:24 PM
|
|
It would be great if all the new info could be updated in the first post (like using newer versions of Wine, which things to install via winetricks if you use this or that version, or if you using PlayOnLinux, etc). Reading through 49 pages isn't fun :P (but I'll do it, I really want to run PoE under Linux as smooth as possible).
Btw, thank you for all the research and testing ppl :) Last edited by Morslath#6752 on Feb 7, 2013, 10:29:33 PM
|
|
Just use Play On Linux
Everything is done automatically. It will take a while to install and do everything. I left the pc on overnight. In the morning I was ready to play the game. more importantly NO news about LINUX SUPPORT??????? |
|
I guess they will stick to the wine version.
do you have the font issue fixed within playonlinux? | |
Lubuntu 12.10 64bit Unpatched Wine HOWTO
---------------------------------------- Tested and works with: Lubuntu 12.10 64bit wine-1.4.1 (unpatched, a regular install from the repository) ATI Radeon HD 4200 All gameplay works smoothly. --- Install
Spoiler
# I'm not sure how much of this is actually necessary: \sudo apt-get install \ libgl1-mesa-glx:i386 \ libc6:i386 \ ` # ` \wine msiexec /a ./PathOfExileInstaller.msi # (I installed to the default location) # To solve the audio freeze when using active skills: # winecfg > Libraries > openal32 \winetricks \ d3dcompiler_43 \ d3dx9_36 \ d3dx9_42 \ dotnet20 \ vcrun2005 \ vcrun2008 \ vcrun2010 \ ` # ` \winetricks glsl=enabled # Ensure that the production_config.ini and Minimap have a home: \mkdir "~/.wine/drive_c/users/user/My Documents/My Games/Path of Exile" Run
Spoiler
\cd "~/.wine/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile" WINENOPULSE=1 \wine ./Client.exe >> /dev/null 2>&1 \cd - "~/.wine/drive_c/Program Files (x86)/Grinding Gear Games/Path of Exile/production_config.ini" contains:
Spoiler
[ACTION_KEYS] attack_in_place=16 chat=13 close_panels=32 detonate_mines=68 enable_corpse_targeting=65 highlight=18 highlight_toggle=90 open_character_panel=67 open_inventory_panel=66 open_ladder_panel=76 open_map=9 open_microtransaction_panel=77 open_options=79 open_passive_skills_panel=80 open_social_panel=83 open_world_panel=85 take_screenshot=119 use_bound_skill1=81 use_bound_skill2=87 use_bound_skill3=69 use_bound_skill4=82 use_bound_skill5=84 use_flask_in_slot1=49 use_flask_in_slot2=50 use_flask_in_slot3=51 use_flask_in_slot4=52 use_flask_in_slot5=53 weapon_swap=88 zoom_in=33 zoom_out=34 [DISPLAY] adapter_name=ATI Radeon HD 5600 Series antialias_mode=0 borderless_windowed_fullscreen=true fullscreen=true post_processing=false resolution_height=1080 resolution_width=1920 screen_shake=false shadow_type=no_shadows texture_filtering=0 texture_quality=0 vsync=false [LOGIN] gateway=America hashed_password=<redacted> remember_password=true username=<redacted> [SOUND] dialogue_volume=100 music_volume=100 mute_in_background=false sound_effects_volume=50 [UI] always_highlight=true always_show_sockets=true auto_equip=true auto_recenter_map=false character_creation_done=true corpse_targeting=key filter_white_items=false ground_item_descriptions=full hide_global_chat=false hide_trade_chat=true key_pickup=false minimap_alpha=0.55 mouse_wheel_zoom=true show_corner_map=false show_life_levels=false NOTES: Attempting to change the video settings from within the game (at any point in it) results in a serious video issue. My computer hangs unless I have wine set to use a virtual desktop. production_config.ini must be edited by hand to change video settings. All non-video settings can be safely changed from within the game. I turned the video settings down to the minimum. The game looks fine and plays smoothly. There is some stuttering when new mobs are first seen, but it's not bad at all. I suspect there is a leak over time, because the stuttering got worse as I played on. Perhaps it's the landscape or weather of the higher-level stuff. I played for a good long time, getting to the siren who's special power is to make me lag and die horribly, forcing me to run through several zones just to get back and earn the right to lag and die horribly again. Perhaps there are technical solutions for that lag so that I can do fights like that without resorting to skeletons, traps and a crapload of kiting. Some of the fonts are a bit crappy, but everything is readable enough. Also, I did end up copying the save files from a Windows install to save time. Last edited by spiralofhope#6806 on Feb 8, 2013, 3:05:32 PM
|
|
" I can confirm that 1.5.23 works without crashing with openal overridden and usp10 installed via winetricks onto the PlayOnLinux PoE prefix. I made a quick tut earlier on how to do the Openal tweak (it's on page 44 of this thread if you need to do that). Here's the usp10 tweak for PlayOnLinux: If you don't have 1.5.23 installed in PlayOnLinux yet, do so then switch the prefix PoE is installed on to use the new version. I won't cover that because you probably already know how if you are reading this. In a terminal.... sudo ln -s /usr/bin/wine ~/.PlayOnLinux/wine/linux-x86/1.5.23/wine Then, go to PlayOnLinux. Click the configure button, the prefix PoE is installed on, Misc tab, "open a shell", type winetricks usp10. After it installs into the PoE prefix directory, go back to the terminal and .... sudo rm ~/.PlayOnLinux/wine/linux-x86/1.5.23/wine .... to clean up the symlink you made earlier. Last edited by Sovyn#2637 on Feb 8, 2013, 3:45:01 PM
|
|