I was planning to refresh my non-existant OF-skills today but I ran into this error when running:
Process terminated with status -1073741819 (0 minutes, 6 seconds)
It’s a fresh installation of code::blocks 12.11 and 0073. I have no clue what could have gone wrong while installing, but something must have. I have tried several examples, even the empty one crashes. Any ideas on this? Thanks
I have the same problem.
I’ve opened the “emptyExample” workspace and than build, debug and gives me the message:
“Process terminated with status -1073741819 (0 minutes, 4 seconds)”
Maybe i should link something but i dont know what.
I’m new to OF and C++ IDE’s so, i need to learn more about that, but i’m so exited, i want to draw circles!!
If windows could you try grabbing C::B 10.05 with mingw as in the setup guide? We haven’t tested OF on the C::B 12 yet and I think their might be some small issues.
0071 doesn’t give any problems
My laptop, which still had a 10.05 installation doesn’t have any problems with 0073 either. I assume I have some sort of reference set incorrectly? A path or something? But I have no clue.
hmm might be good to check the Compiler and Debugger setting - there you can change which version / location of MingGW you are using. I’ve had problems before where the install picks the wrong version.
Hi all,
I use CB10.05 + OF 0.073/0.074 + win7 64bit,
My desktop has one graphic card(Nvidia 9800GT),
a intel core2 Quad CPU Q9550@2.83 GHz as well as
latest chipset drivers updated.
Unfortunately, it always terminates with status -107374819 with
examples… could anyone help this? thanks a lot!!!
I’m trying to use OF 0.8.0 with Code::Blocks 12.11 on Windows 7 x64. Executing “mingw32-g++.exe” -dumpversion from CB’s mingw/bin gives 4.7.1.
When trying to build an empty project generated with projectGenerator.exe and opened via mySketch.workspace, I get a bunch of errors like this one:
…\libs\glfw\lib\win_cb\libglfw3.a(init.c.obj):init.c|| undefined reference to `__chkstk_ms’|
On the IRC, admsyn helped me and we decided this probably suggests that the libraries are compiled with a compiler incompatible with the one CB is using. I saw there was some recent discussion / changes related to this, but it looks like I may be having the same problem.
Thanks in advance for any help you guys can provide.