-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Demo crashes on Ubuntu 12.04 #23
Comments
Look in the makefile in gmake folder... specify debug32, etc... |
Right, now I did config=debug64 make. Here's what 'thread apply all bt' shows, just in case. Thread 7 (Thread 0x7fffe288b700 (LWP 16219)): Thread 6 (Thread 0x7fffe308c700 (LWP 16218)): Thread 5 (Thread 0x7fffe388d700 (LWP 16217)): ---Type to continue, or q to quit--- Thread 3 (Thread 0x7fffe488f700 (LWP 16215)): Thread 2 (Thread 0x7fffe5d96700 (LWP 16214)): Thread 1 (Thread 0x7ffff7fca740 (LWP 16211)): |
Please use the latest revision and use the --debug_kernel_launch command-line option, and provide full output (including the launch line) Thanks! |
I think you need to use the following line for debug: |
Here you go (symbols worked this time)
|
It might be that the shadow map is too large. Can you try to play with some of the following options: |
Both options didn't change anything. (also I'm certain I have 4k render textures) |
Can you please provide the full output, when using --disable_shadowmap --shadowmap_size=1024 |
|
Something went wrong, because SelectedDemo=0 but an unmodified github clone should have SelectedDemo=1 |
scrawl-desktop: |
Please figure out why SelectedDemo=0, while it should be 1, around line 103 On 19 November 2013 14:13, scrawl notifications@github.com wrote:
|
Who the hell added a Close button next to the Comment button? Insane user interface designer at github. |
Haha I also clicked on it accidentally a few comments earlier. |
On line 103 I do have the line: |
then why is it printing that selectedDemo=0 at your log? |
Just noticed there were some build errors in my log with debug64. make config=debug64 -j4 |
The source code compile and runs without issue on my Ubuntu 13.04 machine, with a recent Radeon GPU (7970 etc). Unfortunately I don't have the time to fix other peoples configurations at the moment, perhaps next year. |
cannot reproduce it, close for now. |
Followed build instructions. Demo crashes. Unfortunately there's no backtrace. How do I tell the build script to do a debug build?
The text was updated successfully, but these errors were encountered: