- 0
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Activity
-
-
26
-
1
-
31
-
1
Quest. Give different items to male and female characters.
Hello. How can i make a quest to give different items to male and female characters? -
70
Metin2 Dev - Changelogs
Marketplace Did you find this review helpful? --> Reset for all reviews There has been abuse of review ratings within the Marketplace They were used for revenge and were not honest (Because it was anonymous (or not, for me))- 1
-
-
0
Where to start metin2 dev?
Hello, I am an individual developer and would consider myself 'decent' in coding. I have been playing metin2 for a long time and recently I wanted to learn metin2dev but I have no clue where to start? Could you please give me a direction so I can start from easy and learn my way through? -
10
-
11
CArea loading optimization
in CArea::__UpdateLoadedObjectInstances u have new func "emplace" and here it is not used value_type if ((*it)->dwType == prt::PROPERTY_TYPE_BUILDING) m_GraphicThingInstanceCRCMap.emplace(TGraphicThingInstanceCRCMap::value_type((*it)->pThingInstance, c_pObjectData->dwCRC)); like this: if ((*it)->dwType == prt::PROPERTY_TYPE_BUILDING) m_GraphicThingInstanceCRCMap.emplace((*it)->pThingInstance, c_pObjectData->dwCRC);
-
Question
AllahPsico 4
Good morning,
Yesterday I formatted my PC I encountered a problem with the EterManager decompiler, when I try to extract the files I close the program and always give me the same problem:
System.DllNotFoundException: Unable to load LzoModule.dll DLL: Can not find the specified module. (Exception by HRESULT: 0x8007007E).
In EterManager.Utilities.LzoHelper.Decompress (IntPtr source, Int32 compressedSize, Int32 decompressedSize, IntPtr decompressoFilePointer)
In EterManager.Utilities.LzoHelper.DecompressData (Int32 decompressedSize, Int32 compressedSize, Byte [] compressedData)
In EterManager.DataAccessLayer.EterFilesDal.NormalizeIndexFile (String filePath, Byte [] indexKey)
In EterManager.DataAccessLayer.EterFilesDal.ReadIndexFile (String filePath, Byte [] indexKey, String parentFile)
In EterManager.DataAccessLayer.EterFilesDal.UnpackFile (FileInfo packFile, String saveFilesPath, Byte [] indexKey, Byte [] packKey, Action2, progressCallback, action2 fileLoggingCallback)
In EterManager.UserInterface.ViewModels.WorkingItemVm. <UnpackFileAction> b__22_0 ()
In System.Threading.Tasks.Task.InnerInvoke ()
In System.Threading.Tasks.Task.Execute ()
--- Stack the stack from the previous position where the exception was generated ---
In System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (task task)
In System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (task task)
In EterManager.UserInterface.ViewModels.WorkingItemVm. <UnpackFileAction> d__22.MoveNext ()
--- Stack the stack from the previous position where the exception was generated ---
In System.Runtime.CompilerServices.AsyncMethodBuilderCore. <> C. <ThrowAsync> b__6_0 (Object State)
In System.Windows.Threading.ExceptionWrapper.InternalRealCall (Delegate Callback, Object Arguments, IntAr32)
In System.Windows.Threading.ExceptionWrapper.TryCatchWhen (object source, delegate recall, object arguments, numArgs Int32, delegate catchHandler)
I claim that I tried to modify all LzoModule.dll Downloading various releases released! Unfortunately, the problem persists with the versions, how do I fix it?
I tried downloading those versions :
Changelog (1.0.1.140 - 02/03/2015)
Changelog (1.0.1.146 - 07/04/2015)
Changelog (1.0.2.198 - 03/06/2015)
Changelog (1.0.2.241 - 15/02/2016)
Changelog (1.1.2.654 - 28/06/2016)
Changelog (1.1.3.660 - 28/06/2016)
Changelog 1.1.4.768 - 02/07/2016
Link to comment
Share on other sites
Top Posters For This Question
2
1
1
1
Popular Days
Aug 17
3
Jun 29
1
Aug 16
1
Top Posters For This Question
AllahPsico 2 posts
North 1 post
Johnny69 1 post
Nietykalny1986 1 post
Popular Days
Aug 17 2017
3 posts
Jun 29 2022
1 post
Aug 16 2017
1 post
Popular Posts
Johnny69
You change windows configuration from 32bits to 64bits and that dll not work on 64bits. Here you have a version which work on 64 bits: 325dd3c9797dfb3ab87f4e283842d
AllahPsico
Thanks you are the best my friend ,thanks so much for my heart! I can close the discussion,thanks. Best Regards
North
http://lmgtfy.com/?q=DllNotFoundException
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now