Page 1 of 1
Scriptor under Linux
Posted: 27 Oct 2010, 02:15
by Pithikos
Anyone succeeded running scriptor under Wine? For me it loads and then just dissapears. I want to compile some bos script and the links to the other programs don't work :/
Re: Scriptor under Linux
Posted: 27 Oct 2010, 03:00
by FLOZi
Godde has been trying to get Scriptor to work under wine recently. I think he got it working in the end.
Re: Scriptor under Linux
Posted: 27 Oct 2010, 11:21
by koshi
Yes he did. He needed two additional dll to make it work thru wine.
Re: Scriptor under Linux
Posted: 27 Oct 2010, 12:46
by Pithikos
Well I hope he or someone else that succeeded with it can tell me which dlls those are.
Re: Scriptor under Linux
Posted: 27 Oct 2010, 13:06
by koshi
Sorry, but after I helped godde get it started I removed that dir again, since I myself have no use for it. You can find this out yourself easily enough though. Just run 'wine scriptor.exe' (or whatever the binary filename is) from a terminal and search the output for mentions of missing dll. Simplest solution would ofc be if godde just uploaded his entire scriptor dir somewhere, maybe pm him about that.
Re: Scriptor under Linux
Posted: 27 Oct 2010, 14:37
by Pithikos
Did that and I got only this dll as needed:
MFC42.DLL
By googling I found it at:
http://www.dll-files.com/dllindex/dll-files.shtml?mfc42
So I got the file and just dropped it in c:/windows/system but I still have some issues. I get these messages if running "wine scriptor.exe" from the command line
Code: Select all
wine: Call from 0x7bc4c060 to unimplemented function MFC42.DLL.6625, aborting
wine: Unimplemented function MFC42.DLL.6625 called at address 0x7bc4c060 (thread 0009), starting debugger...
Unhandled exception: unimplemented function MFC42.DLL.6625 called in 32-bit code (0x7bc4c060).
...
Anyone got any idea? If noone comes up with something I guess I am going to pm godde eventually.
Re: Scriptor under Linux
Posted: 27 Oct 2010, 14:48
by Pithikos
OK I found a newer version of MFC42.DLL and bypassed those error lines. Now instead I get:
Code: Select all
wine: Call from 0x7b838342 to unimplemented function msvcirt.dll.??0ofstream@@QAE@XZ, aborting
wine: Unimplemented function msvcirt.dll.??0ofstream@@QAE@XZ called at address 0x7b838342 (thread 0009), starting debugger...
Found online that dll as well and dropped it in but I still get the same error.
Re: Scriptor under Linux
Posted: 14 Feb 2011, 17:33
by The Nixtux
i do have scriptor working fine in wine
if you still need to i will set it up again on a clean wine install, i have many native ddl's on this install of wine so not sure which ones/versions you need . just pm if you still need help

Re: Scriptor under Linux
Posted: 15 Feb 2011, 23:48
by CarRepairer
Consider switching to lua. You can use this to help you:
http://springrts.com/phpbb/viewtopic.ph ... 45#p437745