Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script error trouble #14

Open
AJOgames opened this issue Aug 3, 2018 · 8 comments
Open

Script error trouble #14

AJOgames opened this issue Aug 3, 2018 · 8 comments

Comments

@AJOgames
Copy link

AJOgames commented Aug 3, 2018

for some reason, when I try to open a game, (nut running the game, but opening the game in SCI Companion) I get a message saying "error enumerating items corrupted resource header-mismatched types, so I double clicked on the bottom left corner of the screens to see what exactly went wrong, (via the little yellow pop-up) and then a little window appeared, and the screenshot below should show you what it shows,

capture
(albeit the whole "1 script compiled" message wasn't there when I first tried to open it, the reason why it's there in the screenshot is because I was trying to figure out what to do to fix it,)

I don't know what to do, all I know is that it has to do with a new script I created yesterday called "title.sc"

Now, I don't know if you the main one handling the whole SCICompanion thing, on the website there doesn't seem to be a contact email, closest thing to that is the social media links

@icefallgames
Copy link
Owner

It probably means your resource.001 (or resource.000? I forget) and resource.map files are out of sync. resource.map contains the list of resources, and then the actual resource data is in resource.001. This could happen if SCICompanion can't delete one of the older ones (say if an antivirus has than open or something). Do you see any resource.001.bak or resource.map.bak files in that folder?

@icefallgames
Copy link
Owner

Also, probably the best place for support are the forums here: http://sciprogramming.com/, I don't actively develop SCICompanion anymore.

@AJOgames
Copy link
Author

AJOgames commented Aug 4, 2018 via email

@AJOgames
Copy link
Author

AJOgames commented Aug 4, 2018 via email

@AJOgames
Copy link
Author

AJOgames commented Aug 5, 2018

I figured it out! apparently the resource.map somehow turn into "resource.map.old" I don't know why or how, but all I did was simply take out the ".old" and it worked, now I can continue making my game!

Does SCICompaion support CGA? I know some SCI games (like the original Hero's Quest) support CGA, as well as tandy graphics and Hercules graphics, just wandering.

@icefallgames
Copy link
Owner

Glad you figured it out. SCICompanion doesn't do anything to specifically support CGA, but it doesn't do anything to prevent it either. I think it's a driver thing. Anyway, your questions are probably best asked on sciprogramming.com. In fact:
http://sciprogramming.com/community/index.php?topic=1673.0

@AJOgames
Copy link
Author

AJOgames commented Sep 7, 2018 via email

@icefallgames
Copy link
Owner

sciprogramming.com is fairly active, you should get a response pretty quick there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants