VIP
|
|
Don't mess up with Killers ;P
|
|
|
Posts: 1,283
|
|
|
Last seen: Dec 23, 2023 4:06:35 GMT
|
|
Post by SK007 on Dec 8, 2016 9:49:56 GMT
He already added troubleshoot for A ret of 6 in this thread first post !!! Excuse my bad understanding, but I thought that mine -being a Ret 5- would be a different matter. I tried the method for 6 and it didnt work :/ Ok I see forgive me !!!
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 9:50:10 GMT
He already added troubleshoot for A ret of 6 in this thread first post !!! Excuse my bad understanding, but I thought that mine -being a Ret 5- would be a different matter. I tried the method for 6 and it didnt work :/ Did you, at some point, tried to manipulate the file jvm.config of the flex sdk? If you did so, restore it to its original state.
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 9:52:15 GMT
Excuse my bad understanding, but I thought that mine -being a Ret 5- would be a different matter. I tried the method for 6 and it didnt work :/ Did you, at some point, tried to manipulate the file jvm.config of the flex sdk? If you did so, restore it to its original state. I didn't, I wouldn't even know where to begin with. I'll try and re-extract flex and see what happens. Thanks for your quick response ^^
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 9:56:25 GMT
Did you, at some point, tried to manipulate the file jvm.config of the flex sdk? If you did so, restore it to its original state. I didn't, I wouldn't even know where to begin with. I'll try and re-extract flex and see what happens. Thanks for your quick response ^^ It's not working. I'm still getting the same message. Damn! :/
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 9:57:11 GMT
Well, we don't know yet what the ret 5 is. Until now, that error has only happened to people that had modified the file jvm.config. Anyway if error persists when you extract again flex sdk, maybe I can give you instructions to use a program called "Process Monitor" so that we can figure out what the problem is.
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 9:58:16 GMT
Well, we don't know yet what the ret 5 is. Until now, that error has only happened to people that had modified the file jvm.config. Anyway if error persists when you extract again flex sdk, maybe I can give you instructions to use a program called "Process Monitor" so that we can figure out what the problem is. Sure, tell me what this "Process Monitor" is about or what I have to do and I'll help.
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 10:04:56 GMT
I didn't, I wouldn't even know where to begin with. I'll try and re-extract flex and see what happens. Thanks for your quick response ^^ It's now working. I'm still getting the same message. Damn! :/ Well, let's try to solve this problem. Download Process Monitor from that page. Start the program, go to menu Filter, and select Filter too. Add a new rule as shown in this image: (process name is mxmlc.exe) Then click button Add, and after that Click Ok. Keep the Process Monitor program opened. Now, try to install the mod. The process monitor will catch all the file/registry operations that the flex compiler tried to do when failing, and it will be in the Process Monitor window. Use File->Save to save a "PML" file that contains the log information. Send me that file (post it at any page).
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 10:09:48 GMT
It's now working. I'm still getting the same message. Damn! :/ Well, let's try to solve this problem. Download Process Monitor from that page. Start the program, go to menu Filter, and select Filter too. Add a new rule as shown in this image: (process name is mxmlc.exe) Then click button Add, and after that Click Ok. Keep the Process Monitor program opened. Now, try to install the mod. The process monitor will catch all the file/registry operations that the flex compiler tried to do when failing, and it will be in the Process Monitor window. Use File->Save to save a "PML" file that contains the log information. Send me that file (post it at any page). Ok nice, here you have s000.tinyupload.com/index.php?file_id=45641354825435569530
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 10:13:17 GMT
Well, let's try to solve this problem. Download Process Monitor from that page. Start the program, go to menu Filter, and select Filter too. Add a new rule as shown in this image: (process name is mxmlc.exe) Then click button Add, and after that Click Ok. Keep the Process Monitor program opened. Now, try to install the mod. The process monitor will catch all the file/registry operations that the flex compiler tried to do when failing, and it will be in the Process Monitor window. Use File->Save to save a "PML" file that contains the log information. Send me that file (post it at any page). Ok nice, here you have s000.tinyupload.com/index.php?file_id=45641354825435569530Sorry, this is the good one. Forgive my noobiness. s000.tinyupload.com/index.php?file_id=94993558172402615248
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 10:19:48 GMT
Mmm, something went wrong. In the program toolbar, look at the 5 buttons at the right. Try to make the first 4 ones "pressed", and the last one "unpressed". EDIT: ok I haven't seen your last post. Your last log is fine.
|
|
Apprentice
|
|
Posts: 8
|
|
|
Last seen: Dec 23, 2016 22:11:51 GMT
|
|
Post by scotaiel on Dec 8, 2016 10:23:24 GMT
Ok, I think I solved it. The thing is that inside the Java directory the program couldn't find the bin nor the lib files due to this distribution. As you see I had to manually extract bin and lib from the folder jre1.8.0_111 and copy-paste them in /Java. Just in case anyone else is having the same issue. It's dumb, but It worked for me. Thank you SO MUCH for the quick responses. I'll be around ^^
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 10:28:52 GMT
Glad that is fixed. The weird thing, though, is that in your system mxmlc.exe didn't even query the registry keys of Java. It is possible that in your system environments variable JAVA_HOME was defined?
Maybe some jre/jdk installlation wrote that (probably that jdk you have installed in february)
|
|
Hero
|
|
All you want in one place
|
Posts: 117
|
|
|
Last seen: Jan 20, 2020 17:50:03 GMT
|
|
Post by MATDBXV on Dec 8, 2016 16:56:32 GMT
Did you download the program from here? Anyway, download it again, when extracting, you should see there is a Internal folder along with xv2characreat.exe and xv2ins.exe. THX Mate
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: May 27, 2022 19:12:07 GMT
|
|
Post by Flousunia on Dec 8, 2016 18:28:51 GMT
What does it mean when the "compiler failed. Ret=53" This is followed by error messages saying "CompileCharaSel failed", "Install failed on phase 1. Will try to undo.", then is followed by this steam message:
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 18:37:45 GMT
What does it mean when the "compiler failed. Ret=53" This is followed by error messages saying "CompileCharaSel failed", "Install failed on phase 1. Will try to undo.", then is followed by this steam message: What the? Whyy is the program launching the game instead of the flex sdk compiler? Where did you extract the flex sdk? Have you been touching the configuration file of the installer?
|
|
Fighter
|
|
Posts: 23
|
|
|
Last seen: May 27, 2022 19:12:07 GMT
|
|
Post by Flousunia on Dec 8, 2016 19:59:12 GMT
What does it mean when the "compiler failed. Ret=53" This is followed by error messages saying "CompileCharaSel failed", "Install failed on phase 1. Will try to undo.", then is followed by this steam message: What the? Whyy is the program launching the game instead of the flex sdk compiler? Where did you extract the flex sdk? Have you been touching the configuration file of the installer? Nope, just solved it. Accedentally attached xv2.exe instead of mxmlc.exe, your feedback helped me out though, thanks
|
|
Apprentice
|
|
|
Posts: 2
|
|
|
Last seen: Aug 25, 2018 19:33:06 GMT
|
|
Post by SteelGreen on Dec 8, 2016 22:21:00 GMT
So I messed up and installed everything else first and chose the exe as the compiler, I tried redownloading it but wouldn't let me edit where the compiler was, how would I edit where it will compile?
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 22:27:21 GMT
So I messed up and installed everything else first and chose the exe as the compiler, I tried redownloading it but wouldn't let me edit where the compiler was, how would I edit where it will compile? Paths are saved in the ini file at c:/Users/[yourusername]/AppData/Roaming/XV2INS
|
|
Apprentice
|
|
Bored as hell on a weekend D:
|
Posts: 4
|
|
|
Last seen: Jun 24, 2017 6:49:21 GMT
|
|
Post by Fredboy on Dec 8, 2016 23:03:03 GMT
I'm getting an error saying "ConfigureRequirements failed."
|
|
Moderator
|
|
Posts: 1,576
|
|
|
Last seen: Jul 9, 2022 9:43:03 GMT
|
|
Post by eternity on Dec 8, 2016 23:07:37 GMT
I'm getting an error saying "ConfigureRequirements failed." You didn't select the proper DBXV2.exe. Hint: in a steam installation there is only one DBXV2.exe.
|
|