Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Deuzz on November 24, 2017, 08:47:33 pm

Title: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: Deuzz on November 24, 2017, 08:47:33 pm
Hey there

I just followed the Tutorial for making a map from scratch but when I make the ADT files I'm running into a problem. Whenever I'm running the fix.bat script is just keeps opening the OffsetFix.exe up to infinite times and a friend has the same problem. I've tried to make it only go on one ADT file but that opens it infinite times as well.

How can we/I prevent it from happening?

Thanks in advance
Kind regards
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: schlumpf on November 24, 2017, 08:53:10 pm
without seeing the script you run, there is no way to find out what the issue is.
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: Deuzz on November 24, 2017, 09:04:24 pm
It's set to
Code: [Select]
@echo off
for %%i in (*.adt) do OffsetFix.exe "%%i"
pause
by default which causes the error, and I've changed it to the following:
Code: [Select]
@echo off
OffsetFix.exe "survivalisland01_10_15.adt"
pause
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: schlumpf on November 24, 2017, 09:50:33 pm
sorry, no idea then. executing that should do absolutely nothing weird at all. does the same happen when just dragging the file onto the exe?
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: Deuzz on November 24, 2017, 10:07:34 pm
It has the same outcome  :-\

My friend and I are both running Windows 10, can it be that this causes the issues?
I'll later try to run it in a Win 7 VM
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: Deuzz on November 25, 2017, 02:30:19 am
Okay I ran it in a Windows 7 VM and I had no issues there.
Worked flawless like a charm
Title: Re: [HELP/QUESTION] ADTAdder - OffsetFix opens up infinite times
Post by: Mjollna on December 11, 2017, 09:27:57 pm
Hi !

That might be the same problem as this topic describes ?
http://www.model-changing.net/forums/topic/104-solution-for-crashing-software-caused-by-windows-update/