adobe with wine in slackware
i already had flash and photoshop installed on a windows vm and i wanted to see how it ran using wine in slackware. (i was getting sick of the marginal delay using vnc)
1) copy adobe over to linux
-
Program FilesAdobeinto$HOME/.wine/drive_c/Program Files Documents and SettingsAll UsersApplication DataAdobeinto$HOME/.wine/drive_c/users/Public/Application Data
2) export the adobe registry branch from HKEY_LOCAL_MACHINE/SOFTWARE/Adobe
3) install additional windows libraries using winetricks – sh winetricks vcrun2008 msxml3 atmlib gdiplus
4) import the registry file into wines registry
i managed to get photoshop working this way and i am having difficulty with flash. i will post more once i solve the problem.
change the name of the recycle bin
1) click start / run
2) type regedit and press enter.
3) open the HKEY_CLASSES_ROOT folder
4) open the CLSID folder
5) open the {645FF040-5081-101B-9F08-00AA002F954E} folder
6) open the ShellFolder folder
7) change the Attributes data value from 40 01 00 20 to 50 01 00 20. once completed change the CallForAttributes dword value to 0x00000000 you must change both of these values to get the rename to appear.
patch 4.0.1 issues
** update 7:38pm 10/16/2010 **
got it working. i ended up having my younger brother come over and i copied his entire wow directory over to my netbook. it worked flawlessly. now i am in the process of pushing the working 4.0 copy of wow to the server so i can download it to my slack box and still have a viable copy.
it may have worked if i wanted to wait the 16 hours it was telling me it would take to download. however, the downloader kept constantly informing me of a firewall in place. which was definitely not the case. i had all the ports open on the untangle router, the untangle firewall, windows firewall exceptions in place as well. hell, i even went into my ddwrt router and setup port forwarding on that as well. even when i shut off the firewall on untangle, shut off the av on untangle and had the ports wide open to the pc, the blizzard downloader still told me i was behind a firewall. thats when i gave up and called my brother.
** end update **
** update 12:40pm 10/16/2010 **
still absolutely no progress. i even deleted wow entirely, removed all instances in the registry, removed all the temp files, hell even the icons. i then downloaded the actual installer from battle.net. it failed at 20%. it fails at 20% every time i try to install the game. both on windows xp and on slackware.
as usual the wow forums are borderline useless. the wine forums have yet to yield anything i can use either.
** end update **
** update 8:35am 10/16/2010 **
i downloaded the patch in its entirety last night. i tried to install it on a 3.3.5 copy of wow that i had on my vm. still now luck. i get a fatal error and wine crashes and it produces the same error as before
i saw here at the wine bug forums that a new ~/.wine would fix the problem. that still didnt work.
i have now removed wine-1.1.42 and built from source wine-1.3.0. i even removed the ~/.wine and have had no success in installing the new patch.
even in windows the patch fails to install. i am copying the entire wow directory from my slack install with the new patch over to my windows xp machine and am going to see how that pans out.
if all else fails i will have my older or younger brother bring one of their pcs over to my place and i will copy their currently working version of wow (which, they both used my 3.3.5 copy from my server to install on)
** end update **
** update 7:49am **
nothing has worked so far. when i ran the
repair.exe it halted and told me it was unable to repair wow and i had to reinstall. this happened on both my slackware box and my xp box. so i deleted wow entirely on both machines and now i am copying my working backup of my vm server to both machines. i will post more if i get anything to work.
once again, thank you blizzard. 12,000,000 * $15.00 = $180,000,000. with this kind of money monthly you would think the patch and update process would be smooth as hell. but no. every single patch results in some kind of issue. (as you can see they brag about 12 million players here)
** end update **
** update 7:35am **
https://us.battle.net/account/downloads/WoW-4.0.0-WOW-enUS-Installer.exe
failed as well. i am going to try a couple different options in wine as well. i saw on the ubuntu forums that some people had to upgrade wine in order to get the new patch to work. i refuse to change my version of wine again. i already had to regress my kernel and version of wine and i have no interest in doing so again.
** end update ***
here is what i have tried so far.
downloaded the patch via wine in slackware. attempted to install the patch and it failed. i ran the repair via wine and then ran the installer again and still no luck.
downloaded the patch via windows xp. attempted to install the patch and it too failed. i ran the repair and then ran the installer again. still nothing.
i have even tried installing the patch inside of windows 7. still epic fail. (thank you blizzard for not even attempting to release a stable patch).
now i have gone over to https://us.battle.net/account/downloads/WoW-4.0.0-WOW-enUS-Installer.exe
to download the patch installer. hope this works.
one would think that with the $15 per account and the 12 million users, blizzard would be producing flawless patches with guaranteed streaming downloads. but no. we are stuck with the p2p downloads at a whopping 250-350kbps. pure awesome.
windows xp port range
add a range of ports to the windows firewall (change the words start and end to your corresponding ports)
open up the command line and enter the following:
for /L %i in (start,1,end) do netsh firewall add portopening TCP %i "Port-range %i"
for example: (using wow’s port range as an example)
for /L %i in (6881,1,6999) do netsh firewall add portopening TCP %i "Port-range %i"
block google analytics
add this to your hosts file to block google analytics
127.0.0.1 www.google-analytics.com google-analytics.com ssl.google-analytics.com analytics.google.com googleanalytics.com
freegeeksquad.com
a good place to go for free tech support. ask a question and typically within 24 – 48 hours it will be answered!
photoshop cs4 help
i have decided i need to learn how to better use photoshop. i have googled all sorts of diiferent how-tos and seen that many people have written on the subject.
this site trumps them all and its from adobe.
virtualbox – mount local folders inside xp guest
using a windows xp guest do the following:
open virtual box
go to ‘settings’ for the vbox you want to modify
on the left, click on ‘shared folders’
on the right, click on the folder icon with a + on it
input the folder path you want to add
then load your windows xp vbox
open the command line and type net use x: \vboxsvrshare
replace x: with the drive letter you want to use and replace the word share with the name of the folder you want to mount
mysql query browser
i downloaded the mysql query browser and attempted to compile from source and install. i kept running into errors for the linux version and because i have virtualbox i didnt want to fight with installing the linux version. so i downloaded the windows version of mysql query browser and then realized that my virtualbox did not have a valid key with it. so i decided to install it using wine.
the .msi file i downloaded kept flagging errors when i tried to install it with wine. i do know that there are some windows .dll's that are required in order to install .msi's within wine….so….i downloaded the .zip instead. (yes, i chose the easy route, i want it to work dammit!)
i unzipped the mysql zip into
~/.wine/drive_c/Program Files/
then i made a quick script to launch it
wine /home/mike/.wine/drive_c/Program Files/MySQL GUI Tools 5.0/MySQLQueryBrowser.exe
here are a couple screenshots of what i did.


so far it appears that all the functionality is working. i will be sure to post any errors i come across here.
ventrilo in wine
i have tried in the past to get ventrilo working in wine and had no success. (last time i tried was several months ago)
so i tried again and below is the error message i got

well, thats it for now. i just downloaded and am going to attempt to install a wow addon studio
so i attempted to install again, got the prompt to repair/remove and chose repair. launched again and got the same error message as before. so i tried a different approach and launched vent via wine from the vent folder in the wine tree. this worked for me and vent runs flawlessly.

i am not sure what made it “just work” but i am not gonna argue. i didnt have to mess around with any windows .dlls or mess with the sys ini (which i have seen people do)

