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

unable to run from visual studio #77

Open
enlargedhousecats opened this issue Jul 17, 2024 · 6 comments
Open

unable to run from visual studio #77

enlargedhousecats opened this issue Jul 17, 2024 · 6 comments

Comments

@enlargedhousecats
Copy link

image

hello, I am trying to build from visual studio so I can build a version of mona server that doesnt have the bult in 3 second buffer lag for the rmtp.

however when I try to run by building and pressing f5 to debug. I get this error

@thomasjammet
Copy link
Contributor

Hi!

Have you tried to check the folders? What do you see in the lib directory?

Is it possible that your antivirus removed it? Or maybe you need to change access rights?

@FraYoshi
Copy link

FraYoshi commented Sep 5, 2024

Exact same problem... kinda fresh installation of Windows, installed the required workload (Desktop development with C++) build successfully, clicked to the MonaServer project, F5 to run the debugger.. and this screen appears telling that the MonaBase64d.lib is not a valid Win32 application...

2024-09-05_15-32

@thomasjammet
Copy link
Contributor

Can you try to build using the Win32 profile? You should be able to switch between 64 and 32 bits in Visual Studio interface.

@FraYoshi
Copy link

FraYoshi commented Sep 6, 2024

Yes, my bad...
the error remains the same, but without the 64 bit part..

I've deleted the project and re-cloned before trying the build again.
Might it be because I'm running Visual Studio 2022? does it specifically require 2019?

2024-09-06_11-23

@thomasjammet
Copy link
Contributor

Oh wait, you shouldn't try to execute MonaBase, it's a library, the programs are MonaTiny and MonaServer.

@FraYoshi
Copy link

FraYoshi commented Sep 6, 2024

I am hyper noob on Windows, I am following the guide on the Readme, I should be running MonaServer, not sure why it tries to run MonaBase instead... but, since you mentioned it, I tried to scope to MonaServer before debugging, but same result...

Start
Start MonaServer by selecting MonaServer project and pressing F5.

recorded a short video (build was already done successfully)

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

3 participants