EthanBrossard Posted December 25, 2019 Share Posted December 25, 2019 That looks like what I got Link to comment Share on other sites More sharing options...
ZOBARCIK Posted January 4, 2020 Share Posted January 4, 2020 database tutorial updated. I will check it and write here if it works Link to comment Share on other sites More sharing options...
EthanBrossard Posted January 8, 2020 Share Posted January 8, 2020 I may have figured something out. I noticed that in the error, it says modding.create_sequences() does not exist. Looking at PGAdmin though, the function is named create_sequences without the (). I then edited sequences.sql so that the first line simply says modding.create_sequences, and I am no longer getting the error. Whether or not this fixes anything, or just makes it think there's not an error, I don't know. I've also been unable to launch the editor since a bit after I upgraded to version 2, so I might need to install it again (darn!). are any of you having that issue? Link to comment Share on other sites More sharing options...
ZOBARCIK Posted February 1, 2020 Share Posted February 1, 2020 I may have figured something out. I noticed that in the error, it says modding.create_sequences() does not exist. Looking at PGAdmin though, the function is named create_sequences without the (). I then edited sequences.sql so that the first line simply says modding.create_sequences, and I am no longer getting the error. Whether or not this fixes anything, or just makes it think there's not an error, I don't know. I've also been unable to launch the editor since a bit after I upgraded to version 2, so I might need to install it again (darn!). are any of you having that issue? its not an errors it seems it is just a line. I was studying for a while I couldn't make a mod I set up tools probably(it seems) Link to comment Share on other sites More sharing options...
Samoff Posted February 7, 2020 Share Posted February 7, 2020 So could anyone start moding?) Link to comment Share on other sites More sharing options...
EthanBrossard Posted March 1, 2020 Share Posted March 1, 2020 I was able to start modding, are you guys still having trouble? Link to comment Share on other sites More sharing options...
ZOBARCIK Posted April 9, 2020 Share Posted April 9, 2020 (edited) I was able to start modding, are you guys still having trouble?ÃÂ Sorry for late answering. I have University entrance exam so I dont have time. I ignored error and I was able to run modding tools, even started to scripting tutorials. Then I stopped trying it and started to study. So deleting "()" worked? Did you make progress? Let me know pal. I am really interested in with that and will make one in summer. Edited April 9, 2020 by ZOBARCIK Link to comment Share on other sites More sharing options...
telonetipass Posted November 18, 2020 Share Posted November 18, 2020 (edited) I was able to start modding, are you guys still having trouble?ÃÂ Sorry for late answering. I have University entrance exam so I dont have time. I ignored error and I was able to run modding tools, even started to scripting tutorials. Then I stopped trying it and started to study. So deleting "()" worked? Did you make progress? Let me know pal. I am really interested in with that and will make one in summer. I ran the command in -a instead of -q and found out that the error is called after: DROP FUNCTION IF EXISTS modding.create_sequences(); So that just means that it cannot drop the function and thus will skip this line. Edited November 18, 2020 by telonetipass Link to comment Share on other sites More sharing options...
AssassinFoxus Posted November 25, 2021 Share Posted November 25, 2021 So is anyone still here, im kinda stuck with that error on V2 sequences as well and i wonder if anyone resolved it? Link to comment Share on other sites More sharing options...
Recommended Posts