A Community discussion forum for Halo Custom Edition, Halo 2 Vista, Portal and Halo Machinima

Home  Search Register  Login Member ListRecent Posts
  
 
»Forums Index »Halo Custom Edition (Bungie/Gearbox) »Halo CE Technical / Map Design »kornmann00 V2 problem err, unrecoverable error?????

Author Topic: kornmann00 V2 problem err, unrecoverable error????? (15 messages, Page 1 of 1)
Moderators: Dennis

ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: May 17, 2008 08:10 PM    Msg. 1 of 15       
um can any1 help? i downloaded kornmann V2 because theni can edit alot of other stuff,but when i open it and i try to open a tag,and i didnt even go into a folder yet,it says couldnt find library MFC80.dll,needed by nerodigitalext.dll,please insure that it is installed.
but i hav the MFC80.dll and it is in WINDOWS folder,but this problem keeps on comming out.ugh...

help?!


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 18, 2008 12:41 PM    Msg. 2 of 15       
kornman lies about what it wants.. if it says it cant find something you have, it realy means, make that so; I have grove.dll, kornman would say it couldnt find it, but logicaly, seeing as how that one day installed it this started happening, I renamed the dll so nothing could find it, and kornman works fine (its just other apps make popups asking where it is quite often.. I realy should uninstall grove.. idk even know what it does lol)


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: May 18, 2008 01:10 PM    Msg. 3 of 15       
oh ok so if i uninstall those stuff,they wont come out?i would want to uninstall it but my brother wont let me cause he needs Nero to burn stuff


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 18, 2008 06:12 PM    Msg. 4 of 15       
you just need to rename it while kornman is in use.. so use a batch file (.bat) to open kornman;
Quote:

rename something.dll tempname.dll
"C:\Program Files\Microsoft games\Halo Custom Edition\kornman00v20_release.exe"
rename tempname.dll something.dll

your also gonna have to put the location the first dll in the rename..

Anyways, the way it works is it renames it, then since it loads kornman without using the start command, it means its acting as if its running threw the CMD, so the bat wont continue until its closed, so as long as the bat is still open when kornman is closed, it will then rename the dll back afterwards :P

the way to use it is to copy and paste it into notepad, then save as, all files, and whatever.bat
id sugest saving it into your HCE folder.. cause if you dont, you need to set the start in setting in a shortcut to execute it (see hguru's tool setup tutorial for more indepth if your gonna do that)


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: May 19, 2008 12:33 PM    Msg. 5 of 15       
umm ok,im a bit confused,but ill try

can u like show me it in notepad?
Edited by evilkevin1 on May 19, 2008 at 12:47 PM


HolyShiz
Joined: May 18, 2008

Uber-Noob!(-ish)


Posted: May 27, 2008 07:56 PM    Msg. 6 of 15       
When I rename it, it says access denied....or is the renaming the .dll thing supposed to work through inside the .bat file?

EDIT: Never mind, I think i got it, thanks! But then again, it still says access denied inside the .bat file o_o
Edited by HolyShiz on May 27, 2008 at 08:14 PM


kirby_422
Joined: Jan 22, 2006

Apparently public enemy number 1?


Posted: May 27, 2008 09:36 PM    Msg. 7 of 15       
Quote: --- Original message by: HolyShiz
When I rename it, it says access denied....or is the renaming the .dll thing supposed to work through inside the .bat file?

EDIT: Never mind, I think i got it, thanks! But then again, it still says access denied inside the .bat file o_o

Vista, huh? My bro just got a Vista laptop today, and a bat did a similar thing when it was suposto copy a dll (He has a nice comp, and im with this thing physicaly breaking.. I feel so unloved lol)


HolyShiz
Joined: May 18, 2008

Uber-Noob!(-ish)


Posted: May 27, 2008 09:38 PM    Msg. 8 of 15       
I have no Vista dude. Removed that about 6 months back, plus I'm an administrator.


btw, lol, I'm not sure but I might feel your pain
Edited by HolyShiz on May 27, 2008 at 09:40 PM


HolyShiz
Joined: May 18, 2008

Uber-Noob!(-ish)


Posted: May 31, 2008 11:23 AM    Msg. 9 of 15       
Well, I seem to have gotten it to work, only problem now is, I can't use the hotkeys (normal hotkeys, like ctrl + V, ctrl + C) anymore, so now I've got to rely outside of it, thank you whomever answered the question anyways.



And the .bat file is just a .txt file renamed .bat, just go do that, then right click it, edit it, and probably paste something like this in it:

rename "C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\msvcr80.dll" tempname.dll
rename "C:\Program Files\Common Files\Nero\Nero8\Nero BackItUp\mfc8ou.dll" tempname2.dll
"C:\Program Files\Microsoft games\Halo Custom Edition\kornman00v20_release.exe"
rename "C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\tempname.dll" pdfshell.dll
rename "C:\Program Files\Common Files\Nero\Nero8\Nero BackItUp\tempname2.dll" MFC8OU.dll
Then just open the .bat file by simply double-clicking it. That's all I had to do and It seems it has worked for me
Edited by HolyShiz on May 31, 2008 at 11:24 AM


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: Jun 4, 2008 07:22 PM    Msg. 10 of 15       
Quote: --- Original message by: HolyShiz
Well, I seem to have gotten it to work, only problem now is, I can't use the hotkeys (normal hotkeys, like ctrl + V, ctrl + C) anymore, so now I've got to rely outside of it, thank you whomever answered the question anyways.



And the .bat file is just a .txt file renamed .bat, just go do that, then right click it, edit it, and probably paste something like this in it:

rename "C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\msvcr80.dll" tempname.dll
rename "C:\Program Files\Common Files\Nero\Nero8\Nero BackItUp\mfc8ou.dll" tempname2.dll
"C:\Program Files\Microsoft games\Halo Custom Edition\kornman00v20_release.exe"
rename "C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\tempname.dll" pdfshell.dll
rename "C:\Program Files\Common Files\Nero\Nero8\Nero BackItUp\tempname2.dll" MFC8OU.dll
Then just open the .bat file by simply double-clicking it. That's all I had to do and It seems it has worked for me
Edited by HolyShiz on May 31, 2008 at 11:24 AM


ok i should try using the .bat because i just renamed my nero .dll and than when i use kornman2,it gave me a runtime error?(can some1 help me on the runtime error and why it came out?)and then it said
Quote: couldn't find MSVCR80.dll(required by C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\PDFshell.dll

so then i tried to rename the PDFshell.dll but it game me an access denied thingy in chinese(my computer is chinese) so yea,but if i use the .bat file, will it change the name of the PDFshell WITHOUT giving me an access denied error?

SOMETHING NEW:
i just tried to rename it today with my .bat file but it said access was denied and it still said:
couldn't find MSVCR80.dll(required by C:\Program Files\Common Files\Adobe\Acrobat\ActiveX\PDFshell.dll
and it still game me a runtime error?does any1 know how to fix this problem?
i am using Windows XP SP2,not Vista,so is there somethings i cant do with Windoes XP SP2?
Edited by evilkevin1 on Jun 4, 2008 at 08:33 PM


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: Jun 5, 2008 04:18 PM    Msg. 11 of 15       
Quote: --- Original message by: l283023
To: EvilKevin1

Quote: --- Original message by: L283023
Go to your Halo CE directory. Copy msvcr71.dll and paste it to your desktop. Now the one on your desktop rename it to msvcr80.dll and cut it and paste it into your Halo CE directory. Start Kornman v2 and see if it works.

Did you even attempt what I suggested?


Thank you Thank you Thank you very much.it worked!!and no errors.
Thank you very much


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: Jun 5, 2008 08:06 PM    Msg. 12 of 15       
Quote: --- Original message by: l283023
Your welcome. And there is really no reason for you to rename files that are essential for programs you use, like Nero or ActiveX. Am I right?


yea i guess
Edited by evilkevin1 on Aug 1, 2008 at 07:40 PM


HolyShiz
Joined: May 18, 2008

Uber-Noob!(-ish)


Posted: Jul 30, 2008 07:02 PM    Msg. 13 of 15       
Ok, you can ignore the "07.10.08 13:07:59 Couldn't read map file './sapienbeta.map'" part, and frankly, you should either:

A: Reinstall HEK

or

B: Let l283023 become the genius of the day and let him answer to your question O_o


Ermac
Joined: Nov 24, 2006

Pops up from time to time


Posted: Jul 31, 2008 11:06 PM    Msg. 14 of 15       
Make sure your graphics are set to 32-bit color.


ViciousWhiskers
Joined: Dec 19, 2007

Give it a try.


Posted: Aug 1, 2008 07:39 PM    Msg. 15 of 15       
yea i already figured that out but thanx too

 

 
Previous Older Thread    Next newer Thread







Time: Thu January 19, 2023 3:37 AM 219 ms.
A Halo Maps Website