Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7189257
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:15:49+00:00 2026-05-28T19:15:49+00:00

Ive narrowed the issue down to a few lines of code but im having

  • 0

Ive narrowed the issue down to a few lines of code but im having trouble identifying what is illegal about the function call causing a “Access violation writing location” I was hoping someone better with C could help me out?

The input the code is breaking on is

vn 0.185492 -0.005249 0.982604

I want to assign the 3 float values to an Array of Struct vn

struct Normals{
    float vn1;
    float vn2;
    float vn3;
};
struct Normals vn[50000];

and the code that is crashing is

if (line[0] == 'v' && line[1] == 'n' && line[1] != 't'){
    sscanf(line, "%*c%*c%f%f%f", 
            &vn[normCount].vn1, 
            &vn[normCount].vn2, 
            vn[normCount].vn3);
    normCount++;
    }

Any tips would be great! Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T19:15:50+00:00Added an answer on May 28, 2026 at 7:15 pm

    You forgot the & before vn[normCount].vn3.

    By the way, what is the point of line[1] == 'n' && line[1] != 't'?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've narrowed down the issue I'm having to this block of code, where I
Ive narrowed down to this method but i don't understand why its locking the
I've narrowed down my issue to a fairly simple case. This works (in Chrome,
I'm having an issue with a Windows Forms project. I change tabs but the
Alright, I have my code, and I believe I have narrowed down the crashing
I've editing this original question as I think I've narrowed down the problem... I
I am having an issue with SSH hanging on my Mac Book Pro. This
Edit: More Information I've narrowed it down to certain applications on certain computers. I
Hope someone can fix this (hopefully simple) issue I'm having. We've got a Google
I'm currently having a really weird issue and I can't seem to figure out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.