I just installed the latest version (1.2.3). Max crashes right at boot time. I removed all plugins in my plugin forlder. Still crashes. I'll try uninstall / reinstall to check if I did something wrong... |
| A first chance exception of type 'System.TypeLoadException' occurred in Autodesk.Max.Wrappers.dlu Additional information: Could not load type 'Autodesk.Max.Remoting.RManager' from assembly 'Autodesk.Max, Version=1.2.3.0, Culture=neutral, PublicKeyToken=null'. |
| Looks like the 'Autodesk.Max.Wrappers.dlu' in the latest package is not the correct one. So when it's trying to resolve the .remoting classes from the "autodesk.max.dll", it will crash now (since they're in a separate dll ?). |
| Please make sure that Autodesk.Max.Remoting.dll was properly installed into your 3dsmax root (alongside Autodesk.Max.dll). My guess is that it didn't, I'll look into why. I plan to remove this dependence eventually by loading the remoting wrappers dynamically. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| There are all there. I did a cleanup, and a reinstall to double check. The weird thing is : I don't see any reference of the .remoting.dll in the dependency chain of Autodesk.Max.dll or Autodesk.Max.Wrappers.dlu (no reference of the string "Autodesk.Max.Remoting.dll" anywhere). I would have expected that at least one dll would refence the new "Autodesk.Max.Remoting.dll" ? The content of my max folder : Autodesk.Max.dll : 2070KB Autodesk.Max.Remoting.dll : 11 005KB And in the plugin folder : Autodesk.Max.Wrappers.dlu : 19 896KB Hope it will help you guys to narrow down the issue |
| More info : During a clean install (uninstalled all previous versions, deleted config file, make sure all .DLL and XML files belonging to MAX.Net are deleted) : Initializing installer, please wait Extracting files for 'Autodesk.Max' R2010Win32 [1.2.3.0]... Copying Autodesk.Max.dll to D:\Program Files\Autodesk\3ds Max 2010\\Autodesk.Max.dll... Copying Autodesk.Max.XML to D:\Program Files\Autodesk\3ds Max 2010\\Autodesk.Max.XML... Copying Autodesk.Max.Remoting.dll to D:\Program Files\Autodesk\3ds Max 2010\\Autodesk.Max.Remoting.dll... Copying Autodesk.Max.Wrappers.dlu to D:\Program Files\Autodesk\3ds Max 2010\\plugins\Autodesk.Max.Wrappers.dlu... Registering uninstaller Everything went OK. 3 files are added in the max root folder : Autodesk.Max.dll 2 070KB Autodesk.Max.Remoting.dll 11 005KB Autodesk.Max.XML 6 449KB
So defenitely, the .Max.dll got smaller, and remoting.dll appears.
In the plugin folder, one file got added :
Autodesk.Max.Wrappers.dlu 19 896KB
(Still crashing) |
| I did a binary compare of both Autodesk.Max.Wrappers.dlu from 1.2.2 and 1.2.3, they are the same, byte by byte. I guess they shouldn't (since the 1.2.3 should reference the remoting.dll I guess ?) I'm double checking again the whole thing to make sure I'm not wrong. Maybe the dll in the plugin folder was not deleted properly when I installed 1.2.3.
Sorry for the spam, just want to help. |
| No problem, thanks for narrowing it down. Can you please tell me your Max version and bitness so I can look at the file? Perhaps the deploy script didn't copy the new .dlu properly. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| Nevermind, I see you already wrote that info in the topic :) Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| Ok I confirmed it another way. I downloaded the offline installer of both 1.2.2 and 1.2.3. I extracted their content via winrar. Each installer contains a .ZIP with the .dll and .xml file to install.
For both 1.2.2 and 1.2.3, the installer has the same Autodesk.Max.Wrappers.dlu file.
It's maybe normal, don't know. But I thought it would worth mentionning ;)
Thanks for the fast answer, by the way,
--- Psaii |
| It feels like real time debugging hehe ;) Glad I helped a bit.
Oh, and if you have this TEXMAP sample somewhere, (or even Material if you had time to look into it), I'll take it. Not urgent, just saying ;) Still got a lot to explore anyways hehe ;) |
| Marsel, where are you guys located exactly ? (timezone ?) didn't see the info on the contact page. |
| Just checked and for some reason 2010x32 didn't compile the .dlu (all others compiled properly) so it deployed the previous one. I'm going to recompile it manually now, will post when its done. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| I'll post up the texmap example shortly as well. I'm in the Eastern time zone, in Toronto, Canada. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| Cool, thanks for the upload, appreciated ;) I'll check the texmap sample when it's available. I'm in Canada too, yay :p |
| I'm in Canada too, yay :p Ah nice! The texmap sample is up. I'm compiling 2010x32 1.2.3.0 build as we speak, will probably be an hour or so. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| Thanks a lot for the new version & the sample ;) |
| No problem. Please try to download/install again, the fixed build is up. Marsel Khadiyev (Software Developer, EPHERE Inc.) |
| |