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

Windows 10 incompatibility #296

Closed
njames93 opened this issue Aug 29, 2015 · 14 comments
Closed

Windows 10 incompatibility #296

njames93 opened this issue Aug 29, 2015 · 14 comments

Comments

@njames93
Copy link
Collaborator

A lot of users are complaining about not being able to run ths especially people who have upgraded to windows 10. Im presuming the issue is with .net framework or some other windows core feature

@JohnnyCrazy
Copy link
Collaborator

Do you got any specific errors or just crashing without any?

@crosire
Copy link
Owner

crosire commented Aug 29, 2015

People report that the C++ ScriptHook fails to load the .NET ScriptHook, without any special error message. I hope a5f3754 fixes this by changing to the more recent .NET v4.5.2.
But even before that, I upgraded my testing computer to Windows 10 (in-place upgrade) and was able to run GTAV + ScriptHook .NET just fine, without doing anything special. Could be that the people having trouble did a clean installation and are now missing a .NET feature that is not preinstalled.

@njames93
Copy link
Collaborator Author

Heres hoping it fixes it, but if the issue isnt that it will be pretty hard to dig it out

@crosire crosire changed the title .Net imcompatibilities Windows 10 incompatibility Aug 29, 2015
@crosire
Copy link
Owner

crosire commented Aug 29, 2015

Could somebody on Windows 10 who cannot run version 1.1 check if it works with this?

@RainerHilmer
Copy link

I have no such issues whatsoever but maybe that's also (like crosire) because I run a development machine with all .net and C++ versions.

@alex8b
Copy link

alex8b commented Aug 30, 2015

I will ask to try this version on a win10 pc which had this problem tomorrow

@alex8b
Copy link

alex8b commented Aug 31, 2015

They tested and this build works fine.

@crosire
Copy link
Owner

crosire commented Aug 31, 2015

Great!

@sinand99
Copy link

sinand99 commented Sep 6, 2015

Crashing the game with NativeUI in Windows 10: Guad/NativeUI#13
I don't know if this is caused by NativeUI or scripthookvdotnet. Only happens when I try to show the menu. There was no problem when i was using old menu system.

@njames93
Copy link
Collaborator Author

njames93 commented Sep 7, 2015

NativeUI is working fine for me in Windows 10

@RainerHilmer
Copy link

Okay new situation. Complaints of Windows 10 users keep rolling in on my mod page. It affects users who only have .net 4.6 installed. An installation of a previous version is denied by the system ("there is already a newer version installed").
My suggestion: Update scriphookvdotnet to refer .net 4.6

@crosire
Copy link
Owner

crosire commented Sep 11, 2015

4.6 includes 4.5, so nothing to worry there. They just need to install the Visual C++ 2015 redistributable for everything to work fine.

@crosire crosire closed this as completed Sep 11, 2015
@crosire
Copy link
Owner

crosire commented Sep 11, 2015

I'm starting to think we should statically link against the C++ runtime libraries, so the redistributable package is not required. This is not recommended and it could cause issues, because then multiple runtime versions are used at the same time in the GTA process (which doesn't use 2015, but an older version), but it would solve people having trouble using this mod, because they don't install the listed requirements.

@RainerHilmer
Copy link

Thanks I will tell them to use the Visual C++ 2015 redistributable.

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

No branches or pull requests

6 participants