so apparently there are a few tdc members that use linux?
has anyone run any clickteam products on linux using WINE?
i've recently got fed up with windows and am currently dual booting with ubuntu 7.10. (i need windows and compatable c++ ide for school.)
so far tgf hasnt had any problems running under wine and i can play click games under wine as well. there are some lag issues with some games but i dont know what causes that. but it works fine for the most part.
the more i can do to switch from windows to linux the better.
i guess im just asking what some of your views on this issue is. if any .
<rant>
i don't have as big of a problem with xp and lower as i do with vista.
i dont much care for the changes from xp to vista.
but i can't put xp on my laptop (my main compy) unless i buy a copy. no option for xp since vista came out unless you buy it. which is gay. disk space is another issue i have on vista. its like when you run vista for a few days it just dumps a bunch of useless crap on your harddrive. temp files, data, etc. every few days if i run computer management and ran disk cleanup id have around 15gigs of space freed up. also randomly on vista, windows explorer just like freeks out and i have to log out and log back in my computer.
so its not just one thing. i could go on about all the little things that just bug the heck outta me. plus microsoft is a greedy money hungry corporation that is more concerned about releasing a product then actually making it work properly. fuckin windows updates and system patches.
oh yeah, and no more fullscreen support for win32 apps. mode 13h is gone. the only thing i use vista for is c++ for school and anything else i havent found a solution to on linux (although c++ has IDE's on linux, its not what we're learning in school, which is quite different). the only problem i have with linux is im not as used to it as i am with windows. other than that im in love. everything is so accessable and easy to understand. and since tgf is usable on linux its one more reason for me to use it more than windows. for now im satisfied dual booting them both.
</rant>
but that WAS off topic. i just want to know others' views.
Originally Posted by Billybobjoe198 Your computer sounds like it wasn't made to work with Vista. Mine works great. But I do hate the little "UAC is off! Click here to fix the problem!"
DaVince This fool just HAD to have a custom rating
Registered 04/09/2004
Points 7998
16th January, 2008 at 17:20:12 -
Just a note: the official developers like calling it Wine nowadays, not WINE. At least, the site says so.
MMF2 seems to work fine on Wine most of the time for me, except for the odd crashes. Games and apps usually have no problems except in some window setting combinations (like windowed + no border). MIDI music also sounds great thanks to QSynth and a good soundfont (mp3 quality).
Wine Is Not an Emulator.
Wine is standardized. WINE is fine. neither is wrong.
back on topic. for those of you who do use, or dabble, in linux, what distro's are you using? or which have you found most useful, accessible, easy to use?
after downloading the driver package for my wireless card (R151517.EXE)
unzip it with
unzip -a R151517.EXE
change the directory to where the proper driver is located. my driver is bcmwl5.inf
then use this to wrap it to your device
sudo ndiswrapper -i bcmwl5.inf
to show if its working and installed properly and the device is now recognized do
sudo ndiswrapper -l
and then
sudo ndiswrapper -m //not sure what that one does but its necessary
lastly to make it all work
sudo modprobe ndiswrapper
unless you want to run the command "sudo modprobe ndiswrapper" everytime you boot" run this command
sudo gedit /etc/modules
and add the following line to the end of the file
ndiswrapper
buuuuuuut all this is ubuntu so it probably wont work. i have no clue. google "Knoppix STD ndiswrapper wireless support for 'your wirless card here'" or something similar.