Code center > Confirmed & Outstanding bugs

Weird teleporter problem.

<< < (4/8) > >>

Testlund:
I was just going to upload a zip here where I caught this error in Safe Mode. Whenever I try to restart DB after that I keep getting "Invalid procedure call or argument". I'll try this drop first and see if it solves anything.

Testlund:
I'm afraid this drop didn't work. It gave me this:

Testlund:
Here is the zip file. I decided to zip the whole DB folder. I know that's not what you want but I'm thinking the folder structure is important to see how this problem relates to the teleporters. Just double-click the DB exe file in the "Instance A" folder and you should get an "Invalid procedure call or argument".

The picture shows the error when it occured in Instance A.

Botsareus:
I will have to revert them changes then. But not today. I am going to go watch the super ball.

Botsareus:
Ahm, Testlund Ignore most of your PMs on this topic. ' File already open' is a very ambiguous error message. Here is what it actually means:


--- Code: ---Open "C:\Users\Owner\Desktop\ok.snp" For Output As #1
Open "C:\Users\Owner\Desktop\yo.txt" For Output As #1 'This is the only way apparently to cause "file already open"
Close #1
Close #1
--- End code ---

This basically means I am using the same file number for more then one file (as I thought) What I do not know is why my current mod was a complete fail or even if it has to do with the seeding system I started development on.

It is a good thing that you gave me the whole damn DB folder, it gives me things to work with.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version