Gareth Francis
Gareth Francis
Yeah it's the unsafe use of conversion functions. Can be reproduced with .ssc files as well ```#0 0x00007ffff799a762 in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6 #1 0x00007ffff799130e in std::__throw_invalid_argument(char const*) () from...
And in addition to the notes parsing stoi and stof are used everywhere, would either need to update all uses to handle the exceptions or build with exceptions disabled. Just...
Yeah pretty much. stoi and friends are great functions, but not a straight replacement for whatever was there before (I'll ignore the fact that they're used way too much in...
Fair enough. I'm thinking adding a big catch around the song loading would be the best approach, but would need decent knowledge of the codebase to get right. Had a...
Well spotted, turns out I missed every use of std::stof for the SSC loader ;)
Also #2070 I'm getting tired of the exception bugs, expect a PR for some of it shortly ;)
From crashinfo.txt: "Crash reason: waveOutGetPosition failed(Nessun driver installato nel sistema.)" This is a bit of a guess, but: * When the TV is plugged in the system activates sound for...
(Not a bug, should be discussion/building guide) To use cmake console on windows you need to run from the 'visual studio native tools' command line, otherwise msbuild and other tools...
Looks to me like OpenITG triggered earlier in that case, but certainly appears to be closer behaviour, nice! ...Is there a branch available to test? Can do some play testing...
Some excellent work (go take a break ;D) For point 4 would input from the NotITG devs be worthwhile? Not sure how far down the engine they tweak but warps...