Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for 2.02 doesn't seem to be working #37

Open
Gerchan opened this issue Nov 9, 2023 · 2 comments
Open

Update for 2.02 doesn't seem to be working #37

Gerchan opened this issue Nov 9, 2023 · 2 comments

Comments

@Gerchan
Copy link

Gerchan commented Nov 9, 2023

I installed version from github and prerequisites, but Mod settings menu doesn't show in main menu and in-world navigation also won't work. I checked log and there is no error in any of them, it simply just doesn't work.

@keithwrites
Copy link

I get a redscript compilation error (from log)

F:\GOG Galaxy\Games\Cyberpunk 2077\red4ext\plugins\in_world_navigation\module.reds
[WARN - Wed, 8 Nov 2023 20:30:47 -0800] At F:\GOG Galaxy\Games\Cyberpunk 2077\r6\scripts\Codeware\Codeware.Global.reds:1948:1:
@addField(inkScrollArea)
^^^
field with this name is already defined in the class, this will have no effect

[WARN - Wed, 8 Nov 2023 20:30:47 -0800] At F:\GOG Galaxy\Games\Cyberpunk 2077\r6\scripts\backgroundScanner\Util\String.reds:15:12:
return Equals(GetLocalizedText(locKey), null);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
comparing unrelated types, this is will not be allowed in the future

[ERROR - Wed, 8 Nov 2023 20:30:47 -0800] [UNRESOLVED_REF] At F:\GOG Galaxy\Games\Cyberpunk 2077\red4ext\plugins\in_world_navigation\packed.reds:94:5:
ModSettings.RegisterListenerToClass(this);
^^^^^^^^^^^
unresolved reference ModSettings

[ERROR - Wed, 8 Nov 2023 20:31:45 -0800] Compilation error: REDScript compilation failed. The game will start, but none of the scripts will take effect. This is caused by errors in:
You can try updating or removing these scripts to resolve the issue. If you need more information, consult the logs.

@Gerchan
Copy link
Author

Gerchan commented Nov 9, 2023

I have no errors, checking logs and it seems like it should be working fine, it just isn't, here are my logs.

in_world_navigation.log

[2023-11-09 05:44:48.877] [info] Starting up In-World Navigation 0.1.13
[2023-11-09 05:44:48.877] [info] Attaching UpdateNavPath at 0x3301FC
[2023-11-09 05:44:50.225] [info] Registering members & functions
[2023-11-09 05:45:35.879] [info] [RED4ext] New InWorldNavigation Instance
[2023-11-09 05:45:56.865] [info] Shutting down

red4ext.log

[2023-11-09 05:44:47.354] [RED4ext] [info] RED4ext (v1.18.0) is initializing...
[2023-11-09 05:44:47.354] [RED4ext] [info] Game patch: 2.02
[2023-11-09 05:44:47.354] [RED4ext] [info] Product version: 2.02
[2023-11-09 05:44:47.354] [RED4ext] [info] File version: 3.0.75.25522
[2023-11-09 05:44:47.371] [RED4ext] [info] RED4ext has been successfully initialized
[2023-11-09 05:44:47.403] [RED4ext] [info] RED4ext is starting up...
[2023-11-09 05:44:47.403] [RED4ext] [info] Loading plugins...
[2023-11-09 05:44:47.403] [RED4ext] [info] Loading plugin from 'M:\games\Cyberpunk 2077\red4ext\plugins\ArchiveXL\ArchiveXL.dll'...
[2023-11-09 05:44:48.389] [RED4ext] [info] ArchiveXL (version: 1.8.1, author(s): psiberx) has been loaded
[2023-11-09 05:44:48.389] [RED4ext] [info] Loading plugin from 'M:\games\Cyberpunk 2077\red4ext\plugins\in_world_navigation\in_world_navigation.dll'...
[2023-11-09 05:44:48.910] [RED4ext] [info] In-World Navigation (version: 0.1.13, author(s): Jack Humbert) has been loaded
[2023-11-09 05:44:48.910] [RED4ext] [info] Loading plugin from 'M:\games\Cyberpunk 2077\red4ext\plugins\mod_settings\mod_settings.dll'...
[2023-11-09 05:44:49.816] [RED4ext] [info] Mod Settings (version: 0.1.13, author(s): Jack Humbert) has been loaded
[2023-11-09 05:44:49.816] [RED4ext] [info] 3 plugin(s) loaded
[2023-11-09 05:44:49.816] [RED4ext] [info] RED4ext has been started
[2023-11-09 05:44:51.751] [RED4ext] [info] Adding paths to redscript compilation:
[2023-11-09 05:44:51.751] [RED4ext] [info] In-World Navigation: 'M:\games\Cyberpunk 2077\red4ext\plugins\in_world_navigation\packed.reds'
[2023-11-09 05:44:51.751] [RED4ext] [info] In-World Navigation: 'M:\games\Cyberpunk 2077\red4ext\plugins\in_world_navigation\module.reds'
[2023-11-09 05:44:51.751] [RED4ext] [info] Mod Settings: 'M:\games\Cyberpunk 2077\red4ext\plugins\mod_settings\packed.reds'
[2023-11-09 05:44:51.751] [RED4ext] [info] Mod Settings: 'M:\games\Cyberpunk 2077\red4ext\plugins\mod_settings\module.reds'
[2023-11-09 05:44:51.751] [RED4ext] [info] Paths written to: 'M:\games\Cyberpunk 2077\red4ext\redscript_paths.txt'
[2023-11-09 05:44:51.751] [RED4ext] [info] Final redscript compilation arg string: '-compile "M:\games\Cyberpunk 2077\r6\scripts\" "M:\games\Cyberpunk 2077\r6\cache\final.redscripts" -Wnone -threads 4 -no-testonly -no-breakpoint -no-exec -no-debug -profile=off -optimize  -compilePathsFile "M:\games\Cyberpunk 2077\red4ext\redscript_paths.txt"'
[2023-11-09 05:45:54.686] [RED4ext] [info] RED4ext is shutting down...
[2023-11-09 05:45:56.864] [RED4ext] [info] ArchiveXL has been unloaded
[2023-11-09 05:45:56.925] [RED4ext] [info] In-World Navigation has been unloaded
[2023-11-09 05:45:56.995] [RED4ext] [info] Mod Settings has been unloaded
[2023-11-09 05:45:56.995] [RED4ext] [info] 3 plugin(s) unloaded
[2023-11-09 05:45:57.065] [RED4ext] [info] RED4ext has been shut down

mod_settings.log

[2023-11-09 05:44:49.782] [Mod Settings] [info] Starting up Mod Settings 0.1.13
[2023-11-09 05:44:49.782] [Mod Settings] [info] Base address: 00007FF7904C0000
[2023-11-09 05:45:56.925] [Mod Settings] [info] Shutting down

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants