|
3 registered members (Quad, TipmyPip, 1 invisible),
2,064
guests, and 3
spiders. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Is there a table (matrix) size limit?
[Re: Joey]
#372257
05/30/11 19:56
05/30/11 19:56
|
Joined: Apr 2007
Posts: 3,751 Canada
WretchedSid
Expert
|
Expert
Joined: Apr 2007
Posts: 3,751
Canada
|
i'd never allocate that much memory on the stack. It shouldn't be on the stack if its a global array. I would also doubt that nexus affects it because the nexus is in the heap and the array should (if Lite-C does it this way) linked into the binary and managed by the binary loader.
Shitlord by trade and passion. Graphics programmer at Laminar Research. I write blog posts at feresignum.com
|
|
|
Re: Is there a table (matrix) size limit?
[Re: WretchedSid]
#372261
05/30/11 20:07
05/30/11 20:07
|
Joined: Oct 2008
Posts: 513
Carlos3DGS
OP
User
|
OP
User
Joined: Oct 2008
Posts: 513
|
Thanks for the info. Playing around with -nx it solved both this problem and another crash I sometimes had. I dont understand why but LOWERING the nexus size seemed to solve both problems. I dont understand... Could anyone also look into my other thread and explain why both these problems occured and why lowering -nx fixed the problem? I dont seem to fully understand how the nexus works. my other thread is: Script crash only when debugger run. Engine or script problem? http://www.opserver.de/ubb7/ubbthreads.php?ubb=showflat&Number=372240#Post372240
|
|
|
Re: Is there a table (matrix) size limit?
[Re: Carlos3DGS]
#372265
05/30/11 20:18
05/30/11 20:18
|
Joined: Jan 2002
Posts: 4,225 Germany / Essen
Uhrwerk
Expert
|
Expert
Joined: Jan 2002
Posts: 4,225
Germany / Essen
|
Lowering the nexus for sure did not "solve" your problem. It just may cause that a certain problem has no effects. Until you don't post your code we can't tell you why it crashes.
Always learn from history, to be sure you make the same mistakes again...
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|