•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Technical Issue Map Changing Crash?

Posts
3
Likes
0
Every time my MB2 client changes maps I get this error
"recursive error after: VM_CreateLegacy on ui failed
Could not write the crash log file, but we printed it to stderr
try running the game using a command line interface"

It only happens when the map changes..
Can you please assist me with this bug?
 

Fang

Donator
Posts
440
Likes
688
I'm gonna assume ent means here
e0c79b2bd7a2926db095baa9e7a67b20.png

Launcher | enable logging | > Settings > Copy/paste into SET CUSTOM PARAMETER -

I used to get this a lot when I had a lot of mods from previous modding via lugormod and such. Do you have a clean copy of JKA by any chance. Could try cleaning JKA files you don't use if so. Till ent or so replies

C:\Program Files (x86)\Steam\steamapps\common\Jedi Academy\GameData\MBII_Launcher\Logs is normally where my are found once the box is checked. Should be for you as well
 
Last edited:

ent

Movie Battles II Team
Posts
848
Likes
390
My bad, I think.
You have to start your game with "cmd.exe" I guess. Since it is the only interface to see stderr.
Start "cmd.exe" with admin rights.
Using "cd" command (change directory) navigate to your game path:
Code:
cd "c:\path\to\the\game\folder"
[ENTER]
in quotes if it has spaces in folder names.
If your game installed into another disc, use:
Code:
e:
[ENTER]
or any other disc letter.
Once you are in the game folder, start the game with custom parameters in cmd.exe:
Code:
jamp.exe +set fs_game "MBII"
[ENTER]
or any other engine but jamp.
Make sure the launcher is running on background.
Now you have everything set up, just play until the error occurs then find it in the cmd.exe window.
 

LoU

R2D2
Movie Battles II Team Retired
Posts
747
Likes
651
You can also uncheck Steam Integration and then choose MBII Client Engine. You probably have INTEL HD GPU.
 
Top