http://bugs.winehq.org/show_bug.cgi?id=18390
Cody Jay Caperell skywarnspotter14@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |skywarnspotter14@gmail.com
--- Comment #3 from Cody Jay Caperell skywarnspotter14@gmail.com 2013-08-12 01:59:38 CDT --- This is resolved, and Working:
In order to run the game, one must run "winetricks cc580 pdh vcrun2008 windowmanagerdecorated=n winhttp wininet". wininet is absolutely necessary for the client to connect to the server and vcrun2008 is to fix various graphical glitches within the app. windowmanagerdecorated=n fixes the issue where clicking anything on the titlebar does not work and acts like you are clicking behind the app.
To play the game, open a terminal and paste this command in:
wine ~/.wine/drive_c/users/$(whoami)/Local\ Settings/Application\ Data/RobloxVersions/version-*/RobloxPlayerBeta.exe --id $(zenity --entry --entry-text "Place URL" --title 'Roblox Linux Wrapper' --width 450 --height 120 | cut -d "=" -f 2)
This will open a window asking for a Place URL. Copy-paste the address of the game you would like to play (For example, http://www.roblox.com/8-Million-Visits-Sword-Fights-on-the-Heights-IV-place?...).
Once pasted, click OK and the game should load.
To play a game while logged in instead of using a Guest account, open the Roblox Studio and log in through there. Once logged in, you may close the Roblox Studio and join a game. The Roblox Player will automatically use your account information and any game you join will use that account. To log out, just open Roblox Studio and log out through there.
The game itself should work flawlessly at this point :) Enjoy!