Skip to content
Buzzen Chat Network

Moschino Problems

A TG007 community discussion started by megg.

Discussion 21 posts
Page 1 of 2
Open
Topic #16016 · 21 published posts · 7,779 views

Hello, I recently downloaded the Moschino 237 script and when I load it the message says it is missing the Data/ language ini file and it cannot run . I have tried downloading other versions but same problem

I would recommend downloading this version -> http://www.tg007.net/file-1689

 

Make sure once you have unzipped it you see a folder named Data. The language ini should be located there.

Get information about ircWx here

you are missing Data/ language ini which is compulsory for this connection to run

 

write ini error accessing file data/global settings.ini (line 309 moschino flash buzzen .mrc

I downloaded it and the above is the same error I have been getting . It appears to be an error on line 309 . The data and global settings and language ini files are there

if it's there and it can't write to it there must be an issue with permissions in that folder. What directory are you putting it in?

Get information about ircWx here

its in the directory its packaged with its in the data folder

i'm referring to what folder did you put moschino in on your pc. What operating system are you using?

Get information about ircWx here

hi i am hoping this can be solved,

i am building a script and using moschino 2.37

i have all working apart from the webchat

what happens in a test room the webchat will open but hangs

on loading but if i try to open in another room

i get two windows try to open and have a D_ERROR xdock in status window

i am not realy a coder and it has given my brain a major wobble.

is the webchat an addon? If so which one is it.

Get information about ircWx here

hello error.

no the webchat is the built on one for moschino flash buzzen 2.37

if it helps i am running the 6.35 mirc

on win 7 ultimate

ok i tryed to paste in the webchat joiner with no luck

that sucks to be me lol.

Edited Oct 15, 2015 2:00 PM by plugster

; -- Webchat joiner.

 

alias Webchat_Join {alias Webchat_Join {

var %Channel = $$?=" $+ $Eval($Lang(m_webroom), 2) $+ "

 

if (%Channel) {

Web_Join $Chan_Encode(%Channel) %Channel

}

}

 

alias Chan_Encode {

var %C = $$1

 

%C = $Replace(%C, $Chr(32), \ B)

%C = $Replace(%C, \, $(%5c, ), ; , $(%3b, ))

 

return $(%25%23, ) $+ %C

}

 

alias Web_Join {

var %Encoded = $$1, %Decoded = $$2

 

hadd -m %Decoded CHANNEL %Encoded

 

if ($Window(@webchat. $+ %Decoded)) window -c @webchat. $+ %Decoded

 

window @webchat. $+ %Decoded

 

dialog -m Webchat. $+ %Decoded Webchat

}

 

dialog Webchat {

title "Webchat"

size -1 -1 600 480

}

 

alias Webchat_Callback return

 

on *:DIALOG:Webchat.*:INIT:0:{

var %D = $Dname, %Channel = $Hget($Gettok(%D, 2, 46), CHANNEL)

 

dcx Mark %D Webchat_Callback

 

xdialog -b %D +

 

xdialog -c %D 100 webctrl 0 0 640 480

xdid -n %D 100 $+($MainSettings(CONNECTION, CHANLINK), /chatui.aspx?rm=, %Channel)

 

xdialog -l %D root $Chr(9) +pv 0 0 0 0

xdialog -l %D cell root $Chr(9) +li 100 10 0 0

 

.timer 1 0 xdialog -l %D update

.timer 1 0 xdock -c $Dialog(%D).hwnd +s $Window(@WEBCHAT. $+ $Gettok(%D, 2, 46)).hwnd

}

did you change CHANLINK in global settings from www.buzzen.net to chat.buzzen.com ? Also the dcx webctrl may not work with updated webchat javascript as it uses old ie rendering.

Get information about ircWx here

yes I changed global. ini and in the moschino file to chat.buzzen.com

but I am not clear on how to alter the dxc.dll

it worked for me without any alteration. Not sure why it doesn't for you.

Get information about ircWx here

hummmmmmmmm I am using the 217kb dcx.dll

could I have a conflict with any other dll ?

also I have tried the updated dcx.dll but

I then get two windows and that's it but no D_ERROR xdock

Edited Oct 15, 2015 9:48 PM by plugster

depends on the dcx and mirc versions... there is a dcx version for mirc 6.35 and lower and one for newer mirc..must be using the right dcx.. if there is no xdock it sounds like you might not have the xdock alias loaded.

Get information about ircWx here

I am using the same dcx.dll as in t2000 script and fracture script.

oh a xdock alias ok how do I go about that one error

xdock alias should be in moschino[flashbuzzen] file.. make sure there are no bracket mismatches in your remote files.

Get information about ircWx here

I have checked line by line in moschino and it is the same as the other ones I have

I even tried other scripts running moschino and I still get the same thing

in a test room I can get the webchat to dock but it hangs on loading the test room

but if I try to open webchat for a different room that is when I get the D_ERROR xdock

I am totally lost on this one or am I missing an install on my comp ?

frustration is one way to put it.

ok I think I have figgered out what is wrong but not a clue how to fix it.

from what I see it is trying to load in compatability mode

even though both 64 and 32bit ie's are not set that way

so any sugestions on how to fix that will be gladly taken

so the webchat can work.