General Thread |
by Aardappel
on 01/05/2002 01:55, 15499 messages, last message: 12/08/2021 21:22, 8826786 views, last view: 12/09/2021 06:28 |
 |
|
for questions, announcements etc.
|
 |
|

Board Index

|
 |
#1171: .. |
|
by Darthvim
on 01/18/2003 13:31
|
 |
|
with mozilla it works for me now :)
reply to this message
|
 |
#1172: .. |
|
by Thalion
on 01/18/2003 16:30
|
 |
|
Then how comes it works on one browser and fails on another, during the same dial-up connection?
reply to this message
|
 |
#1173: .. |
|
by Darthvim
on 01/18/2003 18:26
|
 |
|
it could be the network - browser - or lan config ...
reply to this message
|
 |
#1174: Mirror... |
|
by Shockie
on 01/18/2003 20:58
|
 |
|
if you want a mirror, uber cuber is just getting back online, and its downloads are looking VERY sparse...
http://www.ubercuber.com/files/
so i will mirror any cube related files. i lost all the others when changing hosts
reply to this message
|
 |
#1175: .. |
|
by Thalion
on 01/19/2003 00:01
|
 |
|
- no LAN
- default browser configs (no proxies etc), both IE and Opera
reply to this message
|
 |
#1176: .. |
|
by Thalion
on 01/19/2003 00:15
|
 |
|
Actually, it turns out that the frame redirects me to the page http://web1000.globalreachinc.com/404/mainstream/abcsearch2.html. The number 404 here I don't like. =)
Oh, now Mozilla stopped working as well. Bl#@!
reply to this message
|
 |
#1177: Re: .. |
|
by SysteM_H
on 01/19/2003 23:28, refers to #1176
|
 |
|
boy, am I glad my internet works right. I wonder why this is happening?
reply to this message
|
 |
#1178: interview |
|
by Aardappel
on 01/20/2003 11:12
|
 |
|
http://happypenguin.org/newsitem?id=3342
reply to this message
|
 |
#1179: Re: CubeStuff... |
|
by Piglet
on 01/21/2003 18:01, refers to #1170
|
 |
|
How many time must i repeat it IS a browser issue, NO-ONE (at least to my knoledge has got cubestuff to work in IE 6), and these same people have no problem with ANY other browser, thus it must be a browser/web host problem
reply to this message
|
 |
#1180: LIBRARY HELP PLZ |
|
by LOneWoolF
on 01/21/2003 19:10
|
 |
|
I just dwnlded the new libSDL
(linux slackware 8.1)
compiled and installed it
I did that because when I wanted to start cube it said
./linux_client: error while loading shared libraries: libSDL_image...: cannot open shared object file: No such file or directory
NOW it says:
./linux_client: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
Can ya help me?
GreeZ
LOneWoolF
reply to this message
|
 |
#1181: Re: CubeStuff... |
|
by SleepwalkR
on 01/21/2003 19:46, refers to #1179
|
 |
|
Oh really? What about #1176?
reply to this message
|
 |
#1182: Ok, ok, I have to excuse myself |
|
by SleepwalkR
on 01/21/2003 20:14
|
 |
|
It is indeed a browser issue. But to make it up to you I have tried to figure out why the hell this is happening. Here's what I think:
The html sourcecode contains this:
</tr>
<td align="left"><a
<tr>
I guess that the incomplete <a></a> tag causes IE to request some resource that is not found on the web server (and thus IE receives a 404 page that redirects it to that stupid 404 page). I can't imagine why IE would request a resource when it encounters an incomplete <a>-Tag, but you never know.
Even if that <a>-Tag is not the problem, I am pretty sure that it's something else that causes IE to request a resource that is not there, thus receiving a 404 that redirects it. Maybe other browsers receive the 404, too, but don't allow being redirected when they get a 404.
Anyway, to find the problem, you should do the following:
Open your site in Mozilla, and save the html as a file called "test.html". Copy that file to the root of your website, so that you can access it through http://cubestuff.lunaticsworld.com/test.html.
Now, open that url in IE. If the error still occurs, good, if not, it's not a problem with the html code.
If the error still occurs, delete all tags from the <head></head> of the file, and upload it again. Reload in IE. Error still there? Ok, it's not the <head></head>-section.
Now, you have to delete roughly the first half of the html code in the <body></body>-section. Upload, reload in IE, error still there? Ok, the problem is in the undeleted half.
Delete the half of the remaining code, upload, reload in IE, error still there? The problem is in the undeleted quarter. Error gone? The problem is in the deleted quarter.
Repeat this process recursively until you have found the offending html code. Remember that there are maybe more than one pieces of code in your file that cause the error. You'll have to track each part that causes errors.
I hope this helps.
reply to this message
|
 |
#1183: bah |
|
by SleepwalkR
on 01/21/2003 20:16
|
 |
|
</tr>
<td align="left"><a
<tr>
reply to this message
|
 |
#1184: BAH!!!!!!! |
|
by SleepwalkR
on 01/21/2003 20:19
|
 |
|
Okay, this time with escaped html code:
Open your site in Mozilla, and save the html as a file called "test.html". Copy that file to the root of your website, so that you can access it through http://cubestuff.lunaticsworld.com/test.html.
Now, open that url in IE. If the error still occurs, good, if not, it's not a problem with the html code.
If the error still occurs, delete all tags from the <head></head> of the file, and upload it again. Reload in IE. Error still there? Ok, it's not the <head></head>-section.
Now, you have to delete roughly the first half of the html code in the <body></body>-section. Upload, reload in IE, error still there? Ok, the problem is in the undeleted half.
Delete the half of the remaining code, upload, reload in IE, error still there? The problem is in the undeleted quarter. Error gone? The problem is in the deleted quarter.
Repeat this process recursively until you have found the offending html code. Remember that there are maybe more than one pieces of code in your file that cause the error. You'll have to track each part that causes errors.
I hope this helps.
reply to this message
|
 |
#1185: Re: BAH!!!!!!! |
|
by pushplay
on 01/21/2003 22:54, refers to #1184
|
 |
|
Binary search for HTML. :) Works well with leaky maps too.
reply to this message
|
 |
#1186: Re: LIBRARY HELP PLZ |
|
by SysteM_H
on 01/22/2003 02:00, refers to #1180
|
 |
|
hmm...
testing... testing...
file:
interesting.
reply to this message
|
 |
#1187: :( -help- ): |
|
by LOneWoolF
on 01/22/2003 15:27
|
 |
|
i wanna play cube on my linux machine but noone seems to care
a library isn't found of SDL
but iz up to date since yesterday...
./linux_client: error while loading shared libraries: libSDL_mixer-1.2.so.0: cannot open shared object file: No such file or directory
reply to this message
|
 |
#1188: .. |
|
by LOneWoolF
on 01/22/2003 18:25
|
 |
|
OKokOKokOKok
sorry
after using windows instead of linux for more than two weaks i forgot that i have to dwnld the libSDL_mixer snd libSDL_image seperate...
SORRY FOR DISTURBING YOU
GreeZ
LOneWoolF
reply to this message
|
 |
#1189: Re: .. |
|
by pushplay
on 01/22/2003 23:52, refers to #1188
|
 |
|
At least you figured it out in the end.
reply to this message
|
 |
#1190: Re: BAH!!!!!!! |
|
by Verbal
on 01/25/2003 23:08, refers to #1184
|
 |
|
heh. Thanks but let's try starting with a blank page. I uploaded a page wityh no html, just one sentence is on it, go here: http://cubestuff.lunaticsworld.com/test.html
and if you get the 404 redirect, then it isn't HTML related.
Tell me the results, thanks.
reply to this message
|
 |
 |
|

Board Index

|
 |