Nah, you can however download the Mozilla ActiveX controls from wine - open up DreamMaker and press F1 it should tell you that the program is requesting an ActiveX and ask if you want to download it.
PS: I don't hear laughter... :(
Edit your post while I'm typing, why don't you!
instead of an actual reboot try a wineboot
In response to Danial.Beta
|
|
In response to Talion Knight
|
|
I am faily sure the error and crash following is caused by the rich controls. On a test world I did this:
mob/Login() In that example, running DS got as far as outputting 1234567890 on the screen. But in this test: mob/Login() It errors after finishing all of the string. My guess is that certain characters are hanging it up. In this case it would be space and \n. |
In response to Danial.Beta
|
|
If some of the richtext characters are hanging/crashing I suggest grabbing Riched32.dll from http://www.dlldump.com and seeing if it works with that. (Don't delete Riched20.dll though)
or setting Wine's config for Riched20.dll to native as opposed to builtin. [EDIT] Both versions of that code works fine with my DS, how strange |
In response to Scoobert
|
|
Scoobert wrote:
There is no way in hell it is as simple as a few DLLs, if it is, I will laugh my butt off at everyone for not figuring this out faster. I will test this tonight and possibly have DS running, only a little time will tell. It is, but those DLLs are copyrighted by Microsoft. Legal issues could ensue. |
In response to Jon88
|
|
I bet, but I have a windows partition I could <.< harp them off of.
I got it working, at least the pager is nearlly %100 working, I just need to get that mozilla control he mentioned. I just joined LRS, and so far no crashy. Everything execpt for IE controls seem to be working. |
In response to Jon88
|
|
No they couldn't, The DLLs are freely available on the web :p
|
In response to Talion Knight
|
|
Well, they couldn't blame BYOND(exept maybe for supporting them), but they could crack down on that website. Those are made by Microsoft and I doubt Microsoft gave them distrobution rights. However, most of us do have access to a windows machine or two, so getting these DLLs might not be too hard. I would suggest trying to find out exactly what DLLs are required and possibly writing a copy script for people to just throw a jumpdrive on a winXP or 98 machine and get the DLLs.
|
In response to Danial.Beta
|
|
Umm, there's more than one website that host DLLs, Cedega and Wine both host them through their respective CVS repositories.
|
In response to Talion Knight
|
|
Well, it depends on who made the DLLs. Wine makes their own, not relying on Microsoft's DLLs. In this case, someone has put the ones Microsoft created up for direct download. This is where the legal issues lie.
|
In response to Danial.Beta
|
|
Indeed that is true, though as you stated previously most of us here have access to a windows partition/machine in some capacity.
|
In response to Talion Knight
|
|
Well, MOST things in Dream Seeker work, it seems whenever I try to join a few games, dreamseeker crashes, but it mostly works.
Maybe a few people could make some kind of, installation tutorial for the rest of the people? And BTW; Dream Maker still crashes when trying to go to Help On.. |
In response to Flame Sage
|
|
did you tell wine to use the native riched20 as opposed to the builtin?
|
In response to Talion Knight
|
|
rich20(native,builtin)
rich32(native,builtin) How can I get the sound working? It works in the pager, but no in DS. |
In response to Flame Sage
|
|
Sound I'm not entirely sure on - I've got it working in some games perfectly and nothing in others, If a game is crashing it's most likely using a font that isn't on your fake windows drive, you can download TTF files from just about anywhere though. If a game still crashes It's possible it's calling another DLL that isn't installed. Speaking of which does anyone know a full list of the DLLs BYOND uses?
Maz: the winehq website says that wine can run under Mac OS X but as I don't own a Mac I can't be entirely sure of that |
In response to Flame Sage
|
|
I have been able to get every game I tried to work, but I have not been able to get the Mozilla ActiveX replacement to work. I am not sure if I am doing something wrong or something, but it is a real pain. I have been working with it since about 8pm and it is now 11pm. I just think that the Mozilla ActiveX control doesn't want to work for me.
|
After installing and getting it running, I found a few problems.
1. Couldn't get the Mozilla ActiveX to replace the IE controls in the pager and DS. 2. Images in the RTF area seem to cause it to crash. Is there any easy way to toggle these? Wiz_Chat lets me turn them off, so no big dead there, but it does stop some games. That is it so far. Besides that, they work like a charm. Important notes: Make sure to make wine use the rich dll you downloaded, don't let it decide. Talion claims win98 mode is needed, but it didn't make a difference for me. To change these settings, try 'configure wine', 'wineconfigure', or 'winecfg'. |
In response to Danial.Beta
|
|
got the pager up and running, but when joining a game DS starts, shows the 'logging in' text, then crashes about 20-30 seconds later.
so close! |
In response to digitalmouse
|
|
Make sure you are forcing it to use the right rich dll. Also, seems HTML doesn't work in the rich text areas. This is minor, but a little annoying, I am running a few tests to see the full extent. This might have something to do with the version of the rich dll.
|
[edit]
Well, it ran, but I got an "Assertion failed" error whenever joining a game or sending a page.
Error goes as follows:
Any idea? I am going to try a computer restart to see what happens.