UnrealKaraulov / newbspguy

Goldsrc map viewer/editor without decompiling. Also can view .MDL models.
The Unlicense
59 stars 11 forks source link

Error when launching from terminal #98

Closed Outerbeast closed 5 months ago

Outerbeast commented 5 months ago

When launching the application from cmd, the following errors are printed:

std::filesystem fatal error.
what():  canonical: unknown error: "bspguy"
path1(): "bspguy"
path2(): ""
code().value():    2
code().message():  unknown error
code().category(): system

I'm unable to use commands because of this

UnrealKaraulov commented 5 months ago

Fixed in latest build ? https://github.com/UnrealKaraulov/newbspguy/releases/tag/NightBuild_2024.01.19_09-53

Outerbeast commented 5 months ago

That error no longer happens, but when trying to use the merge command to combine bsps, the application just crashes. Nothing is printed in terminal. The other commands do not work, for instance info does nothing

Outerbeast commented 5 months ago

GUI still works just fine

UnrealKaraulov commented 5 months ago

@Outerbeast fixed in latest build https://github.com/UnrealKaraulov/newbspguy/commit/9ad3f7454d9f8f72d46943e63b224708b17012fd ?

Outerbeast commented 5 months ago

Thanks, this is fixed. I can merge maps now.

One remaining issue is that there is no console output during/after the merge process, for instance the new merged bsp stats won't be displayed https://github.com/wootguy/bspguy/wiki/Merging-workflow#first-step

UnrealKaraulov commented 5 months ago

@Outerbeast very strange because I can see this info

image